Home
last modified time | relevance | path

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

12

/plugin/odt/ODT/
H A DODTExport.php143 io_mkdir_p($tempDir);
H A DODTImport.php876 io_mkdir_p($tempDir);
/plugin/attribute/
H A Dhelper.php28 $this->storepath = ($this->conf['store'] === '' || !io_mkdir_p($path)) ? null : $path;
/plugin/indexmenu/
H A Dadmin.php
/plugin/backup/
H A Dadmin.php282 io_mkdir_p(dirname($fn));
/plugin/editx/
H A Daction.php164 if (!io_mkdir_p($newdir)) continue;
/plugin/elwikiupgrade/
H A Dadmin.php487 if(io_mkdir_p(dirname($to))) {
/plugin/dokutexit/
H A Dconfig.php197 $res = io_mkdir_p($path);
/plugin/dokutranslate/
H A Daction.php223 io_mkdir_p($datapath, 0755, true);
/plugin/odp/
H A DZipLib.class.php386 return io_mkdir_p($d); // --AB
H A Drenderer.php423 io_mkdir_p($this->temp_dir);
/plugin/pagemove/
H A Dadmin.php852 io_mkdir_p($new_path);
/plugin/userhomepage/
H A Daction.php371io_mkdir_p($this->dataDir.DIRECTORY_SEPARATOR.$target_dir) || msg($this->getLang('mkdirfailure').'…
/plugin/batchedit/
H A Dengine.php465 io_mkdir_p(dirname(self::getFileName('dummy')));
/plugin/odt/renderer/
H A Dpage.php1260 if (!is_dir($tmp_dir)) io_mkdir_p($tmp_dir);

12