Home
last modified time | relevance | path

Searched refs:createFile (Results 51 – 69 of 69) sorted by path

123

/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php67 public function createFile($name, $data = null) function in dokuwiki\\plugin\\webdav\\core\\DAV\\Collection\\Media\\Directory
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php66 public function createFile($name, $data = null) function in dokuwiki\\plugin\\webdav\\core\\DAV\\Collection\\Pages\\Directory
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1410 * Added: createFile and put() can now return an ETag.
2293 createFile methods.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php196 function createFile($name, $calendarData = null) { function in Sabre\\CalDAV\\Calendar
H A DCalendarHome.php109 function createFile($filename, $data = null) { function in Sabre\\CalDAV\\CalendarHome
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php29 function createFile($name, $data = null) { function in Sabre\\CalDAV\\Principal\\User
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php104 function createFile($name, $data = null) { function in Sabre\\CalDAV\\Schedule\\Inbox
H A DPlugin.php538 $inbox->createFile($newFileName, $iTipMessage->message->serialize());
556 $calendar->createFile($newFileName, $newObject->serialize());
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php136 function createFile($name, $vcardData = null) { function in Sabre\\CardDAV\\AddressBook
H A DAddressBookHome.php105 function createFile($filename, $data = null) { function in Sabre\\CardDAV\\AddressBookHome
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php233 … $this->server->createFile($uri . '/' . $newName, fopen($file['tmp_name'], 'r'));
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCollection.php89 function createFile($name, $data = null) { function in Sabre\\DAV\\Collection
H A DCorePlugin.php525 if (!$this->server->createFile($path, $body, $etag)) {
H A DICollection.php40 function createFile($name, $data = null); function
H A DServer.php1077 function createFile($uri, $data, &$etag = null) { function in Sabre\\DAV\\Server
1096 $etag = $parent->createFile($name, $data);
H A DTree.php316 $destinationParent->createFile($destinationName, $data);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php40 function createFile($name, $data = null) { function in Sabre\\DAV\\FS\\Directory
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php41 function createFile($name, $data = null) { function in Sabre\\DAV\\FSExt\\Directory
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php247 $this->server->createFile($uri, fopen('php://memory', 'r'));

123