Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 3 | 0.975 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 84 | administrator/templates/khepri/html/pagination.php |
2 | 4 | 89 | administrator/templates/khepri/html/pagination.php |
3 | 4 | 101 | administrator/templates/khepri/html/pagination.php |
4 | 4 | 106 | administrator/templates/khepri/html/pagination.php |
| ||||
if ($list['start']['active']) { $html.= "<div class=\"button2-right\"><div class=\"start\">" . $list['start']['data'] . "</div></div>"; } else { $html.= "<div class=\"button2-right off\"><div class=\"start\">" . $list['start']['data'] . "</div></div>"; } |
| ||||
if ($list['previous']['active']) { $html.= "<div class=\"button2-right\"><div class=\"prev\">" . $list['previous']['data'] . "</div></div>"; } else { $html.= "<div class=\"button2-right off\"><div class=\"prev\">" . $list['previous']['data'] . "</div></div>"; } |
| ||||
if ($list['next']['active']) { $html.= "<div class=\"button2-left\"><div class=\"next\">" . $list['next']['data'] . "</div></div>"; } else { $html.= "<div class=\"button2-left off\"><div class=\"next\">" . $list['next']['data'] . "</div></div>"; } |
| ||||
if ($list['end']['active']) { $html.= "<div class=\"button2-left\"><div class=\"end\">" . $list['end']['data'] . "</div></div>"; } else { $html.= "<div class=\"button2-left off\"><div class=\"end\">" . $list['end']['data'] . "</div></div>"; } |
| |||
if ($list[ [[#variable23bd7ea0]]]['active']) { $html.= [[#variable23bd7e00]] . $list[ [[#variable23bd7ea0]]]['data'] . "</div></div>"; } else { $html.= [[#variable23bd7dc0]] . $list[ [[#variable23bd7ea0]]]['data'] . "</div></div>"; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23bd7ea0]] | 'start' |
1 | 2 | [[#23bd7ea0]] | 'previous' |
1 | 3 | [[#23bd7ea0]] | 'next' |
1 | 4 | [[#23bd7ea0]] | 'end' |
2 | 1 | [[#23bd7e00]] | "<div class=\"button2-right\"><div class=\"start\">" |
2 | 2 | [[#23bd7e00]] | "<div class=\"button2-right\"><div class=\"prev\">" |
2 | 3 | [[#23bd7e00]] | "<div class=\"button2-left\"><div class=\"next\">" |
2 | 4 | [[#23bd7e00]] | "<div class=\"button2-left\"><div class=\"end\">" |
3 | 1 | [[#23bd7dc0]] | "<div class=\"button2-right off\"><div class=\"start\">" |
3 | 2 | [[#23bd7dc0]] | "<div class=\"button2-right off\"><div class=\"prev\">" |
3 | 3 | [[#23bd7dc0]] | "<div class=\"button2-left off\"><div class=\"next\">" |
3 | 4 | [[#23bd7dc0]] | "<div class=\"button2-left off\"><div class=\"end\">" |