/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | CalendarHomeTest.php | 168 $result = $this->usercalendars->createExtendedCollection('newcalendar', $mkCol); 185 $this->usercalendars->createExtendedCollection('newcalendar', $mkCol); 199 $this->usercalendars->createExtendedCollection('newcalendar', $mkCol);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/ |
H A D | AddressBookHomeTest.php | 105 …$this->s->createExtendedCollection('book2', new MkCol($resourceType, ['{DAV:}displayname' => 'a-bo… 124 …$this->s->createExtendedCollection('book2', new MkCol($resourceType, array('{DAV:}displayname' => …
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | IExtendedCollection.php | 41 function createExtendedCollection($name, MkCol $mkCol); function
|
H A D | Server.php | 1197 $parent->createExtendedCollection($newName, $mkCol);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | IExtendedCollection.php | 41 function createExtendedCollection($name, MkCol $mkCol); function
|
H A D | Server.php | 1132 $parent->createExtendedCollection($newName, $mkCol);
|
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/ |
H A D | PrincipalCollection.php | 63 function createExtendedCollection($name, MkCol $mkCol) { function in Sabre\\DAVACL\\PrincipalCollection
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/ |
H A D | PrincipalCollection.php | 62 function createExtendedCollection($name, MkCol $mkCol) { function in Sabre\\DAVACL\\PrincipalCollection
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
H A D | AddressBookHome.php | 167 function createExtendedCollection($name, MkCol $mkCol) { function in Sabre\\CardDAV\\AddressBookHome
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | AddressBookHome.php | 165 function createExtendedCollection($name, MkCol $mkCol) { function in Sabre\\CardDAV\\AddressBookHome
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarHome.php | 234 function createExtendedCollection($name, MkCol $mkCol) { function in Sabre\\CalDAV\\CalendarHome
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarHome.php | 240 function createExtendedCollection($name, MkCol $mkCol) { function in Sabre\\CalDAV\\CalendarHome
|