Home
last modified time | relevance | path

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

12

/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 DIconDownloader.php460 FileSystems::createDirectory($iconDir);
H A DLocalFileSystem.php111 public function createDirectory(Path $dirPath): Path function in ComboStrap\\LocalFileSystem
H A DWikiFileSystem.php95 public function createDirectory(Path $dirPath) function in ComboStrap\\WikiFileSystem
97 return FileSystems::createDirectory($dirPath->toLocalPath());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php179 function createDirectory($name) { function in Sabre\\CalDAV\\Calendar
H A DCalendarHome.php121 function createDirectory($filename) { function in Sabre\\CalDAV\\CalendarHome
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php42 function createDirectory($name) { function in Sabre\\CalDAV\\Principal\\User
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php117 function createDirectory($name) { function in Sabre\\CardDAV\\AddressBook
H A DAddressBookHome.php117 function createDirectory($filename) { function in Sabre\\CardDAV\\AddressBookHome
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCollection.php102 function createDirectory($name) { function in Sabre\\DAV\\Collection
H A DICollection.php48 function createDirectory($name); function
H A DServer.php1080 function createDirectory($uri) { function in Sabre\\DAV\\Server
1145 $parent->createDirectory($newName);
H A DTree.php317 $destinationParent->createDirectory($destinationName);
/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/lib/DAV/FSExt/
H A DDirectory.php63 function createDirectory($name) { function in Sabre\\DAV\\FSExt\\Directory
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeTest.php155 $this->usercalendars->createDirectory('bla');
H A DCalendarTest.php127 $this->calendar->createDirectory('hello');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DUserTest.php42 $u->createDirectory('test');
/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/tests/Sabre/DAV/
H A DBasicNodeTest.php127 $dir->createDirectory('hello');
H A DCopyTest.php26 $dir->createDirectory('foo');
H A DIssue33Test.php90 $dir->createDirectory('bar');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPluginTest.php18 $this->server->tree->getNodeForPath('')->createDirectory('dir2');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php106 function createDirectory($name) { function in Sabre\\DAV\\Mock\\Collection

12