Home
last modified time | relevance | path

Searched refs:createDirectory (Results 1 – 25 of 40) sorted by relevance

12

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php35 if (!$this->createDirectory($basePath)) {
47 protected function createDirectory($basePath)
43 protected function createDirectory($basePath) global() function in Mpdf\\Cache
/plugin/combo/ComboStrap/
H A DFileSystems.php126 public static function createDirectory(Path $dirPath) function in ComboStrap\\FileSystems
131 return LocalFileSystem::getOrCreate()->createDirectory($dirPath);
133 return WikiFileSystem::getOrCreate()->createDirectory($dirPath);
366 self::createDirectory($directoryPath);
H A DWikiFileSystem.php95 public function createDirectory(Path $dirPath) function in ComboStrap\\WikiFileSystem
97 return FileSystems::createDirectory($dirPath->toLocalPath());
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DICollection.php48 function createDirectory($name); function
H A DCollection.php102 function createDirectory($name) { function in Sabre\\DAV\\Collection
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DICollection.php48 function createDirectory($name); function
H A DCollection.php102 function createDirectory($name) { function in Sabre\\DAV\\Collection
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DCopyTest.php26 $dir->createDirectory('foo');
H A DIssue33Test.php90 $dir->createDirectory('bar');
H A DBasicNodeTest.php127 $dir->createDirectory('hello');
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php23 public function createDirectory($name) function in dokuwiki\\plugin\\webdav\\core\\DAV\\Collection\\Pages\\Directory
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php22 public function createDirectory($name) function in dokuwiki\\plugin\\webdav\\core\\DAV\\Collection\\Media\\Directory
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php54 function createDirectory($name) { function in Sabre\\DAV\\FS\\Directory
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php54 function createDirectory($name) { function in Sabre\\DAV\\FS\\Directory
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php106 function createDirectory($name) { function in Sabre\\DAV\\Mock\\Collection
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php42 function createDirectory($name) { function in Sabre\\CalDAV\\Principal\\User
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DUserTest.php42 $u->createDirectory('test');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php42 function createDirectory($name) { function in Sabre\\CalDAV\\Principal\\User
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php119 function createDirectory($filename) { function in Sabre\\CardDAV\\AddressBookHome
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookHomeTest.php69 $this->s->createDirectory('bla');
H A DAddressBookTest.php70 $this->ab->createDirectory('name');
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php117 function createDirectory($filename) { function in Sabre\\CardDAV\\AddressBookHome
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeTest.php155 $this->usercalendars->createDirectory('bla');
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php63 function createDirectory($name) { function in Sabre\\DAV\\FSExt\\Directory
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php63 function createDirectory($name) { function in Sabre\\DAV\\FSExt\\Directory

12