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.957 | toplevel_statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 77 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php |
2 | 4 | 81 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php |
| ||||
// Image thumbnail size in pixels $tinybrowser['thumbsize']= 80; // Image and thumbnail quality, higher is better (1 to 99) $tinybrowser['imagequality']= 80; // only used when resizing or rotating |
| ||||
$tinybrowser['thumbquality']= 80; // Date format, as per php date function $tinybrowser['dateformat']= 'd/m/Y H:i'; |
| |||
// Image thumbnail size in pixels $tinybrowser[ [[#variable4f927be0]]]=80; // Image and thumbnail quality, higher is better (1 to 99) // Date format, as per php date function $tinybrowser[ [[#variable4f927b20]]]= [[#variable51637b00]]; // only used when resizing or rotating |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f927be0]] | 'thumbsize' |
1 | 2 | [[#4f927be0]] | 'thumbquality' |
2 | 1 | [[#4f927b20]] | 'imagequality' |
2 | 2 | [[#4f927b20]] | 'dateformat' |
3 | 1 | [[#51637b00]] | 80 |
3 | 2 | [[#51637b00]] | 'd/m/Y H:i' |