Home
last modified time | relevance | path

Searched refs:propertyValue (Results 1 – 22 of 22) sorted by relevance

/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php158 $propertyValue = [];
174 $propertyValue = [$value];
181 $propertyValue
232 $propertyValue['latitude'] = 0;
233 $propertyValue['longitude'] = 0;
236 $propertyValue[static::getTagName($xmlRequestChild['name'])]
245 $propertyValue[static::getTagName($xmlRequestChild['name'])]
260 $propertyValue[static::getTagName($specialChild['name'])]
275 $propertyValue[] = $specialChild['value'];
284 $propertyValue[] = $value['value'];
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php176 $propertyValue = [];
193 $propertyValue = [$value];
200 $propertyValue
257 $propertyValue['latitude'] = 0;
258 $propertyValue['longitude'] = 0;
261 $propertyValue[static::getTagName($xmlRequestChild['name'])]
270 $propertyValue[static::getTagName($xmlRequestChild['name'])]
284 $propertyValue[static::getTagName($specialChild['name'])]
303 $propertyValue[] = $specialChild['value'];
312 $propertyValue[] = $value['value'];
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php52 foreach ($this->properties as $propertyName => $propertyValue) {
54 if (is_null($propertyValue)) {
56 $writer->write(['{DAV:}prop' => [$propertyName => $propertyValue]]);
60 $writer->write(['{DAV:}prop' => [$propertyName => $propertyValue]]);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php52 foreach ($this->properties as $propertyName => $propertyValue) {
54 if (is_null($propertyValue)) {
56 $writer->write(['{DAV:}prop' => [$propertyName => $propertyValue]]);
60 $writer->write(['{DAV:}prop' => [$propertyName => $propertyValue]]);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/
H A DDateIntervalFilter.php27 foreach ($element as $propertyName => $propertyValue) {
28 $copy->{$propertyName} = $propertyValue;
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/
H A DDateIntervalFilter.php27 foreach ($element as $propertyName => $propertyValue) {
28 $copy->{$propertyName} = $propertyValue;
/plugin/davcal/
H A DcalendarBackendDokuwiki.php167 foreach ($mutations as $propertyName => $propertyValue)
174 $this->hlp->updateCalendarName($calendarId, $propertyValue);
178 $this->hlp->updateCalendarDescription($calendarId, $propertyValue);
182 $this->hlp->updateCalendarTimezone($calendarId, $propertyValue);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php335 foreach ($argument as $propertyName => $propertyValue) {
336 $this->result[$propertyName] = is_null($propertyValue) ? 204 : 200;
H A DCorePlugin.php849 foreach ($nodeProperties as $propertyName => $propertyValue) {
850 $propFind->set($propertyName, $propertyValue, 200);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php328 foreach ($argument as $propertyName => $propertyValue) {
329 $this->result[$propertyName] = is_null($propertyValue) ? 204 : 200;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php266 foreach ($mutations as $propertyName => $propertyValue) {
271 $newValues[$fieldName] = $propertyValue->getValue() === 'transparent';
275 $newValues[$fieldName] = $propertyValue;
1072 foreach ($mutations as $propertyName => $propertyValue) {
1075 $newValues['source'] = $propertyValue->getHref();
1078 $newValues[$fieldName] = $propertyValue;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php232 $propertyValue = $property->getValue($object);
235 $property->setValue($object, $this->recursiveCopy($propertyValue));
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php249 $propertyValue = $property->getValue($object);
252 $property->setValue($object, $this->recursiveCopy($propertyValue));
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php317 foreach ($mutations as $propertyName => $propertyValue) {
322 $newValues[$fieldName] = $propertyValue->getValue() === 'transparent';
326 $newValues[$fieldName] = $propertyValue;
1201 foreach ($mutations as $propertyName => $propertyValue) {
1204 $newValues['source'] = $propertyValue->getHref();
1207 $newValues[$fieldName] = $propertyValue;
/plugin/popupviewer/
H A Dscript.js634 var propertyValue = element.css(property);
638 if (!propertyValue) {
643 while (match = matchUrl.exec(propertyValue)) {
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1823 getTaskBy(propertyName: string|GanttCallback, propertyValue: any): any[];
H A Ddhtmlxgantt.js.map1propertyValue","filterResourceTasks","getResourceTasks","falsyValuePreffix","random","resourceHash…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php512 $propertyValue = rtrim(implode(' ', $parts), " */\r\n");
514 … $this->phpcs->setSniffProperty($listenerClass, $propertyCode, $propertyValue);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js15830 function getTaskBy(propertyName, propertyValue) { argument
15834 if (helpers.isArray(propertyValue)) {
15835 return getResourceTasks(propertyName, propertyValue);
15837 return getResourceTasks(propertyName, [propertyValue]);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1 …unction(e){e.onCssPropertyValue&&e.onCssPropertyValue({propertyName:r,propertyValue:n.currentWord,…
H A D2.2.js31358 propertyValue: _this.currentWord,
H A D2.2.js.map1 …n propertyName: propertyName,\n propertyValue: _this.current…