| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 6 | 3 | 0.968 | if_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 416 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
| 2 | 1 | 417 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
| 3 | 1 | 418 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
| 4 | 1 | 200 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php |
| 5 | 1 | 201 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php |
| 6 | 1 | 202 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php |
| ||||
if ($tinybrowser['allowdelete']) $select[]= array( 'delete',TB_DELETE
);
|
| ||||
if ($tinybrowser['allowedit']) $select[]= array( 'rename',TB_RENAME
);
|
| ||||
if ($tinybrowser['allowfolders']) $select[]= array( 'move',TB_MOVE
);
|
| ||||
if ($tinybrowser['allowfolders']) $select[]= array( 'create',TB_CREATE
);
|
| ||||
if ($tinybrowser['allowdelete']) $select[]= array( 'delete',TB_DELETE
);
|
| ||||
if ($tinybrowser['allowedit']) $select[]= array( 'rename',TB_RENAME
);
|
| |||
if ($tinybrowser[ [[#variable2555b1a0]]])
$select[]=array( [[#variable2555b120]],
[[#variable2555b140]]
);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#2555b1a0]] | 'allowfolders' |
| 1 | 2 | [[#2555b1a0]] | 'allowedit' |
| 1 | 3 | [[#2555b1a0]] | 'allowdelete' |
| 1 | 4 | [[#2555b1a0]] | 'allowfolders' |
| 1 | 5 | [[#2555b1a0]] | 'allowedit' |
| 1 | 6 | [[#2555b1a0]] | 'allowdelete' |
| 2 | 1 | [[#2555b120]] | 'move' |
| 2 | 2 | [[#2555b120]] | 'rename' |
| 2 | 3 | [[#2555b120]] | 'delete' |
| 2 | 4 | [[#2555b120]] | 'create' |
| 2 | 5 | [[#2555b120]] | 'rename' |
| 2 | 6 | [[#2555b120]] | 'delete' |
| 3 | 1 | [[#2555b140]] | TB_MOVE |
| 3 | 2 | [[#2555b140]] | TB_RENAME |
| 3 | 3 | [[#2555b140]] | TB_DELETE |
| 3 | 4 | [[#2555b140]] | TB_CREATE |
| 3 | 5 | [[#2555b140]] | TB_RENAME |
| 3 | 6 | [[#2555b140]] | TB_DELETE |