Home
last modified time | relevance | path

Searched refs:cursorPos (Results 1 – 16 of 16) sorted by relevance

/plugin/textmodule/
Dscript.js10 cursorPos = document.getElementById('wiki__text').selectionStart;
13 document.getElementById('wiki__text').value = x.slice(0,cursorPos) + t + x.slice(cursorPos);
18 document.getElementById('wiki__text').selectionStart = cursorPos;
19 document.getElementById('wiki__text').selectionEnd = cursorPos;
/plugin/fuzzysearch/
H A Deditor.js42 const cursorPos = element.selectionStart || element.value.length;
44 const match = text.substring(0, cursorPos).match(/\[\[([^\[\]]+)\]\]$/);
65 displayResults(results, phrase, cursorPos);
81 function displayResults(results, phrase, cursorPos) { argument
102 const coords = getCaretCoordinates(element, cursorPos);
/plugin/dokullm/
H A Dscript.js1070 const cursorPos = editor.selectionStart;
1072 … editor.value = text.substring(0, cursorPos) + data.result.content + text.substring(cursorPos);
1075 const newCursorPos = cursorPos + data.result.content.length;
/plugin/mizarveifiabledocs/dist/
Dscript.js1cursorPos=0,this.string="",this.cursor=t.iter()}get length(){return this.doc.length}syncTo(t){retu…
Dscript.js.map1cursorPos = update.state.field($b3e9d73db824614e$var$dropCursorPos);\n if (cursorPos == nul…
/plugin/mizarproofchecker/dist/
Dscript.js1cursorPos=0,this.string="",this.cursor=t.iter()}get length(){return this.doc.length}syncTo(t){retu…
Dscript.js.map1cursorPos = update.state.field($b3e9d73db824614e$var$dropCursorPos);\n if (cursorPos == nul…
/plugin/mizarverifiabledocs/dist/
H A Dscript.js1cursorPos=0,this.string="",this.cursor=t.iter()}get length(){return this.doc.length}syncTo(t){retu…
H A Dscript.js.map1cursorPos = update.state.field($b3e9d73db824614e$var$dropCursorPos);\n if (cursorPos == nul…
/plugin/bpmnio/vendor/dmn-js/dist/
Ddmn-viewer.production.min.js16cursorPos=0,this.string="",this.cursor=e.iter()}get length(){return this.doc.length}syncTo(e){retu…
Ddmn-navigated-viewer.production.min.js16cursorPos=0,this.string="",this.cursor=e.iter()}get length(){return this.doc.length}syncTo(e){retu…
/plugin/jmol2/jmol/
DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/aceeditor/
Dbuild.js1 …t(e.data-n.scrollMargin.left)}),this.scrollTop=0,this.scrollLeft=0,this.cursorPos={row:0,column:0}… property