Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 1 | 0.993 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 67 | administrator/components/com_banners/controllers/banner.php |
2 | 2 | 49 | administrator/components/com_banners/controllers/client.php |
3 | 2 | 112 | administrator/components/com_contact/admin.contact.php |
4 | 2 | 98 | administrator/components/com_newsfeeds/admin.newsfeeds.php |
5 | 2 | 63 | administrator/components/com_plugins/views/plugins/view.html.php |
6 | 2 | 65 | administrator/components/com_search/models/search.php |
| ||||
if ($search) { $where[]= 'LOWER(b.name) LIKE ' . $db->Quote('%' . $db->getEscaped($search, TRUE) . '%', FALSE); } |
| ||||
if ($search) { $where[]= 'LOWER(a.name) LIKE ' . $db->Quote('%' . $db->getEscaped($search, TRUE) . '%', FALSE); } |
| ||||
if ($search) { $where[]= 'cd.name LIKE ' . $db->Quote('%' . $db->getEscaped($search, TRUE) . '%', FALSE); } |
| ||||
if ($search) { $where[]= 'LOWER(a.name) LIKE ' . $db->Quote('%' . $db->getEscaped($search, TRUE) . '%', FALSE); } |
| ||||
if ( $search) { $where[]= 'LOWER( p.name ) LIKE ' . $db->Quote( '%' . $db->getEscaped( $search, TRUE) . '%', FALSE); } |
| ||||
if ($search) { $where[]= 'LOWER(search_term) LIKE ' . $db->Quote('%' . $db->getEscaped($search, TRUE) . '%', FALSE); } |
| |||
if ($search) { $where[]= [[#variable525b1f20]] . $db->Quote('%' . $db->getEscaped($search,TRUE) . '%',FALSE); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#525b1f20]] | 'LOWER(search_term) LIKE ' |
1 | 2 | [[#525b1f20]] | 'LOWER( p.name ) LIKE ' |
1 | 3 | [[#525b1f20]] | 'LOWER(a.name) LIKE ' |
1 | 4 | [[#525b1f20]] | 'cd.name LIKE ' |
1 | 5 | [[#525b1f20]] | 'LOWER(b.name) LIKE ' |
1 | 6 | [[#525b1f20]] | 'LOWER(a.name) LIKE ' |