Home
last modified time | relevance | path

Searched refs:calendarQuery (Results 1 – 23 of 23) sorted by last modified time

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php108 function calendarQuery($calendarId, array $filters) { function in Sabre\\CalDAV\\Backend\\AbstractBackend
184 $results = $this->calendarQuery(
H A DPDO.php669 function calendarQuery($calendarId, array $filters) { function in Sabre\\CalDAV\\Backend\\PDO
H A DBackendInterface.php245 function calendarQuery($calendarId, array $filters); function
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php425 function calendarQuery(array $filters) { function in Sabre\\CalDAV\\Calendar
427 return $this->caldavBackend->calendarQuery($this->calendarInfo['id'], $filters);
H A DPlugin.php596 $nodePaths = $node->calendarQuery($report->filters);
667 $urls = $calendar->calendarQuery([
H A DICSExportPlugin.php180 $queryResult = $calendarNode->calendarQuery([
H A DICalendarObjectContainer.php37 function calendarQuery(array $filters); function
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php813 $urls = $node->calendarQuery([
H A DInbox.php252 function calendarQuery(array $filters) { function in Sabre\\CalDAV\\Schedule\\Inbox
/plugin/davcal/
H A Dhelper.php1773 public function calendarQuery($calendarId, $filters) function in helper_plugin_davcal
H A DcalendarBackendDokuwiki.php463 function calendarQuery($calendarId, array $filters) function in DokuWikiSabreCalendarBackend
467 $result = $this->hlp->calendarQuery($calendarId, $filters);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractTest.php43 ), $abstract->calendarQuery(1, $filters));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DInboxTest.php177 $inbox->calendarQuery([
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1230 * BC Break: The ICalendar interface now has a new method: calendarQuery.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php108 function calendarQuery($calendarId, array $filters) { function in Sabre\\CalDAV\\Backend\\AbstractBackend
189 $results = $this->calendarQuery(
H A DPDO.php786 function calendarQuery($calendarId, array $filters) { function in Sabre\\CalDAV\\Backend\\PDO
H A DBackendInterface.php247 function calendarQuery($calendarId, array $filters); function
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php180 $queryResult = $calendarNode->calendarQuery([
H A DICalendarObjectContainer.php37 function calendarQuery(array $filters); function
H A DPlugin.php624 $nodePaths = $node->calendarQuery($report->filters);
701 $urls = $calendar->calendarQuery([
H A DCalendar.php370 function calendarQuery(array $filters) { function in Sabre\\CalDAV\\Calendar
372 return $this->caldavBackend->calendarQuery($this->calendarInfo['id'], $filters);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php969 $urls = $node->calendarQuery([
H A DInbox.php184 function calendarQuery(array $filters) { function in Sabre\\CalDAV\\Schedule\\Inbox