Searched refs:textVal (Results 1 – 2 of 2) sorted by relevance
119 textVal = theEditor.value,127 text: textVal,134 current: utils.cursor.getLine(textVal, caretPos),135 total: utils.editor.getLines(textVal)169 getLine: function(textVal, pos){ argument170 return ((textVal.substring(0,pos)).split("\n")).length;254 getLines: function(textVal){ argument255 return (textVal).split("\n").length;
72277 function stripUnits(textVal) {72278 var n = parseFloat(textVal);