Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 0 | 1.000 | toplevel_statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 51 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
2 | 2 | 35 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php |
3 | 2 | 50 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tinybrowser.php |
4 | 2 | 34 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php |
| ||||
// Assign url pass variables $passfolder= '&folder=' . urlencode($foldernow); $passfeid= ( isset ($_GET['feid']) && $_GET['feid'] != '' ? '&feid=' . $_GET['feid'] : ''); |
| ||||
$passfolder= '&folder=' . urlencode($foldernow); $passfeid= ( isset ($_GET['feid']) && $_GET['feid'] != '' ? '&feid=' . $_GET['feid'] : ''); |
| ||||
// Assign url pass variables $passfolder= '&folder=' . urlencode($foldernow); $passfeid= ( isset ($_GET['feid']) && $_GET['feid'] != '' ? '&feid=' . $_GET['feid'] : ''); |
| ||||
$passfolder= '&folder=' . urlencode($foldernow); $passfeid= ( isset ($_GET['feid']) && $_GET['feid'] != '' ? '&feid=' . $_GET['feid'] : ''); |
| |||
// Assign url pass variables $passfolder='&folder=' . urlencode($foldernow); $passfeid=( isset ($_GET['feid']) && $_GET['feid'] != '' ? '&feid=' . $_GET['feid'] : ''); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |