Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 42 | 3 | 0.956 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 285 | administrator/components/com_config/controllers/application.php |
2 | 1 | 286 | administrator/components/com_config/controllers/application.php |
3 | 1 | 287 | administrator/components/com_config/controllers/application.php |
4 | 1 | 288 | administrator/components/com_config/controllers/application.php |
5 | 1 | 289 | administrator/components/com_config/controllers/application.php |
6 | 1 | 290 | administrator/components/com_config/controllers/application.php |
7 | 1 | 293 | administrator/components/com_config/controllers/application.php |
8 | 1 | 294 | administrator/components/com_config/controllers/application.php |
9 | 1 | 297 | administrator/components/com_config/controllers/application.php |
10 | 1 | 298 | administrator/components/com_config/controllers/application.php |
11 | 1 | 299 | administrator/components/com_config/controllers/application.php |
12 | 1 | 302 | administrator/components/com_config/controllers/application.php |
13 | 1 | 303 | administrator/components/com_config/controllers/application.php |
14 | 1 | 306 | administrator/components/com_config/controllers/application.php |
15 | 1 | 307 | administrator/components/com_config/controllers/application.php |
16 | 1 | 309 | administrator/components/com_config/controllers/application.php |
17 | 1 | 313 | administrator/components/com_config/controllers/application.php |
18 | 1 | 316 | administrator/components/com_config/controllers/application.php |
19 | 1 | 319 | administrator/components/com_config/controllers/application.php |
20 | 1 | 320 | administrator/components/com_config/controllers/application.php |
21 | 1 | 321 | administrator/components/com_config/controllers/application.php |
22 | 1 | 325 | administrator/components/com_config/controllers/application.php |
23 | 1 | 326 | administrator/components/com_config/controllers/application.php |
24 | 1 | 327 | administrator/components/com_config/controllers/application.php |
25 | 1 | 328 | administrator/components/com_config/controllers/application.php |
26 | 1 | 330 | administrator/components/com_config/controllers/application.php |
27 | 1 | 333 | administrator/components/com_config/controllers/application.php |
28 | 1 | 334 | administrator/components/com_config/controllers/application.php |
29 | 1 | 335 | administrator/components/com_config/controllers/application.php |
30 | 1 | 336 | administrator/components/com_config/controllers/application.php |
31 | 1 | 337 | administrator/components/com_config/controllers/application.php |
32 | 1 | 340 | administrator/components/com_config/controllers/application.php |
33 | 1 | 341 | administrator/components/com_config/controllers/application.php |
34 | 1 | 342 | administrator/components/com_config/controllers/application.php |
35 | 1 | 343 | administrator/components/com_config/controllers/application.php |
36 | 1 | 344 | administrator/components/com_config/controllers/application.php |
37 | 1 | 345 | administrator/components/com_config/controllers/application.php |
38 | 1 | 347 | administrator/components/com_config/controllers/application.php |
39 | 1 | 350 | administrator/components/com_config/controllers/application.php |
40 | 1 | 351 | administrator/components/com_config/controllers/application.php |
41 | 1 | 354 | administrator/components/com_config/controllers/application.php |
42 | 1 | 355 | administrator/components/com_config/controllers/application.php |
| ||||
// SITE SETTINGS $config_array['offline']= JRequest::getVar('offline', 0, 'post', 'int'); |
| ||||
$config_array['editor']= JRequest::getVar('editor', 'tinymce', 'post', 'cmd'); |
| ||||
$config_array['access']= JRequest::getVar('access', '1', 'post', 'int'); |
| ||||
$config_array['list_limit']= JRequest::getVar('list_limit', 20, 'post', 'int'); |
| ||||
$config_array['helpurl']= JRequest::getVar('helpurl', 'http://help.joomla.org', 'post', 'string'); |
| ||||
$config_array['root_user']= JRequest::getVar('root_user', '42', 'post', 'int'); |
| ||||
// DEBUG $config_array['debug']= JRequest::getVar('debug', 0, 'post', 'int'); |
| ||||
$config_array['debug_lang']= JRequest::getVar('debug_lang', 0, 'post', 'int'); |
| ||||
// SEO SETTINGS $config_array['sef']= JRequest::getVar('sef', 0, 'post', 'int'); |
| ||||
$config_array['sef_rewrite']= JRequest::getVar('sef_rewrite', 0, 'post', 'int'); |
| ||||
$config_array['sef_suffix']= JRequest::getVar('sef_suffix', 0, 'post', 'int'); |
| ||||
// FEED SETTINGS $config_array['feed_limit']= JRequest::getVar('feed_limit', 10, 'post', 'int'); |
| ||||
$config_array['feed_email']= JRequest::getVar('feed_email', 'author', 'post', 'word'); |
| ||||
// SERVER SETTINGS $config_array['secret']= JRequest::getVar('secret', 0, 'post', 'string'); |
| ||||
$config_array['gzip']= JRequest::getVar('gzip', 0, 'post', 'int'); |
| ||||
$config_array['xmlrpc_server']= JRequest::getVar('xmlrpc_server', 0, 'post', 'int'); |
| ||||
$config_array['force_ssl']= JRequest::getVar('force_ssl', 0, 'post', 'int'); |
| ||||
// LOCALE SETTINGS $config_array['offset']= JRequest::getVar('offset', 0, 'post', 'float'); |
| ||||
// CACHE SETTINGS $config_array['caching']= JRequest::getVar('caching', 0, 'post', 'int'); |
| ||||
$config_array['cachetime']= JRequest::getVar('cachetime', 900, 'post', 'int'); |
| ||||
$config_array['cache_handler']= JRequest::getVar('cache_handler', 'file', 'post', 'word'); |
| ||||
// FTP SETTINGS $config_array['ftp_enable']= JRequest::getVar('ftp_enable', 0, 'post', 'int'); |
| ||||
$config_array['ftp_host']= JRequest::getVar('ftp_host', '', 'post', 'string'); |
| ||||
$config_array['ftp_port']= JRequest::getVar('ftp_port', '', 'post', 'int'); |
| ||||
$config_array['ftp_user']= JRequest::getVar('ftp_user', '', 'post', 'string'); |
| ||||
$config_array['ftp_root']= JRequest::getVar('ftp_root', '', 'post', 'string'); |
| ||||
// DATABASE SETTINGS $config_array['dbtype']= JRequest::getVar('dbtype', 'mysql', 'post', 'word'); |
| ||||
$config_array['host']= JRequest::getVar('host', 'localhost', 'post', 'string'); |
| ||||
$config_array['user']= JRequest::getVar('user', '', 'post', 'string'); |
| ||||
$config_array['db']= JRequest::getVar('db', '', 'post', 'string'); |
| ||||
$config_array['dbprefix']= JRequest::getVar('dbprefix', 'jos_', 'post', 'string'); |
| ||||
// MAIL SETTINGS $config_array['mailer']= JRequest::getVar('mailer', 'mail', 'post', 'word'); |
| ||||
$config_array['mailfrom']= JRequest::getVar('mailfrom', '', 'post', 'string'); |
| ||||
$config_array['fromname']= JRequest::getVar('fromname', 'Joomla 1.5', 'post', 'string'); |
| ||||
$config_array['sendmail']= JRequest::getVar('sendmail', '/usr/sbin/sendmail', 'post', 'string'); |
| ||||
$config_array['smtpauth']= JRequest::getVar('smtpauth', 0, 'post', 'int'); |
| ||||
$config_array['smtpuser']= JRequest::getVar('smtpuser', '', 'post', 'string'); |
| ||||
$config_array['smtphost']= JRequest::getVar('smtphost', '', 'post', 'string'); |
| ||||
// META SETTINGS $config_array['MetaAuthor']= JRequest::getVar('MetaAuthor', 1, 'post', 'int'); |
| ||||
$config_array['MetaTitle']= JRequest::getVar('MetaTitle', 1, 'post', 'int'); |
| ||||
// SESSION SETTINGS $config_array['lifetime']= JRequest::getVar('lifetime', 0, 'post', 'int'); |
| ||||
$config_array['session_handler']= JRequest::getVar('session_handler', 'none', 'post', 'word'); |
| |||
// SESSION SETTINGS // META SETTINGS // MAIL SETTINGS // DATABASE SETTINGS // FTP SETTINGS // CACHE SETTINGS // LOCALE SETTINGS // SERVER SETTINGS // FEED SETTINGS // SEO SETTINGS // DEBUG // SITE SETTINGS $config_array[ [[#variable5874e9a0]]]=JRequest::getVar( [[#variable5874e9a0]], [[#variable5874e8e0]],'post', [[#variable5874e940]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5874e9a0]] | 'session_handler' |
1 | 2 | [[#5874e9a0]] | 'lifetime' |
1 | 3 | [[#5874e9a0]] | 'MetaTitle' |
1 | 4 | [[#5874e9a0]] | 'MetaAuthor' |
1 | 5 | [[#5874e9a0]] | 'smtphost' |
1 | 6 | [[#5874e9a0]] | 'smtpuser' |
1 | 7 | [[#5874e9a0]] | 'smtpauth' |
1 | 8 | [[#5874e9a0]] | 'sendmail' |
1 | 9 | [[#5874e9a0]] | 'fromname' |
1 | 10 | [[#5874e9a0]] | 'mailfrom' |
1 | 11 | [[#5874e9a0]] | 'mailer' |
1 | 12 | [[#5874e9a0]] | 'dbprefix' |
1 | 13 | [[#5874e9a0]] | 'db' |
1 | 14 | [[#5874e9a0]] | 'user' |
1 | 15 | [[#5874e9a0]] | 'host' |
1 | 16 | [[#5874e9a0]] | 'dbtype' |
1 | 17 | [[#5874e9a0]] | 'ftp_root' |
1 | 18 | [[#5874e9a0]] | 'ftp_user' |
1 | 19 | [[#5874e9a0]] | 'ftp_port' |
1 | 20 | [[#5874e9a0]] | 'ftp_host' |
1 | 21 | [[#5874e9a0]] | 'ftp_enable' |
1 | 22 | [[#5874e9a0]] | 'cache_handler' |
1 | 23 | [[#5874e9a0]] | 'cachetime' |
1 | 24 | [[#5874e9a0]] | 'caching' |
1 | 25 | [[#5874e9a0]] | 'offset' |
1 | 26 | [[#5874e9a0]] | 'force_ssl' |
1 | 27 | [[#5874e9a0]] | 'xmlrpc_server' |
1 | 28 | [[#5874e9a0]] | 'gzip' |
1 | 29 | [[#5874e9a0]] | 'secret' |
1 | 30 | [[#5874e9a0]] | 'feed_email' |
1 | 31 | [[#5874e9a0]] | 'feed_limit' |
1 | 32 | [[#5874e9a0]] | 'sef_suffix' |
1 | 33 | [[#5874e9a0]] | 'sef_rewrite' |
1 | 34 | [[#5874e9a0]] | 'sef' |
1 | 35 | [[#5874e9a0]] | 'debug_lang' |
1 | 36 | [[#5874e9a0]] | 'debug' |
1 | 37 | [[#5874e9a0]] | 'root_user' |
1 | 38 | [[#5874e9a0]] | 'helpurl' |
1 | 39 | [[#5874e9a0]] | 'list_limit' |
1 | 40 | [[#5874e9a0]] | 'access' |
1 | 41 | [[#5874e9a0]] | 'editor' |
1 | 42 | [[#5874e9a0]] | 'offline' |
2 | 1 | [[#5874e8e0]] | 'none' |
2 | 2 | [[#5874e8e0]] | 0 |
2 | 3 | [[#5874e8e0]] | 1 |
2 | 4 | [[#5874e8e0]] | 1 |
2 | 5 | [[#5874e8e0]] | '' |
2 | 6 | [[#5874e8e0]] | '' |
2 | 7 | [[#5874e8e0]] | 0 |
2 | 8 | [[#5874e8e0]] | '/usr/sbin/sendmail' |
2 | 9 | [[#5874e8e0]] | 'Joomla 1.5' |
2 | 10 | [[#5874e8e0]] | '' |
2 | 11 | [[#5874e8e0]] | 'mail' |
2 | 12 | [[#5874e8e0]] | 'jos_' |
2 | 13 | [[#5874e8e0]] | '' |
2 | 14 | [[#5874e8e0]] | '' |
2 | 15 | [[#5874e8e0]] | 'localhost' |
2 | 16 | [[#5874e8e0]] | 'mysql' |
2 | 17 | [[#5874e8e0]] | '' |
2 | 18 | [[#5874e8e0]] | '' |
2 | 19 | [[#5874e8e0]] | '' |
2 | 20 | [[#5874e8e0]] | '' |
2 | 21 | [[#5874e8e0]] | 0 |
2 | 22 | [[#5874e8e0]] | 'file' |
2 | 23 | [[#5874e8e0]] | 900 |
2 | 24 | [[#5874e8e0]] | 0 |
2 | 25 | [[#5874e8e0]] | 0 |
2 | 26 | [[#5874e8e0]] | 0 |
2 | 27 | [[#5874e8e0]] | 0 |
2 | 28 | [[#5874e8e0]] | 0 |
2 | 29 | [[#5874e8e0]] | 0 |
2 | 30 | [[#5874e8e0]] | 'author' |
2 | 31 | [[#5874e8e0]] | 10 |
2 | 32 | [[#5874e8e0]] | 0 |
2 | 33 | [[#5874e8e0]] | 0 |
2 | 34 | [[#5874e8e0]] | 0 |
2 | 35 | [[#5874e8e0]] | 0 |
2 | 36 | [[#5874e8e0]] | 0 |
2 | 37 | [[#5874e8e0]] | '42' |
2 | 38 | [[#5874e8e0]] | 'http://help.joomla.org' |
2 | 39 | [[#5874e8e0]] | 20 |
2 | 40 | [[#5874e8e0]] | '1' |
2 | 41 | [[#5874e8e0]] | 'tinymce' |
2 | 42 | [[#5874e8e0]] | 0 |
3 | 1 | [[#5874e940]] | 'word' |
3 | 2 | [[#5874e940]] | 'int' |
3 | 3 | [[#5874e940]] | 'int' |
3 | 4 | [[#5874e940]] | 'int' |
3 | 5 | [[#5874e940]] | 'string' |
3 | 6 | [[#5874e940]] | 'string' |
3 | 7 | [[#5874e940]] | 'int' |
3 | 8 | [[#5874e940]] | 'string' |
3 | 9 | [[#5874e940]] | 'string' |
3 | 10 | [[#5874e940]] | 'string' |
3 | 11 | [[#5874e940]] | 'word' |
3 | 12 | [[#5874e940]] | 'string' |
3 | 13 | [[#5874e940]] | 'string' |
3 | 14 | [[#5874e940]] | 'string' |
3 | 15 | [[#5874e940]] | 'string' |
3 | 16 | [[#5874e940]] | 'word' |
3 | 17 | [[#5874e940]] | 'string' |
3 | 18 | [[#5874e940]] | 'string' |
3 | 19 | [[#5874e940]] | 'int' |
3 | 20 | [[#5874e940]] | 'string' |
3 | 21 | [[#5874e940]] | 'int' |
3 | 22 | [[#5874e940]] | 'word' |
3 | 23 | [[#5874e940]] | 'int' |
3 | 24 | [[#5874e940]] | 'int' |
3 | 25 | [[#5874e940]] | 'float' |
3 | 26 | [[#5874e940]] | 'int' |
3 | 27 | [[#5874e940]] | 'int' |
3 | 28 | [[#5874e940]] | 'int' |
3 | 29 | [[#5874e940]] | 'string' |
3 | 30 | [[#5874e940]] | 'word' |
3 | 31 | [[#5874e940]] | 'int' |
3 | 32 | [[#5874e940]] | 'int' |
3 | 33 | [[#5874e940]] | 'int' |
3 | 34 | [[#5874e940]] | 'int' |
3 | 35 | [[#5874e940]] | 'int' |
3 | 36 | [[#5874e940]] | 'int' |
3 | 37 | [[#5874e940]] | 'int' |
3 | 38 | [[#5874e940]] | 'string' |
3 | 39 | [[#5874e940]] | 'int' |
3 | 40 | [[#5874e940]] | 'int' |
3 | 41 | [[#5874e940]] | 'cmd' |
3 | 42 | [[#5874e940]] | 'int' |