Home
last modified time | relevance | path

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

1234

/plugin/advrack/
H A Djquery.qtip.js1748 QTIP = $.fn.qtip = function(options, notation, newValue)
1772 if(newValue !== undefined || $.isPlainObject(notation)) {
1773 api.set(notation, 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/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/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/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/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DOperationDnsKeyContext.php30 public function setNewValue(DnsKey $newValue) argument
32 $this->newValue = $newValue;
39 return $this->newValue;
H A DOperationManagedZoneContext.php30 public function setNewValue(ManagedZone $newValue) argument
32 $this->newValue = $newValue;
39 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/combo/action/
H A Dqualitymutation.php112 $newValue = DataType::toString($data[MetadataMutation::NEW_VALUE_ATTRIBUTE]);
119 self::DESC => "The variable ($variableName) has the new value ($newValue) overriding ($oldValue)"
/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/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/davcal/vendor/sabre/vobject/lib/
H A DProperty.php468 $newValue = StringUtil::convertToUTF8($oldValue);
469 if (true || StringUtil::isUTF8($newValue)) {
470 $this->setRawMimeDirValue($newValue);
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/Property/ICalendar/
H A DRecur.php182 $newValue = array();
195 $newValue[$partName] = $partValue;
199 return $newValue;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php468 $newValue = StringUtil::convertToUTF8($oldValue);
469 if (true || StringUtil::isUTF8($newValue)) {
470 $this->setRawMimeDirValue($newValue);
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/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php182 $newValue = array();
195 $newValue[$partName] = $partValue;
199 return $newValue;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js92 …;f&&!e?g="removed":!f&&e&&(g="added");a(b+"."+d+" "+g,{S:g,tagName:b,la:d,oldValue:f,newValue:e})}}
11637 …;null!=c&&".draft-alive-check"==b.key&&null!=b.newValue&&null!=c.draftId&&(this.draftAliveCheck=b.
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js3098 …if (file != null && evt.key == '.draft-alive-check' && evt.newValue != null && file.draftId != nul…
3100 this.draftAliveCheck = evt.newValue;
H A DDialogs.js4652 newValue = editorUi.convertDataUri(newValue);
4666 fn(newValue);
4671 newValue = editorUi.convertDataUri(newValue);
4676 fn(newValue, w, h);
4682 if (newValue != null)
5878 if (newValue.length > 0)
7592 if (newValue != null && newValue.length > 0)
7594 var temp = newValue.split(' ');
8318 if (newValue != null && newValue.length > 0)
9779 var newValue = nameInput.value;
[all …]
H A DEditorUi.js12819 Editor.defaultCsvValue, mxUtils.bind(this, function(newValue) argument
12821 this.importCsv(newValue);

1234