CloneSet47


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
22920.980statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1242
administrator/components/com_cache/views/cache/view.html.php
2249
administrator/components/com_categories/views/categories/view.html.php
3240
administrator/components/com_categories/views/category/view.html.php
4252
administrator/components/com_content/views/article/view.html.php
5238
administrator/components/com_content/views/articles/view.html.php
6238
administrator/components/com_content/views/featured/view.html.php
7239
administrator/components/com_menus/views/item/view.html.php
8243
administrator/components/com_menus/views/items/view.html.php
9238
administrator/components/com_menus/views/menu/view.html.php
10237
administrator/components/com_menus/views/menus/view.html.php
11246
administrator/components/com_redirect/views/link/view.html.php
12248
administrator/components/com_redirect/views/links/view.html.php
13248
administrator/components/com_users/views/config/view.html.php
14239
administrator/components/com_users/views/group/view.html.php
15237
administrator/components/com_users/views/groups/view.html.php
16241
administrator/components/com_users/views/level/view.html.php
17237
administrator/components/com_users/views/levels/view.html.php
18247
administrator/components/com_users/views/user/view.html.php
19245
administrator/components/com_users/views/users/view.html.php
20244
administrator/components/com_weblinks/views/weblink/view.html.php
21243
administrator/components/com_weblinks/views/weblinks/view.html.php
22292
components/com_content/views/article/view.html.php
23283
components/com_weblinks/views/category/view.html.php
24242
installation/views/complete/view.html.php
25238
installation/views/database/view.html.php
26238
installation/views/filesystem/view.html.php
27238
installation/views/language/view.html.php
28240
installation/views/preinstall/view.html.php
29238
installation/views/site/view.html.php
Clone Instance
1
Line Count
2
Source Line
42
Source File
administrator/components/com_cache/views/cache/view.html.php

                $this->assignRef('state',               $state);
                $this->assignRef('pagination',  $pagination);


Clone Instance
2
Line Count
2
Source Line
49
Source File
administrator/components/com_categories/views/categories/view.html.php

                $this->assignRef('state',               $state);
                $this->assignRef('items',               $items);


Clone Instance
3
Line Count
2
Source Line
40
Source File
administrator/components/com_categories/views/category/view.html.php

                $this->assignRef('state',       $state);
                $this->assignRef('item',        $item);


Clone Instance
4
Line Count
2
Source Line
52
Source File
administrator/components/com_content/views/article/view.html.php

                $this->assignRef('state',       $state);
                $this->assignRef('item',        $item);


Clone Instance
5
Line Count
2
Source Line
38
Source File
administrator/components/com_content/views/articles/view.html.php

                $this->assignRef('state',               $state);
                $this->assignRef('items',               $items);


Clone Instance
6
Line Count
2
Source Line
38
Source File
administrator/components/com_content/views/featured/view.html.php

                $this->assignRef('state',               $state);
                $this->assignRef('items',               $items);


Clone Instance
7
Line Count
2
Source Line
39
Source File
administrator/components/com_menus/views/item/view.html.php

                $this->assignRef('state',       $state);
                $this->assignRef('item',        $item);


Clone Instance
8
Line Count
2
Source Line
43
Source File
administrator/components/com_menus/views/items/view.html.php

                $this->assignRef('state',               $state);
                $this->assignRef('items',               $items);


Clone Instance
9
Line Count
2
Source Line
38
Source File
administrator/components/com_menus/views/menu/view.html.php

                $this->assignRef('state',       $state);
                $this->assignRef('item',        $item);


Clone Instance
10
Line Count
2
Source Line
37
Source File
administrator/components/com_menus/views/menus/view.html.php

                $this->assignRef('state',               $state);
                $this->assignRef('items',               $items);


Clone Instance
11
Line Count
2
Source Line
46
Source File
administrator/components/com_redirect/views/link/view.html.php

                $this->assignRef('state',       $state);
                $this->assignRef('item',        $item);


Clone Instance
12
Line Count
2
Source Line
48
Source File
administrator/components/com_redirect/views/links/view.html.php

                // Assign data to the view.
                $this->assignRef('state', $state);
                $this->assignRef('items', $items);


Clone Instance
13
Line Count
2
Source Line
48
Source File
administrator/components/com_users/views/config/view.html.php

                // Push out the view data.
                $this->assignRef('state',       $state);
                $this->assignRef('config',      $params);


Clone Instance
14
Line Count
2
Source Line
39
Source File
administrator/components/com_users/views/group/view.html.php

                $this->assignRef('state',       $state);
                $this->assignRef('item',        $item);


Clone Instance
15
Line Count
2
Source Line
37
Source File
administrator/components/com_users/views/groups/view.html.php

                $this->assignRef('state',               $state);
                $this->assignRef('items',               $items);


Clone Instance
16
Line Count
2
Source Line
41
Source File
administrator/components/com_users/views/level/view.html.php

                $this->assignRef('state',       $state);
                $this->assignRef('item',        $item);


Clone Instance
17
Line Count
2
Source Line
37
Source File
administrator/components/com_users/views/levels/view.html.php

                $this->assignRef('state',               $state);
                $this->assignRef('items',               $items);


Clone Instance
18
Line Count
2
Source Line
47
Source File
administrator/components/com_users/views/user/view.html.php

                $this->assignRef('state',               $state);
                $this->assignRef('item',                $item);


Clone Instance
19
Line Count
2
Source Line
45
Source File
administrator/components/com_users/views/users/view.html.php

                $this->assignRef('state',                       $state);
                $this->assignRef('items',                       $items);


Clone Instance
20
Line Count
2
Source Line
44
Source File
administrator/components/com_weblinks/views/weblink/view.html.php

                $this->assignRef('state',       $state);
                $this->assignRef('item',        $item);


Clone Instance
21
Line Count
2
Source Line
43
Source File
administrator/components/com_weblinks/views/weblinks/view.html.php

                $this->assignRef('state',                       $state);
                $this->assignRef('items',                       $items);


Clone Instance
22
Line Count
2
Source Line
92
Source File
components/com_content/views/article/view.html.php

                $this->assignRef('state',       $state);
                $this->assignRef('item',        $item);


Clone Instance
23
Line Count
2
Source Line
83
Source File
components/com_weblinks/views/category/view.html.php

                $this->assignRef('state',               $state);
                $this->assignRef('items',               $items);


Clone Instance
24
Line Count
2
Source Line
42
Source File
installation/views/complete/view.html.php

                $this->assignRef('state', $state);
                $this->assignRef('options', $options);


Clone Instance
25
Line Count
2
Source Line
38
Source File
installation/views/database/view.html.php

                $this->assignRef('state', $state);
                $this->assignRef('form', $form);


Clone Instance
26
Line Count
2
Source Line
38
Source File
installation/views/filesystem/view.html.php

                $this->assignRef('state', $state);
                $this->assignRef('form', $form);


Clone Instance
27
Line Count
2
Source Line
38
Source File
installation/views/language/view.html.php

                $this->assignRef('state', $state);
                $this->assignRef('form', $form);


Clone Instance
28
Line Count
2
Source Line
40
Source File
installation/views/preinstall/view.html.php

                $this->assignRef('state',        $state);
                $this->assignRef('settings', $settings);


Clone Instance
29
Line Count
2
Source Line
38
Source File
installation/views/site/view.html.php

                $this->assignRef('state', $state);
                $this->assignRef('form', $form);


Clone AbstractionParameter Count: 2Parameter Bindings

// Push out the view data.
// Assign data to the view.
$this->assignRef('state',$state);
$this->assignRef( [[#variable52fd1c20]], [[#variable52fd1bc0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#52fd1c20]]
'form' 
12[[#52fd1c20]]
'settings' 
13[[#52fd1c20]]
'options' 
14[[#52fd1c20]]
'items' 
15[[#52fd1c20]]
'item' 
16[[#52fd1c20]]
'config' 
17[[#52fd1c20]]
'pagination' 
18[[#52fd1c20]]
'form' 
19[[#52fd1c20]]
'items' 
110[[#52fd1c20]]
'item' 
111[[#52fd1c20]]
'items' 
112[[#52fd1c20]]
'item' 
113[[#52fd1c20]]
'items' 
114[[#52fd1c20]]
'item' 
115[[#52fd1c20]]
'items' 
116[[#52fd1c20]]
'item' 
117[[#52fd1c20]]
'form' 
118[[#52fd1c20]]
'items' 
119[[#52fd1c20]]
'item' 
120[[#52fd1c20]]
'items' 
121[[#52fd1c20]]
'item' 
122[[#52fd1c20]]
'items' 
123[[#52fd1c20]]
'item' 
124[[#52fd1c20]]
'items' 
125[[#52fd1c20]]
'items' 
126[[#52fd1c20]]
'item' 
127[[#52fd1c20]]
'item' 
128[[#52fd1c20]]
'items' 
129[[#52fd1c20]]
'form' 
21[[#52fd1bc0]]
$form 
22[[#52fd1bc0]]
$settings 
23[[#52fd1bc0]]
$options 
24[[#52fd1bc0]]
$items 
25[[#52fd1bc0]]
$item 
26[[#52fd1bc0]]
$params 
27[[#52fd1bc0]]
$pagination 
28[[#52fd1bc0]]
$form 
29[[#52fd1bc0]]
$items 
210[[#52fd1bc0]]
$item 
211[[#52fd1bc0]]
$items 
212[[#52fd1bc0]]
$item 
213[[#52fd1bc0]]
$items 
214[[#52fd1bc0]]
$item 
215[[#52fd1bc0]]
$items 
216[[#52fd1bc0]]
$item 
217[[#52fd1bc0]]
$form 
218[[#52fd1bc0]]
$items 
219[[#52fd1bc0]]
$item 
220[[#52fd1bc0]]
$items 
221[[#52fd1bc0]]
$item 
222[[#52fd1bc0]]
$items 
223[[#52fd1bc0]]
$item 
224[[#52fd1bc0]]
$items 
225[[#52fd1bc0]]
$items 
226[[#52fd1bc0]]
$item 
227[[#52fd1bc0]]
$item 
228[[#52fd1bc0]]
$items 
229[[#52fd1bc0]]
$form