CloneSet313


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
26230.962statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12611
components/com_search/views/search/tmpl/default_results.php
22611
templates/rhuk_milkyway/html/com_search/search/default_results.php
Clone Instance
1
Line Count
26
Source Line
11
Source File
components/com_search/views/search/tmpl/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


Clone Instance
2
Line Count
26
Source Line
11
Source File
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->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


Clone AbstractionParameter Count: 3Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4dacb7c0]]
$this 
12[[#4dacb7c0]]
$this->params 
21[[#4376f2a0]]
escape 
22[[#4376f2a0]]
get 
31[[#4dacb740]]
$this->params->get('pageclass_sfx') 
32[[#4dacb740]]
'pageclass_sfx'