| /plugin/moaieditor/scripts/match/ |
| D | matches.js | 26 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 …]
|
| D | match_paragraphs.js | 86 const endline = this.outer.startline + score.block.end; 87 this.outer.outer.matches.add (type, handle, startline, endline, 'paragraph');
|
| D | matcher.js | 21 onAjax(top, bottom, startline, endline) { argument 26 this.lines = moaiEditor.editor.current.watcher.lines.slice(startline, endline);
|
| /plugin/moaieditor/scripts/ |
| D | dirty.js | 111 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;
|
| D | mirror.js | 165 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/ |
| D | scroll.js | 106 … 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;
|
| D | scroll_sync.js | 127 linenum = match.endline;
|
| /plugin/moaieditor/plugins/codemirror/ |
| D | cm_main.js | 183 removeMatches(startline, endline) { argument 212 const end = this.getLineRect(data.endline);
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | mozilla-ast.js | 472 endline : start && start.line, property 487 endline : end && end.line, property 575 end: end.endline ? {line: end.endline, column: end.endcol} : null
|
| D | parse.js | 299 endline : S.line, property
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | mozilla-ast.js | 1137 endline : start && start.line, property 1152 endline : end && end.line, property 1267 end: end.endline ? {line: end.endline, column: end.endcol} : null,
|
| D | parse.js | 334 endline : S.line, property
|
| /plugin/strata/ |
| H A D | plotly-2.25.2.min.js | 8 …endline:{valType:"boolean",editType:"calc"},endlinewidth:{valType:"number",dflt:1,editType:"calc"}…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …endline)\n endUnd: /[^\\s]__(?!_)(?:(?=[punctuation\\s])|$)/ // last char can't be a space, a…
|