Home
last modified time | relevance | path

Searched refs:rename (Results 1 – 5 of 5) sorted by path

/dokuwiki/inc/
H A DTaskRunner.php173 if (!rename($fn . '_tmp', $fn)) {
174 // rename failed so try another way...
H A Dio.php698 * Windows compatible rename
700 * rename() can not overwrite existing files on Windows
710 if (!@rename($from, $to)) {
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php54 * Recursive function to rename all safe encoded files to use the new
67 rename("$dir/$file", "$dir/$new"); # rename it
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2964 public function rename($oldname, $newname)
3184 function rename($oldname, $newname) global() function in phpseclib\\Net\\SFTP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php467 * Attempts to rename oldname to newname, moving it between directories if necessary.
493 if (!$this->sftp->rename($path_from, $path_to)) {
495 return $this->sftp->delete($path_to, true) && $this->sftp->rename($path_from, $path_to);