Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 6 | 0.956 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 104 | administrator/components/com_config/controllers/application.php |
2 | 1 | 149 | components/com_weblinks/views/weblink/view.html.php |
| ||||
$lists['enable_ftp']= JHtml::_('select.booleanlist', 'ftp_enable', 'class="inputbox"', intval($row->ftp_enable)); |
| ||||
// build list of categories $lists['catid']= JHtml::_('list.category', 'jform[catid]', 'com_weblinks', intval($weblink->catid)); |
| |||
// build list of categories $lists[ [[#variable53885d80]]]=JHtml::_( [[#variable53885cc0]], [[#variable53885c20]], [[#variable53885ba0]],intval( [[#variable53885b20]]-> [[#variable53885a20]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53885d80]] | 'enable_ftp' |
1 | 2 | [[#53885d80]] | 'catid' |
2 | 1 | [[#53885cc0]] | 'select.booleanlist' |
2 | 2 | [[#53885cc0]] | 'list.category' |
3 | 1 | [[#53885c20]] | 'ftp_enable' |
3 | 2 | [[#53885c20]] | 'jform[catid]' |
4 | 1 | [[#53885ba0]] | 'class="inputbox"' |
4 | 2 | [[#53885ba0]] | 'com_weblinks' |
5 | 1 | [[#53885b20]] | $row |
5 | 2 | [[#53885b20]] | $weblink |
6 | 1 | [[#53885a20]] | ftp_enable |
6 | 2 | [[#53885a20]] | catid |