Lines Matching full:lines
12 this.lines = []; // array of plain text lines property
25 // Get the lines of text to be parsed
26 this.lines = moaiEditor.editor.current.watcher.lines.slice(startline, endline);
32 this.headers.parseText(this.lines);
136 … this.lines = []; // Text lines of this section {text, [cleantext, matched, media, } property
141 // Get the text for this section (this.text, this.lines, this.blocks)
153 // Calc starting and ending lines
157 if (nextLine === undefined) nextLine = this.outer.lines.length;
162 // Iterate the lines
168 const line = this.outer.lines[i];
169 this.lines.push({text:line});