Home
last modified time | relevance | path

Searched refs:getCalendarObject (Results 1 – 15 of 15) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php54 return $this->getCalendarObject($calendarId, $uri);
139 $object = $this->getCalendarObject($object['calendarid'], $object['uri']);
H A DBackendInterface.php131 function getCalendarObject($calendarId, $objectUri); function
H A DSimplePDO.php203 function getCalendarObject($calendarId, $objectUri) { function in Sabre\\CalDAV\\Backend\\SimplePDO
H A DPDO.php470 function getCalendarObject($calendarId, $objectUri) { function in Sabre\\CalDAV\\Backend\\PDO
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php54 return $this->getCalendarObject($calendarId, $uri);
139 $object = $this->getCalendarObject($object['calendarid'], $object['uri']);
H A DBackendInterface.php129 function getCalendarObject($calendarId, $objectUri); function
H A DPDO.php385 function getCalendarObject($calendarId, $objectUri) { function in Sabre\\CalDAV\\Backend\\PDO
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php109 $obj = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $name);
165 $obj = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $name);
H A DCalendarObject.php89 …$this->objectData = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $this->obje…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php107 $obj = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $name);
163 $obj = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $name);
H A DCalendarObject.php87 …$this->objectData = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $this->obje…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DValidateICalTest.php104 … $this->assertEquals($expected, $this->calBackend->getCalendarObject('calendar1','blabla.ics'));
227 … $this->assertEquals($expected, $this->calBackend->getCalendarObject('calendar1','blabla.ics'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractTest.php145 function getCalendarObject($calendarId, $objectUri) { function in Sabre\\CalDAV\\Backend\\AbstractMock
H A DMock.php149 function getCalendarObject($calendarId,$objectUri) { function in Sabre\\CalDAV\\Backend\\Mock
/plugin/davcal/
H A DcalendarBackendDokuwiki.php276 function getCalendarObject($calendarId, $objectUri) function in DokuWikiSabreCalendarBackend