Home
last modified time | relevance | path

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

/plugin/moaieditor/scripts/match/
Dmatches.js17 …this.newMatches = []; // newly discovered matches after a preview update (equal to 'this.mat… property
38 this.newMatches.push(match); // Only new matches
60 this.newMatches = []; property
68 editor.onAjax(this.newMatches);
71 for (let match of this.newMatches) {
/plugin/moaieditor/scripts/
Dmirror.js130 onAjax (newMatches) { argument
132 this.addMatches(newMatches);
161 addMatches(newMatches) { argument
163 for (let match of newMatches)
/plugin/moaieditor/plugins/codemirror/
Dcm_main.js171 addMatches(newMatches) { argument