Home
last modified time | relevance | path

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

/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1115 $result = $this->expandProperties($requestUri, $report->properties, $depth);
1137 protected function expandProperties($path, array $requestedProperties, $depth) { function in Sabre\\DAVACL\\Plugin
1165 'value' => $this->expandProperties($href, $childRequestedProperties, 0)[0]
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1370 $result = $this->expandProperties($path, $report->properties, $depth);
1392 protected function expandProperties($path, array $requestedProperties, $depth) { function in Sabre\\DAVACL\\Plugin
1420 'value' => $this->expandProperties($href, $childRequestedProperties, 0)[0]