Home
last modified time | relevance | path

Searched refs:getPropertiesForPath (Results 1 – 24 of 24) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php25 $result = $server->getPropertiesForPath('', $requestedProperties);
56 $result = $fakeServer->getPropertiesForPath('', $requestedProperties);
67 $result = $fakeServer->getPropertiesForPath('', $requestedProperties);
88 $result = $server->getPropertiesForPath('', $requestedProperties);
167 $result = $server->getPropertiesForPath('foo', $requestedProperties);
205 $result = $server->getPropertiesForPath('foo', $requestedProperties);
231 $result = $fakeServer->getPropertiesForPath('principals/user', $requestedProperties);
260 $result = $fakeServer->getPropertiesForPath('principals/user', $requestedProperties);
289 $result = $fakeServer->getPropertiesForPath('principals/user', $requestedProperties);
316 $result = $fakeServer->getPropertiesForPath('principals/user', $requestedProperties);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DGuessContentTypeTest.php30 $result = $this->server->getPropertiesForPath('/somefile.jpg',$properties);
46 $result = $this->server->getPropertiesForPath('/somefile.jpg',$properties);
63 $result = $this->server->getPropertiesForPath('/somefile.hoi',$properties);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DPluginPropertiesTest.php29 $props = $this->server->getPropertiesForPath('/principals/user1',array(
H A DPluginPropertiesWithSharedCalendarTest.php39 $props = $this->server->getPropertiesForPath('/principals/user1',array(
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php76 $nodes = $this->server->getPropertiesForPath($path, [
H A DPlugin.php444 list($props) = $this->server->getPropertiesForPath($href, $report->properties, 0);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DPluginTest.php458 $props = $this->server->getPropertiesForPath('/principals/user1',array(
494 $props = $this->server->getPropertiesForPath('/calendars/user1',array(
519 $props = $this->server->getPropertiesForPath('/calendars/user1/UUID-123467',array(
546 $props = $this->server->getPropertiesForPath('/calendars/user1',array(
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php73 $nodes = $this->server->getPropertiesForPath($path, [
H A DPlugin.php487 list($props) = $this->server->getPropertiesForPath($href, $report->properties, 0);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php788 … list($matches[]) = $this->server->getPropertiesForPath($lookupResult, $requestedProperties, 0);
1286 $candidates = $this->server->getPropertiesForPath(
1322 $foo = $this->server->getPropertiesForPath($item, $report->properties);
1394 …$foundProperties = $this->server->getPropertiesForPath($path, array_keys($requestedProperties), $d…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php83 $props = $this->server->getPropertiesForPath('/principals/user1',[
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php211 $nodes = $this->server->getPropertiesForPath($path, [$calDataProp], 1);
H A DSharingPlugin.php138 $props = $this->server->getPropertiesForPath($node->getOwner(), [
H A DPlugin.php535 $properties = $this->server->getPropertiesForPath(
601 …$this->server->getPropertiesForPath($this->server->getRequestUri() . '/' . $path, $report->propert…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php211 $nodes = $this->server->getPropertiesForPath($path, [$calDataProp], 1);
H A DSharingPlugin.php116 $props = $this->server->getPropertiesForPath($node->getOwner(), [
H A DPlugin.php556 $properties = $this->server->getPropertiesForPath(
629 …$this->server->getPropertiesForPath($this->server->getRequestUri() . '/' . $path, $report->propert…
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php801 $result = $this->getPropertiesForPath($path, $propertyNames, 0);
825 foreach ($this->getPropertiesForPath($path, $propertyNames, 1) as $k => $row) {
938 function getPropertiesForPath($path, $propertyNames = [], $depth = 0) { function in Sabre\\DAV\\Server
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php763 $result = $this->getPropertiesForPath($path, $propertyNames, 0);
783 foreach ($this->getPropertiesForPath($path, $propertyNames, 1) as $k => $row) {
888 function getPropertiesForPath($path, $propertyNames = [], $depth = 0) { function in Sabre\\DAV\\Server
H A DCorePlugin.php336 … $newProperties = $this->server->getPropertiesForPath($path, $propFindXml->properties, $depth);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php658 … list($matches[]) = $this->server->getPropertiesForPath($lookupResult, $requestedProperties, 0);
1139 …$foundProperties = $this->server->getPropertiesForPath($path, array_keys($requestedProperties), $d…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php234 $result = $this->server->getPropertiesForPath($calendarHomePath, [
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php248 $result = $this->server->getPropertiesForPath($calendarHomePath, [
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1186 * Fixed: Removing double slashes from getPropertiesForPath.
2129 * Changed: the getPropertiesForPath method now takes a different set of
2134 takes a list of properties similar to the response of getPropertiesForPath.