Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 1 | 0.998 | root |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 1 | templates/beez/html/mod_newsflash/horiz.php |
2 | 16 | 1 | templates/beez/html/mod_newsflash/vert.php |
| ||||
<?php // @version $Id: horiz.php 11845 2009-05-27 23:28:59Z robs $ defined( "_JEXEC") or exit; ?> <?php if (count($list) == 1): $item= $list[0]; modNewsFlashHelper::renderItem($item, $params, $access); elseif (count($list)> 1): ; ?> <ul class="horiz<?php echo $params->get('moduleclass_sfx'); ?>"> <?php foreach ($list as $item): ; ?> <li> <?php modNewsFlashHelper::renderItem($item, $params, $access); ?> </li> <?php endforeach ; ?> </ul> <?php endif; ?> |
| ||||
<?php // @version $Id: vert.php 11845 2009-05-27 23:28:59Z robs $ defined( "_JEXEC") or exit; ?> <?php if (count($list) == 1): $item= $list[0]; modNewsFlashHelper::renderItem($item, $params, $access); elseif (count($list)> 1): ; ?> <ul class="vert<?php echo $params->get('moduleclass_sfx'); ?>"> <?php foreach ($list as $item): ; ?> <li> <?php modNewsFlashHelper::renderItem($item, $params, $access); ?> </li> <?php endforeach ; ?> </ul> <?php endif; ?> |
| |||
<?php // @version $Id: horiz.php 11845 2009-05-27 23:28:59Z robs $ // @version $Id: vert.php 11845 2009-05-27 23:28:59Z robs $ defined( "_JEXEC") or exit; ?> <?php if (count($list) == 1): $item=$list[0]; modNewsFlashHelper::renderItem($item,$params,$access); elseif (count($list)>1): ; ?> [[#variable44e27620]]<?php echo $params->get('moduleclass_sfx'); ?>"> <?php foreach ($list as $item): ; ?> <li> <?php modNewsFlashHelper::renderItem($item,$params,$access); ?> </li> <?php endforeach ; ?> </ul> <?php endif; ?> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#44e27620]] | <ul class="horiz |
1 | 2 | [[#44e27620]] | <ul class="vert |