Home
last modified time | relevance | path

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

123

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php194 function createFile($name, $calendarData = null) { function in Sabre\\CalDAV\\Calendar
H A DCalendarHome.php107 function createFile($filename, $data = null) { function in Sabre\\CalDAV\\CalendarHome
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php29 function createFile($name, $data = null) { function in Sabre\\CalDAV\\Principal\\User
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php102 function createFile($name, $data = null) { function in Sabre\\CalDAV\\Schedule\\Inbox
H A DPlugin.php460 $inbox->createFile($newFileName, $iTipMessage->message->serialize());
478 $calendar->createFile($newFileName, $newObject->serialize());
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php134 function createFile($name, $vcardData = null) { function in Sabre\\CardDAV\\AddressBook
H A DAddressBookHome.php103 function createFile($filename, $data = null) { function in Sabre\\CardDAV\\AddressBookHome
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php233 … $this->server->createFile($uri . '/' . $newName, fopen($file['tmp_name'], 'r'));
/plugin/davcal/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.php1012 function createFile($uri, $data, &$etag = null) { function in Sabre\\DAV\\Server
1031 $etag = $parent->createFile($name, $data);
H A DTree.php312 $destinationParent->createFile($destinationName, $data);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php40 function createFile($name, $data = null) { function in Sabre\\DAV\\FS\\Directory
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php41 function createFile($name, $data = null) { function in Sabre\\DAV\\FSExt\\Directory
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php247 $this->server->createFile($uri, fopen('php://memory', 'r'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeTest.php144 $this->usercalendars->createFile('bla');
H A DCalendarTest.php152 $this->calendar->createFile('hello',$file);
166 $calendar->createFile('hello',$file);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DUserTest.php32 $u->createFile('test');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DInboxTest.php146 $inbox->createFile('schedule1.ics', "BEGIN:VCALENDAR\r\nEND:VCALENDAR");
H A DScheduleDeliverTest.php631 $parentNode->createFile($base, $data);
H A DSchedulingObjectTest.php45 $this->inbox->createFile('item1.ics', $this->data);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookHomeTest.php60 $this->s->createFile('bla');
H A DAddressBookTest.php79 $this->ab->createFile('card2',$file);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php117 $dir->createFile('hello','data');

123