| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 19 | 5 | 0.953 | php_sequence[5] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 60 | administrator/components/com_categories/views/category/tmpl/edit.php |
| 2 | 5 | 80 | administrator/components/com_categories/views/category/tmpl/edit.php |
| 3 | 8 | 80 | administrator/components/com_menus/views/item/tmpl/edit.php |
| 4 | 8 | 44 | administrator/components/com_menus/views/menu/tmpl/edit.php |
| 5 | 8 | 44 | administrator/components/com_users/views/group/tmpl/edit.php |
| 6 | 8 | 106 | administrator/components/com_users/views/level/tmpl/edit.php |
| 7 | 8 | 57 | administrator/components/com_users/views/user/tmpl/edit.php |
| 8 | 9 | 61 | administrator/components/com_weblinks/views/weblink/tmpl/edit.php |
| 9 | 7 | 128 | installation/views/database/tmpl/default.php |
| 10 | 7 | 140 | installation/views/database/tmpl/default.php |
| 11 | 7 | 152 | installation/views/database/tmpl/default.php |
| 12 | 7 | 164 | installation/views/database/tmpl/default.php |
| 13 | 7 | 176 | installation/views/database/tmpl/default.php |
| 14 | 7 | 202 | installation/views/database/tmpl/default.php |
| 15 | 7 | 214 | installation/views/database/tmpl/default.php |
| 16 | 9 | 156 | installation/views/filesystem/tmpl/default.php |
| 17 | 32 | 192 | installation/views/filesystem/tmpl/default.php |
| 18 | 20 | 114 | installation/views/site/tmpl/default.php |
| 19 | 19 | 172 | installation/views/site/tmpl/default.php |
| ||||
<?php echo $this->form->getLabel('access'); ?><br/>
<?php echo $this->form->getInput('access'); ?>
</li>
</ol>
</fieldset>
</div>
<div class="width-40" style="float:left;">
<fieldset>
<legend><?php echo JText::_('Categories_Fieldset_Options'); ?>
|
| ||||
<?php echo $this->form->getLabel('description'); ?><br/>
<?php echo $this->form->getInput('description'); ?>
<input type="hidden" name="task" value=""/>
<?php echo JHtml::_('form.token'); ?>
|
| ||||
<?php echo $this->form->getLabel('template_id'); ?><br/>
<?php echo $this->form->getInput('template_id'); ?>
</li>
</ol>
</fieldset>
<fieldset style="width:45%; float:left;">
<legend><?php echo JText::_('Menus_Item_Options'); ?>
|
| ||||
<?php echo $this->form->getLabel('description'); ?><br/>
<?php echo $this->form->getInput('description'); ?>
</li>
</ol>
</fieldset>
<input type="hidden" name="task" value=""/>
<?php echo JHtml::_('form.token'); ?>
|
| ||||
<?php echo $this->form->getLabel('title'); ?><br/>
<?php echo $this->form->getInput('title'); ?>
</li>
</ol>
</fieldset>
<fieldset id="user-groups">
<legend><?php echo JText::_('Users_Actions_Available');?>
|
| ||||
<?php echo $this->form->getLabel('title'); ?><br/>
<?php echo $this->form->getInput('title'); ?>
</li>
</ol>
</fieldset>
<fieldset id="user-groups">
<legend><?php echo JText::_('Users_User_Groups_Having_Access');?>
|
| ||||
<?php echo $this->form->getLabel('email'); ?><br/>
<?php echo $this->form->getInput('email'); ?>
</li>
</ol>
</fieldset>
<fieldset style="width:37%; float:right;" id="user-groups">
<legend><?php echo JText::_('Users_Assigned_Groups'); ?>
|
| ||||
<?php echo $this->form->getLabel('description'); ?><br/>
<?php echo $this->form->getInput('description'); ?>
</li>
</ol>
</fieldset>
</div>
<div class="col width-50">
<fieldset>
<legend><?php echo JText::_('Weblinks_Options'); ?>
|
| ||||
<?php echo $this->form->getLabel('db_type'); ?>
<br/>
<?php echo $this->form->getInput('db_type'); ?>
</td>
<td>
<em>
<?php echo JText::_('This is probably "mysql"'); ?>
|
| ||||
<?php echo $this->form->getLabel('db_host'); ?>
<br/>
<?php echo $this->form->getInput('db_host'); ?>
</td>
<td>
<em>
<?php echo JText::_('This is usually "localhost"'); ?>
|
| ||||
<?php echo $this->form->getLabel('db_user'); ?>
<br/>
<?php echo $this->form->getInput('db_user'); ?>
</td>
<td>
<em>
<?php echo JText::_('Either something as "root" or a username given by the hoster'); ?>
|
| ||||
<?php echo $this->form->getLabel('db_pass'); ?>
<br/>
<?php echo $this->form->getInput('db_pass'); ?>
</td>
<td>
<em>
<?php echo JText::_('For site security using a password for the mysql account is mandatory'); ?>
|
| ||||
<?php echo $this->form->getLabel('db_name'); ?>
<br/>
<?php echo $this->form->getInput('db_name'); ?>
</td>
<td>
<em>
<?php echo JText::_('Some hosts allow only a certain DB name per site. Use table prefix in this case for distinct Joomla! sites.'); ?>
|
| ||||
<?php echo $this->form->getLabel('db_old'); ?>
<br/>
<?php echo $this->form->getInput('db_old'); ?>
</td>
<td>
<em>
<?php echo JText::_('Any existing backup tables from former Joomla! installations will be replaced'); ?>
|
| ||||
<?php echo $this->form->getLabel('db_prefix'); ?>
<br/>
<?php echo $this->form->getInput('db_prefix'); ?>
</td>
<td>
<em>
<?php echo JText::_('Dont use "old_" since this is used for backup tables'); ?>
|
| ||||
<?php echo $this->form->getLabel('ftp_root'); ?>
</td>
<td>
<?php echo $this->form->getInput('ftp_root'); ?>
</td>
</tr>
</table>
<input type="button" id="findbutton" class="button" value="<?php echo JText::_('Autofind FTP Path'); ?>
|
| ||||
<?php echo $this->form->getLabel('ftp_save'); ?>
</td>
<td>
<?php echo $this->form->getInput('ftp_save'); ?>
</td>
</tr>
</table>
</div>
<div class="clr"></div>
</div>
<div class="b">
<div class="b">
<div class="b"></div>
</div>
</div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
<div class="b">
<div class="b">
<div class="b"></div>
</div>
</div>
</div>
</div>
</div>
<div class="clr"></div>
<input type="hidden" name="task" value=""/>
<?php echo JHtml::_('form.token'); ?>
|
| ||||
<?php echo $this->form->getLabel('site_name'); ?>
</td>
<td align="center">
<?php echo $this->form->getInput('site_name'); ?>
</td>
</tr>
</table>
</fieldset>
</div>
<div class="b">
<div class="b">
<div class="b"></div>
</div>
</div>
<div class="clr"></div>
</div>
<div class="newsection"></div>
<h2><?php echo JText::_('confTitle'); ?>
|
| ||||
<?php echo $this->form->getLabel('admin_password2'); ?>
</td>
<td align="center">
<?php echo $this->form->getInput('admin_password2'); ?>
</td>
</tr>
</table>
</fieldset>
</div>
<div class="b">
<div class="b">
<div class="b"></div>
</div>
</div>
<div class="clr"></div>
</div>
<input type="hidden" name="task" value=""/>
<?php echo JHtml::_('form.token'); ?>
|
| |||
<?php
echo $this->form->getLabel( [[#variable3eb48f20]]);
?> [[#variable3eb48ee0]]<?php
echo $this->form->getInput( [[#variable3eb48f20]]);
?> [[#variable3eb48e20]]<?php
echo [[#variable3eb48ea0]]::_( [[#variable3eb48e60]]);
?>
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#3eb48f20]] | 'description' |
| 1 | 2 | [[#3eb48f20]] | 'access' |
| 1 | 3 | [[#3eb48f20]] | 'title' |
| 1 | 4 | [[#3eb48f20]] | 'description' |
| 1 | 5 | [[#3eb48f20]] | 'title' |
| 1 | 6 | [[#3eb48f20]] | 'template_id' |
| 1 | 7 | [[#3eb48f20]] | 'email' |
| 1 | 8 | [[#3eb48f20]] | 'db_prefix' |
| 1 | 9 | [[#3eb48f20]] | 'db_old' |
| 1 | 10 | [[#3eb48f20]] | 'db_name' |
| 1 | 11 | [[#3eb48f20]] | 'db_pass' |
| 1 | 12 | [[#3eb48f20]] | 'db_user' |
| 1 | 13 | [[#3eb48f20]] | 'db_host' |
| 1 | 14 | [[#3eb48f20]] | 'db_type' |
| 1 | 15 | [[#3eb48f20]] | 'ftp_save' |
| 1 | 16 | [[#3eb48f20]] | 'ftp_root' |
| 1 | 17 | [[#3eb48f20]] | 'admin_password2' |
| 1 | 18 | [[#3eb48f20]] | 'site_name' |
| 1 | 19 | [[#3eb48f20]] | 'description' |
| 2 | 1 | [[#3eb48ee0]] | <br/> |
| 2 | 2 | [[#3eb48ee0]] | <br/> |
| 2 | 3 | [[#3eb48ee0]] | <br/> |
| 2 | 4 | [[#3eb48ee0]] | <br/> |
| 2 | 5 | [[#3eb48ee0]] | <br/> |
| 2 | 6 | [[#3eb48ee0]] | <br/> |
| 2 | 7 | [[#3eb48ee0]] | <br/> |
| 2 | 8 | [[#3eb48ee0]] | <br/> |
| 2 | 9 | [[#3eb48ee0]] | <br/> |
| 2 | 10 | [[#3eb48ee0]] | <br/> |
| 2 | 11 | [[#3eb48ee0]] | <br/> |
| 2 | 12 | [[#3eb48ee0]] | <br/> |
| 2 | 13 | [[#3eb48ee0]] | <br/> |
| 2 | 14 | [[#3eb48ee0]] | <br/> |
| 2 | 15 | [[#3eb48ee0]] | </td> <td> |
| 2 | 16 | [[#3eb48ee0]] | </td> <td> |
| 2 | 17 | [[#3eb48ee0]] | </td> <td align="center"> |
| 2 | 18 | [[#3eb48ee0]] | </td> <td align="center"> |
| 2 | 19 | [[#3eb48ee0]] | <br/> |
| 3 | 1 | [[#3eb48e20]] | <input type="hidden" name="task" value=""/> |
| 3 | 2 | [[#3eb48e20]] |
</li>
</ol>
</fieldset>
</div>
<div class="width-40" style="float:left;">
<fieldset>
<legend> |
| 3 | 3 | [[#3eb48e20]] | </li> </ol> </fieldset> <fieldset id="user-groups"> <legend> |
| 3 | 4 | [[#3eb48e20]] | </li> </ol> </fieldset> <input type="hidden" name="task" value=""/> |
| 3 | 5 | [[#3eb48e20]] | </li> </ol> </fieldset> <fieldset id="user-groups"> <legend> |
| 3 | 6 | [[#3eb48e20]] | </li> </ol> </fieldset> <fieldset style="width:45%; float:left;"> <legend> |
| 3 | 7 | [[#3eb48e20]] | </li> </ol> </fieldset> <fieldset style="width:37%; float:right;" id="user-groups"> <legend> |
| 3 | 8 | [[#3eb48e20]] | </td> <td> <em> |
| 3 | 9 | [[#3eb48e20]] | </td> <td> <em> |
| 3 | 10 | [[#3eb48e20]] | </td> <td> <em> |
| 3 | 11 | [[#3eb48e20]] | </td> <td> <em> |
| 3 | 12 | [[#3eb48e20]] | </td> <td> <em> |
| 3 | 13 | [[#3eb48e20]] | </td> <td> <em> |
| 3 | 14 | [[#3eb48e20]] | </td> <td> <em> |
| 3 | 15 | [[#3eb48e20]] |
</td>
</tr>
</table>
</div>
<div class="clr"></div>
</div>
<div class="b">
<div class="b">
<div class="b"></div>
</div>
</div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
<div class="b">
<div class="b">
<div class="b"></div>
</div>
</div>
</div>
</div>
</div>
<div class="clr"></div>
<input type="hidden" name="task" value=""/> |
| 3 | 16 | [[#3eb48e20]] | </td> </tr> </table> <input type="button" id="findbutton" class="button" value=" |
| 3 | 17 | [[#3eb48e20]] |
</td>
</tr>
</table>
</fieldset>
</div>
<div class="b">
<div class="b">
<div class="b"></div>
</div>
</div>
<div class="clr"></div>
</div>
<input type="hidden" name="task" value=""/> |
| 3 | 18 | [[#3eb48e20]] |
</td>
</tr>
</table>
</fieldset>
</div>
<div class="b">
<div class="b">
<div class="b"></div>
</div>
</div>
<div class="clr"></div>
</div>
<div class="newsection"></div>
<h2> |
| 3 | 19 | [[#3eb48e20]] |
</li>
</ol>
</fieldset>
</div>
<div class="col width-50">
<fieldset>
<legend> |
| 4 | 1 | [[#3eb48ea0]] | JHtml |
| 4 | 2 | [[#3eb48ea0]] | JText |
| 4 | 3 | [[#3eb48ea0]] | JText |
| 4 | 4 | [[#3eb48ea0]] | JHtml |
| 4 | 5 | [[#3eb48ea0]] | JText |
| 4 | 6 | [[#3eb48ea0]] | JText |
| 4 | 7 | [[#3eb48ea0]] | JText |
| 4 | 8 | [[#3eb48ea0]] | JText |
| 4 | 9 | [[#3eb48ea0]] | JText |
| 4 | 10 | [[#3eb48ea0]] | JText |
| 4 | 11 | [[#3eb48ea0]] | JText |
| 4 | 12 | [[#3eb48ea0]] | JText |
| 4 | 13 | [[#3eb48ea0]] | JText |
| 4 | 14 | [[#3eb48ea0]] | JText |
| 4 | 15 | [[#3eb48ea0]] | JHtml |
| 4 | 16 | [[#3eb48ea0]] | JText |
| 4 | 17 | [[#3eb48ea0]] | JHtml |
| 4 | 18 | [[#3eb48ea0]] | JText |
| 4 | 19 | [[#3eb48ea0]] | JText |
| 5 | 1 | [[#3eb48e60]] | 'form.token' |
| 5 | 2 | [[#3eb48e60]] | 'Categories_Fieldset_Options' |
| 5 | 3 | [[#3eb48e60]] | 'Users_Actions_Available' |
| 5 | 4 | [[#3eb48e60]] | 'form.token' |
| 5 | 5 | [[#3eb48e60]] | 'Users_User_Groups_Having_Access' |
| 5 | 6 | [[#3eb48e60]] | 'Menus_Item_Options' |
| 5 | 7 | [[#3eb48e60]] | 'Users_Assigned_Groups' |
| 5 | 8 | [[#3eb48e60]] | 'Dont use "old_" since this is used for backup tables' |
| 5 | 9 | [[#3eb48e60]] | 'Any existing backup tables from former Joomla! installations will be replaced' |
| 5 | 10 | [[#3eb48e60]] | 'Some hosts allow only a certain DB name per site. Use table prefix in this case for distinct Joomla! sites.' |
| 5 | 11 | [[#3eb48e60]] | 'For site security using a password for the mysql account is mandatory' |
| 5 | 12 | [[#3eb48e60]] | 'Either something as "root" or a username given by the hoster' |
| 5 | 13 | [[#3eb48e60]] | 'This is usually "localhost"' |
| 5 | 14 | [[#3eb48e60]] | 'This is probably "mysql"' |
| 5 | 15 | [[#3eb48e60]] | 'form.token' |
| 5 | 16 | [[#3eb48e60]] | 'Autofind FTP Path' |
| 5 | 17 | [[#3eb48e60]] | 'form.token' |
| 5 | 18 | [[#3eb48e60]] | 'confTitle' |
| 5 | 19 | [[#3eb48e60]] | 'Weblinks_Options' |