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/
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/
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/
DPluginPropertiesTest.php29 $props = $this->server->getPropertiesForPath('/principals/user1',array(
DPluginPropertiesWithSharedCalendarTest.php39 $props = $this->server->getPropertiesForPath('/principals/user1',array(
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
DVCFExportPlugin.php76 $nodes = $this->server->getPropertiesForPath($path, [
DPlugin.php444 list($props) = $this->server->getPropertiesForPath($href, $report->properties, 0);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
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/
DVCFExportPlugin.php73 $nodes = $this->server->getPropertiesForPath($path, [
DPlugin.php487 list($props) = $this->server->getPropertiesForPath($href, $report->properties, 0);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
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/
DPluginTest.php83 $props = $this->server->getPropertiesForPath('/principals/user1',[
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
DICSExportPlugin.php211 $nodes = $this->server->getPropertiesForPath($path, [$calDataProp], 1);
DSharingPlugin.php138 $props = $this->server->getPropertiesForPath($node->getOwner(), [
DPlugin.php535 $properties = $this->server->getPropertiesForPath(
601 …$this->server->getPropertiesForPath($this->server->getRequestUri() . '/' . $path, $report->propert…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
DICSExportPlugin.php211 $nodes = $this->server->getPropertiesForPath($path, [$calDataProp], 1);
DSharingPlugin.php116 $props = $this->server->getPropertiesForPath($node->getOwner(), [
DPlugin.php556 $properties = $this->server->getPropertiesForPath(
629 …$this->server->getPropertiesForPath($this->server->getRequestUri() . '/' . $path, $report->propert…
/plugin/webdav/vendor/sabre/dav/lib/DAV/
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/
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
DCorePlugin.php336 … $newProperties = $this->server->getPropertiesForPath($path, $propFindXml->properties, $depth);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
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/
DPlugin.php234 $result = $this->server->getPropertiesForPath($calendarHomePath, [
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
DPlugin.php248 $result = $this->server->getPropertiesForPath($calendarHomePath, [
/plugin/webdav/vendor/sabre/dav/
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.