/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | HttpMoveTest.php | 50 $this->assertFalse($this->tree->childExists('file1')); 62 $this->assertFalse($this->tree->childExists('file1')); 75 $this->assertFalse($this->tree->childExists('file1')); 89 $this->assertTrue($this->tree->childExists('file1')); 90 $this->assertTrue($this->tree->childExists('file2')); 115 $this->assertTrue($this->tree->childExists('file1')); 116 $this->assertTrue($this->tree->childExists('file2'));
|
H A D | BasicNodeTest.php | 90 $this->assertTrue($dir->childExists('mockfile')); 97 $this->assertFalse($dir->childExists('mockfile2'));
|
H A D | TreeTest.php | 141 function childExists($name) { function in Sabre\\DAV\\TreeDirectoryTester
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ |
H A D | UserTest.php | 95 $this->assertTrue($u->childExists('calendar-proxy-read')); 96 $this->assertTrue($u->childExists('calendar-proxy-write')); 97 $this->assertFalse($u->childExists('foo'));
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | CalendarHomeTest.php | 50 $this->assertFalse($this->usercalendars->childExists('foo')); 51 $this->assertTrue($this->usercalendars->childExists('UUID-123467'));
|
H A D | CalendarTest.php | 114 $this->assertFalse($this->calendar->childExists('foo')); 117 $this->assertTrue($this->calendar->childExists($children[0]->getName()));
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/ |
H A D | TreeNode.php | 250 true === $this->childExists($i) 281 public function childExists($i) function in Hoa\\Compiler\\Llk\\TreeNode
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | ICollection.php | 74 function childExists($name); function
|
H A D | Collection.php | 50 function childExists($name) { function in Sabre\\DAV\\Collection
|
H A D | Tree.php | 105 return $parentNode->childExists($base);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | ICollection.php | 74 function childExists($name); function
|
H A D | Collection.php | 50 function childExists($name) { function in Sabre\\DAV\\Collection
|
H A D | Tree.php | 105 return $parentNode->childExists($base);
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/ |
H A D | Directory.php | 118 function childExists($name) { function in Sabre\\DAV\\FS\\Directory
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/ |
H A D | Directory.php | 118 function childExists($name) { function in Sabre\\DAV\\FS\\Directory
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/ |
H A D | User.php | 95 function childExists($name) { function in Sabre\\CalDAV\\Principal\\User
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/ |
H A D | User.php | 95 function childExists($name) { function in Sabre\\CalDAV\\Principal\\User
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/ |
H A D | Directory.php | 108 function childExists($name) { function in Sabre\\DAV\\FSExt\\Directory
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/ |
H A D | Directory.php | 108 function childExists($name) { function in Sabre\\DAV\\FSExt\\Directory
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/ |
H A D | TreeNode.php | 378 ->when($result = $node->childExists(0)) 388 ->when($result = $node->childExists(0))
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Calendar.php | 163 function childExists($name) { function in Sabre\\CalDAV\\Calendar
|
H A D | CalendarHome.php | 178 function childExists($name) { function in Sabre\\CalDAV\\CalendarHome
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Calendar.php | 161 function childExists($name) { function in Sabre\\CalDAV\\Calendar
|
H A D | CalendarHome.php | 180 function childExists($name) { function in Sabre\\CalDAV\\CalendarHome
|
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 1766 * Added: childExists method to Sabre_DAV_ICollection. This is an api break, so
|