Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.993 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 46 | administrator/templates/system/html/modules.php |
2 | 7 | 66 | administrator/templates/system/html/modules.php |
| ||||
$editAllComponents= $user->authorize('core.installer.manage'); // special handling for components module if ($module->module != 'mod_components' || ($module->module == 'mod_components' && $editAllComponents)) { $sliders->startPanel(JText::_($module->title), 'module' . $module->id); echo $module->content; $sliders->endPanel(); } |
| ||||
$editAllComponents= $user->authorize('core.installer.manage'); // special handling for components module if ($module->module != 'mod_components' || ($module->module == 'mod_components' && $editAllComponents)) { $tabs->startPanel(JText::_($module->title), 'module' . $module->id); echo $module->content; $tabs->endPanel(); } |
| |||
$editAllComponents=$user->authorize('core.installer.manage'); // special handling for components module if ($module->module != 'mod_components' || ($module->module == 'mod_components' && $editAllComponents)) { [[#variable50a5b980]]->startPanel(JText::_($module->title),'module' . $module->id); echo $module->content; [[#variable50a5b980]]->endPanel(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#50a5b980]] | $sliders |
1 | 2 | [[#50a5b980]] | $tabs |