/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
H A D | PluginPropertiesTest.php | 25 $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 D | GuessContentTypeTest.php | 30 $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 D | PluginPropertiesTest.php | 29 $props = $this->server->getPropertiesForPath('/principals/user1',array(
|
H A D | PluginPropertiesWithSharedCalendarTest.php | 39 $props = $this->server->getPropertiesForPath('/principals/user1',array(
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | VCFExportPlugin.php | 76 $nodes = $this->server->getPropertiesForPath($path, [
|
H A D | Plugin.php | 444 list($props) = $this->server->getPropertiesForPath($href, $report->properties, 0);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | PluginTest.php | 458 $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 D | VCFExportPlugin.php | 73 $nodes = $this->server->getPropertiesForPath($path, [
|
H A D | Plugin.php | 487 list($props) = $this->server->getPropertiesForPath($href, $report->properties, 0);
|
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/ |
H A D | Plugin.php | 788 … 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 D | PluginTest.php | 83 $props = $this->server->getPropertiesForPath('/principals/user1',[
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | ICSExportPlugin.php | 211 $nodes = $this->server->getPropertiesForPath($path, [$calDataProp], 1);
|
H A D | SharingPlugin.php | 138 $props = $this->server->getPropertiesForPath($node->getOwner(), [
|
H A D | Plugin.php | 535 $properties = $this->server->getPropertiesForPath( 601 …$this->server->getPropertiesForPath($this->server->getRequestUri() . '/' . $path, $report->propert…
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | ICSExportPlugin.php | 211 $nodes = $this->server->getPropertiesForPath($path, [$calDataProp], 1);
|
H A D | SharingPlugin.php | 116 $props = $this->server->getPropertiesForPath($node->getOwner(), [
|
H A D | Plugin.php | 556 $properties = $this->server->getPropertiesForPath( 629 …$this->server->getPropertiesForPath($this->server->getRequestUri() . '/' . $path, $report->propert…
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | Server.php | 801 $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 D | Server.php | 763 $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 D | CorePlugin.php | 336 … $newProperties = $this->server->getPropertiesForPath($path, $propFindXml->properties, $depth);
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/ |
H A D | Plugin.php | 658 … 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 D | Plugin.php | 234 $result = $this->server->getPropertiesForPath($calendarHomePath, [
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Plugin.php | 248 $result = $this->server->getPropertiesForPath($calendarHomePath, [
|
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 1186 * 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.
|