Home
last modified time | relevance | path

Searched refs:newValue (Results 1 – 25 of 99) sorted by relevance

1234

/plugin/asciidocjs/node_modules/lodash/
D_baseMergeDeep.js41 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.js24 var newValue = customizer
28 if (newValue === undefined) {
29 newValue = source[key];
32 baseAssignValue(object, key, newValue);
34 assignValue(object, key, newValue);
D_baseSet.js30 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.js30 var newValue = customizer
34 if (newValue === undefined) {
35 newValue = srcValue;
37 assignMergeValue(object, key, newValue);
/plugin/diagramsnet/lib/plugins/
Dreplay.js151 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/
Dcore.js131 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/
Dcore.js131 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/
Dcore.js131 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/
Dcore.js131 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/
DConfigChange.php36 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/
DSubstitutionRule.php26 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/
DGooglePrivacyDlpV2ReplaceValueConfig.php28 public function setNewValue(GooglePrivacyDlpV2Value $newValue) argument
30 $this->newValue = $newValue;
37 return $this->newValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
DSuspiciousActivitySecurityDetail.php45 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/
DOperationManagedZoneContext.php30 public function setNewValue(ManagedZone $newValue) argument
32 $this->newValue = $newValue;
39 return $this->newValue;
DOperationDnsKeyContext.php30 public function setNewValue(DnsKey $newValue) argument
32 $this->newValue = $newValue;
39 return $this->newValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DChangeLog.php49 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 Deditable.js183 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/
DUserObject.java105 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/
Doptimize.js224 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 Dvanilla-combobox.js133 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/
DConfigManagerTwoLine.php86 $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/
DRecur.php182 $newValue = array();
195 $newValue[$partName] = $partValue;
199 return $newValue;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
DRecur.php182 $newValue = array();
195 $newValue[$partName] = $partValue;
199 return $newValue;
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php182 $newValue = array();
195 $newValue[$partName] = $partValue;
199 return $newValue;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
DPDO.php112 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;

1234