/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Command/ |
H A D | LintCommandTest.php | 32 $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 D | PluginTest.php | 71 $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 D | ServerEventsTest.php | 20 $this->server->createFile($newPath,'body'); 50 $this->assertFalse($this->server->createFile('bla','body'));
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | ICollection.php | 40 function createFile($name, $data = null); function
|
H A D | Collection.php | 89 function createFile($name, $data = null) { function in Sabre\\DAV\\Collection
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | ICollection.php | 40 function createFile($name, $data = null); function
|
H A D | Collection.php | 89 function createFile($name, $data = null) { function in Sabre\\DAV\\Collection
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | CalendarTest.php | 152 $this->calendar->createFile('hello',$file); 166 $calendar->createFile('hello',$file);
|
H A D | CalendarHomeTest.php | 144 $this->usercalendars->createFile('bla');
|
/plugin/diagramsnet/lib/plugins/ |
H A D | update.js | 84 if (editorUi.createFile != null && editorUi.getCurrentFile() == null) 86 editorUi.createFile(editorUi.defaultFilename, null, null, null, null, null, null, true);
|
H A D | trello.js | 49 editorUi.createFile(name, templateData ||
|
/plugin/webdav/core/DAV/Collection/Pages/ |
H A D | Directory.php | 66 public function createFile($name, $data = null) function in dokuwiki\\plugin\\webdav\\core\\DAV\\Collection\\Pages\\Directory
|
/plugin/webdav/core/DAV/Collection/Media/ |
H A D | Directory.php | 67 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 D | Directory.php | 40 function createFile($name, $data = null) { function in Sabre\\DAV\\FS\\Directory
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/ |
H A D | Directory.php | 40 function createFile($name, $data = null) { function in Sabre\\DAV\\FS\\Directory
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/ |
H A D | Collection.php | 90 function createFile($name, $data = null) { function in Sabre\\DAV\\Mock\\Collection
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/ |
H A D | User.php | 29 function createFile($name, $data = null) { function in Sabre\\CalDAV\\Principal\\User
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Inbox.php | 104 function createFile($name, $data = null) { function in Sabre\\CalDAV\\Schedule\\Inbox
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ |
H A D | UserTest.php | 32 $u->createFile('test');
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/ |
H A D | User.php | 29 function createFile($name, $data = null) { function in Sabre\\CalDAV\\Principal\\User
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
H A D | AddressBookHome.php | 105 function createFile($filename, $data = null) { function in Sabre\\CardDAV\\AddressBookHome
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/ |
H A D | AddressBookHomeTest.php | 60 $this->s->createFile('bla');
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | AddressBookHome.php | 103 function createFile($filename, $data = null) { function in Sabre\\CardDAV\\AddressBookHome
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Inbox.php | 102 function createFile($name, $data = null) { function in Sabre\\CalDAV\\Schedule\\Inbox
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/ |
H A D | Directory.php | 41 function createFile($name, $data = null) { function in Sabre\\DAV\\FSExt\\Directory
|