Home
last modified time | relevance | path

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

/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushCss.js42 { regex: new RegExp(this.GetKeywordsCSS(keywords), 'gm'), css: 'keyword' }, // keywords
53 dp.sh.Highlighter.prototype.GetKeywordsCSS = function(str) method in dp.sh.Highlighter
/plugin/syntaxhighlighter/Scripts/
H A DshBrushCss.js9 …new RegExp('!important','g'),css:'important'},{regex:new RegExp(this.GetKeywordsCSS(keywords),'gm'…
10 dp.sh.Highlighter.prototype.GetKeywordsCSS=function(str) method in dp.sh.Highlighter