Searched refs:propertyList (Results 1 – 7 of 7) sorted by relevance
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | PropPatch.php | 306 * @param array $propertyList 310 private function doCallBackMultiProp(array $propertyList, callable $callback) { argument 313 foreach ($propertyList as $propertyName) { 320 foreach ($propertyList as $propertyName) { 342 foreach ($propertyList as $propertyName) {
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | PropPatch.php | 299 * @param array $propertyList 303 private function doCallBackMultiProp(array $propertyList, callable $callback) { argument 306 foreach ($propertyList as $propertyName) { 313 foreach ($propertyList as $propertyName) { 335 foreach ($propertyList as $propertyName) {
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 247 $propertyList = []; 262 $propertyList[] = $props; 271 …$this->server->httpResponse->setBody($this->server->generateMultiStatus($propertyList, $prefer['re…
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 248 $propertyList = []; 263 $propertyList[] = $props; 272 …$this->server->httpResponse->setBody($this->server->generateMultiStatus($propertyList, $prefer['re…
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 440 $propertyList = []; 484 $propertyList[] = $objProps; 493 …$this->server->httpResponse->setBody($this->server->generateMultiStatus($propertyList, $prefer['re…
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 425 $propertyList = []; 466 $propertyList[] = $objProps; 475 …$this->server->httpResponse->setBody($this->server->generateMultiStatus($propertyList, $prefer['re…
|
/plugin/strata/helper/ |
H A D | syntax.php | 1020 $propertyList = implode(', ', array_map(function ($n, $p) use ($property_title_values) { 1027 $this->emitError($region, 'error_property_unknownproperty', hsc($group), hsc($variable), $propertyList);
|