Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 12 | 3 | 0.965 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 69 | administrator/components/com_media/models/manager.php |
2 | 1 | 42 | administrator/components/com_redirect/views/links/view.html.php |
3 | 1 | 43 | administrator/components/com_redirect/views/links/view.html.php |
4 | 1 | 44 | administrator/components/com_redirect/views/links/view.html.php |
5 | 1 | 45 | administrator/components/com_redirect/views/links/view.html.php |
6 | 1 | 41 | administrator/components/com_users/views/users/view.html.php |
7 | 1 | 42 | administrator/components/com_users/views/users/view.html.php |
8 | 1 | 43 | administrator/components/com_users/views/users/view.html.php |
9 | 1 | 46 | libraries/joomla/html/html/jgrid.php |
10 | 1 | 47 | libraries/joomla/html/html/jgrid.php |
11 | 1 | 48 | libraries/joomla/html/html/jgrid.php |
12 | 1 | 49 | libraries/joomla/html/html/jgrid.php |
| ||||
// Build the array of select options for the folder list $options[]= JHtml::_('select.option', "","/"); |
| ||||
// Build the state filter options. $poptions[]= JHtml::_('select.option','*', 'Any'); |
| ||||
$poptions[]= JHtml::_('select.option', '0', 'Pending'); |
| ||||
$poptions[]= JHtml::_('select.option', '1', 'Active'); |
| ||||
$poptions[]= JHtml::_('select.option', '2', 'Archived'); |
| ||||
$options[]= JHtml::_('select.option', '*', 'Any'); |
| ||||
$options[]= JHtml::_('select.option', '0', 'Active'); |
| ||||
$options[]= JHtml::_('select.option', '1', 'Blocked'); |
| ||||
$options[]= JHtml::_('select.option', '1', 'JOption_Published'); |
| ||||
$options[]= JHtml::_('select.option', '0', 'JOption_Unpublished'); |
| ||||
$options[]= JHtml::_('select.option', '-2', 'JOption_Trash'); |
| ||||
$options[]= JHtml::_('select.option', '*', 'JOption_All'); |
| |||
[[#variable50f07a00]][]=JHtml::_('select.option', [[#variable50f07980]], [[#variable50f07920]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#50f07a00]] | // Build the state filter options. $poptions |
1 | 2 | [[#50f07a00]] | // Build the array of select options for the folder list $options |
1 | 3 | [[#50f07a00]] | $poptions |
1 | 4 | [[#50f07a00]] | $poptions |
1 | 5 | [[#50f07a00]] | $poptions |
1 | 6 | [[#50f07a00]] | $options |
1 | 7 | [[#50f07a00]] | $options |
1 | 8 | [[#50f07a00]] | $options |
1 | 9 | [[#50f07a00]] | $options |
1 | 10 | [[#50f07a00]] | $options |
1 | 11 | [[#50f07a00]] | $options |
1 | 12 | [[#50f07a00]] | $options |
2 | 1 | [[#50f07980]] | '*' |
2 | 2 | [[#50f07980]] | "" |
2 | 3 | [[#50f07980]] | '2' |
2 | 4 | [[#50f07980]] | '1' |
2 | 5 | [[#50f07980]] | '0' |
2 | 6 | [[#50f07980]] | '1' |
2 | 7 | [[#50f07980]] | '0' |
2 | 8 | [[#50f07980]] | '*' |
2 | 9 | [[#50f07980]] | '-2' |
2 | 10 | [[#50f07980]] | '0' |
2 | 11 | [[#50f07980]] | '1' |
2 | 12 | [[#50f07980]] | '*' |
3 | 1 | [[#50f07920]] | 'Any' |
3 | 2 | [[#50f07920]] | "/" |
3 | 3 | [[#50f07920]] | 'Archived' |
3 | 4 | [[#50f07920]] | 'Active' |
3 | 5 | [[#50f07920]] | 'Pending' |
3 | 6 | [[#50f07920]] | 'Blocked' |
3 | 7 | [[#50f07920]] | 'Active' |
3 | 8 | [[#50f07920]] | 'JOption_All' |
3 | 9 | [[#50f07920]] | 'JOption_Trash' |
3 | 10 | [[#50f07920]] | 'JOption_Unpublished' |
3 | 11 | [[#50f07920]] | 'JOption_Published' |
3 | 12 | [[#50f07920]] | 'Any' |