Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 0 | 1.000 | php_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 102 | components/com_content/views/category/tmpl/blog.php |
2 | 15 | 105 | templates/rhuk_milkyway/html/com_content/category/blog.php |
| ||||
<?php if ($this->params->get('show_pagination')): ; ?> <tr> <td valign="top" align="center"> <?php echo $this->pagination->getPagesLinks(); ?> <br/><br/> </td> </tr> <?php endif; ?> <?php if ($this->params->get('show_pagination_results')): ; ?> <tr> <td valign="top" align="center"> <?php echo $this->pagination->getPagesCounter(); ?> </td> </tr> <?php endif; ?> </table> |
| ||||
<?php if ($this->params->get('show_pagination')): ; ?> <tr> <td valign="top" align="center"> <?php echo $this->pagination->getPagesLinks(); ?> <br/><br/> </td> </tr> <?php endif; ?> <?php if ($this->params->get('show_pagination_results')): ; ?> <tr> <td valign="top" align="center"> <?php echo $this->pagination->getPagesCounter(); ?> </td> </tr> <?php endif; ?> </table> |
| |||
<?php if ($this->params->get('show_pagination')): ; ?> <tr> <td valign="top" align="center"> <?php echo $this->pagination->getPagesLinks(); ?> <br/><br/> </td> </tr> <?php endif; ?> <?php if ($this->params->get('show_pagination_results')): ; ?> <tr> <td valign="top" align="center"> <?php echo $this->pagination->getPagesCounter(); ?> </td> </tr> <?php endif; ?> </table> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |