Home
last modified time | relevance | path

Searched refs:io_mkdir_p (Results 26 – 40 of 40) sorted by path

12

/plugin/odp/
H A DZipLib.class.php386 return io_mkdir_p($d); // --AB
H A Drenderer.php423 io_mkdir_p($this->temp_dir);
/plugin/odt/ODT/
H A DODTExport.php143 io_mkdir_p($tempDir);
H A DODTImport.php876 io_mkdir_p($tempDir);
/plugin/odt/renderer/
H A Dpage.php1260 if (!is_dir($tmp_dir)) io_mkdir_p($tmp_dir);
H A Dpagepdf.php82 io_mkdir_p($temp_dir);
/plugin/pagemove/
H A Dadmin.php852 io_mkdir_p($new_path);
/plugin/register/
H A Dsyntax.php70 if (!io_mkdir_p($dir)) {
/plugin/scrape/
H A Dsyntax.php181 io_mkdir_p($conf['cachedir'] . '/_HTMLPurifier');
/plugin/siteexport/inc/
H A Dmpdf.php36 io_mkdir_p(_MPDF_TTFONTDATAPATH);
37 io_mkdir_p(_MPDF_TEMP_PATH);
/plugin/stats/
H A Dsyntax.php504 io_mkdir_p($conf['mediadir'].'/wikistatistics'); //Using dokuwiki framework
627 io_mkdir_p($conf['mediadir'] . '/wikistatistics'); //Using dokuwiki framework
782 io_mkdir_p($conf['mediadir'].'/wikistatistics'); //Using dokuwiki framework
/plugin/tindexmenu/inc/
H A Drepo.class.php21 if (!io_mkdir_p($repodir)) return false;
/plugin/upgrade/
H A Dhelper.php152 io_mkdir_p(dirname($this->tgzfile));
346 if (io_mkdir_p(dirname($to))) {
H A Dlegacy.php58 function io_mkdir_p($dir)
55 function io_mkdir_p($dir) global() function
/plugin/userhomepage/
H A Daction.php371io_mkdir_p($this->dataDir.DIRECTORY_SEPARATOR.$target_dir) || msg($this->getLang('mkdirfailure').'…

12