/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
D | shBrushHaxe.js | 29 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'} );
|
D | shBrushDiff.js | 24 this.regexList = [ property in anonymousFunction7d2b13950100.Brush
|
D | shBrushVb.js | 39 this.regexList = [ property in anonymousFunction427c3c740100.Brush
|
D | shBrushTAP.js | 31 this.regexList = [ property in anonymousFunction8b15f6010100.Brush
|
D | shBrushErlang.js | 34 this.regexList = [ property in anonymousFunctionfdc23ed50100.Brush
|
D | shBrushDelphi.js | 36 this.regexList = [ property in anonymousFunctionac7fe5920100.Brush
|
D | shBrushTypeScript.js | 37 this.regexList = [ property in anonymousFunction189bb7530100.Brush
|
/plugin/syntaxhighlighter3/sxh3/src/js/ |
D | shBrushHaxe.js | 13 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'} );
|
D | shCore.js | 1216 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);
|
D | shBrushDiff.js | 8 this.regexList = [ property in anonymousFunction1784c9500100.Brush
|
D | shBrushVb.js | 23 this.regexList = [ property in anonymousFunction55e7476f0100.Brush
|
D | shBrushTAP.js | 15 this.regexList = [ property in anonymousFunction0be2605c0100.Brush
|
D | shBrushErlang.js | 18 this.regexList = [ property in anonymousFunction95604f500100.Brush
|
D | shBrushDelphi.js | 20 this.regexList = [ property in anonymousFunction441df60d0100.Brush
|
D | shBrushTypeScript.js | 21 this.regexList = [ property in anonymousFunction79738d4e0100.Brush
|
/plugin/syntaxhighlighter4/dist/ |
D | syntaxhighlighter.js | 234 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/ |
D | shBrushVb.js | 18 this.regexList = [ property in dp.sh.Brushes.Vb
|
D | shBrushPython.js | 10 this.regexList = [ property in dp.sh.Brushes.Python
|
D | shBrushDelphi.js | 16 this.regexList = [ property in dp.sh.Brushes.Delphi
|
D | shBrushSql.js | 27 this.regexList = [ property in dp.sh.Brushes.Sql
|
/plugin/syntaxhighlighter/Scripts/ |
D | shBrushVb.js | 9 …Unicode Until '+'Variant When While With WithEvents WriteOnly Xor';this.regexList=[{regex:new RegE… property in dp.sh.Brushes.Vb
|
D | shBrushDelphi.js | 9 … varirnt while widechar '+'widestring with word write writeln xor';this.regexList=[{regex:new RegE… property in dp.sh.Brushes.Delphi
|
D | shBrushPython.js | 10 this.regexList=[{regex:dp.sh.RegexLib.SingleLinePerlComments,css:'comment'},{regex:new RegExp("^\\s… property in dp.sh.Brushes.Python
|
D | shBrushSql.js | 9 …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/ |
D | shBrushR.js | 10 this.regexList = [ property in SyntaxHighlighter.brushes.R
|