Lines Matching refs:val

917 									graph.setAttributeForCell(v1, props[i].key, props[i].val);	
921 …console.log('Attribute: "', props[i].key, '" with value "', props[i].val, '" not allowed in HTML');
1940 /*private*/ RowFactory.getDoubleVal = function (val) { argument
1942 if (val != null && !(val.length === 0)) {
1943 var fVal = parseFloat(val);
1991 var val = cell.getAttribute("V");
1994 x = RowFactory.getDoubleVal(val);
1997 y = RowFactory.getDoubleVal(val);
2000 a = RowFactory.getDoubleVal(val);
2004 b = RowFactory.getDoubleVal(val);
2007 c = RowFactory.getDoubleVal(val);
2010 d = RowFactory.getDoubleVal(val);
2013 formulaE = val;
2573 var val = cellElem.getAttribute("V");
2581 } })("1", val);
2589 } })("1", val);
2597 } })("1", val);
2605 } })("1", val);
2613 } })("1", val);
3842 var val = this.getCellValue(cellName);
3843 if (val != null) {
3844 return parseInt(val);
4423 mxVsdxTheme.prototype.getSchemeColor = function (val) {
4425 … var color = (function (m, k) { return m[k] ? m[k] : null; })(this.baseColors, val);
4931 var val = elem.getAttribute(attName);
4932 if (val != null) {
4933 return parseInt(val);
5135 function Paragraph(val, ch, pg, field) { argument
5141 /* add */ (this.values.push(val));
5148 Paragraph.prototype.addText = function (val, ch, field) { argument
5149 /* add */ (this.values.push(val));
5577 /*private*/ HSLColor.prototype.clamp01 = function (val) { argument
5578 return Math.min(1, Math.max(0, val));
5645 /*private*/ HSVColor.prototype.clamp01 = function (val) { argument
5646 return Math.min(1, Math.max(0, val));
5775 var val = subElem.getAttribute("val");
5777 switch ((val)) {
7811 Style.prototype.getScreenNumericalValue$double = function (val) {
7812 var conVal = val * com.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$();
8398 var val = this.getValue(spLineElem, "");
8404 } })(val, "")) {
8405 return parseFloat(val);
8652 function PrstClr(val) { argument
8654 _this.val = null;
8655 _this.val = val;
8679 function SchemeClr(val) { argument
8681 _this.val = null;
8683 _this.val = val;
8692 } })("phClr", this.val)) {
8693 this.color = theme.getSchemeColor(this.val);
8779 function SysClr(val, lastClr) { argument
8781 _this.val = null;
8783 _this.val = val;
8787 switch ((val)) {
10795 props.push({key: n, val: cell.getAttribute("V")});
11111 …var val = this.getValue(this.getCellElement$java_lang_String(com.mxgraph.io.vsdx.mxVsdxConstants.R…
11117 } })("Themed", val)) {
11118 val = "0";
11120 return parseFloat(val);
11969 var val = 0;
11979val = this.isVertex() ? theme_17.getEdgeMarker(start, this.getQuickStyleVals()) : theme_17.getConn…
11983 val = parseInt(marker);
11993 } return null; })(VsdxShape.arrowTypes_$LI$(), val);
11994 if (val > 0 && type == null) {