| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 11 | 1 | 0.986 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 107 | libraries/joomla/filesystem/file.php |
| 2 | 1 | 164 | libraries/joomla/filesystem/file.php |
| 3 | 1 | 219 | libraries/joomla/filesystem/file.php |
| 4 | 1 | 220 | libraries/joomla/filesystem/file.php |
| 5 | 1 | 317 | libraries/joomla/filesystem/file.php |
| 6 | 1 | 367 | libraries/joomla/filesystem/file.php |
| 7 | 1 | 91 | libraries/joomla/filesystem/folder.php |
| 8 | 1 | 192 | libraries/joomla/filesystem/folder.php |
| 9 | 1 | 319 | libraries/joomla/filesystem/folder.php |
| 10 | 1 | 376 | libraries/joomla/filesystem/folder.php |
| 11 | 1 | 377 | libraries/joomla/filesystem/folder.php |
| ||||
//Translate the destination path for the FTP account
$dest= JPath::clean(str_replace(JPATH_ROOT, $FTPOptions['root'], $dest), '/');
|
| ||||
$file= JPath::clean(str_replace(JPATH_ROOT, $FTPOptions['root'], $file), '/'); |
| ||||
//Translate path for the FTP account
$src= JPath::clean(str_replace(JPATH_ROOT, $FTPOptions['root'], $src), '/');
|
| ||||
$dest= JPath::clean(str_replace(JPATH_ROOT, $FTPOptions['root'], $dest), '/'); |
| ||||
// Translate path for the FTP account and use FTP write buffer to file
$file= JPath::clean(str_replace(JPATH_ROOT, $FTPOptions['root'], $file), '/');
|
| ||||
//Translate path for the FTP account
$dest= JPath::clean(str_replace(JPATH_ROOT, $FTPOptions['root'], $dest), '/');
|
| ||||
// Translate path for the FTP account
$dfid= JPath::clean(str_replace(JPATH_ROOT, $FTPOptions['root'], $dfid), '/');
|
| ||||
// Translate path to FTP path
$path= JPath::clean(str_replace(JPATH_ROOT, $FTPOptions['root'], $path), '/');
|
| ||||
// Translate path and delete
$path= JPath::clean(str_replace(JPATH_ROOT, $FTPOptions['root'], $path), '/');
|
| ||||
//Translate path for the FTP account
$src= JPath::clean(str_replace(JPATH_ROOT, $FTPOptions['root'], $src), '/');
|
| ||||
$dest= JPath::clean(str_replace(JPATH_ROOT, $FTPOptions['root'], $dest), '/'); |
| |||
[[#variable22458ca0]]=JPath::clean(str_replace(JPATH_ROOT,$FTPOptions['root'], [[#variable22458ca0]]),'/'); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#22458ca0]] | //Translate path for the FTP account $dest |
| 1 | 2 | [[#22458ca0]] | // Translate path for the FTP account and use FTP write buffer to file $file |
| 1 | 3 | [[#22458ca0]] | //Translate path for the FTP account $src |
| 1 | 4 | [[#22458ca0]] | // Translate path and delete $path |
| 1 | 5 | [[#22458ca0]] | // Translate path for the FTP account $dfid |
| 1 | 6 | [[#22458ca0]] | //Translate the destination path for the FTP account $dest |
| 1 | 7 | [[#22458ca0]] | $dest |
| 1 | 8 | [[#22458ca0]] | //Translate path for the FTP account $src |
| 1 | 9 | [[#22458ca0]] | $dest |
| 1 | 10 | [[#22458ca0]] | // Translate path to FTP path $path |
| 1 | 11 | [[#22458ca0]] | $file |