| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 12 | 3 | 3 | 0.969 | statement_sequence[6] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 12 | 98 | administrator/components/com_banners/controllers/banner.php |
| 2 | 12 | 158 | administrator/components/com_contact/admin.contact.php |
| 3 | 12 | 144 | administrator/components/com_newsfeeds/admin.newsfeeds.php |
| ||||
// build list of categories
$javascript= 'onchange="document.adminForm.submit();"';
$lists['catid']= JHtml::_('list.category', 'filter_catid', 'com_banner', 'com_banner.view', NULL, (int) $filter_catid, 'inputbox', $javascript);
// state filter
$lists['state']= JHtml::_('grid.state', $filter_state);
// table ordering
$lists['order_Dir']= $filter_order_Dir;
$lists['order']= $filter_order;
// search filter
$lists['search']= $search;
|
| ||||
// build list of categories
$javascript= 'onchange="document.adminForm.submit();"';
$lists['catid']= JHtml::_('list.category', 'filter_catid', 'com_contact_details', 'com_contact_details.view', NULL, intval($filter_catid), 'inputbox', $javascript);
// state filter
$lists['state']= JHtml::_('grid.state', $filter_state);
// table ordering
$lists['order_Dir']= $filter_order_Dir;
$lists['order']= $filter_order;
// search filter
$lists['search']= $search;
|
| ||||
// build list of categories
$javascript= 'onchange="document.adminForm.submit();"';
$lists['catid']= JHtml::_('list.category', 'filter_catid', 'com_newsfeeds', 'com_newsfeeds.view', NULL, $filter_catid, 'inputbox', $javascript);
// state filter
$lists['state']= JHtml::_('grid.state', $filter_state);
// table ordering
$lists['order_Dir']= $filter_order_Dir;
$lists['order']= $filter_order;
// search filter
$lists['search']= $search;
|
| |||
// build list of categories
$javascript='onchange="document.adminForm.submit();"';
$lists['catid']=JHtml::_('list.category','filter_catid', [[#variable4d600420]], [[#variable4d6001e0]],NULL, [[#variable4d600380]],'inputbox',$javascript);
// state filter
$lists['state']=JHtml::_('grid.state',$filter_state);
// table ordering
$lists['order_Dir']=$filter_order_Dir;
$lists['order']=$filter_order;
// search filter
$lists['search']=$search;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4d600420]] | 'com_contact_details' |
| 1 | 2 | [[#4d600420]] | 'com_banner' |
| 1 | 3 | [[#4d600420]] | 'com_newsfeeds' |
| 2 | 1 | [[#4d6001e0]] | 'com_contact_details.view' |
| 2 | 2 | [[#4d6001e0]] | 'com_banner.view' |
| 2 | 3 | [[#4d6001e0]] | 'com_newsfeeds.view' |
| 3 | 1 | [[#4d600380]] | intval($filter_catid) |
| 3 | 2 | [[#4d600380]] | (int) $filter_catid |
| 3 | 3 | [[#4d600380]] | $filter_catid |