Home
last modified time | relevance | path

Searched refs:vProperties (Results 1 – 2 of 2) sorted by relevance

/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php497 $vProperties = $vcard->select($filter['name']);
501 … $results[] = $this->validateParamFilters($vProperties, $filter['param-filters'], $filter['test']);
505 foreach ($vProperties as $vProperty)
549 * @param array $vProperties
554 protected function validateParamFilters(array $vProperties, array $filters, $test) { argument
559 foreach ($vProperties as $vProperty) {
579 foreach ($vProperties as $vProperty) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php541 $vProperties = $vcard->select($filter['name']);
545 … $results[] = $this->validateParamFilters($vProperties, $filter['param-filters'], $filter['test']);
549 foreach ($vProperties as $vProperty)
605 * @param array $vProperties
610 protected function validateParamFilters(array $vProperties, array $filters, $test) { argument
615 foreach ($vProperties as $vProperty) {
635 foreach ($vProperties as $vProperty) {