Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 0 | 1.000 | toplevel_statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 42 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
2 | 3 | 42 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tinybrowser.php |
| ||||
// Assign browsing options $sortbynow= ( isset ($_REQUEST['sortby']) ? $_REQUEST['sortby'] : $tinybrowser['order']['by']); $sorttypenow= ( isset ($_REQUEST['sorttype']) ? $_REQUEST['sorttype'] : $tinybrowser['order']['type']); $sorttypeflip= ($sorttypenow == 'asc' ? 'desc' : 'asc'); |
| ||||
// Assign browsing options $sortbynow= ( isset ($_REQUEST['sortby']) ? $_REQUEST['sortby'] : $tinybrowser['order']['by']); $sorttypenow= ( isset ($_REQUEST['sorttype']) ? $_REQUEST['sorttype'] : $tinybrowser['order']['type']); $sorttypeflip= ($sorttypenow == 'asc' ? 'desc' : 'asc'); |
| |||
// Assign browsing options $sortbynow=( isset ($_REQUEST['sortby']) ? $_REQUEST['sortby'] : $tinybrowser['order']['by']); $sorttypenow=( isset ($_REQUEST['sorttype']) ? $_REQUEST['sorttype'] : $tinybrowser['order']['type']); $sorttypeflip=($sorttypenow == 'asc' ? 'desc' : 'asc'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |