Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
30 | 4 | 6 | 0.992 | php_fragment |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 30 | 10 | administrator/components/com_installer/views/components/tmpl/default.php |
2 | 30 | 15 | administrator/components/com_installer/views/modules/tmpl/default.php |
3 | 30 | 15 | administrator/components/com_installer/views/plugins/tmpl/default.php |
4 | 30 | 15 | administrator/components/com_installer/views/templates/tmpl/default.php |
| ||||
<?php if (count($this->items)): ; ?> <table class="adminlist" cellspacing="1"> <thead> <tr> <th class="title" width="10px"><?php echo JText::_('Num'); ?></th> <th class="title" nowrap="nowrap"><?php echo JText::_( 'Component'); ?></th> <th class="title" width="5%" align="center"><?php echo JText::_('Enabled'); ?></th> <th class="title" width="10%" align="center"><?php echo JText::_('Version'); ?></th> <th class="title" width="15%"><?php echo JText::_('Date'); ?></th> <th class="title" width="25%"><?php echo JText::_('Author'); ?></th> <th class="title" width="5%"><?php echo JText::_('Compatibility'); ?></th> </tr> </thead> <tfoot> <tr> <td colspan="7"><?php echo $this->pagination->getListFooter(); ?></td> </tr> </tfoot> <tbody> <?php for ($i=0, $n=count($this->items), $rc=0; $i< $n; $i ++ ,$rc= 1- $rc): ; ?> <?php $this->loadItem($i); echo $this->loadTemplate('item'); ?> <?php endfor ; ?> </tbody> </table> <?php else : ; ?> <?php echo JText::_('There are no custom components installed'); ?> <?php endif; ?> |
| ||||
<?php if (count($this->items)): ; ?> <table class="adminlist" cellspacing="1"> <thead> <tr> <th class="title" width="10px"><?php echo JText::_('Num'); ?></th> <th class="title"><?php echo JText::_('Module File'); ?></th> <th class="title" width="7%" align="center"><?php echo JText::_('Client'); ?></th> <th class="title" width="10%" align="center"><?php echo JText::_('Version'); ?></th> <th class="title" width="15%"><?php echo JText::_('Date'); ?></th> <th class="title" width="25%"><?php echo JText::_('Author'); ?></th> <th class="title" width="5%"><?php echo JText::_('Compatibility'); ?></th> </tr> </thead> <tfoot> <tr> <td colspan="7"><?php echo $this->pagination->getListFooter(); ?></td> </tr> </tfoot> <tbody> <?php for ($i=0, $n=count($this->items), $rc=0; $i< $n; $i ++ ,$rc= 1- $rc): ; ?> <?php $this->loadItem($i); echo $this->loadTemplate('item'); ?> <?php endfor ; ?> </tbody> </table> <?php else : ; ?> <?php echo JText::_('There are no custom modules installed'); ?> <?php endif; ?> |
| ||||
<?php if (count($this->items)): ; ?> <table class="adminlist" cellspacing="1"> <thead> <tr> <th class="title" width="10px"><?php echo JText::_('Num'); ?></th> <th class="title"><?php echo JText::_('Plugin'); ?></th> <th class="title" width="10%"><?php echo JText::_('Type'); ?></th> <th class="title" width="10%" align="center"><?php echo JText::_('Version'); ?></th> <th class="title" width="15%"><?php echo JText::_('Date'); ?></th> <th class="title" width="25%"><?php echo JText::_('Author'); ?></th> <th class="title" width="5%"><?php echo JText::_('Compatibility'); ?></th> </tr> </thead> <tfoot> <tr> <td colspan="7"><?php echo $this->pagination->getListFooter(); ?></td> </tr> </tfoot> <tbody> <?php for ($i=0, $n=count($this->items), $rc=0; $i< $n; $i ++ ,$rc= 1- $rc): ; ?> <?php $this->loadItem($i); echo $this->loadTemplate('item'); ?> <?php endfor ; ?> </tbody> </table> <?php else : ; ?> <?php echo JText::_('There are no custom plugins installed'); ?> <?php endif; ?> |
| ||||
<?php if (count($this->items)): ; ?> <table class="adminlist" cellspacing="1"> <thead> <tr> <th class="title" width="10px"><?php echo JText::_('Num'); ?></th> <th class="title"><?php echo JText::_('Template'); ?></th> <th class="title" width="7%" align="center"><?php echo JText::_('Client'); ?></th> <th class="title" width="10%" align="center"><?php echo JText::_('Version'); ?></th> <th class="title" width="15%"><?php echo JText::_('Date'); ?></th> <th class="title" width="25%"><?php echo JText::_('Author'); ?></th> <th class="title" width="5%"><?php echo JText::_('Compatibility'); ?></th> </tr> </thead> <tfoot> <tr> <td colspan="7"><?php echo $this->pagination->getListFooter(); ?></td> </tr> </tfoot> <tbody> <?php for ($i=0, $n=count($this->items), $rc=0; $i< $n; $i ++ ,$rc= 1- $rc): ; ?> <?php $this->loadItem($i); echo $this->loadTemplate('item'); ?> <?php endfor ; ?> </tbody> </table> <?php else : ; ?> <?php echo JText::_('There are no custom templates installed'); ?> <?php endif; ?> |
| |||
<?php if (count($this->items)): ; ?> <table class="adminlist" cellspacing="1"> <thead> <tr> <th class="title" width="10px"><?php echo JText::_('Num'); ?> [[#variable223952e0]]<?php echo JText::_( [[#variable22395220]]); ?> [[#variable22395120]]<?php echo JText::_( [[#variable223950c0]]); ?></th> <th class="title" width="10%" align="center"><?php echo JText::_('Version'); ?></th> <th class="title" width="15%"><?php echo JText::_('Date'); ?></th> <th class="title" width="25%"><?php echo JText::_('Author'); ?></th> <th class="title" width="5%"><?php echo JText::_('Compatibility'); ?> [[#variable22395000]]<?php echo $this->pagination->getListFooter(); ?></td> </tr> </tfoot> <tbody> <?php for ($i=0,$n=count($this->items),$rc=0; $i<$n; $i ++ ,$rc=1-$rc): ; ?> <?php $this->loadItem($i); echo $this->loadTemplate('item'); ?> <?php endfor ; ?> </tbody> </table> <?php else : ; ?> <?php echo JText::_( [[#variable22395060]]); ?> <?php endif; ?> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#223952e0]] | </th> <th class="title" nowrap="nowrap"> |
1 | 2 | [[#223952e0]] | </th> <th class="title"> |
1 | 3 | [[#223952e0]] | </th> <th class="title"> |
1 | 4 | [[#223952e0]] | </th> <th class="title"> |
2 | 1 | [[#22395220]] | 'Component' |
2 | 2 | [[#22395220]] | 'Module File' |
2 | 3 | [[#22395220]] | 'Plugin' |
2 | 4 | [[#22395220]] | 'Template' |
3 | 1 | [[#22395120]] | </th> <th class="title" width="5%" align="center"> |
3 | 2 | [[#22395120]] | </th> <th class="title" width="7%" align="center"> |
3 | 3 | [[#22395120]] | </th> <th class="title" width="10%"> |
3 | 4 | [[#22395120]] | </th> <th class="title" width="7%" align="center"> |
4 | 1 | [[#223950c0]] | 'Enabled' |
4 | 2 | [[#223950c0]] | 'Client' |
4 | 3 | [[#223950c0]] | 'Type' |
4 | 4 | [[#223950c0]] | 'Client' |
5 | 1 | [[#22395000]] | </th> </tr> </thead> <tfoot> <tr> <td colspan="7"> |
5 | 2 | [[#22395000]] | </th> </tr> </thead> <tfoot> <tr> <td colspan="7"> |
5 | 3 | [[#22395000]] | </th> </tr> </thead> <tfoot> <tr> <td colspan="7"> |
5 | 4 | [[#22395000]] | </th> </tr> </thead> <tfoot> <tr> <td colspan="7"> |
6 | 1 | [[#22395060]] | 'There are no custom components installed' |
6 | 2 | [[#22395060]] | 'There are no custom modules installed' |
6 | 3 | [[#22395060]] | 'There are no custom plugins installed' |
6 | 4 | [[#22395060]] | 'There are no custom templates installed' |