Home
last modified time | relevance | path

Searched refs:propertyList (Results 1 – 7 of 7) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php306 * @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 DPropPatch.php299 * @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 DPlugin.php247 $propertyList = [];
262 $propertyList[] = $props;
271 …$this->server->httpResponse->setBody($this->server->generateMultiStatus($propertyList, $prefer['re…
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php248 $propertyList = [];
263 $propertyList[] = $props;
272 …$this->server->httpResponse->setBody($this->server->generateMultiStatus($propertyList, $prefer['re…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php440 $propertyList = [];
484 $propertyList[] = $objProps;
493 …$this->server->httpResponse->setBody($this->server->generateMultiStatus($propertyList, $prefer['re…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php425 $propertyList = [];
466 $propertyList[] = $objProps;
475 …$this->server->httpResponse->setBody($this->server->generateMultiStatus($propertyList, $prefer['re…
/plugin/strata/helper/
H A Dsyntax.php1020 $propertyList = implode(', ', array_map(function ($n, $p) use ($property_title_values) {
1027 $this->emitError($region, 'error_property_unknownproperty', hsc($group), hsc($variable), $propertyList);