Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 5 | 3 | 0.965 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 126 | libraries/joomla/html/html/behavior.php |
2 | 1 | 127 | libraries/joomla/html/html/behavior.php |
3 | 1 | 233 | libraries/joomla/html/html/behavior.php |
4 | 1 | 168 | libraries/joomla/html/pane.php |
5 | 1 | 267 | libraries/joomla/html/pane.php |
| ||||
$opt['showDelay']= ( isset ($params['showDelay'])) ? (int) $params['showDelay'] : NULL; |
| ||||
$opt['hideDelay']= ( isset ($params['hideDelay'])) ? (int) $params['hideDelay'] : NULL; |
| ||||
$opt['optionFxDuration']= ( isset ($params['optionFxDuration'])) ? (int) $params['optionFxDuration'] : NULL; |
| ||||
$opt['display']= ( isset ($params['startOffset'])) ? (int) $params['startOffset'] : NULL; |
| ||||
$opt['duration']= ( isset ($params['duration'])) ? (int) $params['duration'] : 300; |
| |||
$opt[ [[#variable218b0d60]]]=( isset ($params[ [[#variable218b0ce0]]])) ? (int) $params[ [[#variable218b0ce0]]] : [[#variable218b0d00]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#218b0d60]] | 'duration' |
1 | 2 | [[#218b0d60]] | 'display' |
1 | 3 | [[#218b0d60]] | 'optionFxDuration' |
1 | 4 | [[#218b0d60]] | 'hideDelay' |
1 | 5 | [[#218b0d60]] | 'showDelay' |
2 | 1 | [[#218b0ce0]] | 'duration' |
2 | 2 | [[#218b0ce0]] | 'startOffset' |
2 | 3 | [[#218b0ce0]] | 'optionFxDuration' |
2 | 4 | [[#218b0ce0]] | 'hideDelay' |
2 | 5 | [[#218b0ce0]] | 'showDelay' |
3 | 1 | [[#218b0d00]] | 300 |
3 | 2 | [[#218b0d00]] | NULL |
3 | 3 | [[#218b0d00]] | NULL |
3 | 4 | [[#218b0d00]] | NULL |
3 | 5 | [[#218b0d00]] | NULL |