Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
26 | 2 | 3 | 0.962 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 26 | 11 | components/com_search/views/search/tmpl/default_results.php |
2 | 26 | 11 | templates/rhuk_milkyway/html/com_search/search/default_results.php |
| ||||
echo $this->pagination->limitstart + $result->count . '. ';?> </span> <?php if ($result->href): if ($result->browsernav == 1): ; ?> <a href="<?php echo JRoute::_($result->href); ?>" target="_blank"> <?php else : ; ?> <a href="<?php echo JRoute::_($result->href); ?>"> <?php endif; echo $this->escape($result->title); if ($result->href): ; ?> </a> <?php endif; if ($result->section): ; ?> <br/> <span class="small<?php echo $this->params->get('pageclass_sfx'); ?>"> (<?php echo $this->escape($result->section); ?>) </span> <?php endif; ?> <?php endif; ?> </div> <div> <?php echo $result->text; ?> </div> <?php |
| ||||
echo $this->pagination->limitstart + $result->count . '. ';?> </span> <?php if ( $result->href): if ($result->browsernav == 1): ; ?> <a href="<?php echo JRoute::_($result->href); ?>" target="_blank"> <?php else : ; ?> <a href="<?php echo JRoute::_($result->href); ?>"> <?php endif; echo $this->escape($result->title); if ( $result->href): ; ?> </a> <?php endif; if ( $result->section): ; ?> <br/> <span class="small<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>"> (<?php echo $this->escape($result->section); ?>) </span> <?php endif; ?> <?php endif; ?> </div> <div> <?php echo $result->text; ?> </div> <?php |
| |||
echo $this->pagination->limitstart +$result->count . '. '; ?> </span> <?php if ($result->href): if ($result->browsernav == 1): ; ?> <a href="<?php echo JRoute::_($result->href); ?>" target="_blank"> <?php else : ; ?> <a href="<?php echo JRoute::_($result->href); ?>"> <?php endif; echo $this->escape($result->title); if ($result->href): ; ?> </a> <?php endif; if ($result->section): ; ?> <br/> <span class="small<?php echo [[#variable4dacb7c0]]-> [[#variable4376f2a0]]( [[#variable4dacb740]]); ?>"> (<?php echo $this->escape($result->section); ?>) </span> <?php endif; ?> <?php endif; ?> </div> <div> <?php echo $result->text; ?> </div> <?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4dacb7c0]] | $this |
1 | 2 | [[#4dacb7c0]] | $this->params |
2 | 1 | [[#4376f2a0]] | escape |
2 | 2 | [[#4376f2a0]] | get |
3 | 1 | [[#4dacb740]] | $this->params->get('pageclass_sfx') |
3 | 2 | [[#4dacb740]] | 'pageclass_sfx' |