CloneSet69


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12040.958statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11168
administrator/components/com_banners/controllers/banner.php
21171
administrator/components/com_banners/controllers/banner.php
3177
administrator/components/com_config/controllers/application.php
4194
administrator/components/com_config/controllers/application.php
5195
administrator/components/com_config/controllers/application.php
61100
administrator/components/com_config/controllers/application.php
71102
administrator/components/com_config/controllers/application.php
81159
administrator/components/com_config/controllers/application.php
91162
administrator/components/com_config/controllers/application.php
101179
administrator/components/com_config/controllers/application.php
111180
administrator/components/com_config/controllers/application.php
121183
administrator/components/com_config/controllers/application.php
131184
administrator/components/com_config/controllers/application.php
141185
administrator/components/com_config/controllers/application.php
151226
administrator/components/com_contact/admin.contact.php
161228
administrator/components/com_contact/admin.contact.php
175161
administrator/components/com_modules/views/module/view.html.php
185170
administrator/components/com_modules/views/module/view.html.php
191203
administrator/components/com_newsfeeds/admin.newsfeeds.php
201114
administrator/components/com_plugins/views/plugin/view.html.php
Clone Instance
1
Line Count
1
Source Line
168
Source File
administrator/components/com_banners/controllers/banner.php

                // sticky
                $lists['sticky']=         JHtml::_('select.booleanlist',  'sticky', 'class="inputbox"', $row->sticky);


Clone Instance
2
Line Count
1
Source Line
171
Source File
administrator/components/com_banners/controllers/banner.php

                // published
                $lists['showBanner']=  JHtml::_('select.booleanlist',  'showBanner', '', $row->showBanner);


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

                // SITE SETTINGS
                $lists['offline']=  JHtml::_('select.booleanlist', 'offline', 'class="inputbox"', $row->offline);


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

                // DEBUG
                $lists['debug']=                  JHtml::_('select.booleanlist', 'debug', 'class="inputbox"', $row->debug);


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

                $lists['debug_lang']=     JHtml::_('select.booleanlist', 'debug_lang', 'class="inputbox"', $row->debug_lang);


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

                // DATABASE SETTINGS
                // SERVER SETTINGS
                $lists['gzip']=                   JHtml::_('select.booleanlist', 'gzip', 'class="inputbox"', $row->gzip);


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

                $lists['xmlrpc_server']=  JHtml::_('select.booleanlist', 'xmlrpc_server', 'class="inputbox"', $row->xmlrpc_server);


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

                $lists['smtpauth']=               JHtml::_('select.booleanlist', 'smtpauth', 'class="inputbox"', $row->smtpauth);


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

                // CACHE SETTINGS
                $lists['caching']=                JHtml::_('select.booleanlist', 'caching', 'class="inputbox"', $row->caching);


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

                // META SETTINGS
                $lists['MetaAuthor']=     JHtml::_('select.booleanlist', 'MetaAuthor', 'class="inputbox"', $row->MetaAuthor);


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

                $lists['MetaTitle']=      JHtml::_('select.booleanlist', 'MetaTitle', 'class="inputbox"', $row->MetaTitle);


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

                // SEO SETTINGS
                $lists['sef']=                    JHtml::_('select.booleanlist', 'sef', 'class="inputbox"', $row->sef);


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

                $lists['sef_rewrite']=    JHtml::_('select.booleanlist', 'sef_rewrite', 'class="inputbox"', $row->sef_rewrite);


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

                $lists['sef_suffix']=     JHtml::_('select.booleanlist', 'sef_suffix', 'class="inputbox"', $row->sef_suffix);


Clone Instance
15
Line Count
1
Source Line
226
Source File
administrator/components/com_contact/admin.contact.php

        // build the html radio buttons for published
        $lists['published']=              JHtml::_('select.booleanlist',  'published', '', $row->published);


Clone Instance
16
Line Count
1
Source Line
228
Source File
administrator/components/com_contact/admin.contact.php

        // build the html radio buttons for default
        $lists['default_con']=            JHtml::_('select.booleanlist',  'default_con', '', $row->default_con);


Clone Instance
17
Line Count
5
Source Line
161
Source File
administrator/components/com_modules/views/module/view.html.php

                        $lists['showtitle']=  JHtml::_(
                                'select.booleanlist',
                                'showtitle',
                                'class="inputbox"',
                                $row->showtitle);


Clone Instance
18
Line Count
5
Source Line
170
Source File
administrator/components/com_modules/views/module/view.html.php

                // build the html select list for published
                $lists['published']=  JHtml::_(
                        'select.booleanlist',
                        'published',
                        'class="inputbox"',
                        $row->published);


Clone Instance
19
Line Count
1
Source Line
203
Source File
administrator/components/com_newsfeeds/admin.newsfeeds.php

        // build the html select list
        $lists['published']=              JHtml::_('select.booleanlist',  'published', 'class="inputbox"', $row->published);


Clone Instance
20
Line Count
1
Source Line
114
Source File
administrator/components/com_plugins/views/plugin/view.html.php

                $lists['enabled']=  JHTML::_('select.booleanlist',  'enabled', 'class="inputbox"', $row->enabled);


Clone AbstractionParameter Count: 4Parameter Bindings

// build the html select list
// published
// sticky
// SEO SETTINGS
// META SETTINGS
// CACHE SETTINGS
// DATABASE SETTINGS
// SERVER SETTINGS
// DEBUG
// SITE SETTINGS
// build the html radio buttons for published
// build the html radio buttons for default
// build the html select list for published
$lists[ [[#variable58758be0]]]= [[#variable58758b40]]::_('select.booleanlist', [[#variable58758be0]], [[#variable58758ac0]],$row-> [[#variable58758a20]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58758be0]]
'published' 
12[[#58758be0]]
'showBanner' 
13[[#58758be0]]
'sticky' 
14[[#58758be0]]
'sef_suffix' 
15[[#58758be0]]
'sef_rewrite' 
16[[#58758be0]]
'sef' 
17[[#58758be0]]
'MetaTitle' 
18[[#58758be0]]
'MetaAuthor' 
19[[#58758be0]]
'caching' 
110[[#58758be0]]
'smtpauth' 
111[[#58758be0]]
'xmlrpc_server' 
112[[#58758be0]]
'gzip' 
113[[#58758be0]]
'debug_lang' 
114[[#58758be0]]
'debug' 
115[[#58758be0]]
'offline' 
116[[#58758be0]]
'published' 
117[[#58758be0]]
'showtitle' 
118[[#58758be0]]
'default_con' 
119[[#58758be0]]
'enabled' 
120[[#58758be0]]
'published' 
21[[#58758b40]]
JHtml 
22[[#58758b40]]
JHtml 
23[[#58758b40]]
JHtml 
24[[#58758b40]]
JHtml 
25[[#58758b40]]
JHtml 
26[[#58758b40]]
JHtml 
27[[#58758b40]]
JHtml 
28[[#58758b40]]
JHtml 
29[[#58758b40]]
JHtml 
210[[#58758b40]]
JHtml 
211[[#58758b40]]
JHtml 
212[[#58758b40]]
JHtml 
213[[#58758b40]]
JHtml 
214[[#58758b40]]
JHtml 
215[[#58758b40]]
JHtml 
216[[#58758b40]]
JHtml 
217[[#58758b40]]
JHtml 
218[[#58758b40]]
JHtml 
219[[#58758b40]]
JHTML 
220[[#58758b40]]
JHtml 
31[[#58758ac0]]
'class="inputbox"' 
32[[#58758ac0]]
'' 
33[[#58758ac0]]
'class="inputbox"' 
34[[#58758ac0]]
'class="inputbox"' 
35[[#58758ac0]]
'class="inputbox"' 
36[[#58758ac0]]
'class="inputbox"' 
37[[#58758ac0]]
'class="inputbox"' 
38[[#58758ac0]]
'class="inputbox"' 
39[[#58758ac0]]
'class="inputbox"' 
310[[#58758ac0]]
'class="inputbox"' 
311[[#58758ac0]]
'class="inputbox"' 
312[[#58758ac0]]
'class="inputbox"' 
313[[#58758ac0]]
'class="inputbox"' 
314[[#58758ac0]]
'class="inputbox"' 
315[[#58758ac0]]
'class="inputbox"' 
316[[#58758ac0]]
'' 
317[[#58758ac0]]
'class="inputbox"' 
318[[#58758ac0]]
'' 
319[[#58758ac0]]
'class="inputbox"' 
320[[#58758ac0]]
'class="inputbox"' 
41[[#58758a20]]
published 
42[[#58758a20]]
showBanner 
43[[#58758a20]]
sticky 
44[[#58758a20]]
sef_suffix 
45[[#58758a20]]
sef_rewrite 
46[[#58758a20]]
sef 
47[[#58758a20]]
MetaTitle 
48[[#58758a20]]
MetaAuthor 
49[[#58758a20]]
caching 
410[[#58758a20]]
smtpauth 
411[[#58758a20]]
xmlrpc_server 
412[[#58758a20]]
gzip 
413[[#58758a20]]
debug_lang 
414[[#58758a20]]
debug 
415[[#58758a20]]
offline 
416[[#58758a20]]
published 
417[[#58758a20]]
showtitle 
418[[#58758a20]]
default_con 
419[[#58758a20]]
enabled 
420[[#58758a20]]
published