Home
last modified time | relevance | path

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

/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushXml.js34 this.GetMatches(new RegExp('(\&lt;|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\&gt;|>)', 'gm'), 'cdata');
38 this.GetMatches(new RegExp('(\&lt;|<)!--\\s*.*?\\s*--(\&gt;|>)', 'gm'), 'comments');
61 this.GetMatches(new RegExp('(\&lt;|<)/*\\?*(?!\\!)|/*\\?*(\&gt;|>)', 'gm'), 'tag');
H A DshCore.js253 dp.sh.Highlighter.prototype.GetMatches = function(regex, css) method in dp.sh.Highlighter
334 this.GetMatches(this.regexList[i].regex, this.regexList[i].css);
/plugin/syntaxhighlighter/Scripts/
H A DshBrushXml.js13 …ll;var regex=null;this.GetMatches(new RegExp('(\&lt;|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\&gt;|>)…
18 this.GetMatches(new RegExp('(\&lt;|<)/*\\?*(?!\\!)|/*\\?*(\&gt;|>)','gm'),'tag');regex=new RegExp('…
H A DshCore.js48 dp.sh.Highlighter.prototype.GetMatches=function(regex,css) method in dp.sh.Highlighter
71 this.GetMatches(this.regexList[i].regex,this.regexList[i].css);}