Home
last modified time | relevance | path

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

/plugin/moaieditor/scripts/match/
Dmatcher.js14 this.sections = []; // array of {prevHeaderIdx, nextHeaderIdx, nodes:[ {i, type, handle, [textContent, innerText ]}
51 var prevHeaderIdx = null;
83 prevHeaderIdx : prevHeaderIdx, property
94 prevHeaderIdx = headeridx;
109 prevHeaderIdx : prevHeaderIdx, property
139 this.section = section; // {prevHeaderIdx, nextHeaderIdx, nodes:[]}
155 var prevLine = this.outer.headers.nodes[this.section.prevHeaderIdx]?.matchline;