Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 5 | 0.962 | toplevel_statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 70 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php |
2 | 5 | 108 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php |
| ||||
// Image automatic resize on upload (0 is no resize) $tinybrowser['imageresize']['width']= 0; $tinybrowser['imageresize']['height']= 0; // Image thumbnail source (set to 'path' by default - shouldn't need changing) $tinybrowser['thumbsrc']= 'path'; // Possible values: path, link |
| ||||
// TinyBrowser pop-up window size $tinybrowser['window']['width']= 770; $tinybrowser['window']['height']= 480; // Assign Permissions for Upload, Edit, Delete & Folders $tinybrowser['allowupload']= TRUE; |
| |||
// Image automatic resize on upload (0 is no resize) // TinyBrowser pop-up window size $tinybrowser[ [[#variable41dab260]]]['width']= [[#variable41dab200]]; $tinybrowser[ [[#variable41dab260]]]['height']= [[#variable41dab0e0]]; // Image thumbnail source (set to 'path' by default - shouldn't need changing) // Assign Permissions for Upload, Edit, Delete & Folders $tinybrowser[ [[#variable3daaff20]]]= [[#variable3dd1b420]]; // Possible values: path, link |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#41dab260]] | 'imageresize' |
1 | 2 | [[#41dab260]] | 'window' |
2 | 1 | [[#41dab200]] | 0 |
2 | 2 | [[#41dab200]] | 770 |
3 | 1 | [[#41dab0e0]] | 0 |
3 | 2 | [[#41dab0e0]] | 480 |
4 | 1 | [[#3daaff20]] | 'thumbsrc' |
4 | 2 | [[#3daaff20]] | 'allowupload' |
5 | 1 | [[#3dd1b420]] | 'path' |
5 | 2 | [[#3dd1b420]] | TRUE |