Home
last modified time | relevance | path

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

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpMoveTest.php50 $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 DBasicNodeTest.php90 $this->assertTrue($dir->childExists('mockfile'));
97 $this->assertFalse($dir->childExists('mockfile2'));
H A DTreeTest.php141 function childExists($name) { function in Sabre\\DAV\\TreeDirectoryTester
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DUserTest.php95 $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 DCalendarHomeTest.php50 $this->assertFalse($this->usercalendars->childExists('foo'));
51 $this->assertTrue($this->usercalendars->childExists('UUID-123467'));
H A DCalendarTest.php114 $this->assertFalse($this->calendar->childExists('foo'));
117 $this->assertTrue($this->calendar->childExists($children[0]->getName()));
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DTreeNode.php250 true === $this->childExists($i)
281 public function childExists($i) function in Hoa\\Compiler\\Llk\\TreeNode
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DICollection.php74 function childExists($name); function
H A DCollection.php50 function childExists($name) { function in Sabre\\DAV\\Collection
H A DTree.php105 return $parentNode->childExists($base);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DICollection.php74 function childExists($name); function
H A DCollection.php50 function childExists($name) { function in Sabre\\DAV\\Collection
H A DTree.php105 return $parentNode->childExists($base);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php118 function childExists($name) { function in Sabre\\DAV\\FS\\Directory
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php118 function childExists($name) { function in Sabre\\DAV\\FS\\Directory
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php95 function childExists($name) { function in Sabre\\CalDAV\\Principal\\User
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php95 function childExists($name) { function in Sabre\\CalDAV\\Principal\\User
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php108 function childExists($name) { function in Sabre\\DAV\\FSExt\\Directory
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php108 function childExists($name) { function in Sabre\\DAV\\FSExt\\Directory
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DTreeNode.php378 ->when($result = $node->childExists(0))
388 ->when($result = $node->childExists(0))
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php163 function childExists($name) { function in Sabre\\CalDAV\\Calendar
H A DCalendarHome.php178 function childExists($name) { function in Sabre\\CalDAV\\CalendarHome
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php161 function childExists($name) { function in Sabre\\CalDAV\\Calendar
H A DCalendarHome.php180 function childExists($name) { function in Sabre\\CalDAV\\CalendarHome
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1766 * Added: childExists method to Sabre_DAV_ICollection. This is an api break, so