Home
last modified time | relevance | path

Searched refs:io_rename (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/lib/plugins/config/core/
H A DWriter.php42 … if (!io_rename($this->savefile, $this->savefile . '.bak.php')) throw new \Exception('no backup');
46io_rename($this->savefile . '.bak.php', $this->savefile); // problem opening, restore the backup
/dokuwiki/_test/tests/inc/
H A Dindexer_rename.test.php26 io_rename(wikiFN($this->old_id), wikiFN($newid));
/dokuwiki/inc/Search/
H A DIndexer.php1028 io_rename($fn . '.tmp', $fn . '.idx');
1097 io_rename($fn . '.tmp', $fn . '.idx');
/dokuwiki/inc/
H A Dio.php708 function io_rename($from, $to) function
H A DJpegMeta.php957 return io_rename($tmpName, $this->_fileName);