Home
last modified time | relevance | path

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

1234

/plugin/diagramsnet/lib/plugins/
H A Dreplay.js153 if (newValue != null)
172 function(newValue) argument
174 if (newValue.length > 0)
180 if (newValue.charAt(0) == '{')
184 newValue = temp.edits;
187 if (newValue.charAt(0) != '<')
189 newValue = Graph.decompress(newValue);
192 if (newValue.charAt(0) == '[')
194 newValue = JSON.parse(newValue);
203 pageId = newValue[i].pageid;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
H A 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/ServiceManagement/
H A 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/DLP/
H A DGooglePrivacyDlpV2ReplaceValueConfig.php28 public function setNewValue(GooglePrivacyDlpV2Value $newValue) argument
30 $this->newValue = $newValue;
37 return $this->newValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DOperationManagedZoneContext.php30 public function setNewValue(ManagedZone $newValue) argument
32 $this->newValue = $newValue;
39 return $this->newValue;
H A DOperationDnsKeyContext.php30 public function setNewValue(DnsKey $newValue) argument
32 $this->newValue = $newValue;
39 return $this->newValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A 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/Dfareporting/
H A 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});
209 this.options.value = newValue;
211 this.options.success.call(this.options.scope, response, newValue);
214 this.$div.triggerHandler('save', {newValue: newValue, response: response});
H A Dadmin.js132 const newValue = jQuery(this).find('#tagging__newtags').val();
133 callBackend({call: 'plugin_tagging_rename', tagging: {oldValue: actionData.tid, newValue: newValue} });
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A 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()
H A DUserObject.java.bak99 public void cellLabelChanged(Object cell, Object newValue,
102 if (cell instanceof mxCell && newValue != null)
108 String label = newValue.toString();
126 newValue = elt;
131 super.cellLabelChanged(cell, newValue, autoSize);
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php182 $newValue = array();
195 $newValue[$partName] = $partValue;
199 return $newValue;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A 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/confmanager/configTypes/
H A 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));
H A DConfigManagerTwoLineConfigCascade.php121 $newValue = $INPUT->arr('newValue');
122 if (count($newKey) !== count($newValue)) {
126 return array_combine($newKey, $newValue);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A 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;
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A 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;
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js111 this.customFonts.push(newValue);
233 mxUtils.bind(this, function(newValue) argument
241 if (newValue != null && newValue.length > 0)
244 setFontSize(newValue);
313 fn(parseFloat(newValue));
370 layout.levelDistance = newValue;
409 layout.levelDistance = newValue;
448 layout.levelDistance = newValue;
474 layout.forceConstant = newValue;
1267 if (newValue != null && newValue.length > 0)
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php109 $newValue = '1604-'.$parts['month'].'-'.$parts['date'];
110 $newProperty->setValue($newValue);
161 $newValue = '--'.$parts['month'].'-'.$parts['date'];
162 $newProperty->setValue($newValue);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DVCardConverter.php112 $newValue = '1604-' . $parts['month'] . '-' . $parts['date'];
113 $newProperty->setValue($newValue);
173 $newValue = '--' . $parts['month'] . '-' . $parts['date'];
174 $newProperty->setValue($newValue);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php116 $newValue = '1604-' . $parts['month'] . '-' . $parts['date'];
117 $newProperty->setValue($newValue);
177 $newValue = '--' . $parts['month'] . '-' . $parts['date'];
178 $newProperty->setValue($newValue);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php112 $newValue = '1604-' . $parts['month'] . '-' . $parts['date'];
113 $newProperty->setValue($newValue);
173 $newValue = '--' . $parts['month'] . '-' . $parts['date'];
174 $newProperty->setValue($newValue);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php112 $newValue = '1604-' . $parts['month'] . '-' . $parts['date'];
113 $newProperty->setValue($newValue);
173 $newValue = '--' . $parts['month'] . '-' . $parts['date'];
174 $newProperty->setValue($newValue);

1234