CloneSet1643


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000php_fragment
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1440
components/com_contact/views/category/tmpl/default.php
2440
templates/rhuk_milkyway/html/com_contact/category/default.php
Clone Instance
1
Line Count
4
Source Line
40
Source File
components/com_contact/views/category/tmpl/default.php

                        <?php if ($this->params->get('show_limit')):
                                echo JText::_('Display Num')
                                     .                        '&nbsp;';
                                echo $this->pagination->getLimitBox();
                              endif;
                               ?>


Clone Instance
2
Line Count
4
Source Line
40
Source File
templates/rhuk_milkyway/html/com_contact/category/default.php

                        <?php if ($this->params->get('show_limit')):
                                echo JText::_('Display Num')
                                     .                        '&nbsp;';
                                echo $this->pagination->getLimitBox();
                              endif;
                               ?>


Clone AbstractionParameter Count: 0Parameter Bindings

<?php
  if ($this->params->get('show_limit')):
    echo JText::_('Display Num')
         . '&nbsp;';
    echo $this->pagination->getLimitBox();
  endif;
?>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None