Home
last modified time | relevance | path

Searched refs:endline (Results 1 – 14 of 14) sorted by relevance

/plugin/moaieditor/scripts/match/
Dmatches.js26 add (type, handle, startline, endline, syntax=null) { argument
32 endline : this.startline + endline, property
49 startline = top.endline + 1;
51 var endline = editor.watcher.lines.length-1;
53 endline = bottom.startline-1;
56 this.removeMatches(startline, endline, true);
60 this.matcher.onAjax (top, bottom, startline, endline);
72 const bottom = editor.getLineRect(match.endline).bottom;
99 match.endline += change.shift;
112 removeMatches(startline, endline, editor=false) { argument
[all …]
Dmatch_paragraphs.js86 const endline = this.outer.startline + score.block.end;
87 this.outer.outer.matches.add (type, handle, startline, endline, 'paragraph');
Dmatcher.js21 onAjax(top, bottom, startline, endline) { argument
26 this.lines = moaiEditor.editor.current.watcher.lines.slice(startline, endline);
/plugin/moaieditor/scripts/
Ddirty.js111 startline = top.endline;
114 var endline = lines.length-1;
116 endline = bottom.startline-1;
119 const slice = lines.slice(startline, endline+1);
325 if (match.endline < change.num.keepfirst-1)
326 if (top === null || match.endline > top.endline)
339 if (top === null || top.endline < state.top.endline)
342 if (bottom === null || bottom.endline > state.bottom.endline)
364 const bottomline = state.bottom?.endline;
Dmirror.js165 for (let i=match.startline; i<=match.endline; i++) {
173 removeMatches(startline, endline) { argument
176 for (let i=startline; i<=endline; i++) {
209 const end = this.getLineRect(data.endline);
/plugin/moaieditor/scripts/scroll/
Dscroll.js106 … this.scroll = {type:'toc', startline:match.startline, endline:match.endline, element:element}; property
136 this.left.endline = match.endline;
138 … this.scroll = {type:'click', startline:match.startline, endline:match.endline, element:element}; property
150 let bottom = editor.getLineRect(this.endline, 'viewport').bottom;
Dscroll_sync.js127 linenum = match.endline;
/plugin/moaieditor/plugins/codemirror/
Dcm_main.js183 removeMatches(startline, endline) { argument
212 const end = this.getLineRect(data.endline);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dmozilla-ast.js472 endline : start && start.line, property
487 endline : end && end.line, property
575 end: end.endline ? {line: end.endline, column: end.endcol} : null
Dparse.js299 endline : S.line, property
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dmozilla-ast.js1137 endline : start && start.line, property
1152 endline : end && end.line, property
1267 end: end.endline ? {line: end.endline, column: end.endcol} : null,
Dparse.js334 endline : S.line, property
/plugin/strata/
H A Dplotly-2.25.2.min.js8endline:{valType:"boolean",editType:"calc"},endlinewidth:{valType:"number",dflt:1,editType:"calc"}…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1endline)\n endUnd: /[^\\s]__(?!_)(?:(?=[punctuation\\s])|$)/ // last char can't be a space, a…