Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 1 | 0.977 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 125 | libraries/joomla/html/html/behavior.php |
2 | 1 | 180 | libraries/joomla/html/html/behavior.php |
3 | 1 | 181 | libraries/joomla/html/html/behavior.php |
| ||||
// offsets needs an array in the format: array('x'=>20, 'y'=>30) $opt['offsets']= ( isset ($params['offsets']) && (is_array($params['offsets']))) ? $params['offsets'] : NULL; |
| ||||
// Setup options object $opt['ajaxOptions']= ( isset ($params['ajaxOptions']) && (is_array($params['ajaxOptions']))) ? $params['ajaxOptions'] : NULL; |
| ||||
$opt['size']= ( isset ($params['size']) && (is_array($params['size']))) ? $params['size'] : NULL; |
| |||
// Setup options object // offsets needs an array in the format: array('x'=>20, 'y'=>30) $opt[ [[#variable515c8860]]]=( isset ($params[ [[#variable515c8860]]]) && (is_array($params[ [[#variable515c8860]]]))) ? $params[ [[#variable515c8860]]] : NULL; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#515c8860]] | 'size' |
1 | 2 | [[#515c8860]] | 'ajaxOptions' |
1 | 3 | [[#515c8860]] | 'offsets' |