Home
last modified time | relevance | path

Searched refs:getChildren (Results 51 – 75 of 199) sorted by path

12345678

/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php399 $candidateNodes = $this->server->tree->getChildren($this->server->getRequestUri());
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCollection.php33 foreach ($this->getChildren() as $child) {
H A DICollection.php66 function getChildren(); function
H A DServer.php852 foreach ($this->tree->getChildren($path) as $childNode) {
H A DSimpleCollection.php100 function getChildren() { function in Sabre\\DAV\\SimpleCollection
H A DTree.php192 function getChildren($path) { function in Sabre\\DAV\\Tree
195 $children = $node->getChildren();
320 foreach ($source->getChildren() as $child) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php95 function getChildren() { function in Sabre\\DAV\\FS\\Directory
132 foreach ($this->getChildren() as $child) $child->delete();
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php123 function getChildren() { function in Sabre\\DAV\\FSExt\\Directory
154 foreach ($this->getChildren() as $child) $child->delete();
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php92 function getChildren() { function in Sabre\\DAVACL\\AbstractPrincipalCollection
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeNotificationsTest.php18 $calendarHome->getChildren()
39 $result = $calendarHome->getChildren();
H A DCalendarHomeSharedCalendarsTest.php53 $children = $instance->getChildren();
H A DCalendarObjectTest.php40 $children = $this->calendar->getChildren();
81 $children = $this->calendar->getChildren();
95 $children = $this->calendar->getChildren();
113 $children = $this->calendar->getChildren();
129 $children = $this->calendar->getChildren();
144 $children = $this->calendar->getChildren();
156 $children = $this->calendar->getChildren();
166 $children = $this->calendar->getChildren();
204 $children = $this->calendar->getChildren();
253 $children = $this->calendar->getChildren();
[all …]
H A DCalendarTest.php102 $children = $this->calendar->getChildren();
116 $children = $this->calendar->getChildren();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DCollectionTest.php36 ), $col->getChildren());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DUserTest.php85 $children = $u->getChildren();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DInboxTest.php16 $this->assertEquals(array(), $inbox->getChildren());
116 count($inbox->getChildren())
121 count($inbox->getChildren())
123 $this->assertInstanceOf('Sabre\CalDAV\Schedule\SchedulingObject', $inbox->getChildren()[0]);
126 $inbox->getChildren()[0]->getName()
144 count($inbox->getChildren())
149 count($inbox->getChildren())
151 $this->assertInstanceOf('Sabre\CalDAV\Schedule\SchedulingObject', $inbox->getChildren()[0]);
154 $inbox->getChildren()[0]->getName()
172 count($inbox->getChildren())
H A DOutboxTest.php13 $this->assertEquals(array(), $outbox->getChildren());
H A DScheduleDeliverTest.php639 $this->assertEquals($count, count($inboxNode->getChildren()));
H A DSchedulingObjectTest.php58 $children = $this->inbox->getChildren();
100 $children = $this->inbox->getChildren();
112 $children = $this->inbox->getChildren();
118 $children2 = $this->inbox->getChildren();
128 $children = $this->inbox->getChildren();
143 $children = $this->inbox->getChildren();
155 $children = $this->inbox->getChildren();
165 $children = $this->inbox->getChildren();
203 $children = $this->inbox->getChildren();
252 $children = $this->inbox->getChildren();
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookHomeTest.php92 $children = $this->s->getChildren();
H A DAddressBookRootTest.php24 $children = $root->getChildren();
H A DAddressBookTest.php57 $cards = $this->ab->getChildren();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php185 $this->assertEquals(array($file),$dir->getChildren());
219 function getChildren() { function in Sabre\\DAV\\DirectoryMock
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php117 function getChildren() { function in Sabre\\DAV\\Mock\\Collection
149 foreach($this->getChildren() as $child) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DMockSyncCollection.php110 }, $this->getChildren()

12345678