Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 98 | plugins/editors/codemirror.php |
2 | 5 | 95 | plugins/editors/none.php |
3 | 5 | 579 | plugins/editors/tinymce.php |
| ||||
// Only add "px" to width and height if they are not given as a percentage if (is_numeric($width)) { $width.= 'px'; } if (is_numeric($height)) { $height.= 'px'; } |
| ||||
// Only add "px" to width and height if they are not given as a percentage if (is_numeric($width)) { $width.= 'px'; } if (is_numeric($height)) { $height.= 'px'; } |
| ||||
// Only add "px" to width and height if they are not given as a percentage if (is_numeric( $width)) { $width.= 'px'; } if (is_numeric( $height)) { $height.= 'px'; } |
| |||
// Only add "px" to width and height if they are not given as a percentage if (is_numeric($width)) { $width.='px'; } if (is_numeric($height)) { $height.='px'; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |