Home
last modified time | relevance | path

Searched refs:mkdir (Results 176 – 188 of 188) sorted by path

12345678

/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php162 @mkdir($outdir, 0777, true);
189 mkdir($directory, 0777, true);
H A DZip.php141 @mkdir($outdir, 0777, true);
171 @mkdir($directory, 0777, true);
/plugin/webcomponent/_test/
H A DREADME.md29 mkdir($conf['datadir'], $mode = 0777, $recursive = true);
35 mkdir($conf['cachedir'], $mode = 0777, $recursive = true);
/plugin/webcomponent/
H A Dwebcomponent.php126 mkdir($conf['datadir'], $mode = 0777, $recursive = true);
132 mkdir($conf['cachedir'], $mode = 0777, $recursive = true);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php57 mkdir($newPath);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php68 mkdir($newPath);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php78 if (!is_dir($dataDir)) mkdir($dataDir);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DHomeCollection.php93 mkdir($path, 0777, true);
/plugin/webdavclient/vendor/sabre/vobject/tests/
H A Dbootstrap.php24 mkdir(SABRE_TEMPDIR);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm121 <!--- Ensure the folder path has no double-slashes, or mkdir may fail on certain platforms --->
193 <!--- Ensure the folder path has no double-slashes, or mkdir may fail on certain platforms --->
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php123 mkdir( $folderPath, 0777 ) ;
/plugin/xymon/dokuwiki-plugin/xymon/
H A Daction.php64 @mkdir($conf['datadir'].'/xymon/');
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php92 if (!@mkdir($pathname)) {

12345678