Home
last modified time | relevance | path

Searched refs:io_rename (Results 1 – 4 of 4) sorted by last modified time

/dokuwiki/lib/plugins/config/core/
H A DWriter.php42 if (!io_rename($this->savefile, $this->savefile . '.bak.php')) throw new \Exception('no backup');
46 io_rename($this->savefile . '.bak.php', $this->savefile); // problem opening, restore the backup
/dokuwiki/inc/
H A Dio.php707 function io_rename($from, $to)
659 function io_rename($from,$to){ global() function
H A DJpegMeta.php957 return io_rename($tmpName, $this->_fileName);
/dokuwiki/inc/Search/
H A DIndexer.php1028 io_rename($fn . '.tmp', $fn . '.idx');
1097 io_rename($fn . '.tmp', $fn . '.idx');