Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 31 | 3 | 0.979 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 67 | administrator/components/com_banners/views/banner.php |
2 | 4 | 70 | administrator/components/com_banners/views/banner.php |
3 | 4 | 73 | administrator/components/com_banners/views/banner.php |
4 | 4 | 76 | administrator/components/com_banners/views/banner.php |
5 | 2 | 79 | administrator/components/com_banners/views/banner.php |
6 | 4 | 83 | administrator/components/com_banners/views/banner.php |
7 | 4 | 86 | administrator/components/com_banners/views/banner.php |
8 | 4 | 89 | administrator/components/com_banners/views/banner.php |
9 | 8 | 95 | administrator/components/com_banners/views/banner.php |
10 | 4 | 56 | administrator/components/com_banners/views/client.php |
11 | 4 | 59 | administrator/components/com_banners/views/client.php |
12 | 4 | 62 | administrator/components/com_banners/views/client.php |
13 | 8 | 65 | administrator/components/com_banners/views/client.php |
14 | 4 | 57 | administrator/components/com_contact/admin.contact.html.php |
15 | 4 | 60 | administrator/components/com_contact/admin.contact.html.php |
16 | 2 | 63 | administrator/components/com_contact/admin.contact.html.php |
17 | 4 | 67 | administrator/components/com_contact/admin.contact.html.php |
18 | 4 | 70 | administrator/components/com_contact/admin.contact.html.php |
19 | 4 | 73 | administrator/components/com_contact/admin.contact.html.php |
20 | 8 | 76 | administrator/components/com_contact/admin.contact.html.php |
21 | 4 | 53 | administrator/components/com_messages/admin.messages.html.php |
22 | 4 | 56 | administrator/components/com_messages/admin.messages.html.php |
23 | 4 | 59 | administrator/components/com_messages/admin.messages.html.php |
24 | 8 | 62 | administrator/components/com_messages/admin.messages.html.php |
25 | 4 | 59 | administrator/components/com_newsfeeds/admin.newsfeeds.html.php |
26 | 4 | 62 | administrator/components/com_newsfeeds/admin.newsfeeds.html.php |
27 | 2 | 65 | administrator/components/com_newsfeeds/admin.newsfeeds.html.php |
28 | 4 | 69 | administrator/components/com_newsfeeds/admin.newsfeeds.html.php |
29 | 4 | 72 | administrator/components/com_newsfeeds/admin.newsfeeds.html.php |
30 | 4 | 75 | administrator/components/com_newsfeeds/admin.newsfeeds.html.php |
31 | 8 | 78 | administrator/components/com_newsfeeds/admin.newsfeeds.html.php |
| ||||
echo JHtml::_('grid.sort', 'Name', 'b.name', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="10%" nowrap="nowrap"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Client', 'c.name', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="10%" nowrap="nowrap"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Category', 'cc.title', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="5%" nowrap="nowrap"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Published', 'b.showBanner', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="8%" nowrap="nowrap"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Order', 'b.ordering', @$lists['order_Dir'], @$lists['order']); ?> <?php |
| ||||
echo JHtml::_('grid.sort', 'Sticky', 'b.Sticky', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="5%" nowrap="nowrap"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Impressions', 'b.impmade', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="80"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Clicks', 'b.clicks', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="5%" nowrap="nowrap"> <?php |
| ||||
echo JHtml::_('grid.sort', 'ID', 'b.bid', @$lists['order_Dir'], @$lists['order']); ?> </th> </tr> </thead> <tfoot> <tr> <td colspan="13"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Client Name', 'a.name', @$lists['order_Dir'], @$lists['order']); ?> </th> <th nowrap="nowrap" class="title" width="35%"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Contact', 'a.contact', @$lists['order_Dir'], @$lists['order']); ?> </th> <th align="center" nowrap="nowrap" width="5%"> <?php |
| ||||
echo JHtml::_('grid.sort', 'No. of Active Banners', 'bid', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="1%" nowrap="nowrap"> <?php |
| ||||
echo JHtml::_('grid.sort', 'ID', 'a.cid', @$lists['order_Dir'], @$lists['order']); ?> </th> </tr> </thead> <tfoot> <tr> <td colspan="6"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Name', 'cd.name', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="5%" class="title" nowrap="nowrap"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Published', 'cd.published', @$lists['order_Dir'], @$lists['order']); ?> </th> <th nowrap="nowrap" width="8%"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Order by', 'cd.ordering', @$lists['order_Dir'], @$lists['order']); ?> <?php |
| ||||
echo JHtml::_('grid.sort', 'Access', 'cd.access', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="10%" class="title"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Category', 'category', @$lists['order_Dir'], @$lists['order']); ?> </th> <th class="title" nowrap="nowrap" width="10%"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Linked to User', 'user', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="1%" nowrap="nowrap"> <?php |
| ||||
echo JHtml::_('grid.sort', 'ID', 'cd.id', @$lists['order_Dir'], @$lists['order']); ?> </th> </tr> </thead> <tfoot> <tr> <td colspan="11"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Subject', 'a.subject', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="5%" class="title" align="center"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Read', 'a.state', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="25%" class="title"> <?php |
| ||||
echo JHtml::_('grid.sort', 'From', 'user_from', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="15%" class="title" nowrap="nowrap" align="center"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Date', 'a.date_time', @$lists['order_Dir'], @$lists['order']); ?> </th> </tr> </thead> <tfoot> <tr> <td colspan="6"> <?php |
| ||||
echo JHtml::_('grid.sort', 'News Feed', 'a.name', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="5%"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Published', 'a.published', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="8%" nowrap="nowrap"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Order', 'a.ordering', @$lists['order_Dir'], @$lists['order']); ?> <?php |
| ||||
echo JHtml::_('grid.sort', 'Category', 'catname', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="5%" nowrap="nowrap"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Num Articles', 'a.numarticles', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="5%"> <?php |
| ||||
echo JHtml::_('grid.sort', 'Cache time', 'a.cache_time', @$lists['order_Dir'], @$lists['order']); ?> </th> <th width="1%" nowrap="nowrap"> <?php |
| ||||
echo JHtml::_('grid.sort', 'ID', 'a.id', @$lists['order_Dir'], @$lists['order']); ?> </th> </tr> </thead> <tfoot> <tr> <td colspan="10"> <?php |
| |||
echo JHtml::_('grid.sort', [[#variable53e0dc80]], [[#variable53e0dc40]],@$lists['order_Dir'],@$lists['order']); ?> [[#variable53e0d360]]<?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53e0dc80]] | 'ID' |
1 | 2 | [[#53e0dc80]] | 'Clicks' |
1 | 3 | [[#53e0dc80]] | 'Impressions' |
1 | 4 | [[#53e0dc80]] | 'Sticky' |
1 | 5 | [[#53e0dc80]] | 'Order' |
1 | 6 | [[#53e0dc80]] | 'Published' |
1 | 7 | [[#53e0dc80]] | 'Category' |
1 | 8 | [[#53e0dc80]] | 'Client' |
1 | 9 | [[#53e0dc80]] | 'Name' |
1 | 10 | [[#53e0dc80]] | 'ID' |
1 | 11 | [[#53e0dc80]] | 'No. of Active Banners' |
1 | 12 | [[#53e0dc80]] | 'Contact' |
1 | 13 | [[#53e0dc80]] | 'Client Name' |
1 | 14 | [[#53e0dc80]] | 'ID' |
1 | 15 | [[#53e0dc80]] | 'Linked to User' |
1 | 16 | [[#53e0dc80]] | 'Category' |
1 | 17 | [[#53e0dc80]] | 'Access' |
1 | 18 | [[#53e0dc80]] | 'Order by' |
1 | 19 | [[#53e0dc80]] | 'Published' |
1 | 20 | [[#53e0dc80]] | 'Name' |
1 | 21 | [[#53e0dc80]] | 'Date' |
1 | 22 | [[#53e0dc80]] | 'From' |
1 | 23 | [[#53e0dc80]] | 'Read' |
1 | 24 | [[#53e0dc80]] | 'Subject' |
1 | 25 | [[#53e0dc80]] | 'ID' |
1 | 26 | [[#53e0dc80]] | 'Cache time' |
1 | 27 | [[#53e0dc80]] | 'Num Articles' |
1 | 28 | [[#53e0dc80]] | 'Category' |
1 | 29 | [[#53e0dc80]] | 'Order' |
1 | 30 | [[#53e0dc80]] | 'Published' |
1 | 31 | [[#53e0dc80]] | 'News Feed' |
2 | 1 | [[#53e0dc40]] | 'b.bid' |
2 | 2 | [[#53e0dc40]] | 'b.clicks' |
2 | 3 | [[#53e0dc40]] | 'b.impmade' |
2 | 4 | [[#53e0dc40]] | 'b.Sticky' |
2 | 5 | [[#53e0dc40]] | 'b.ordering' |
2 | 6 | [[#53e0dc40]] | 'b.showBanner' |
2 | 7 | [[#53e0dc40]] | 'cc.title' |
2 | 8 | [[#53e0dc40]] | 'c.name' |
2 | 9 | [[#53e0dc40]] | 'b.name' |
2 | 10 | [[#53e0dc40]] | 'a.cid' |
2 | 11 | [[#53e0dc40]] | 'bid' |
2 | 12 | [[#53e0dc40]] | 'a.contact' |
2 | 13 | [[#53e0dc40]] | 'a.name' |
2 | 14 | [[#53e0dc40]] | 'cd.id' |
2 | 15 | [[#53e0dc40]] | 'user' |
2 | 16 | [[#53e0dc40]] | 'category' |
2 | 17 | [[#53e0dc40]] | 'cd.access' |
2 | 18 | [[#53e0dc40]] | 'cd.ordering' |
2 | 19 | [[#53e0dc40]] | 'cd.published' |
2 | 20 | [[#53e0dc40]] | 'cd.name' |
2 | 21 | [[#53e0dc40]] | 'a.date_time' |
2 | 22 | [[#53e0dc40]] | 'user_from' |
2 | 23 | [[#53e0dc40]] | 'a.state' |
2 | 24 | [[#53e0dc40]] | 'a.subject' |
2 | 25 | [[#53e0dc40]] | 'a.id' |
2 | 26 | [[#53e0dc40]] | 'a.cache_time' |
2 | 27 | [[#53e0dc40]] | 'a.numarticles' |
2 | 28 | [[#53e0dc40]] | 'catname' |
2 | 29 | [[#53e0dc40]] | 'a.ordering' |
2 | 30 | [[#53e0dc40]] | 'a.published' |
2 | 31 | [[#53e0dc40]] | 'a.name' |
3 | 1 | [[#53e0d360]] | </th> </tr> </thead> <tfoot> <tr> <td colspan="13"> |
3 | 2 | [[#53e0d360]] | </th> <th width="5%" nowrap="nowrap"> |
3 | 3 | [[#53e0d360]] | </th> <th width="80"> |
3 | 4 | [[#53e0d360]] | </th> <th width="5%" nowrap="nowrap"> |
3 | 5 | [[#53e0d360]] | |
3 | 6 | [[#53e0d360]] | </th> <th width="8%" nowrap="nowrap"> |
3 | 7 | [[#53e0d360]] | </th> <th width="5%" nowrap="nowrap"> |
3 | 8 | [[#53e0d360]] | </th> <th width="10%" nowrap="nowrap"> |
3 | 9 | [[#53e0d360]] | </th> <th width="10%" nowrap="nowrap"> |
3 | 10 | [[#53e0d360]] | </th> </tr> </thead> <tfoot> <tr> <td colspan="6"> |
3 | 11 | [[#53e0d360]] | </th> <th width="1%" nowrap="nowrap"> |
3 | 12 | [[#53e0d360]] | </th> <th align="center" nowrap="nowrap" width="5%"> |
3 | 13 | [[#53e0d360]] | </th> <th nowrap="nowrap" class="title" width="35%"> |
3 | 14 | [[#53e0d360]] | </th> </tr> </thead> <tfoot> <tr> <td colspan="11"> |
3 | 15 | [[#53e0d360]] | </th> <th width="1%" nowrap="nowrap"> |
3 | 16 | [[#53e0d360]] | </th> <th class="title" nowrap="nowrap" width="10%"> |
3 | 17 | [[#53e0d360]] | </th> <th width="10%" class="title"> |
3 | 18 | [[#53e0d360]] | |
3 | 19 | [[#53e0d360]] | </th> <th nowrap="nowrap" width="8%"> |
3 | 20 | [[#53e0d360]] | </th> <th width="5%" class="title" nowrap="nowrap"> |
3 | 21 | [[#53e0d360]] | </th> </tr> </thead> <tfoot> <tr> <td colspan="6"> |
3 | 22 | [[#53e0d360]] | </th> <th width="15%" class="title" nowrap="nowrap" align="center"> |
3 | 23 | [[#53e0d360]] | </th> <th width="25%" class="title"> |
3 | 24 | [[#53e0d360]] | </th> <th width="5%" class="title" align="center"> |
3 | 25 | [[#53e0d360]] | </th> </tr> </thead> <tfoot> <tr> <td colspan="10"> |
3 | 26 | [[#53e0d360]] | </th> <th width="1%" nowrap="nowrap"> |
3 | 27 | [[#53e0d360]] | </th> <th width="5%"> |
3 | 28 | [[#53e0d360]] | </th> <th width="5%" nowrap="nowrap"> |
3 | 29 | [[#53e0d360]] | |
3 | 30 | [[#53e0d360]] | </th> <th width="8%" nowrap="nowrap"> |
3 | 31 | [[#53e0d360]] | </th> <th width="5%"> |