Home
last modified time | relevance | path

Searched refs:validateFilterForObject (Results 1 – 5 of 5) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php115 if ($this->validateFilterForObject($object, $filters)) {
133 protected function validateFilterForObject(array $object, array $filters) { function in Sabre\\CalDAV\\Backend\\AbstractBackend
H A DPDO.php853 if (!$this->validateFilterForObject($row, $filters)) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php115 if ($this->validateFilterForObject($object, $filters)) {
133 protected function validateFilterForObject(array $object, array $filters) { function in Sabre\\CalDAV\\Backend\\AbstractBackend
H A DPDO.php731 if (!$this->validateFilterForObject($row, $filters)) {
/plugin/davcal/
H A Dhelper.php1852 if (!$this->validateFilterForObject($row, $filters))
1872 protected function validateFilterForObject($object, $filters) function in helper_plugin_davcal