Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Command/
H A DLintCommandTest.php32 $filename = $this->createFile('foo: bar');
43 $filename1 = $this->createFile('foo: bar');
44 $filename2 = $this->createFile('bar: baz');
58 $filename = $this->createFile($incorrectContent);
71 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml)], ['verbosity…
80 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml), '--parse-tag…
89 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml)], ['verbosity…
99 $filename = $this->createFile('');
108 private function createFile($content) function in Symfony\\Component\\Yaml\\Tests\\Command\\LintCommandTest
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/
H A DPluginTest.php71 $this->server->tree->getNodeForPath('files')->createFile('source');
83 $this->server->tree->getNodeForPath('files')->createFile('source');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php20 $this->server->createFile($newPath,'body');
50 $this->assertFalse($this->server->createFile('bla','body'));
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DICollection.php40 function createFile($name, $data = null); function
H A DCollection.php89 function createFile($name, $data = null) { function in Sabre\\DAV\\Collection
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DICollection.php40 function createFile($name, $data = null); function
H A DCollection.php89 function createFile($name, $data = null) { function in Sabre\\DAV\\Collection
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarTest.php152 $this->calendar->createFile('hello',$file);
166 $calendar->createFile('hello',$file);
H A DCalendarHomeTest.php144 $this->usercalendars->createFile('bla');
/plugin/diagramsnet/lib/plugins/
H A Dupdate.js84 if (editorUi.createFile != null && editorUi.getCurrentFile() == null)
86 editorUi.createFile(editorUi.defaultFilename, null, null, null, null, null, null, true);
H A Dtrello.js49 editorUi.createFile(name, templateData ||
/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/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/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/FS/
H A DDirectory.php40 function createFile($name, $data = null) { function in Sabre\\DAV\\FS\\Directory
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php90 function createFile($name, $data = null) { function in Sabre\\DAV\\Mock\\Collection
/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
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DUserTest.php32 $u->createFile('test');
/plugin/davcal/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/CardDAV/
H A DAddressBookHome.php105 function createFile($filename, $data = null) { function in Sabre\\CardDAV\\AddressBookHome
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookHomeTest.php60 $this->s->createFile('bla');
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php103 function createFile($filename, $data = null) { function in Sabre\\CardDAV\\AddressBookHome
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php102 function createFile($name, $data = null) { function in Sabre\\CalDAV\\Schedule\\Inbox
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php41 function createFile($name, $data = null) { function in Sabre\\DAV\\FSExt\\Directory

123