Home
last modified time | relevance | path

Searched refs:createFile (Results 26 – 50 of 69) sorted by relevance

123

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DInboxTest.php146 $inbox->createFile('schedule1.ics', "BEGIN:VCALENDAR\r\nEND:VCALENDAR");
H A DSchedulingObjectTest.php45 $this->inbox->createFile('item1.ics', $this->data);
H A DScheduleDeliverTest.php631 $parentNode->createFile($base, $data);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php117 $dir->createFile('hello','data');
H A DTreeTest.php127 function createFile($name,$data = null) { function in Sabre\\DAV\\TreeDirectoryTester
/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/tests/Sabre/CardDAV/
H A DAddressBookTest.php79 $this->ab->createFile('card2',$file);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php136 function createFile($name, $vcardData = null) { function in Sabre\\CardDAV\\AddressBook
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php134 function createFile($name, $vcardData = null) { function in Sabre\\CardDAV\\AddressBook
/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/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/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js949 this.createFile(files[0], success, error);
955 this.createFile(files[0], success, error);
975 DropboxClient.prototype.createFile = function(file, success, error) method in DropboxClient
H A DApp.js3246 this.createFile(this.defaultFilename, null, null, null, null, null, null, true);
3308 … this.createFile(this.defaultFilename, this.getFileData(), null, null, null, null, null, true);
3366 this.createFile((filename.length > 0) ? filename : this.defaultFilename,
3374 this.createFile(filename, this.getFileData(true),
3459 this.createFile((urlParams['title'] != null) ?
3494 this.createFile(this.defaultFilename, xml, null, null, mxUtils.bind(this, function()
3601 … this.createFile(this.defaultFilename, this.getFileData(), null, null, null, null, null, true);
3612 this.createFile(this.defaultFilename, this.getFileData(), null, null, null, null, null, true);
3622 this.createFile(this.defaultFilename, this.getFileData(), null, null, null, null, null, true);
4541 this.createFile(name, this.getFileData(/(\.xml)$/i.test(name) ||
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php316 $destinationParent->createFile($destinationName, $data);
H A DServer.php1077 function createFile($uri, $data, &$etag = null) { function in Sabre\\DAV\\Server
1096 $etag = $parent->createFile($name, $data);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php312 $destinationParent->createFile($destinationName, $data);
H A DServer.php1012 function createFile($uri, $data, &$etag = null) { function in Sabre\\DAV\\Server
1031 $etag = $parent->createFile($name, $data);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php460 $inbox->createFile($newFileName, $iTipMessage->message->serialize());
478 $calendar->createFile($newFileName, $newObject->serialize());
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php538 $inbox->createFile($newFileName, $iTipMessage->message->serialize());
556 $calendar->createFile($newFileName, $newObject->serialize());
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php247 $this->server->createFile($uri, fopen('php://memory', 'r'));
/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/lib/DAV/Browser/
H A DPlugin.php233 … $this->server->createFile($uri . '/' . $newName, fopen($file['tmp_name'], 'r'));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php233 … $this->server->createFile($uri . '/' . $newName, fopen($file['tmp_name'], 'r'));

123