CloneSet140


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10410.998php_sequence[14]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11014
administrator/components/com_installer/views/components/tmpl/default_item.php
21010
administrator/components/com_installer/views/modules/tmpl/default_item.php
3108
administrator/components/com_installer/views/plugins/tmpl/default_item.php
41010
administrator/components/com_installer/views/templates/tmpl/default_item.php
Clone Instance
1
Line Count
10
Source Line
14
Source File
administrator/components/com_installer/views/components/tmpl/default_item.php

                           <?php echo @$this->item->version != ''
                                      ?                             $this->item->version
                                      :                                                    '&nbsp;'; ?></td>
<td><?php echo @$this->item->creationdate != ''
               ?                                  $this->item->creationdate
               :                                                              '&nbsp;'; ?></td>
<td>
  <span class="editlinktip hasTip" title="<?php echo JText::_('Author Information');?>::<?php echo $this->item->author_info; ?>">
<?php echo @$this->item->author != ''
           ?                            $this->item->author
           :                                                  '&nbsp;'; ?>
</span>
</td>
<td align="center">
  <span class="editlinktip hasTip" title="<?php echo (@$this->item->legacy
                                                      ?                      JText::_('Not Compatible Extension')
                                                      :                                                             JText::_('Compatible Extension'));?>">
<img src="images/<?php echo (@$this->item->legacy
                             ?                      'publish_x.png'
                             :                                        'tick.png');?>"/>
</span>
</td>
</tr>


Clone Instance
2
Line Count
10
Source Line
10
Source File
administrator/components/com_installer/views/modules/tmpl/default_item.php

                           <?php echo @$this->item->version != ''
                                      ?                             $this->item->version
                                      :                                                    '&nbsp;'; ?></td>
<td><?php echo @$this->item->creationdate != ''
               ?                                  $this->item->creationdate
               :                                                              '&nbsp;'; ?></td>
<td>
  <span class="editlinktip hasTip" title="<?php echo JText::_('Author Information');?>::<?php echo $this->item->author_info; ?>">
<?php echo @$this->item->author != ''
           ?                            $this->item->author
           :                                                  '&nbsp;'; ?>
</span>
</td>
<td align="center">
  <span class="editlinktip hasTip" title="<?php echo (@$this->item->legacy
                                                      ?                      JText::_('Not Compatible Extension')
                                                      :                                                             JText::_('Compatible Extension'));?>">
<img src="images/<?php echo (@$this->item->legacy
                             ?                      'publish_x.png'
                             :                                        'tick.png');?>"/>
</span>
</td>
</tr>


Clone Instance
3
Line Count
10
Source Line
8
Source File
administrator/components/com_installer/views/plugins/tmpl/default_item.php

                                                                                          <?php echo @$this->item->version != ''
                                                                                                     ?                             $this->item->version
                                                                                                     :                                                    '&nbsp;'; ?></td>
<td><?php echo @$this->item->creationdate != ''
               ?                                  $this->item->creationdate
               :                                                              '&nbsp;'; ?></td>
<td>
  <span class="editlinktip hasTip" title="<?php echo JText::_('Author Information');?>::<?php echo $this->item->author_info; ?>">
<?php echo @$this->item->author != ''
           ?                            $this->item->author
           :                                                  '&nbsp;'; ?>
</span>
</td>
<td align="center">
  <span class="editlinktip hasTip" title="<?php echo (@$this->item->legacy
                                                      ?                      JText::_('Not Compatible Extension')
                                                      :                                                             JText::_('Compatible Extension'));?>">
<img src="images/<?php echo (@$this->item->legacy
                             ?                      'publish_x.png'
                             :                                        'tick.png');?>"/>
</span>
</td>
</tr>


Clone Instance
4
Line Count
10
Source Line
10
Source File
administrator/components/com_installer/views/templates/tmpl/default_item.php

                                                                                          <?php echo @$this->item->version != ''
                                                                                                     ?                             $this->item->version
                                                                                                     :                                                    '&nbsp;'; ?></td>
<td><?php echo @$this->item->creationdate != ''
               ?                                  $this->item->creationdate
               :                                                              '&nbsp;'; ?></td>
<td>
  <span class="editlinktip hasTip" title="<?php echo JText::_('Author Information');?>::<?php echo $this->item->author_information; ?>">
<?php echo @$this->item->author != ''
           ?                            $this->item->author
           :                                                  '&nbsp;'; ?>
</span>
</td>
<td align="center">
  <span class="editlinktip hasTip" title="<?php echo (@$this->item->legacy
                                                      ?                      JText::_('Not Compatible Extension')
                                                      :                                                             JText::_('Compatible Extension'));?>">
<img src="images/<?php echo (@$this->item->legacy
                             ?                      'publish_x.png'
                             :                                        'tick.png');?>"/>
</span>
</td>
</tr>


Clone AbstractionParameter Count: 1Parameter Bindings

<?php
  echo @$this->item->version != ''
       ? $this->item->version
       : '&nbsp;';
?></td>
<td><?php
      echo @$this->item->creationdate != ''
           ? $this->item->creationdate
           : '&nbsp;';
    ?></td>
<td>
  <span class="editlinktip hasTip" title="<?php
                                            echo JText::_('Author Information');
                                          ?>::<?php
                                                echo $this->item-> [[#variable52222140]];
                                              ?>">
<?php
  echo @$this->item->author != ''
       ? $this->item->author
       : '&nbsp;';
?>
</span>
</td>
<td align="center">
  <span class="editlinktip hasTip" title="<?php
                                            echo (@$this->item->legacy
                                                  ? JText::_('Not Compatible Extension')
                                                  : JText::_('Compatible Extension'));
                                          ?>">
<img src="images/<?php
                   echo (@$this->item->legacy
                         ? 'publish_x.png'
                         : 'tick.png');
                 ?>"/>
</span>
</td>
</tr>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#52222140]]
author_information 
12[[#52222140]]
author_info 
13[[#52222140]]
author_info 
14[[#52222140]]
author_info