Home
last modified time | relevance | path

Searched refs:regexList (Results 1 – 25 of 84) sorted by relevance

1234

/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshBrushHaxe.js29 this.regexList = [ property in anonymousFunction9fafee420100.Brush
64 this.regexList.push ( {regex:new RegExp ( flags[i] , 'gm' ) , css:'comments'} );
65 this.regexList.push ( {regex:new RegExp ( '!' + flags[i] , 'gm' ) , css:'comments'} );
DshBrushDiff.js24 this.regexList = [ property in anonymousFunction7d2b13950100.Brush
DshBrushVb.js39 this.regexList = [ property in anonymousFunction427c3c740100.Brush
DshBrushTAP.js31 this.regexList = [ property in anonymousFunction8b15f6010100.Brush
DshBrushErlang.js34 this.regexList = [ property in anonymousFunctionfdc23ed50100.Brush
DshBrushDelphi.js36 this.regexList = [ property in anonymousFunctionac7fe5920100.Brush
DshBrushTypeScript.js37 this.regexList = [ property in anonymousFunction189bb7530100.Brush
/plugin/syntaxhighlighter3/sxh3/src/js/
DshBrushHaxe.js13 this.regexList = [ property in anonymousFunction3a09a3fd0100.Brush
48 this.regexList.push ( {regex:new RegExp ( flags[i] , 'gm' ) , css:'comments'} );
49 this.regexList.push ( {regex:new RegExp ( '!' + flags[i] , 'gm' ) , css:'comments'} );
DshCore.js1216 xmlBrush.regexList.push(
1230 regexList = scriptBrush.regexList,
1237 for (var i = 0, l = regexList.length; i < l; i++)
1239 result = getMatches(code, regexList[i]);
1306 findMatches: function(regexList, code) argument
1310 if (regexList != null)
1311 for (var i = 0, l = regexList.length; i < l; i++)
1313 if (typeof (regexList[i]) == "object")
1314 result = result.concat(getMatches(code, regexList[i]));
1593 matches = this.findMatches(this.regexList, code);
DshBrushDiff.js8 this.regexList = [ property in anonymousFunction1784c9500100.Brush
DshBrushVb.js23 this.regexList = [ property in anonymousFunction55e7476f0100.Brush
DshBrushTAP.js15 this.regexList = [ property in anonymousFunction0be2605c0100.Brush
DshBrushErlang.js18 this.regexList = [ property in anonymousFunction95604f500100.Brush
DshBrushDelphi.js20 this.regexList = [ property in anonymousFunction441df60d0100.Brush
DshBrushTypeScript.js21 this.regexList = [ property in anonymousFunction79738d4e0100.Brush
/plugin/syntaxhighlighter4/dist/
Dsyntaxhighlighter.js234 matches = match.applyRegexList(code, brush.regexList, params);
2422 function applyRegexList(code, regexList) {
2425 regexList = regexList || [];
2427 for (var i = 0, l = regexList.length; i < l; i++) {
2429 …if (_typeof(regexList[i]) === 'object') result = result.concat((0, _matches.find)(code, regexList[…
3432 xmlBrush.regexList.push({ regex: scriptBrush.htmlScript.code, func: process });
3434 this.regexList = xmlBrush.regexList;
3445 regexList = scriptBrush.regexList,
3454 matches = applyRegexList(code, regexList);
3737 var matches = (0, _syntaxhighlighterMatch.applyRegexList)(code, this.regexList);
[all …]
/plugin/syntaxhighlighter/Uncompressed/
DshBrushVb.js18 this.regexList = [ property in dp.sh.Brushes.Vb
DshBrushPython.js10 this.regexList = [ property in dp.sh.Brushes.Python
DshBrushDelphi.js16 this.regexList = [ property in dp.sh.Brushes.Delphi
DshBrushSql.js27 this.regexList = [ property in dp.sh.Brushes.Sql
/plugin/syntaxhighlighter/Scripts/
DshBrushVb.js9 …Unicode Until '+'Variant When While With WithEvents WriteOnly Xor';this.regexList=[{regex:new RegE… property in dp.sh.Brushes.Vb
DshBrushDelphi.js9 … varirnt while widechar '+'widestring with word write writeln xor';this.regexList=[{regex:new RegE… property in dp.sh.Brushes.Delphi
DshBrushPython.js10 this.regexList=[{regex:dp.sh.RegexLib.SingleLinePerlComments,css:'comment'},{regex:new RegExp("^\\s… property in dp.sh.Brushes.Python
DshBrushSql.js9 …rs='all and any between cross in join like not null or outer some';this.regexList=[{regex:new RegE… property in dp.sh.Brushes.Sql
/plugin/animation/scripts/
DshBrushR.js10 this.regexList = [ property in SyntaxHighlighter.brushes.R

1234