Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.968 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 282 | libraries/joomla/html/html/behavior.php |
2 | 1 | 286 | libraries/joomla/html/html/behavior.php |
3 | 1 | 287 | libraries/joomla/html/html/behavior.php |
4 | 1 | 288 | libraries/joomla/html/html/behavior.php |
| ||||
$opt['grid']= (array_key_exists('grid', $params)) ? '\\' . $params['grid'] : '\\true'; |
| ||||
// Event handlers $opt['onExpand']= (array_key_exists('onExpand', $params)) ? '\\' . $params['onExpand'] : NULL; |
| ||||
$opt['onSelect']= (array_key_exists('onSelect', $params)) ? '\\' . $params['onSelect'] : NULL; |
| ||||
$opt['onClick']= (array_key_exists('onClick', $params)) ? '\\' . $params['onClick'] : '\\function(node){ window.open(node.data.url, $chk(node.data.target) ? node.data.target : \'_self\'); }'; |
| |||
// Event handlers $opt[ [[#variable3e3aa240]]]=(array_key_exists( [[#variable3e3aa240]],$params)) ? '\\' . $params[ [[#variable3e3aa240]]] : [[#variable3e3aa1e0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3e3aa240]] | 'onClick' |
1 | 2 | [[#3e3aa240]] | 'onSelect' |
1 | 3 | [[#3e3aa240]] | 'onExpand' |
1 | 4 | [[#3e3aa240]] | 'grid' |
2 | 1 | [[#3e3aa1e0]] | '\\function(node){ window.open(node.data.url, $chk(node.data.target) ? node.data.target : \'_self\'); }' |
2 | 2 | [[#3e3aa1e0]] | NULL |
2 | 3 | [[#3e3aa1e0]] | NULL |
2 | 4 | [[#3e3aa1e0]] | '\\true' |