| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 26 | 4 | 0.960 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 201 | administrator/components/com_banners/views/banner.php |
| 2 | 1 | 138 | administrator/components/com_banners/views/client.php |
| 3 | 1 | 378 | administrator/components/com_config/controllers/application.php |
| 4 | 1 | 56 | administrator/components/com_massmail/admin.massmail.php |
| 5 | 1 | 66 | administrator/components/com_massmail/admin.massmail.php |
| 6 | 1 | 38 | administrator/components/com_media/controllers/file.php |
| 7 | 1 | 39 | administrator/components/com_media/controllers/file.php |
| 8 | 1 | 143 | administrator/components/com_media/controllers/file.php |
| 9 | 1 | 45 | administrator/components/com_media/controllers/folder.php |
| 10 | 1 | 105 | administrator/components/com_media/controllers/folder.php |
| 11 | 1 | 32 | administrator/components/com_media/models/list.php |
| 12 | 1 | 30 | administrator/components/com_media/models/manager.php |
| 13 | 1 | 300 | administrator/components/com_modules/models/module.php |
| 14 | 1 | 34 | administrator/components/com_modules/views/module/view.html.php |
| 15 | 1 | 49 | administrator/components/com_templates/controller.php |
| 16 | 1 | 87 | administrator/components/com_templates/controller.php |
| 17 | 1 | 110 | administrator/components/com_templates/controller.php |
| 18 | 1 | 141 | administrator/components/com_templates/controller.php |
| 19 | 1 | 65 | administrator/components/com_templates/models/cssedit.php |
| 20 | 1 | 58 | administrator/components/com_templates/models/source.php |
| 21 | 1 | 73 | administrator/components/com_templates/models/template.php |
| 22 | 1 | 148 | administrator/components/com_templates/models/template.php |
| 23 | 1 | 149 | administrator/components/com_templates/models/template.php |
| 24 | 1 | 42 | administrator/components/com_templates/views/csschoose/view.html.php |
| 25 | 1 | 38 | administrator/components/com_templates/views/prevuuw/view.html.php |
| 26 | 1 | 80 | components/com_users/controllers/user.php |
| ||||
$task= JRequest::getVar('task', '', 'method', 'string');
|
| ||||
$task= JRequest::getVar('task', '', 'method', 'string');
|
| ||||
// handling of quotes (double and single) and amp characters
// htmlspecialchars not used to preserve ability to insert other html characters
$offline_message= JRequest::getVar('offline_message', '', 'post', 'string');
|
| ||||
$subject= JRequest::getVar('mm_subject', '', 'post', 'string');
|
| ||||
// automatically removes html formatting
$message_body= JRequest::getVar('mm_message', '', 'post', 'string');
|
| ||||
$file= JRequest::getVar('Filedata', '', 'files', 'array');
|
| ||||
$folder= JRequest::getVar('folder', '', '', 'path');
|
| ||||
$folder= JRequest::getVar('folder', '', '', 'path');
|
| ||||
$folder= JRequest::getVar('folder', '', '', 'path');
|
| ||||
$parent= JRequest::getVar('folderbase', '', '', 'path');
|
| ||||
$folder= JRequest::getVar('folder', '', '', 'path');
|
| ||||
$folder= JRequest::getVar('folder', '', '', 'path');
|
| ||||
$menus= JRequest::getVar('menus', '', 'post', 'word');
|
| ||||
$module= JRequest::getVar('module', '', '', 'cmd');
|
| ||||
$option= JRequest::getVar('option', '', '', 'cmd');
|
| ||||
$option= JRequest::getVar('option', '', '', 'cmd');
|
| ||||
$option= JRequest::getVar('option', '', '', 'cmd');
|
| ||||
// Check for request forgeries
//TODO: FIX TOKEN
//JRequest::checkToken() or jexit(JText::_('JINVALID_TOKEN'));
$option= JRequest::getVar('option', '', '', 'cmd');
|
| ||||
$id= JRequest::getVar('id', '', 'method', 'cmd');
|
| ||||
$id= JRequest::getVar('id', '', 'method', 'cmd');
|
| ||||
$id= JRequest::getVar('id', '', 'method', 'int');
|
| ||||
$menutype= JRequest::getVar('menus', '', 'post', 'string');
|
| ||||
$description= JRequest::getVar('description', '', 'post', 'string');
|
| ||||
$id= JRequest::getVar('id', '', 'method', 'int');
|
| ||||
$id= JRequest::getVar('id', '', 'method', 'int');
|
| ||||
// Get the return url from the request and validate that it is internal.
$return= JRequest::getVar('return', '', 'method', 'base64');
|
| |||
[[#variable4c6af5a0]]=JRequest::getVar( [[#variable4c6af500]],'', [[#variable4c6af4a0]], [[#variable4c6af440]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4c6af5a0]] | $task |
| 1 | 2 | [[#4c6af5a0]] | $id |
| 1 | 3 | [[#4c6af5a0]] | $folder |
| 1 | 4 | [[#4c6af5a0]] | $option |
| 1 | 5 | [[#4c6af5a0]] | $id |
| 1 | 6 | [[#4c6af5a0]] | // automatically removes html formatting $message_body |
| 1 | 7 | [[#4c6af5a0]] | $menus |
| 1 | 8 | [[#4c6af5a0]] | // handling of quotes (double and single) and amp characters // htmlspecialchars not used to preserve ability to insert other html characters $offline_message |
| 1 | 9 | [[#4c6af5a0]] | $subject |
| 1 | 10 | [[#4c6af5a0]] | $file |
| 1 | 11 | [[#4c6af5a0]] | $parent |
| 1 | 12 | [[#4c6af5a0]] | $module |
| 1 | 13 | [[#4c6af5a0]] | $description |
| 1 | 14 | [[#4c6af5a0]] | // Get the return url from the request and validate that it is internal. $return |
| 1 | 15 | [[#4c6af5a0]] | $menutype |
| 1 | 16 | [[#4c6af5a0]] | $folder |
| 1 | 17 | [[#4c6af5a0]] | $folder |
| 1 | 18 | [[#4c6af5a0]] | $option |
| 1 | 19 | [[#4c6af5a0]] | $id |
| 1 | 20 | [[#4c6af5a0]] | // Check for request forgeries
//TODO: FIX TOKEN
//JRequest::checkToken() or jexit(JText::_('JINVALID_TOKEN'));
$option |
| 1 | 21 | [[#4c6af5a0]] | $folder |
| 1 | 22 | [[#4c6af5a0]] | $task |
| 1 | 23 | [[#4c6af5a0]] | $id |
| 1 | 24 | [[#4c6af5a0]] | $id |
| 1 | 25 | [[#4c6af5a0]] | $folder |
| 1 | 26 | [[#4c6af5a0]] | $option |
| 2 | 1 | [[#4c6af500]] | 'task' |
| 2 | 2 | [[#4c6af500]] | 'id' |
| 2 | 3 | [[#4c6af500]] | 'folder' |
| 2 | 4 | [[#4c6af500]] | 'option' |
| 2 | 5 | [[#4c6af500]] | 'id' |
| 2 | 6 | [[#4c6af500]] | 'mm_message' |
| 2 | 7 | [[#4c6af500]] | 'menus' |
| 2 | 8 | [[#4c6af500]] | 'offline_message' |
| 2 | 9 | [[#4c6af500]] | 'mm_subject' |
| 2 | 10 | [[#4c6af500]] | 'Filedata' |
| 2 | 11 | [[#4c6af500]] | 'folderbase' |
| 2 | 12 | [[#4c6af500]] | 'module' |
| 2 | 13 | [[#4c6af500]] | 'description' |
| 2 | 14 | [[#4c6af500]] | 'return' |
| 2 | 15 | [[#4c6af500]] | 'menus' |
| 2 | 16 | [[#4c6af500]] | 'folder' |
| 2 | 17 | [[#4c6af500]] | 'folder' |
| 2 | 18 | [[#4c6af500]] | 'option' |
| 2 | 19 | [[#4c6af500]] | 'id' |
| 2 | 20 | [[#4c6af500]] | 'option' |
| 2 | 21 | [[#4c6af500]] | 'folder' |
| 2 | 22 | [[#4c6af500]] | 'task' |
| 2 | 23 | [[#4c6af500]] | 'id' |
| 2 | 24 | [[#4c6af500]] | 'id' |
| 2 | 25 | [[#4c6af500]] | 'folder' |
| 2 | 26 | [[#4c6af500]] | 'option' |
| 3 | 1 | [[#4c6af4a0]] | 'method' |
| 3 | 2 | [[#4c6af4a0]] | 'method' |
| 3 | 3 | [[#4c6af4a0]] | '' |
| 3 | 4 | [[#4c6af4a0]] | '' |
| 3 | 5 | [[#4c6af4a0]] | 'method' |
| 3 | 6 | [[#4c6af4a0]] | 'post' |
| 3 | 7 | [[#4c6af4a0]] | 'post' |
| 3 | 8 | [[#4c6af4a0]] | 'post' |
| 3 | 9 | [[#4c6af4a0]] | 'post' |
| 3 | 10 | [[#4c6af4a0]] | 'files' |
| 3 | 11 | [[#4c6af4a0]] | '' |
| 3 | 12 | [[#4c6af4a0]] | '' |
| 3 | 13 | [[#4c6af4a0]] | 'post' |
| 3 | 14 | [[#4c6af4a0]] | 'method' |
| 3 | 15 | [[#4c6af4a0]] | 'post' |
| 3 | 16 | [[#4c6af4a0]] | '' |
| 3 | 17 | [[#4c6af4a0]] | '' |
| 3 | 18 | [[#4c6af4a0]] | '' |
| 3 | 19 | [[#4c6af4a0]] | 'method' |
| 3 | 20 | [[#4c6af4a0]] | '' |
| 3 | 21 | [[#4c6af4a0]] | '' |
| 3 | 22 | [[#4c6af4a0]] | 'method' |
| 3 | 23 | [[#4c6af4a0]] | 'method' |
| 3 | 24 | [[#4c6af4a0]] | 'method' |
| 3 | 25 | [[#4c6af4a0]] | '' |
| 3 | 26 | [[#4c6af4a0]] | '' |
| 4 | 1 | [[#4c6af440]] | 'string' |
| 4 | 2 | [[#4c6af440]] | 'int' |
| 4 | 3 | [[#4c6af440]] | 'path' |
| 4 | 4 | [[#4c6af440]] | 'cmd' |
| 4 | 5 | [[#4c6af440]] | 'cmd' |
| 4 | 6 | [[#4c6af440]] | 'string' |
| 4 | 7 | [[#4c6af440]] | 'word' |
| 4 | 8 | [[#4c6af440]] | 'string' |
| 4 | 9 | [[#4c6af440]] | 'string' |
| 4 | 10 | [[#4c6af440]] | 'array' |
| 4 | 11 | [[#4c6af440]] | 'path' |
| 4 | 12 | [[#4c6af440]] | 'cmd' |
| 4 | 13 | [[#4c6af440]] | 'string' |
| 4 | 14 | [[#4c6af440]] | 'base64' |
| 4 | 15 | [[#4c6af440]] | 'string' |
| 4 | 16 | [[#4c6af440]] | 'path' |
| 4 | 17 | [[#4c6af440]] | 'path' |
| 4 | 18 | [[#4c6af440]] | 'cmd' |
| 4 | 19 | [[#4c6af440]] | 'int' |
| 4 | 20 | [[#4c6af440]] | 'cmd' |
| 4 | 21 | [[#4c6af440]] | 'path' |
| 4 | 22 | [[#4c6af440]] | 'string' |
| 4 | 23 | [[#4c6af440]] | 'cmd' |
| 4 | 24 | [[#4c6af440]] | 'int' |
| 4 | 25 | [[#4c6af440]] | 'path' |
| 4 | 26 | [[#4c6af440]] | 'cmd' |