Home
last modified time | relevance | path

Searched refs:caretPos (Results 1 – 3 of 3) sorted by relevance

/plugin/interwikipaste/
H A Dscript.js154 const caretPos = currentSelection.start;
158 const linkOpened = regBefore.exec(allInput.substring(caretPos, caretPos - 5));
161 const textAfter = allInput.substring(caretPos);
/plugin/behave/
H A Dbehave.js120 caretPos = utils.cursor.get(),
131 pos: caretPos
134 current: utils.cursor.getLine(textVal, caretPos),
177 var caretPos = 0, variable
184 caretPos++;
186 return caretPos;
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js1959 var caretPos = endPos + open.length + extralength + close.length;
1960 msgfield.setSelectionRange(caretPos, caretPos);