Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 1 | 0.995 | toplevel_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 54 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php |
2 | 1 | 55 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php |
3 | 1 | 56 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php |
| ||||
// File upload paths (set to absolute by default) //$tinybrowser['path']['image'] = '/useruploads/images/'; // Image files location - also creates a '_thumbs' subdirectory within this path to hold the image thumbnails //$tinybrowser['path']['media'] = '/useruploads/media/'; // Media files location //$tinybrowser['path']['file'] = '/useruploads/files/'; // Other files location $tinybrowser['path']['image']= str_replace($tinybrowser['docroot'],'', preg_replace('[\\\\]','/', realpath(dirname( __FILE__) . '/../../../../../../../images/stories'))) . '/'; // Image files location - also creates a '_thumbs' subdirectory within this path to hold the image thumbnails |
| ||||
$tinybrowser['path']['media']= str_replace($tinybrowser['docroot'],'', preg_replace('[\\\\]','/', realpath(dirname( __FILE__) . '/../../../../../../../images/stories'))) . '/'; // Media files location |
| ||||
$tinybrowser['path']['file']= str_replace($tinybrowser['docroot'],'', preg_replace('[\\\\]','/', realpath(dirname( __FILE__) . '/../../../../../../../images/stories'))) . '/'; // Other files location |
| |||
// File upload paths (set to absolute by default) //$tinybrowser['path']['image'] = '/useruploads/images/'; // Image files location - also creates a '_thumbs' subdirectory within this path to hold the image thumbnails //$tinybrowser['path']['media'] = '/useruploads/media/'; // Media files location //$tinybrowser['path']['file'] = '/useruploads/files/'; // Other files location $tinybrowser['path'][ [[#variable5889de60]]]=str_replace($tinybrowser['docroot'],'',preg_replace('[\\\\]','/',realpath(dirname( __FILE__) . '/../../../../../../../images/stories'))) . '/'; // Image files location - also creates a '_thumbs' subdirectory within this path to hold the image thumbnails // Media files location // Other files location |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5889de60]] | 'image' |
1 | 2 | [[#5889de60]] | 'media' |
1 | 3 | [[#5889de60]] | 'file' |