CloneSet497


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1310.995toplevel_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1154
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php
2155
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php
3156
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php
Clone Instance
1
Line Count
1
Source Line
54
Source File
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


Clone Instance
2
Line Count
1
Source Line
55
Source File
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php

$tinybrowser['path']['media']=  str_replace($tinybrowser['docroot'],'', preg_replace('[\\\\]','/', realpath(dirname( __FILE__)
                                                                                                            .                   '/../../../../../../../images/stories')))
                                .                                                                                                                                           '/'; // Media files location


Clone Instance
3
Line Count
1
Source Line
56
Source File
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php

$tinybrowser['path']['file']=   str_replace($tinybrowser['docroot'],'', preg_replace('[\\\\]','/', realpath(dirname( __FILE__)
                                                                                                            .                   '/../../../../../../../images/stories')))
                                .                                                                                                                                           '/'; // Other files location


Clone AbstractionParameter Count: 1Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5889de60]]
'image' 
12[[#5889de60]]
'media' 
13[[#5889de60]]
'file'