Home
last modified time | relevance | path

Searched refs:textVal (Results 1 – 2 of 2) sorted by relevance

/plugin/behave/
Dbehave.js119 textVal = theEditor.value,
127 text: textVal,
134 current: utils.cursor.getLine(textVal, caretPos),
135 total: utils.editor.getLines(textVal)
169 getLine: function(textVal, pos){ argument
170 return ((textVal.substring(0,pos)).split("\n")).length;
254 getLines: function(textVal){ argument
255 return (textVal).split("\n").length;
/plugin/datatables/assets/pdfmake/
Dpdfmake.js72277 function stripUnits(textVal) {
72278 var n = parseFloat(textVal);