Home
last modified time | relevance | path

Searched refs:getName (Results 176 – 200 of 2279) sorted by last modified time

12345678910>>...92

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DSimpleFile.php64 function getName() { function in Sabre\\DAV\\SimpleFile
H A DTree.php199 $this->cache[$basePath . $child->getName()] = $child;
271 $fullPath = $parent . '/' . $childNode->getName();
299 if (!$destinationName) $destinationName = $source->getName();
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php80 function getName() { function in Sabre\\DAVACL\\AbstractPrincipalCollection
H A DPrincipal.php140 function getName() { function in Sabre\\DAVACL\\Principal
158 return $this->getName();
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DHomeCollection.php59 function getName() { function in Sabre\\DAVACL\\FS\\HomeCollection
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeNotificationsTest.php40 $this->assertEquals('notifications', $result[0]->getName());
49 $this->assertEquals('notifications', $result->getName());
H A DCalendarHomeSharedCalendarsTest.php46 $this->assertEquals('user1', $instance->getName());
H A DCalendarHomeTest.php34 $this->assertEquals('user1',$this->usercalendars->getName());
H A DCalendarObjectTest.php43 $this->assertInternalType('string',$children[0]->getName());
H A DCalendarTest.php47 $this->assertEquals($this->calendars[0]['uri'], $this->calendar->getName());
117 $this->assertTrue($this->calendar->childExists($children[0]->getName()));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DCollectionTest.php32 $this->assertEquals('notifications', $col->getName());
H A DNodeTest.php32 $this->assertEquals($this->systemStatus->getId() . '.xml', $node->getName());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DProxyReadTest.php24 $this->assertEquals('calendar-proxy-read', $i->getName());
H A DProxyWriteTest.php22 $this->assertEquals('calendar-proxy-write', $i->getName());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DInboxTest.php15 $this->assertEquals('inbox', $inbox->getName());
126 $inbox->getChildren()[0]->getName()
154 $inbox->getChildren()[0]->getName()
H A DOutboxTest.php12 $this->assertEquals('outbox', $outbox->getName());
H A DSchedulingObjectTest.php61 $this->assertInternalType('string',$children[0]->getName());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookHomeTest.php27 $this->assertEquals('user1', $this->s->getName());
77 $this->assertEquals('book1', $child->getName());
95 $this->assertEquals('book1', $children[0]->getName());
H A DAddressBookRootTest.php14 $this->assertEquals('addressbooks', $root->getName());
28 $this->assertEquals('user1', $children[0]->getName());
H A DAddressBookTest.php34 $this->assertEquals('book1', $this->ab->getName());
42 $this->assertEquals('card1', $card->getName());
60 $this->assertEquals('card1', $cards[0]->getName());
61 $this->assertEquals('card2', $cards[1]->getName());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php195 $this->assertEquals('simpledir',$dir->getName());
213 function getName() { function in Sabre\\DAV\\DirectoryMock
229 function getName() { function in Sabre\\DAV\\FileMock
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php60 function getName() { function in Sabre\\DAV\\Mock\\Collection
133 if ($value->getName() == $name) {
150 $this->deleteChild($child->getName());
152 $this->parent->deleteChild($this->getName());
H A DFile.php44 function getName() { function in Sabre\\DAV\\Mock\\File
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DFileMock.php108 function getName() { function in Sabre\\DAV\\PartialUpdate\\FileMock
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/
H A DCollectionTest.php26 $this->assertEquals('file.txt', $child->getName());
38 $this->assertEquals('dir', $child->getName());

12345678910>>...92