CloneSet71


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12430.969or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1126
administrator/components/com_contact/admin.contact.php
2127
administrator/components/com_languages/admin.languages.php
3155
administrator/components/com_massmail/admin.massmail.php
4159
administrator/components/com_massmail/admin.massmail.php
51314
administrator/components/com_messages/admin.messages.php
61168
administrator/components/com_newsfeeds/admin.newsfeeds.php
71405
administrator/components/com_newsfeeds/admin.newsfeeds.php
81406
administrator/components/com_newsfeeds/admin.newsfeeds.php
91407
administrator/components/com_newsfeeds/admin.newsfeeds.php
101208
components/com_contact/controller.php
11135
components/com_contact/views/category/view.feed.php
12136
components/com_contact/views/category/view.feed.php
13133
components/com_contact/views/category/view.html.php
14134
components/com_contact/views/category/view.html.php
15155
components/com_content/models/archive.php
16171
components/com_content/models/category.php
171258
components/com_content/models/category.php
181259
components/com_content/models/category.php
19144
components/com_content/views/archive/view.html.php
20172
components/com_content/views/category/view.html.php
21169
components/com_newsfeeds/models/category.php
22145
components/com_newsfeeds/models/newsfeed.php
231129
components/com_weblinks/models/category.php
241138
components/com_weblinks/models/category.php
Clone Instance
1
Line Count
1
Source Line
26
Source File
administrator/components/com_contact/admin.contact.php

$id=      JRequest::getVar('id', 0, 'get', 'int')


Clone Instance
2
Line Count
1
Source Line
27
Source File
administrator/components/com_languages/admin.languages.php

$client=  JRequest::getVar('client', 0, '', 'int')


Clone Instance
3
Line Count
1
Source Line
55
Source File
administrator/components/com_massmail/admin.massmail.php

        $mode=                            JRequest::getVar('mm_mode', 0, 'post', 'int')


Clone Instance
4
Line Count
1
Source Line
59
Source File
administrator/components/com_massmail/admin.massmail.php

        $bcc=                             JRequest::getVar('mm_bcc', 0, 'post', 'int')


Clone Instance
5
Line Count
1
Source Line
314
Source File
administrator/components/com_messages/admin.messages.php

        $limitstart=      JRequest::getVar('limitstart', 0, '', 'int')


Clone Instance
6
Line Count
1
Source Line
168
Source File
administrator/components/com_newsfeeds/admin.newsfeeds.php

        $catid=           JRequest::getVar('catid', 0, '', 'int')


Clone Instance
7
Line Count
1
Source Line
405
Source File
administrator/components/com_newsfeeds/admin.newsfeeds.php

        $limit=           JRequest::getVar('limit', 0, '', 'int')


Clone Instance
8
Line Count
1
Source Line
406
Source File
administrator/components/com_newsfeeds/admin.newsfeeds.php

        $limitstart=  JRequest::getVar('limitstart', 0, '', 'int')


Clone Instance
9
Line Count
1
Source Line
407
Source File
administrator/components/com_newsfeeds/admin.newsfeeds.php

        $catid=           JRequest::getVar('catid', 0, '', 'int')


Clone Instance
10
Line Count
1
Source Line
208
Source File
components/com_contact/controller.php

                $contactId=  JRequest::getVar('contact_id', 0, '', 'int')


Clone Instance
11
Line Count
1
Source Line
35
Source File
components/com_contact/views/category/view.feed.php

                $limitstart=  JRequest::getVar('limitstart', 0, '', 'int')


Clone Instance
12
Line Count
1
Source Line
36
Source File
components/com_contact/views/category/view.feed.php

                $catid=           JRequest::getVar('catid', 0, '', 'int')


Clone Instance
13
Line Count
1
Source Line
33
Source File
components/com_contact/views/category/view.html.php

                // Selected Request vars
                $categoryId=                      JRequest::getVar('catid',                             0,                              '', 'int')


Clone Instance
14
Line Count
1
Source Line
34
Source File
components/com_contact/views/category/view.html.php

                $limitstart=                      JRequest::getVar('limitstart',                0,                              '', 'int')


Clone Instance
15
Line Count
1
Source Line
55
Source File
components/com_content/models/archive.php

                        $limitstart=      JRequest::getVar('limitstart', 0, '', 'int')


Clone Instance
16
Line Count
1
Source Line
71
Source File
components/com_content/models/category.php

                $id=  JRequest::getVar('id', 0, '', 'int')


Clone Instance
17
Line Count
1
Source Line
258
Source File
components/com_content/models/category.php

                        // Get the pagination request variables
                        $limit=           JRequest::getVar('limit', 0, '', 'int')


Clone Instance
18
Line Count
1
Source Line
259
Source File
components/com_content/models/category.php

                        $limitstart=      JRequest::getVar('limitstart', 0, '', 'int')


Clone Instance
19
Line Count
1
Source Line
44
Source File
components/com_content/views/archive/view.html.php

                $limitstart=      JRequest::getVar('limitstart', 0, '', 'int')


Clone Instance
20
Line Count
1
Source Line
72
Source File
components/com_content/views/category/view.html.php

                $limitstart=      JRequest::getVar('limitstart', 0, '', 'int')


Clone Instance
21
Line Count
1
Source Line
69
Source File
components/com_newsfeeds/models/category.php

                $id=  JRequest::getVar('id', 0, '', 'int')


Clone Instance
22
Line Count
1
Source Line
45
Source File
components/com_newsfeeds/models/newsfeed.php

                $id=  JRequest::getVar('id', 0, '', 'int')


Clone Instance
23
Line Count
1
Source Line
129
Source File
components/com_weblinks/models/category.php

                $limitstart=  JRequest::getVar('limitstart', 0, '', 'int')


Clone Instance
24
Line Count
1
Source Line
138
Source File
components/com_weblinks/models/category.php

                $id=  JRequest::getVar('id', 0, '', 'int')


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable58600be0]]=JRequest::getVar( [[#variable58600b80]],0, [[#variable3eb61320]],'int')
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58600be0]]
$limitstart 
12[[#58600be0]]
// Get the pagination request variables
$limit 
13[[#58600be0]]
$id 
14[[#58600be0]]
$catid 
15[[#58600be0]]
// Selected Request vars
$categoryId 
16[[#58600be0]]
$mode 
17[[#58600be0]]
$bcc 
18[[#58600be0]]
$contactId 
19[[#58600be0]]
$id 
110[[#58600be0]]
$client 
111[[#58600be0]]
$limitstart 
112[[#58600be0]]
$catid 
113[[#58600be0]]
$id 
114[[#58600be0]]
$limitstart 
115[[#58600be0]]
$id 
116[[#58600be0]]
$limitstart 
117[[#58600be0]]
$limitstart 
118[[#58600be0]]
$limitstart 
119[[#58600be0]]
$limitstart 
120[[#58600be0]]
$limitstart 
121[[#58600be0]]
$limit 
122[[#58600be0]]
$limitstart 
123[[#58600be0]]
$id 
124[[#58600be0]]
$catid 
21[[#58600b80]]
'limitstart' 
22[[#58600b80]]
'limit' 
23[[#58600b80]]
'id' 
24[[#58600b80]]
'catid' 
25[[#58600b80]]
'catid' 
26[[#58600b80]]
'mm_mode' 
27[[#58600b80]]
'mm_bcc' 
28[[#58600b80]]
'contact_id' 
29[[#58600b80]]
'id' 
210[[#58600b80]]
'client' 
211[[#58600b80]]
'limitstart' 
212[[#58600b80]]
'catid' 
213[[#58600b80]]
'id' 
214[[#58600b80]]
'limitstart' 
215[[#58600b80]]
'id' 
216[[#58600b80]]
'limitstart' 
217[[#58600b80]]
'limitstart' 
218[[#58600b80]]
'limitstart' 
219[[#58600b80]]
'limitstart' 
220[[#58600b80]]
'limitstart' 
221[[#58600b80]]
'limit' 
222[[#58600b80]]
'limitstart' 
223[[#58600b80]]
'id' 
224[[#58600b80]]
'catid' 
31[[#3eb61320]]
'' 
32[[#3eb61320]]
'' 
33[[#3eb61320]]
'' 
34[[#3eb61320]]
'' 
35[[#3eb61320]]
'' 
36[[#3eb61320]]
'post' 
37[[#3eb61320]]
'post' 
38[[#3eb61320]]
'' 
39[[#3eb61320]]
'get' 
310[[#3eb61320]]
'' 
311[[#3eb61320]]
'' 
312[[#3eb61320]]
'' 
313[[#3eb61320]]
'' 
314[[#3eb61320]]
'' 
315[[#3eb61320]]
'' 
316[[#3eb61320]]
'' 
317[[#3eb61320]]
'' 
318[[#3eb61320]]
'' 
319[[#3eb61320]]
'' 
320[[#3eb61320]]
'' 
321[[#3eb61320]]
'' 
322[[#3eb61320]]
'' 
323[[#3eb61320]]
'' 
324[[#3eb61320]]
''