Home
last modified time | relevance | path

Searched refs:io_writeWikiPage (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/ChangeLog/
H A DPageChangeLog.php72 …return io_writeWikiPage($atticfile, io_readWikiPage($file, $this->id, ''), $this->id, $revInfo['da…
/dokuwiki/inc/File/
H A DPageFile.php190 io_writeWikiPage($pagefile, $data['newContent'], $this->id);
234 io_writeWikiPage($newfile, $this->rawWikiText(), $this->id, $date);
/dokuwiki/inc/
H A Dio.php259 function io_writeWikiPage($file, $content, $id, $rev = false) function