CloneSet985


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000php_sequence[10]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1721
components/com_wrapper/views/wrapper/tmpl/default.php
2721
templates/rhuk_milkyway/html/com_wrapper/wrapper/default.php
Clone Instance
1
Line Count
7
Source Line
21
Source File
components/com_wrapper/views/wrapper/tmpl/default.php

        <?php echo $this->wrapper->load; ?> id="blockrandom" name="iframe" src="<?php echo $this->wrapper->url; ?>" width="<?php echo $this->params->get('width'); ?>" height="<?php echo $this->params->get('height'); ?>" scrolling="<?php echo $this->params->get('scrolling'); ?>" align="top" frameborder="0" class="wrapper


Clone Instance
2
Line Count
7
Source Line
21
Source File
templates/rhuk_milkyway/html/com_wrapper/wrapper/default.php

        <?php echo $this->wrapper->load; ?> id="blockrandom" name="iframe" src="<?php echo $this->wrapper->url; ?>" width="<?php echo $this->params->get( 'width');  ?>" height="<?php echo $this->params->get( 'height');  ?>" scrolling="<?php echo $this->params->get( 'scrolling');  ?>" align="top" frameborder="0" class="wrapper


Clone AbstractionParameter Count: 0Parameter Bindings

<?php
  echo $this->wrapper->load;
?> id="blockrandom" name="iframe" src="<?php
                                         echo $this->wrapper->url;
                                       ?>" width="<?php
                                                    echo $this->params->get('width');
                                                  ?>" height="<?php
                                                                echo $this->params->get('height');
                                                              ?>" scrolling="<?php
                                                                               echo $this->params->get('scrolling');
                                                                             ?>" align="top" frameborder="0" class="wrapper
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None