Home
last modified time | relevance | path

Searched refs:oldValue (Results 1 – 25 of 61) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
DConfigChange.php40 public $oldValue; variable in Google\\Service\\ServiceManagement\\ConfigChange
101 public function setOldValue($oldValue) argument
103 $this->oldValue = $oldValue;
110 return $this->oldValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
DSuspiciousActivitySecurityDetail.php49 public $oldValue; variable in Google\\Service\\AlertCenter\\SuspiciousActivitySecurityDetail
146 public function setOldValue($oldValue) argument
148 $this->oldValue = $oldValue;
155 return $this->oldValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
DOperationManagedZoneContext.php44 public function setOldValue(ManagedZone $oldValue) argument
46 $this->oldValue = $oldValue;
53 return $this->oldValue;
DOperationDnsKeyContext.php44 public function setOldValue(DnsKey $oldValue) argument
46 $this->oldValue = $oldValue;
53 return $this->oldValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DChangeLog.php61 public $oldValue; variable in Google\\Service\\Dfareporting\\ChangeLog
208 public function setOldValue($oldValue) argument
210 $this->oldValue = $oldValue;
217 return $this->oldValue;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_undo.js176 updTask(command.oldValue, oldId, newId);
191 updLink(command.oldValue, oldId, newId);
217 if (command.oldValue && command.oldValue.id === oldId) {
218 command.oldValue.id = newId;
603 … _a = [command.oldValue, command.value], command.value = _a[0], command.oldValue = _a[1];
614 create: function (value, oldValue, type, entity) { argument
619 oldValue: gantt.copy(oldValue || value)
740 …else if (a.type === "move" && a.oldValue && b.oldValue && b.oldValue.parent === a.oldValue.parent)…
741 return a.oldValue.$index - b.oldValue.$index;
781 … gantt[method](command.oldValue, command.oldValue.parent, command.oldValue.$index);
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_undo.js13oldValue,s.value],s.value=e[0],s.oldValue=e[1])}return o}},this.command={entity:null,type:null,cre…
Ddhtmlxgantt_undo.js.map1oldValue","entity","inverseCommands","remove","add","assert","_undoStack","_redoStack","getUndoSta…
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php226 $oldValue = $this->getFromName($name);
227 if (is_bool($value) && $oldValue !== null) {
228 $oldValue = DataType::toBoolean($oldValue);
230 if ($oldValue !== $value) {
/plugin/struct/script/
H A Dvanilla-combobox.js134 const oldValue = inputStyles.getPropertyValue(property);
135 if (newValue === oldValue) continue;
143 const oldValue = dropdownStyles.getPropertyValue(property);
144 if (newValue === oldValue) continue;
/plugin/webdavclient/vendor/sabre/vobject/lib/
DProperty.php465 $oldValue = $this->getRawMimeDirValue();
468 $newValue = StringUtil::convertToUTF8($oldValue);
477 if (preg_match('%([\x00-\x08\x0B-\x0C\x0E-\x1F\x7F])%', $oldValue, $matches)) {
480 $message = 'Property is not valid UTF-8! ' . $oldValue;
/plugin/davcard/vendor/sabre/vobject/lib/
DProperty.php465 $oldValue = $this->getRawMimeDirValue();
468 $newValue = StringUtil::convertToUTF8($oldValue);
477 if (preg_match('%([\x00-\x08\x0B-\x0C\x0E-\x1F\x7F])%', $oldValue, $matches)) {
480 $message = 'Property is not valid UTF-8! ' . $oldValue;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php465 $oldValue = $this->getRawMimeDirValue();
468 $newValue = StringUtil::convertToUTF8($oldValue);
477 if (preg_match('%([\x00-\x08\x0B-\x0C\x0E-\x1F\x7F])%', $oldValue, $matches)) {
480 $message = 'Property is not valid UTF-8! ' . $oldValue;
/plugin/combo/action/
H A Dqualitymutation.php113 $oldValue = DataType::toString($data[MetadataMutation::OLD_VALUE_ATTRIBUTE]);
119 … self::DESC => "The variable ($variableName) has the new value ($newValue) overriding ($oldValue)"
/plugin/icalevents/vendor/sabre/vobject/lib/
DProperty.php554 $oldValue = $this->getRawMimeDirValue();
557 $newValue = StringUtil::convertToUTF8($oldValue);
566 if (preg_match('%([\x00-\x08\x0B-\x0C\x0E-\x1F\x7F])%', $oldValue, $matches)) {
569 $message = 'Property is not valid UTF-8! ' . $oldValue;
/plugin/webdav/vendor/sabre/vobject/lib/
DProperty.php514 $oldValue = $this->getRawMimeDirValue();
517 $newValue = StringUtil::convertToUTF8($oldValue);
524 if (preg_match('%([\x00-\x08\x0B-\x0C\x0E-\x1F\x7F])%', $oldValue, $matches)) {
527 $message = 'Property is not valid UTF-8! '.$oldValue;
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DBasicGraphEditor.java.bak545 // File oldValue = currentFile;
548 // firePropertyChange("currentFile", oldValue, file);
550 // if (oldValue != file)
570 boolean oldValue = this.modified;
573 firePropertyChange("modified", oldValue, modified);
575 // if (oldValue != modified)
DBasicGraphEditor.java574 boolean oldValue = this.modified; in setModified()
577 firePropertyChange("modified", oldValue, modified); in setModified()
/plugin/jquerymigrate/
Djquery-migrate-3.1.0.js217 oldValue = isNumeric2( val );
219 if ( newValue !== oldValue ) {
223 return oldValue;
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php634 $oldValue = $this->getWriteStore()->get($this);
640 …MetadataMutation::notifyMetadataMutation($attribute, $oldValue, $actualValue, $this->getResource()…
/plugin/combo/ComboStrap/
H A DSiteConfig.php136 $oldValue = self::getConfValue($key, $value, $pluginNamespace);
137 $this->configurationValuesToRestore[$globalKey] = $oldValue;
/plugin/tagging/script/
H A Dadmin.js133 …callBackend({call: 'plugin_tagging_rename', tagging: {oldValue: actionData.tid, newValue: newValue… property
H A Deditable.js195 …var params = $.extend({}, this.options.params, {oldValue: this.options.value, newValue: newValue}); property
/plugin/jcapture/src/com/hammurapi/jcapture/
DCaptureConfig.java220 Rectangle oldValue = this.recordingRectangle; in setRecordingRectangle() local
222 if (this.recordingRectangle!=null && !this.recordingRectangle.equals(oldValue)) { in setRecordingRectangle()
/plugin/refnotes/
Dadmin.js82 this.renameValue = function (oldValue, newValue) { argument
83 if (list.children('[value="' + oldValue + '"]').remove().length == 1) {

123