Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.984 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 59 | administrator/components/com_installer/models/modules.php |
2 | 1 | 75 | administrator/components/com_installer/models/plugins.php |
3 | 1 | 82 | administrator/components/com_installer/models/plugins.php |
| ||||
$and.= ' AND title LIKE ' . $db->Quote('%' . $db->getEscaped($search, TRUE) . '%', FALSE); |
| ||||
$where.= ' AND name LIKE ' . $db->Quote('%' . $db->getEscaped($search, TRUE) . '%', FALSE); |
| ||||
$where.= ' WHERE name LIKE ' . $db->Quote('%' . $db->getEscaped($search, TRUE) . '%', FALSE); |
| |||
[[#variable46308580]].= [[#variable46308500]] . $db->Quote('%' . $db->getEscaped($search,TRUE) . '%',FALSE); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46308580]] | $and |
1 | 2 | [[#46308580]] | $where |
1 | 3 | [[#46308580]] | $where |
2 | 1 | [[#46308500]] | ' AND title LIKE ' |
2 | 2 | [[#46308500]] | ' WHERE name LIKE ' |
2 | 3 | [[#46308500]] | ' AND name LIKE ' |