Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 8 | 2 | 0.970 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 49 | libraries/joomla/html/parameter/element/editors.php |
2 | 5 | 74 | libraries/joomla/html/parameter/element/filelist.php |
3 | 5 | 61 | libraries/joomla/html/parameter/element/folderlist.php |
4 | 5 | 38 | libraries/joomla/html/parameter/element/helpsites.php |
5 | 5 | 39 | libraries/joomla/html/parameter/element/languages.php |
6 | 5 | 41 | libraries/joomla/html/parameter/element/menu.php |
7 | 5 | 126 | libraries/joomla/html/parameter/element/menuitem.php |
8 | 5 | 81 | libraries/joomla/html/parameter/element/timezones.php |
| ||||
return JHtml::_('select.genericlist', $editors, $control_name . '[' . $name . ']',array( 'id' => $control_name . $name, 'list.attr' => 'class="inputbox"', 'list.select' => $value )); |
| ||||
return JHtml::_('select.genericlist', $options, $control_name . '[' . $name . ']',array( 'id' => 'param' . $name, 'list.attr' => 'class="inputbox"', 'list.select' => $value )); |
| ||||
return JHtml::_('select.genericlist', $options, $control_name . '[' . $name . ']',array( 'id' => 'param' . $name, 'list.attr' => 'class="inputbox"', 'list.select' => $value )); |
| ||||
return JHtml::_('select.genericlist', $helpsites, $control_name . '[' . $name . ']',array( 'id' => $control_name . $name, 'list.attr' => 'class="inputbox"', 'list.select' => $value )); |
| ||||
return JHtml::_('select.genericlist', $languages, $control_name . '[' . $name . ']',array( 'id' => $control_name . $name, 'list.attr' => 'class="inputbox"', 'list.select' => $value )); |
| ||||
return JHtml::_('select.genericlist', $options, $control_name . '[' . $name . ']',array( 'id' => $control_name . $name, 'list.attr' => 'class="inputbox"', 'list.select' => $value )); |
| ||||
return JHtml::_('select.genericlist', $options, $control_name . '[' . $name . ']',array( 'id' => $control_name . $name, 'list.attr' => 'class="inputbox"', 'list.select' => $value )); |
| ||||
return JHtml::_('select.genericlist', $timezones, $control_name . '[' . $name . ']',array( 'id' => $control_name . $name, 'list.attr' => 'class="inputbox"', 'list.select' => $value )); |
| |||
return JHtml::_('select.genericlist', [[#variable511e9d60]],$control_name . '[' . $name . ']',array( 'id' => [[#variable511e9d20]] . $name, 'list.attr' => 'class="inputbox"', 'list.select' => $value )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#511e9d60]] | $options |
1 | 2 | [[#511e9d60]] | $options |
1 | 3 | [[#511e9d60]] | $timezones |
1 | 4 | [[#511e9d60]] | $languages |
1 | 5 | [[#511e9d60]] | $helpsites |
1 | 6 | [[#511e9d60]] | $editors |
1 | 7 | [[#511e9d60]] | $options |
1 | 8 | [[#511e9d60]] | $options |
2 | 1 | [[#511e9d20]] | 'param' |
2 | 2 | [[#511e9d20]] | $control_name |
2 | 3 | [[#511e9d20]] | $control_name |
2 | 4 | [[#511e9d20]] | $control_name |
2 | 5 | [[#511e9d20]] | $control_name |
2 | 6 | [[#511e9d20]] | $control_name |
2 | 7 | [[#511e9d20]] | 'param' |
2 | 8 | [[#511e9d20]] | $control_name |