Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 1 | 0.992 | php_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 149 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php |
2 | 13 | 94 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php |
| ||||
</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Pragma" content="no-cache"/> <?php if ($passfeid == '' && $tinybrowser['integration'] == 'tinymce') { ; ?><link rel="stylesheet" type="text/css" media="all" href="<?php echo $tinybrowser['tinymcecss']; ?>" /><?php } else { ; ?><link rel="stylesheet" type="text/css" media="all" href="css/stylefull_tinybrowser.css"/><?php } ?> <link rel="stylesheet" type="text/css" media="all" href="css/style_tinybrowser.css.php"/> <script language="javascript" type="text/javascript" src="js/tinybrowser.js.php"></script> </head> <body onload="rowHighlight();"> |
| ||||
</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Pragma" content="no-cache"/> <?php if ($passfeid == '' && $tinybrowser['integration'] == 'tinymce') { ; ?><link rel="stylesheet" type="text/css" media="all" href="<?php echo $tinybrowser['tinymcecss']; ?>" /><?php } else { ; ?><link rel="stylesheet" type="text/css" media="all" href="css/stylefull_tinybrowser.css"/><?php } ?> <link rel="stylesheet" type="text/css" media="all" href="css/style_tinybrowser.css.php"/> <script type="text/javascript" src="js/swfobject.js"></script> <script type="text/javascript"> function uploadComplete(url) { document.location = url; } </script> </head> <body onload=' var so = new SWFObject("flexupload.swf", "mymovie", "100%", "340", "9", "#ffffff"); so.addVariable("folder", " |
| |||
</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Pragma" content="no-cache"/> <?php if ($passfeid == '' && $tinybrowser['integration'] == 'tinymce') { ; ?><link rel="stylesheet" type="text/css" media="all" href="<?php echo $tinybrowser['tinymcecss']; ?>" /><?php } else { ; ?><link rel="stylesheet" type="text/css" media="all" href="css/stylefull_tinybrowser.css"/><?php } ?> [[#variable550a33e0]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#550a33e0]] | <link rel="stylesheet" type="text/css" media="all" href="css/style_tinybrowser.css.php"/> <script type="text/javascript" src="js/swfobject.js"></script> <script type="text/javascript"> function uploadComplete(url) { document.location = url; } </script> </head> <body onload=' var so = new SWFObject("flexupload.swf", "mymovie", "100%", "340", "9", "#ffffff"); so.addVariable("folder", " |
1 | 2 | [[#550a33e0]] | <link rel="stylesheet" type="text/css" media="all" href="css/style_tinybrowser.css.php"/> <script language="javascript" type="text/javascript" src="js/tinybrowser.js.php"></script> </head> <body onload="rowHighlight();"> |