CloneSet15


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14230.956statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11285
administrator/components/com_config/controllers/application.php
21286
administrator/components/com_config/controllers/application.php
31287
administrator/components/com_config/controllers/application.php
41288
administrator/components/com_config/controllers/application.php
51289
administrator/components/com_config/controllers/application.php
61290
administrator/components/com_config/controllers/application.php
71293
administrator/components/com_config/controllers/application.php
81294
administrator/components/com_config/controllers/application.php
91297
administrator/components/com_config/controllers/application.php
101298
administrator/components/com_config/controllers/application.php
111299
administrator/components/com_config/controllers/application.php
121302
administrator/components/com_config/controllers/application.php
131303
administrator/components/com_config/controllers/application.php
141306
administrator/components/com_config/controllers/application.php
151307
administrator/components/com_config/controllers/application.php
161309
administrator/components/com_config/controllers/application.php
171313
administrator/components/com_config/controllers/application.php
181316
administrator/components/com_config/controllers/application.php
191319
administrator/components/com_config/controllers/application.php
201320
administrator/components/com_config/controllers/application.php
211321
administrator/components/com_config/controllers/application.php
221325
administrator/components/com_config/controllers/application.php
231326
administrator/components/com_config/controllers/application.php
241327
administrator/components/com_config/controllers/application.php
251328
administrator/components/com_config/controllers/application.php
261330
administrator/components/com_config/controllers/application.php
271333
administrator/components/com_config/controllers/application.php
281334
administrator/components/com_config/controllers/application.php
291335
administrator/components/com_config/controllers/application.php
301336
administrator/components/com_config/controllers/application.php
311337
administrator/components/com_config/controllers/application.php
321340
administrator/components/com_config/controllers/application.php
331341
administrator/components/com_config/controllers/application.php
341342
administrator/components/com_config/controllers/application.php
351343
administrator/components/com_config/controllers/application.php
361344
administrator/components/com_config/controllers/application.php
371345
administrator/components/com_config/controllers/application.php
381347
administrator/components/com_config/controllers/application.php
391350
administrator/components/com_config/controllers/application.php
401351
administrator/components/com_config/controllers/application.php
411354
administrator/components/com_config/controllers/application.php
421355
administrator/components/com_config/controllers/application.php
Clone Instance
1
Line Count
1
Source Line
285
Source File
administrator/components/com_config/controllers/application.php

                // SITE SETTINGS
                $config_array['offline']=         JRequest::getVar('offline', 0, 'post', 'int');


Clone Instance
2
Line Count
1
Source Line
286
Source File
administrator/components/com_config/controllers/application.php

                $config_array['editor']=          JRequest::getVar('editor', 'tinymce', 'post', 'cmd');


Clone Instance
3
Line Count
1
Source Line
287
Source File
administrator/components/com_config/controllers/application.php

                $config_array['access']=          JRequest::getVar('access', '1', 'post', 'int');


Clone Instance
4
Line Count
1
Source Line
288
Source File
administrator/components/com_config/controllers/application.php

                $config_array['list_limit']=      JRequest::getVar('list_limit', 20, 'post', 'int');


Clone Instance
5
Line Count
1
Source Line
289
Source File
administrator/components/com_config/controllers/application.php

                $config_array['helpurl']=         JRequest::getVar('helpurl', 'http://help.joomla.org', 'post', 'string');


Clone Instance
6
Line Count
1
Source Line
290
Source File
administrator/components/com_config/controllers/application.php

                $config_array['root_user']=       JRequest::getVar('root_user', '42', 'post', 'int');


Clone Instance
7
Line Count
1
Source Line
293
Source File
administrator/components/com_config/controllers/application.php

                // DEBUG
                $config_array['debug']=           JRequest::getVar('debug', 0, 'post', 'int');


Clone Instance
8
Line Count
1
Source Line
294
Source File
administrator/components/com_config/controllers/application.php

                $config_array['debug_lang']=      JRequest::getVar('debug_lang', 0, 'post', 'int');


Clone Instance
9
Line Count
1
Source Line
297
Source File
administrator/components/com_config/controllers/application.php

                // SEO SETTINGS
                $config_array['sef']=                     JRequest::getVar('sef', 0, 'post', 'int');


Clone Instance
10
Line Count
1
Source Line
298
Source File
administrator/components/com_config/controllers/application.php

                $config_array['sef_rewrite']=     JRequest::getVar('sef_rewrite', 0, 'post', 'int');


Clone Instance
11
Line Count
1
Source Line
299
Source File
administrator/components/com_config/controllers/application.php

                $config_array['sef_suffix']=              JRequest::getVar('sef_suffix', 0, 'post', 'int');


Clone Instance
12
Line Count
1
Source Line
302
Source File
administrator/components/com_config/controllers/application.php

                // FEED SETTINGS
                $config_array['feed_limit']=              JRequest::getVar('feed_limit', 10, 'post', 'int');


Clone Instance
13
Line Count
1
Source Line
303
Source File
administrator/components/com_config/controllers/application.php

                $config_array['feed_email']=              JRequest::getVar('feed_email', 'author', 'post', 'word');


Clone Instance
14
Line Count
1
Source Line
306
Source File
administrator/components/com_config/controllers/application.php

                // SERVER SETTINGS
                $config_array['secret']=                          JRequest::getVar('secret', 0, 'post', 'string');


Clone Instance
15
Line Count
1
Source Line
307
Source File
administrator/components/com_config/controllers/application.php

                $config_array['gzip']=                            JRequest::getVar('gzip', 0, 'post', 'int');


Clone Instance
16
Line Count
1
Source Line
309
Source File
administrator/components/com_config/controllers/application.php

                $config_array['xmlrpc_server']=           JRequest::getVar('xmlrpc_server', 0, 'post', 'int');


Clone Instance
17
Line Count
1
Source Line
313
Source File
administrator/components/com_config/controllers/application.php

                $config_array['force_ssl']=                       JRequest::getVar('force_ssl', 0, 'post', 'int');


Clone Instance
18
Line Count
1
Source Line
316
Source File
administrator/components/com_config/controllers/application.php

                // LOCALE SETTINGS
                $config_array['offset']=                          JRequest::getVar('offset', 0, 'post', 'float');


Clone Instance
19
Line Count
1
Source Line
319
Source File
administrator/components/com_config/controllers/application.php

                // CACHE SETTINGS
                $config_array['caching']=                         JRequest::getVar('caching', 0, 'post', 'int');


Clone Instance
20
Line Count
1
Source Line
320
Source File
administrator/components/com_config/controllers/application.php

                $config_array['cachetime']=                       JRequest::getVar('cachetime', 900, 'post', 'int');


Clone Instance
21
Line Count
1
Source Line
321
Source File
administrator/components/com_config/controllers/application.php

                $config_array['cache_handler']=           JRequest::getVar('cache_handler', 'file', 'post', 'word');


Clone Instance
22
Line Count
1
Source Line
325
Source File
administrator/components/com_config/controllers/application.php

                // FTP SETTINGS
                $config_array['ftp_enable']=      JRequest::getVar('ftp_enable', 0, 'post', 'int');


Clone Instance
23
Line Count
1
Source Line
326
Source File
administrator/components/com_config/controllers/application.php

                $config_array['ftp_host']=        JRequest::getVar('ftp_host', '', 'post', 'string');


Clone Instance
24
Line Count
1
Source Line
327
Source File
administrator/components/com_config/controllers/application.php

                $config_array['ftp_port']=        JRequest::getVar('ftp_port', '', 'post', 'int');


Clone Instance
25
Line Count
1
Source Line
328
Source File
administrator/components/com_config/controllers/application.php

                $config_array['ftp_user']=        JRequest::getVar('ftp_user', '', 'post', 'string');


Clone Instance
26
Line Count
1
Source Line
330
Source File
administrator/components/com_config/controllers/application.php

                $config_array['ftp_root']=        JRequest::getVar('ftp_root', '', 'post', 'string');


Clone Instance
27
Line Count
1
Source Line
333
Source File
administrator/components/com_config/controllers/application.php

                // DATABASE SETTINGS
                $config_array['dbtype']=          JRequest::getVar('dbtype', 'mysql', 'post', 'word');


Clone Instance
28
Line Count
1
Source Line
334
Source File
administrator/components/com_config/controllers/application.php

                $config_array['host']=            JRequest::getVar('host', 'localhost', 'post', 'string');


Clone Instance
29
Line Count
1
Source Line
335
Source File
administrator/components/com_config/controllers/application.php

                $config_array['user']=            JRequest::getVar('user', '', 'post', 'string');


Clone Instance
30
Line Count
1
Source Line
336
Source File
administrator/components/com_config/controllers/application.php

                $config_array['db']=                      JRequest::getVar('db', '', 'post', 'string');


Clone Instance
31
Line Count
1
Source Line
337
Source File
administrator/components/com_config/controllers/application.php

                $config_array['dbprefix']=        JRequest::getVar('dbprefix', 'jos_', 'post', 'string');


Clone Instance
32
Line Count
1
Source Line
340
Source File
administrator/components/com_config/controllers/application.php

                // MAIL SETTINGS
                $config_array['mailer']=          JRequest::getVar('mailer', 'mail', 'post', 'word');


Clone Instance
33
Line Count
1
Source Line
341
Source File
administrator/components/com_config/controllers/application.php

                $config_array['mailfrom']=        JRequest::getVar('mailfrom', '', 'post', 'string');


Clone Instance
34
Line Count
1
Source Line
342
Source File
administrator/components/com_config/controllers/application.php

                $config_array['fromname']=        JRequest::getVar('fromname', 'Joomla 1.5', 'post', 'string');


Clone Instance
35
Line Count
1
Source Line
343
Source File
administrator/components/com_config/controllers/application.php

                $config_array['sendmail']=        JRequest::getVar('sendmail', '/usr/sbin/sendmail', 'post', 'string');


Clone Instance
36
Line Count
1
Source Line
344
Source File
administrator/components/com_config/controllers/application.php

                $config_array['smtpauth']=        JRequest::getVar('smtpauth', 0, 'post', 'int');


Clone Instance
37
Line Count
1
Source Line
345
Source File
administrator/components/com_config/controllers/application.php

                $config_array['smtpuser']=        JRequest::getVar('smtpuser', '', 'post', 'string');


Clone Instance
38
Line Count
1
Source Line
347
Source File
administrator/components/com_config/controllers/application.php

                $config_array['smtphost']=        JRequest::getVar('smtphost', '', 'post', 'string');


Clone Instance
39
Line Count
1
Source Line
350
Source File
administrator/components/com_config/controllers/application.php

                // META SETTINGS
                $config_array['MetaAuthor']=      JRequest::getVar('MetaAuthor', 1, 'post', 'int');


Clone Instance
40
Line Count
1
Source Line
351
Source File
administrator/components/com_config/controllers/application.php

                $config_array['MetaTitle']=       JRequest::getVar('MetaTitle', 1, 'post', 'int');


Clone Instance
41
Line Count
1
Source Line
354
Source File
administrator/components/com_config/controllers/application.php

                // SESSION SETTINGS
                $config_array['lifetime']=                        JRequest::getVar('lifetime', 0, 'post', 'int');


Clone Instance
42
Line Count
1
Source Line
355
Source File
administrator/components/com_config/controllers/application.php

                $config_array['session_handler']=         JRequest::getVar('session_handler', 'none', 'post', 'word');


Clone AbstractionParameter Count: 3Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5874e9a0]]
'session_handler' 
12[[#5874e9a0]]
'lifetime' 
13[[#5874e9a0]]
'MetaTitle' 
14[[#5874e9a0]]
'MetaAuthor' 
15[[#5874e9a0]]
'smtphost' 
16[[#5874e9a0]]
'smtpuser' 
17[[#5874e9a0]]
'smtpauth' 
18[[#5874e9a0]]
'sendmail' 
19[[#5874e9a0]]
'fromname' 
110[[#5874e9a0]]
'mailfrom' 
111[[#5874e9a0]]
'mailer' 
112[[#5874e9a0]]
'dbprefix' 
113[[#5874e9a0]]
'db' 
114[[#5874e9a0]]
'user' 
115[[#5874e9a0]]
'host' 
116[[#5874e9a0]]
'dbtype' 
117[[#5874e9a0]]
'ftp_root' 
118[[#5874e9a0]]
'ftp_user' 
119[[#5874e9a0]]
'ftp_port' 
120[[#5874e9a0]]
'ftp_host' 
121[[#5874e9a0]]
'ftp_enable' 
122[[#5874e9a0]]
'cache_handler' 
123[[#5874e9a0]]
'cachetime' 
124[[#5874e9a0]]
'caching' 
125[[#5874e9a0]]
'offset' 
126[[#5874e9a0]]
'force_ssl' 
127[[#5874e9a0]]
'xmlrpc_server' 
128[[#5874e9a0]]
'gzip' 
129[[#5874e9a0]]
'secret' 
130[[#5874e9a0]]
'feed_email' 
131[[#5874e9a0]]
'feed_limit' 
132[[#5874e9a0]]
'sef_suffix' 
133[[#5874e9a0]]
'sef_rewrite' 
134[[#5874e9a0]]
'sef' 
135[[#5874e9a0]]
'debug_lang' 
136[[#5874e9a0]]
'debug' 
137[[#5874e9a0]]
'root_user' 
138[[#5874e9a0]]
'helpurl' 
139[[#5874e9a0]]
'list_limit' 
140[[#5874e9a0]]
'access' 
141[[#5874e9a0]]
'editor' 
142[[#5874e9a0]]
'offline' 
21[[#5874e8e0]]
'none' 
22[[#5874e8e0]]
0 
23[[#5874e8e0]]
1 
24[[#5874e8e0]]
1 
25[[#5874e8e0]]
'' 
26[[#5874e8e0]]
'' 
27[[#5874e8e0]]
0 
28[[#5874e8e0]]
'/usr/sbin/sendmail' 
29[[#5874e8e0]]
'Joomla 1.5' 
210[[#5874e8e0]]
'' 
211[[#5874e8e0]]
'mail' 
212[[#5874e8e0]]
'jos_' 
213[[#5874e8e0]]
'' 
214[[#5874e8e0]]
'' 
215[[#5874e8e0]]
'localhost' 
216[[#5874e8e0]]
'mysql' 
217[[#5874e8e0]]
'' 
218[[#5874e8e0]]
'' 
219[[#5874e8e0]]
'' 
220[[#5874e8e0]]
'' 
221[[#5874e8e0]]
0 
222[[#5874e8e0]]
'file' 
223[[#5874e8e0]]
900 
224[[#5874e8e0]]
0 
225[[#5874e8e0]]
0 
226[[#5874e8e0]]
0 
227[[#5874e8e0]]
0 
228[[#5874e8e0]]
0 
229[[#5874e8e0]]
0 
230[[#5874e8e0]]
'author' 
231[[#5874e8e0]]
10 
232[[#5874e8e0]]
0 
233[[#5874e8e0]]
0 
234[[#5874e8e0]]
0 
235[[#5874e8e0]]
0 
236[[#5874e8e0]]
0 
237[[#5874e8e0]]
'42' 
238[[#5874e8e0]]
'http://help.joomla.org' 
239[[#5874e8e0]]
20 
240[[#5874e8e0]]
'1' 
241[[#5874e8e0]]
'tinymce' 
242[[#5874e8e0]]
0 
31[[#5874e940]]
'word' 
32[[#5874e940]]
'int' 
33[[#5874e940]]
'int' 
34[[#5874e940]]
'int' 
35[[#5874e940]]
'string' 
36[[#5874e940]]
'string' 
37[[#5874e940]]
'int' 
38[[#5874e940]]
'string' 
39[[#5874e940]]
'string' 
310[[#5874e940]]
'string' 
311[[#5874e940]]
'word' 
312[[#5874e940]]
'string' 
313[[#5874e940]]
'string' 
314[[#5874e940]]
'string' 
315[[#5874e940]]
'string' 
316[[#5874e940]]
'word' 
317[[#5874e940]]
'string' 
318[[#5874e940]]
'string' 
319[[#5874e940]]
'int' 
320[[#5874e940]]
'string' 
321[[#5874e940]]
'int' 
322[[#5874e940]]
'word' 
323[[#5874e940]]
'int' 
324[[#5874e940]]
'int' 
325[[#5874e940]]
'float' 
326[[#5874e940]]
'int' 
327[[#5874e940]]
'int' 
328[[#5874e940]]
'int' 
329[[#5874e940]]
'string' 
330[[#5874e940]]
'word' 
331[[#5874e940]]
'int' 
332[[#5874e940]]
'int' 
333[[#5874e940]]
'int' 
334[[#5874e940]]
'int' 
335[[#5874e940]]
'int' 
336[[#5874e940]]
'int' 
337[[#5874e940]]
'int' 
338[[#5874e940]]
'string' 
339[[#5874e940]]
'int' 
340[[#5874e940]]
'int' 
341[[#5874e940]]
'cmd' 
342[[#5874e940]]
'int'