Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 4 | 0.957 | php_fragment |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 106 | templates/rhuk_milkyway/html/com_content/section/blog.php |
2 | 7 | 114 | templates/rhuk_milkyway/html/com_content/section/blog.php |
| ||||
<?php if ($this->params->def('show_pagination', 2)): ; ?> <tr> <td valign="top" align="center"> <?php echo $this->pagination->getPagesLinks(); ?> <br/><br/> </td> </tr> <?php endif; ?> |
| ||||
<?php if ($this->params->def('show_pagination_results', 1)): ; ?> <tr> <td valign="top" align="center"> <?php echo $this->pagination->getPagesCounter(); ?> </td> </tr> <?php endif; ?> |
| |||
<?php if ($this->params->def( [[#variable53d393e0]], [[#variable53d39320]])): ; ?> <tr> <td valign="top" align="center"> <?php echo $this->pagination-> [[#variable53d39280]](); ?> [[#variable53d39220]]<?php endif; ?> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53d393e0]] | 'show_pagination_results' |
1 | 2 | [[#53d393e0]] | 'show_pagination' |
2 | 1 | [[#53d39320]] | 1 |
2 | 2 | [[#53d39320]] | 2 |
3 | 1 | [[#53d39280]] | getPagesCounter |
3 | 2 | [[#53d39280]] | getPagesLinks |
4 | 1 | [[#53d39220]] | </td> </tr> |
4 | 2 | [[#53d39220]] | <br/><br/> </td> </tr> |