Home
last modified time | relevance | path

Searched refs:newValue (Results 26 – 50 of 82) sorted by relevance

1234

/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/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php212 $newValue = [];
225 $newValue[$partName] = $partValue;
229 return $newValue;
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php197 $newValue = [];
209 $newValue[$partName] = $partValue;
212 return $newValue;
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js679 graph.setTooltipForCell(cell, newValue);
949 if (newValue != null && newValue.length > 0)
1094 var val = parseInt(newValue);
1108 var val = parseInt(newValue);
1458 model.getStyle(cells[0]) || '', function(newValue) argument
1460 if (newValue != null)
1462 graph.setCellStyle(mxUtils.trim(newValue), cells);
1610 graph.insertImage(newValue, w, h);
1616 if (newValue != null && (newValue.length > 0 || cells.length > 0))
1636 … graph.setCellStyles(mxConstants.STYLE_IMAGE, (newValue.length > 0) ? newValue : null, cells);
[all …]
H A DToolbar.js725 …ilenameDialog(this.editorUi, value, mxResources.get('apply'), mxUtils.bind(this, function(newValue) argument
727 if (newValue != null && newValue.length > 0)
729 table.setAttribute('cellPadding', newValue);
H A DEditorUi.js4932 var newValue = mxUtils.prompt(title, value);
4935 if (newValue != null && newValue.length > 0)
4941 fn(newValue, img.width, img.height);
4949 img.src = newValue;
4993 var newValue = mxUtils.prompt(mxResources.get('backgroundImage'), (img != null) ? img.src : '');
4995 if (newValue != null && newValue.length > 0)
5001 apply(new mxImage(newValue, img.width, img.height), false);
5009 img.src = newValue;
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js115 set: function( newValue ) { argument
117 value = newValue;
216 var newValue = oldIsNumeric( val ),
219 if ( newValue !== oldValue ) {
437 set: function( newValue ) { argument
439 intervalValue = 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);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php468 $newValue = StringUtil::convertToUTF8($oldValue);
469 if (true || StringUtil::isUTF8($newValue)) {
470 $this->setRawMimeDirValue($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);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php557 $newValue = StringUtil::convertToUTF8($oldValue);
558 if (true || StringUtil::isUTF8($newValue)) {
559 $this->setRawMimeDirValue($newValue);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php517 $newValue = StringUtil::convertToUTF8($oldValue);
518 if (true || StringUtil::isUTF8($newValue)) {
519 $this->setRawMimeDirValue($newValue);
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js111 var newValue = this.allowedValues[0];
115 newValue = v;
119 return newValue;
H A Dcontrols.js252 var newValue = this.element.value.substr(0, bounds[0]);
255 newValue += whitespace[0];
256 this.element.value = newValue + value + this.element.value.substr(bounds[1]);
/plugin/diagramsnet/lib/plugins/
H A Dnumber.js12 }, onChange: function(graph, newValue) argument
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js1085 if (newValue != null)
1089 if (newValue.length > 0)
1091 var obj = JSON.parse(newValue);
1248 function(newValue) argument
1250 if (newValue.length > 0)
1621 function(newValue) argument
1623 if (newValue.length > 0)
1627 if (newValue.charAt(0) != '<')
1629 newValue = Graph.decompress(newValue);
1631 console.log('xml', newValue);
[all …]
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 …]
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js3606 var newValue = customizer
3611 newValue = srcValue;
3642 var newValue = customizer
3653 newValue = srcValue;
3656 newValue = objValue;
3670 newValue = [];
3674 newValue = objValue;
3978 newValue = value;
4770 var newValue = customizer
4774 if (newValue === undefined) {
[all …]
H A Dlodash.core.js987 var newValue = customizer
991 if (newValue === undefined) {
992 newValue = source[key];
995 baseAssignValue(object, key, newValue);
997 assignValue(object, key, newValue);
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js3606 var newValue = customizer
3611 newValue = srcValue;
3642 var newValue = customizer
3653 newValue = srcValue;
3656 newValue = objValue;
3670 newValue = [];
3674 newValue = objValue;
3978 newValue = value;
4770 var newValue = customizer
4774 if (newValue === undefined) {
[all …]
/plugin/sketchcanvas/phplib/
H A Dspyc.php359 $newValue = '|';
363 $newValue .= "\n" . $spaces . ($line);
365 return $newValue;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1364 * @param string $newValue
1368 protected function iniSet($varName, $newValue) argument
1374 $currentValue = ini_set($varName, $newValue);
1383 $newValue
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/refnotes/
H A Dadmin.js82 this.renameValue = function (oldValue, newValue) {
84 this.insertValue(newValue);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js287 Monitor.prototype.toggleIgnoreMoveEvents = function (newValue) { argument
288 this._ignoreMoveEvents = newValue || false;

1234