CloneSet660


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.992toplevel_statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16445
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php
26207
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php
Clone Instance
1
Line Count
6
Source Line
445
Source File
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php

form_open('actionform','custom','edit.php','?type='
                                           .        $typenow
                                           .                 $passfolder
                                           .                             $passfeid);
if ($actionnow == 'move')
   {
     ;
     ?><div class="pushleft"><?php
   form_select($editdirs,'destination',TB_FOLDERDEST,urlencode($destfoldernow),FALSE);
   ?></div><?php
   }


Clone Instance
2
Line Count
6
Source Line
207
Source File
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php

form_open('actionform','custom','folders.php','?type='
                                              .        $typenow
                                              .                 $passfolder
                                              .                             $passfeid);
if ($actionnow == 'move')
   {
     ;
     ?><div class="pushleft"><?php
   form_select($editdirs,'destination',TB_FOLDERDEST,urlencode($foldernow),FALSE);
   ?></div><?php
   }


Clone AbstractionParameter Count: 2Parameter Bindings

form_open('actionform','custom', [[#variable4ed97180]],'?type='
                                                       . $typenow
                                                       . $passfolder
                                                       . $passfeid);
if ($actionnow == 'move') {
  ;
  ?><div class="pushleft"><?php
  form_select($editdirs,'destination',TB_FOLDERDEST,urlencode( [[#variable4db38a20]]),FALSE);
  ?></div><?php
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4ed97180]]
'edit.php' 
12[[#4ed97180]]
'folders.php' 
21[[#4db38a20]]
$destfoldernow 
22[[#4db38a20]]
$foldernow