Home
last modified time | relevance | path

Searched refs:validateTextMatch (Results 1 – 2 of 2) sorted by last modified time

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php169 … (!$filter['text-match'] || $this->validateTextMatch($subComponent, $filter['text-match']))
228 if ($this->validateTextMatch($paramPart, $filter['text-match'])) {
257 protected function validateTextMatch($check, array $textMatch) { function in Sabre\\CalDAV\\CalendarQueryValidator
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php165 … (!$filter['text-match'] || $this->validateTextMatch($subComponent, $filter['text-match']))
224 if ($this->validateTextMatch($paramPart, $filter['text-match'])) {
253 protected function validateTextMatch($check, array $textMatch) { function in Sabre\\CalDAV\\CalendarQueryValidator