Home
last modified time | relevance | path

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

/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushCss.js43 { regex: new RegExp(this.GetValuesCSS(values), 'g'), css: 'value' }, // values
44 { regex: new RegExp(this.GetValuesCSS(fonts), 'g'), css: 'value' } // fonts
58 dp.sh.Highlighter.prototype.GetValuesCSS = function(str) method in dp.sh.Highlighter
/plugin/syntaxhighlighter/Scripts/
H A DshBrushCss.js9 …,css:'keyword'},{regex:new RegExp(this.GetValuesCSS(values),'g'),css:'value'},{regex:new RegExp(th…
12 dp.sh.Highlighter.prototype.GetValuesCSS=function(str) method in dp.sh.Highlighter