Lines Matching refs:value

1710 				var value = binary.substring(pos + 8, pos + 8 + length);
1714 var idx = value.indexOf(String.fromCharCode(0));
1716 if (value.substring(0, idx) == 'mxGraphModel')
1720 value.substring(idx + 2)), {to: 'string'}).replace(/\+/g,' ');
1731 var vals = value.split(String.fromCharCode(0));
3650 Editor.writeGraphModelToPng = function(data, type, key, value, error) argument
3717 var dpm = Math.round(value / 0.0254); //One inch is equal to exactly 0.0254 meters.
3724 value;
3906 if (typeSelect.value === 'enum')
3929 var name = nameInput.value;
3937 var type = typeSelect.value;
3938 var dispName = dispNameInput.value;
3946 var enumList = enumListInput.value;
4891 opElem.value = mxUtils.htmlEntities(op.val);
4896 select.value = pValue;
4902 var newVal = mxUtils.htmlEntities(select.value);
4928 inp.value = pValue;
4941 input.value = pValue;
4964 var inputVal = input.value;
5946 Graph.prototype.replaceDefaultColor = function(style, key, value) argument
5948 if (style != null && style[key] == 'default' && value != null)
5950 style[key] = value;
6587 if (state.text != null && state.text.value != null && state.text.checkBounds() &&
6588 (mxUtils.isNode(state.text.value) || state.text.dialect == mxConstants.DIALECT_STRICTHTML))
6609 var prev = state.text.value;
6610 state.text.value = clone.innerHTML;
6612 state.text.value = prev;
6808 if (action.opacity != null && action.opacity.value != null)
6812 action.opacity.value);
6878 this.setCellStyles(action.style.key, action.style.value,
7652 Graph.prototype.setShadowVisible = function(value, fireEvent) argument
7657 this.shadowVisible = value;
7881 …pagesToInput.value = Math.max(1, Math.min(pageCount, Math.max(parseInt(pagesToInput.value), parseI…
7882 …pagesFromInput.value = Math.max(1, Math.min(pageCount, Math.min(parseInt(pagesToInput.value), pars…
7899 pagesFromInput.value = currentPage;
7900 pagesToInput.value = currentPage;
8062 var printScale = parseInt(pageScaleInput.value) / 100;
8067 pageScaleInput.value = '100 %';
8114 var h = parseInt(sheetsAcrossInput.value);
8115 var v = parseInt(sheetsDownInput.value);
8122 scale = parseInt(zoomInput.value) / (100 * thisGraph.pageScale);
8127 zoomInput.value = '100 %';
8324 var pagesFrom = pagesFromInput.value;
8325 var pagesTo = pagesToInput.value;
8332 sheetsAcrossInput.value, sheetsDownInput.value, parseInt(zoomInput.value) / 100,
8333 parseInt(pageScaleInput.value) / 100, accessor.get());