| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 14 | 6 | 0.961 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 192 | plugins/editors/tinymce.php |
| 2 | 7 | 199 | plugins/editors/tinymce.php |
| 3 | 7 | 227 | plugins/editors/tinymce.php |
| 4 | 7 | 234 | plugins/editors/tinymce.php |
| 5 | 7 | 241 | plugins/editors/tinymce.php |
| 6 | 7 | 258 | plugins/editors/tinymce.php |
| 7 | 7 | 265 | plugins/editors/tinymce.php |
| 8 | 7 | 282 | plugins/editors/tinymce.php |
| 9 | 7 | 289 | plugins/editors/tinymce.php |
| 10 | 7 | 296 | plugins/editors/tinymce.php |
| 11 | 7 | 303 | plugins/editors/tinymce.php |
| 12 | 7 | 310 | plugins/editors/tinymce.php |
| 13 | 7 | 325 | plugins/editors/tinymce.php |
| 14 | 7 | 332 | plugins/editors/tinymce.php |
| ||||
if ( $paste) {
$plugins[]= 'paste';
$buttons2_add_before[]= 'pastetext,pasteword,selectall';
}
// search & replace
$searchreplace= $this->params->def( 'searchreplace', 1);
|
| ||||
if ( $searchreplace) {
$plugins[]= 'searchreplace';
$buttons2_add_before[]= '|,search,replace,|';
}
// insert date and/or time plugin
$insertdate= $this->params->def( 'insertdate', 1);
|
| ||||
if ( $table) {
$plugins[]= 'table';
$buttons3_add_before[]= 'tablecontrols';
}
// emotions
$smilies= $this->params->def( 'smilies', 1);
|
| ||||
if ( $smilies) {
$plugins[]= 'emotions';
$buttons3_add[]= 'emotions';
}
//media plugin
$media= $this->params->def( 'media', 1);
|
| ||||
if ( $media) {
$plugins[]= 'media';
$buttons3_add[]= 'media';
}
// horizontal line
$hr= $this->params->def( 'hr', 1);
|
| ||||
if ( $directionality) {
$plugins[]= 'directionality';
$buttons3_add[]= 'ltr,rtl';
}
// fullscreen
$fullscreen= $this->params->def( 'fullscreen', 1);
|
| ||||
if ( $fullscreen) {
$plugins[]= 'fullscreen';
$buttons3_add[]= 'fullscreen';
}
// layer
$layer= $this->params->def( 'layer', 1);
|
| ||||
if ( $style) {
$plugins[]= 'style';
$buttons4[]= 'styleprops';
}
// XHTMLxtras
$xhtmlxtras= $this->params->def( 'xhtmlxtras', 1);
|
| ||||
if ( $xhtmlxtras) {
$plugins[]= 'xhtmlxtras';
$buttons4[]= 'cite,abbr,acronym,ins,del,attribs';
}
// visualchars
$visualchars= $this->params->def( 'visualchars', 1);
|
| ||||
if ( $template) {
$plugins[]= 'visualchars';
$buttons4[]= 'visualchars';
}
// visualchars
$nonbreaking= $this->params->def( 'nonbreaking', 1);
|
| ||||
if ( $template) {
$plugins[]= 'nonbreaking';
$buttons4[]= 'nonbreaking';
}
// template
$template= $this->params->def( 'template', 1);
|
| ||||
if ( $template) {
$plugins[]= 'template';
$buttons4[]= 'template';
}
// tinybrowser
$tinybrowser= $this->params->def( 'tinybrowser', 1);
|
| ||||
if ( $advimage) {
$plugins[]= 'advimage';
$elements[]= 'img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]';
}
// advlink
$advlink= $this->params->def( 'advlink', 1);
|
| ||||
if ( $advlink) {
$plugins[]= 'advlink';
$elements[]= 'a[class|name|href|target|title|onclick|rel]';
}
// autosave
$autosave= $this->params->def( 'autosave', 1);
|
| |||
if ( [[#variable4dd938a0]]) {
$plugins[]= [[#variable4cb57980]];
[[#variable3eb614e0]][]= [[#variable3c377360]];
}
[[#variable57f73900]]=$this->params->def( [[#variable4dd935a0]],1);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4dd938a0]] | $advlink |
| 1 | 2 | [[#4dd938a0]] | $advimage |
| 1 | 3 | [[#4dd938a0]] | $template |
| 1 | 4 | [[#4dd938a0]] | $template |
| 1 | 5 | [[#4dd938a0]] | $template |
| 1 | 6 | [[#4dd938a0]] | $xhtmlxtras |
| 1 | 7 | [[#4dd938a0]] | $style |
| 1 | 8 | [[#4dd938a0]] | $fullscreen |
| 1 | 9 | [[#4dd938a0]] | $directionality |
| 1 | 10 | [[#4dd938a0]] | $media |
| 1 | 11 | [[#4dd938a0]] | $smilies |
| 1 | 12 | [[#4dd938a0]] | $table |
| 1 | 13 | [[#4dd938a0]] | $searchreplace |
| 1 | 14 | [[#4dd938a0]] | $paste |
| 2 | 1 | [[#4cb57980]] | 'advlink' |
| 2 | 2 | [[#4cb57980]] | 'advimage' |
| 2 | 3 | [[#4cb57980]] | 'template' |
| 2 | 4 | [[#4cb57980]] | 'nonbreaking' |
| 2 | 5 | [[#4cb57980]] | 'visualchars' |
| 2 | 6 | [[#4cb57980]] | 'xhtmlxtras' |
| 2 | 7 | [[#4cb57980]] | 'style' |
| 2 | 8 | [[#4cb57980]] | 'fullscreen' |
| 2 | 9 | [[#4cb57980]] | 'directionality' |
| 2 | 10 | [[#4cb57980]] | 'media' |
| 2 | 11 | [[#4cb57980]] | 'emotions' |
| 2 | 12 | [[#4cb57980]] | 'table' |
| 2 | 13 | [[#4cb57980]] | 'searchreplace' |
| 2 | 14 | [[#4cb57980]] | 'paste' |
| 3 | 1 | [[#3eb614e0]] | $elements |
| 3 | 2 | [[#3eb614e0]] | $elements |
| 3 | 3 | [[#3eb614e0]] | $buttons4 |
| 3 | 4 | [[#3eb614e0]] | $buttons4 |
| 3 | 5 | [[#3eb614e0]] | $buttons4 |
| 3 | 6 | [[#3eb614e0]] | $buttons4 |
| 3 | 7 | [[#3eb614e0]] | $buttons4 |
| 3 | 8 | [[#3eb614e0]] | $buttons3_add |
| 3 | 9 | [[#3eb614e0]] | $buttons3_add |
| 3 | 10 | [[#3eb614e0]] | $buttons3_add |
| 3 | 11 | [[#3eb614e0]] | $buttons3_add |
| 3 | 12 | [[#3eb614e0]] | $buttons3_add_before |
| 3 | 13 | [[#3eb614e0]] | $buttons2_add_before |
| 3 | 14 | [[#3eb614e0]] | $buttons2_add_before |
| 4 | 1 | [[#3c377360]] | 'a[class|name|href|target|title|onclick|rel]' |
| 4 | 2 | [[#3c377360]] | 'img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]' |
| 4 | 3 | [[#3c377360]] | 'template' |
| 4 | 4 | [[#3c377360]] | 'nonbreaking' |
| 4 | 5 | [[#3c377360]] | 'visualchars' |
| 4 | 6 | [[#3c377360]] | 'cite,abbr,acronym,ins,del,attribs' |
| 4 | 7 | [[#3c377360]] | 'styleprops' |
| 4 | 8 | [[#3c377360]] | 'fullscreen' |
| 4 | 9 | [[#3c377360]] | 'ltr,rtl' |
| 4 | 10 | [[#3c377360]] | 'media' |
| 4 | 11 | [[#3c377360]] | 'emotions' |
| 4 | 12 | [[#3c377360]] | 'tablecontrols' |
| 4 | 13 | [[#3c377360]] | '|,search,replace,|' |
| 4 | 14 | [[#3c377360]] | 'pastetext,pasteword,selectall' |
| 5 | 1 | [[#57f73900]] | // autosave $autosave |
| 5 | 2 | [[#57f73900]] | // advlink $advlink |
| 5 | 3 | [[#57f73900]] | // tinybrowser $tinybrowser |
| 5 | 4 | [[#57f73900]] | // template $template |
| 5 | 5 | [[#57f73900]] | // visualchars $nonbreaking |
| 5 | 6 | [[#57f73900]] | // visualchars $visualchars |
| 5 | 7 | [[#57f73900]] | // XHTMLxtras $xhtmlxtras |
| 5 | 8 | [[#57f73900]] | // layer $layer |
| 5 | 9 | [[#57f73900]] | // fullscreen $fullscreen |
| 5 | 10 | [[#57f73900]] | // horizontal line $hr |
| 5 | 11 | [[#57f73900]] | //media plugin $media |
| 5 | 12 | [[#57f73900]] | // emotions $smilies |
| 5 | 13 | [[#57f73900]] | // insert date and/or time plugin $insertdate |
| 5 | 14 | [[#57f73900]] | // search & replace $searchreplace |
| 6 | 1 | [[#4dd935a0]] | 'autosave' |
| 6 | 2 | [[#4dd935a0]] | 'advlink' |
| 6 | 3 | [[#4dd935a0]] | 'tinybrowser' |
| 6 | 4 | [[#4dd935a0]] | 'template' |
| 6 | 5 | [[#4dd935a0]] | 'nonbreaking' |
| 6 | 6 | [[#4dd935a0]] | 'visualchars' |
| 6 | 7 | [[#4dd935a0]] | 'xhtmlxtras' |
| 6 | 8 | [[#4dd935a0]] | 'layer' |
| 6 | 9 | [[#4dd935a0]] | 'fullscreen' |
| 6 | 10 | [[#4dd935a0]] | 'hr' |
| 6 | 11 | [[#4dd935a0]] | 'media' |
| 6 | 12 | [[#4dd935a0]] | 'smilies' |
| 6 | 13 | [[#4dd935a0]] | 'insertdate' |
| 6 | 14 | [[#4dd935a0]] | 'searchreplace' |