Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.962 | toplevel_statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 114 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php |
2 | 4 | 118 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php |
| ||||
$tinybrowser['allowdelete']= TRUE; $tinybrowser['allowfolders']= TRUE; |
| ||||
// Clean filenames on upload $tinybrowser['cleanfilename']= TRUE; // Set default action for edit page $tinybrowser['defaultaction']= 'delete'; // Possible values: delete, rename, move |
| |||
// Clean filenames on upload $tinybrowser[ [[#variable4094baa0]]]=TRUE; // Set default action for edit page $tinybrowser[ [[#variable4094bba0]]]= [[#variable4094b2e0]]; // Possible values: delete, rename, move |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4094baa0]] | 'cleanfilename' |
1 | 2 | [[#4094baa0]] | 'allowdelete' |
2 | 1 | [[#4094bba0]] | 'defaultaction' |
2 | 2 | [[#4094bba0]] | 'allowfolders' |
3 | 1 | [[#4094b2e0]] | 'delete' |
3 | 2 | [[#4094b2e0]] | TRUE |