Home
last modified time | relevance | path

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

/plugin/moaieditor/scripts/match/
Dmatches.js57 this.removeMatches(startline, endline, true);
92 this.removeMatches(start, end);
113 removeMatches(startline, endline, editor=false) { method in MoaiEditor.Matches
119 moaiEditor.editor.current.removeMatches(match.startline, match.endline);
/plugin/moaieditor/plugins/codemirror/
Dcm_main.js174 removeMatches(startline, endline) { method in MoaiEditor.Codemirror
/plugin/moaieditor/scripts/
Dmirror.js173 removeMatches(startline, endline) {
172 removeMatches(startline, endline) { global() method in MoaiEditor.TextAreaMirror