Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 5 | 0.960 | php_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 29 | templates/beez/html/com_content/category/default_items.php |
2 | 8 | 5 | templates/beez/html/com_newsfeeds/category/default_items.php |
| ||||
<?php if ($this->params->get('show_pagination_limit')): ; ?> <div class="display"> <?php echo JText::_('Display Num'); ?> <?php echo $this->pagination->getLimitBox(); ?> </div> <?php endif; ?> <table class="category"> |
| ||||
<?php if ($this->params->get('show_limit')): ; ?> <div class="display"> <form action="index.php" method="post" name="adminForm"> <label for="limit"><?php echo JText::_('Display Num'); ?> </label> <?php echo $this->pagination->getLimitBox(); ?> </form> </div> <?php endif; ?> <table class="newsfeeds"> |
| |||
<?php if ($this->params->get( [[#variable46a22060]])): ; ?> [[#variable523a3fc0]]<?php echo JText::_('Display Num'); ?> [[#variable523a3f40]]<?php echo $this->pagination->getLimitBox(); ?> [[#variable523a3ea0]]<?php endif; ?> [[#variable523a3e60]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46a22060]] | 'show_limit' |
1 | 2 | [[#46a22060]] | 'show_pagination_limit' |
2 | 1 | [[#523a3fc0]] | <div class="display"> <form action="index.php" method="post" name="adminForm"> <label for="limit"> |
2 | 2 | [[#523a3fc0]] | <div class="display"> |
3 | 1 | [[#523a3f40]] | </label> |
3 | 2 | [[#523a3f40]] | |
4 | 1 | [[#523a3ea0]] | </form> </div> |
4 | 2 | [[#523a3ea0]] | </div> |
5 | 1 | [[#523a3e60]] | <table class="newsfeeds"> |
5 | 2 | [[#523a3e60]] | <table class="category"> |