Home
last modified time | relevance | path

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

/plugin/moaieditor/scripts/match/
Dmatches.js16 …this.newMatches = []; // newly discovered matches after a preview update (equal to 'this.mat… property
37 this.newMatches.push(match); // Only new matches
59 this.newMatches = []; property
67 editor.onAjax(this.newMatches);
70 for (let match of this.newMatches) {
/plugin/moaieditor/scripts/
Dmirror.js131 onAjax (newMatches) { argument
133 this.addMatches(newMatches);
162 addMatches(newMatches) { argument
164 for (let match of newMatches)
/plugin/moaieditor/plugins/codemirror/
Dcm_main.js180 addMatches(newMatches) { argument