Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.995 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 29 | administrator/components/com_users/helpers/html/filter.php |
2 | 4 | 44 | administrator/components/com_users/helpers/html/filter.php |
3 | 4 | 76 | administrator/components/com_users/helpers/html/filter.php |
| ||||
// Build the select list. $attr= 'class="inputbox" size="1" onchange="document.adminForm.submit();"'; $html= JHtml::_('select.genericlist', $options, 'filter_state', $attr, 'value', 'text', $active); return $html; |
| ||||
// Build the select list. $attr= 'class="inputbox" size="1" onchange="document.adminForm.submit();"'; $html= JHtml::_('select.genericlist', $options, 'filter_active', $attr, 'value', 'text', $active); return $html; |
| ||||
// Build the select list. $attr= 'class="inputbox" size="1" onchange="document.adminForm.submit();"'; $html= JHtml::_('select.genericlist', $options, 'filter_group', $attr, 'value', 'text', $active); return $html; |
| |||
// Build the select list. $attr='class="inputbox" size="1" onchange="document.adminForm.submit();"'; $html=JHtml::_('select.genericlist',$options, [[#variable4b6558e0]],$attr,'value','text',$active); return $html; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4b6558e0]] | 'filter_group' |
1 | 2 | [[#4b6558e0]] | 'filter_state' |
1 | 3 | [[#4b6558e0]] | 'filter_active' |