| /plugin/asciidocjs/node_modules/lodash/ |
| D | _baseMergeDeep.js | 41 var newValue = customizer 45 var isCommon = newValue === undefined; 52 newValue = srcValue; 55 newValue = objValue; 58 newValue = copyArray(objValue); 62 newValue = cloneBuffer(srcValue, true); 66 newValue = cloneTypedArray(srcValue, true); 69 newValue = []; 73 newValue = objValue; 75 newValue = toPlainObject(objValue); [all …]
|
| D | _copyObject.js | 24 var newValue = customizer 28 if (newValue === undefined) { 29 newValue = source[key]; 32 baseAssignValue(object, key, newValue); 34 assignValue(object, key, newValue);
|
| D | _baseSet.js | 30 newValue = value; 38 newValue = customizer ? customizer(objValue, key, nested) : undefined; 39 if (newValue === undefined) { 40 newValue = isObject(objValue) 45 assignValue(nested, key, newValue);
|
| D | _baseMerge.js | 30 var newValue = customizer 34 if (newValue === undefined) { 35 newValue = srcValue; 37 assignMergeValue(object, key, newValue);
|
| /plugin/diagramsnet/lib/plugins/ |
| D | replay.js | 151 var dlg = new FilenameDialog(ui, 1000, mxResources.get('apply'), function(newValue) argument 153 if (newValue != null) 156 parseFloat(newValue) + '&replay-data=' + Graph.compress('<recording>' + 172 function(newValue) argument 174 if (newValue.length > 0) 180 if (newValue.charAt(0) == '{') 182 var temp = JSON.parse(newValue); 184 newValue = temp.edits; 187 if (newValue.charAt(0) != '<') 189 newValue = Graph.decompress(newValue); [all …]
|
| /plugin/asciidocjs/node_modules/promise/lib/ |
| D | core.js | 131 function resolve(self, newValue) { argument 133 if (newValue === self) { 140 newValue && 141 (typeof newValue === 'object' || typeof newValue === 'function') 143 var then = getThen(newValue); 149 newValue instanceof Promise 152 self._55 = newValue; 156 doResolve(then.bind(newValue), self); 161 self._55 = newValue; 165 function reject(self, newValue) { argument [all …]
|
| /plugin/asciidocjs/node_modules/promise/domains/ |
| D | core.js | 131 function resolve(self, newValue) { argument 133 if (newValue === self) { 140 newValue && 141 (typeof newValue === 'object' || typeof newValue === 'function') 143 var then = getThen(newValue); 149 newValue instanceof Promise 152 self._55 = newValue; 156 doResolve(then.bind(newValue), self); 161 self._55 = newValue; 165 function reject(self, newValue) { argument [all …]
|
| /plugin/asciidocjs/node_modules/promise/setimmediate/ |
| D | core.js | 131 function resolve(self, newValue) { argument 133 if (newValue === self) { 140 newValue && 141 (typeof newValue === 'object' || typeof newValue === 'function') 143 var then = getThen(newValue); 149 newValue instanceof Promise 152 self._55 = newValue; 156 doResolve(then.bind(newValue), self); 161 self._55 = newValue; 165 function reject(self, newValue) { argument [all …]
|
| /plugin/asciidocjs/node_modules/promise/src/ |
| D | core.js | 131 function resolve(self, newValue) { argument 133 if (newValue === self) { 140 newValue && 141 (typeof newValue === 'object' || typeof newValue === 'function') 143 var then = getThen(newValue); 149 newValue instanceof Promise 152 self._value = newValue; 156 doResolve(then.bind(newValue), self); 161 self._value = newValue; 165 function reject(self, newValue) { argument [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/ |
| D | ConfigChange.php | 36 public $newValue; variable in Google\\Service\\ServiceManagement\\ConfigChange 87 public function setNewValue($newValue) argument 89 $this->newValue = $newValue; 96 return $this->newValue;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/ |
| D | SubstitutionRule.php | 26 public $newValue; variable in Google\\Service\\BackupforGKE\\SubstitutionRule 45 public function setNewValue($newValue) argument 47 $this->newValue = $newValue; 54 return $this->newValue;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
| D | GooglePrivacyDlpV2ReplaceValueConfig.php | 28 public function setNewValue(GooglePrivacyDlpV2Value $newValue) argument 30 $this->newValue = $newValue; 37 return $this->newValue;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/ |
| D | SuspiciousActivitySecurityDetail.php | 45 public $newValue; variable in Google\\Service\\AlertCenter\\SuspiciousActivitySecurityDetail 132 public function setNewValue($newValue) argument 134 $this->newValue = $newValue; 141 return $this->newValue;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/ |
| D | OperationManagedZoneContext.php | 30 public function setNewValue(ManagedZone $newValue) argument 32 $this->newValue = $newValue; 39 return $this->newValue;
|
| D | OperationDnsKeyContext.php | 30 public function setNewValue(DnsKey $newValue) argument 32 $this->newValue = $newValue; 39 return $this->newValue;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
| D | ChangeLog.php | 49 public $newValue; variable in Google\\Service\\Dfareporting\\ChangeLog 166 public function setNewValue($newValue) argument 168 $this->newValue = $newValue; 175 return $this->newValue;
|
| /plugin/tagging/script/ |
| H A D | editable.js | 183 var newValue = this.input.$input.val(); 185 if (newValue === this.options.value) { 195 …var params = $.extend({}, this.options.params, {oldValue: this.options.value, newValue: newValue}); property 209 this.options.value = newValue; 211 this.options.success.call(this.options.scope, response, newValue); 214 this.$div.triggerHandler('save', {newValue: newValue, response: response}); property
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/ |
| D | UserObject.java | 105 public void cellLabelChanged(Object cell, Object newValue, in UserObject() 108 if (cell instanceof mxCell && newValue != null) in UserObject() 114 String label = newValue.toString(); in UserObject() 132 newValue = elt; in UserObject() 137 super.cellLabelChanged(cell, newValue, autoSize); in UserObject()
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/ |
| D | optimize.js | 224 var newValue; 232 newValue = intVal * 3 / 4 + 'pt'; 236 newValue = intVal / 16 + 'pc'; 240 newValue = intVal / 96 + 'in'; 243 if (newValue) { 244 newValue = match.substring(0, match.indexOf(val)) + newValue; 247 return newValue && newValue.length < match.length ? newValue : match; 273 var newValue; 276 newValue = parseInt(val) / 1000 + 's'; 278 newValue = parseFloat(val) * 1000 + 'ms'; [all …]
|
| /plugin/struct/script/ |
| H A D | vanilla-combobox.js | 133 const newValue = defaultStyles.getPropertyValue(property); 135 if (newValue === oldValue) continue; 136 this.#input.style.setProperty(property, newValue); 142 const newValue = defaultStyles.getPropertyValue(property); 144 if (newValue === oldValue) continue; 146 this.#dropdown.style.setProperty(property, newValue);
|
| /plugin/confmanager/configTypes/ |
| D | ConfigManagerTwoLine.php | 86 $newValue = $INPUT->arr('newValue'); 88 if (count($keys) !== count($values) || count($newKey) !== count($newValue)) { 98 $lines = array_merge($lines, array_combine($newKey, $newValue));
|
| /plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/ |
| D | Recur.php | 182 $newValue = array(); 195 $newValue[$partName] = $partValue; 199 return $newValue;
|
| /plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/ |
| D | Recur.php | 182 $newValue = array(); 195 $newValue[$partName] = $partValue; 199 return $newValue;
|
| /plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/ |
| H A D | Recur.php | 182 $newValue = array(); 195 $newValue[$partName] = $partValue; 199 return $newValue;
|
| /plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/ |
| D | PDO.php | 112 foreach ($mutations as $property => $newValue) { 116 $updates['displayname'] = $newValue; 119 $updates['description'] = $newValue; 165 foreach ($properties as $property => $newValue) { 169 $values['displayname'] = $newValue; 172 $values['description'] = $newValue;
|