| /plugin/webdav/vendor/sabre/vobject/lib/Parser/ |
| D | XML.php | 158 $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'])] 273 $propertyValue[] = implode('/', $specialChild['value']); 275 $propertyValue[] = $specialChild['value']; [all …]
|
| /plugin/icalevents/vendor/sabre/vobject/lib/Parser/ |
| D | XML.php | 176 $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'])] 299 $propertyValue[] = implode('/', $specialChild['value']); 303 $propertyValue[] = $specialChild['value']; [all …]
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/ |
| D | PropPatch.php | 52 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 D | PropPatch.php | 52 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/ |
| D | DateIntervalFilter.php | 27 foreach ($element as $propertyName => $propertyValue) { 28 $copy->{$propertyName} = $propertyValue;
|
| /plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/ |
| D | DateIntervalFilter.php | 27 foreach ($element as $propertyName => $propertyValue) { 28 $copy->{$propertyName} = $propertyValue;
|
| /plugin/davcal/ |
| H A D | calendarBackendDokuwiki.php | 174 foreach ($mutations as $propertyName => $propertyValue) 181 $this->hlp->updateCalendarName($calendarId, $propertyValue); 185 $this->hlp->updateCalendarDescription($calendarId, $propertyValue); 189 $this->hlp->updateCalendarTimezone($calendarId, $propertyValue);
|
| /plugin/asciidocjs/node_modules/clean-css/lib/writer/ |
| D | helpers.js | 81 var propertyValue = token[2]; 82 var isPropertyBlock = propertyValue && propertyValue[0] === Token.PROPERTY_BLOCK; 116 if (propertyValue) {
|
| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
| H A D | PDO.php | 266 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/webdav/vendor/sabre/dav/lib/DAV/ |
| D | PropPatch.php | 335 foreach ($argument as $propertyName => $propertyValue) { 336 $this->result[$propertyName] = is_null($propertyValue) ? 204 : 200;
|
| D | CorePlugin.php | 849 foreach ($nodeProperties as $propertyName => $propertyValue) { 850 $propFind->set($propertyName, $propertyValue, 200);
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/ |
| H A D | PropPatch.php | 328 foreach ($argument as $propertyName => $propertyValue) { 329 $this->result[$propertyName] = is_null($propertyValue) ? 204 : 200;
|
| /plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/ |
| D | DeepCopy.php | 232 $propertyValue = $property->getValue($object); 235 $property->setValue($object, $this->recursiveCopy($propertyValue));
|
| /plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/ |
| D | DeepCopy.php | 249 $propertyValue = $property->getValue($object); 252 $property->setValue($object, $this->recursiveCopy($propertyValue));
|
| /plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
| D | PDO.php | 317 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/ |
| D | script.js | 632 var propertyValue = element.css(property); 636 if (!propertyValue) { 641 while (match = matchUrl.exec(propertyValue)) {
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/ |
| D | optimize.js | 369 function transformValue(propertyName, propertyValue, rule, transformCallback) { argument 371 var transformedValue = transformCallback(propertyName, propertyValue, selector); 374 return propertyValue;
|
| /plugin/mikioplugin/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 2196 if (!$parser->propertyValue($value)) { 2830 $this->propertyValue($value, $key) && $this->end() 2868 if ($this->propertyValue($dirValue) && $this->end()) { 2891 $this->propertyValue($value) && $this->end() 3103 public function propertyValue(&$value, $keyName = null) function in lessc_parser 3218 if ($this->propertyValue($value)) {
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ |
| D | dhtmlxgantt.d.ts | 1823 getTaskBy(propertyName: string|GanttCallback, propertyValue: any): any[];
|
| D | dhtmlxgantt.js.map | 1 …propertyValue","filterResourceTasks","getResourceTasks","falsyValuePreffix","random","resourceHash…
|
| /plugin/asciidocjs/node_modules/clean-css/ |
| D | README.md | 540 …transform: function (propertyName, propertyValue, selector /* `selector` available since 4.2.0-pre… 541 if (propertyName == 'background-image' && propertyValue.indexOf('/path/to') > -1) { 542 return propertyValue.replace('/path/to', '../valid/path/to');
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
| D | File.php | 512 $propertyValue = rtrim(implode(' ', $parts), " */\r\n"); 514 … $this->phpcs->setSniffProperty($listenerClass, $propertyCode, $propertyValue);
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
| D | dhtmlxgantt.js | 15830 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/ |
| D | 4.4.js | 1 …unction(e){e.onCssPropertyValue&&e.onCssPropertyValue({propertyName:r,propertyValue:n.currentWord,… property
|
| D | 2.2.js | 31358 propertyValue: _this.currentWord,
|