Searched refs:regexList (Results 1 – 25 of 84) sorted by relevance
1234
/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A D | shBrushHaxe.js | 13 this.regexList = [ 48 this.regexList.push ( {regex:new RegExp ( flags[i] , 'gm' ) , css:'comments'} ); 49 this.regexList.push ( {regex:new RegExp ( '!' + flags[i] , 'gm' ) , css:'comments'} );
|
H A 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);
|
H A D | shBrushDiff.js | 8 this.regexList = [
|
H A D | shBrushVb.js | 23 this.regexList = [
|
H A D | shBrushTAP.js | 15 this.regexList = [
|
H A D | shBrushErlang.js | 18 this.regexList = [
|
H A D | shBrushDelphi.js | 20 this.regexList = [
|
H A D | shBrushTypeScript.js | 21 this.regexList = [
|
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shBrushHaxe.js | 29 this.regexList = [ 64 this.regexList.push ( {regex:new RegExp ( flags[i] , 'gm' ) , css:'comments'} ); 65 this.regexList.push ( {regex:new RegExp ( '!' + flags[i] , 'gm' ) , css:'comments'} );
|
H A D | shBrushDiff.js | 24 this.regexList = [
|
H A D | shBrushVb.js | 39 this.regexList = [
|
H A D | shBrushTAP.js | 31 this.regexList = [
|
H A D | shBrushErlang.js | 34 this.regexList = [
|
H A D | shBrushDelphi.js | 36 this.regexList = [
|
H A D | shBrushTypeScript.js | 37 this.regexList = [
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js | 2425 regexList = regexList || []; 3434 this.regexList = xmlBrush.regexList; 3445 regexList = scriptBrush.regexList, 3762 this.regexList = [{ 3848 this.regexList = [{ 3911 this.regexList = [{ 3961 this.regexList = [{ 4007 this.regexList = [{ 4056 this.regexList = [{ 5148 this.regexList = [ [all …]
|
/plugin/syntaxhighlighter/Scripts/ |
H A D | shBrushVb.js | 9 …Unicode Until '+'Variant When While With WithEvents WriteOnly Xor';this.regexList=[{regex:new RegE…
|
H A D | shBrushDelphi.js | 9 … varirnt while widechar '+'widestring with word write writeln xor';this.regexList=[{regex:new RegE…
|
H A D | shBrushPython.js | 10 this.regexList=[{regex:dp.sh.RegexLib.SingleLinePerlComments,css:'comment'},{regex:new RegExp("^\\s…
|
H A D | shBrushSql.js | 9 …rs='all and any between cross in join like not null or outer some';this.regexList=[{regex:new RegE…
|
/plugin/syntaxhighlighter/Uncompressed/ |
H A D | shBrushVb.js | 18 this.regexList = [
|
H A D | shBrushPython.js | 10 this.regexList = [
|
H A D | shBrushDelphi.js | 16 this.regexList = [
|
H A D | shBrushSql.js | 27 this.regexList = [
|
/plugin/animation/scripts/ |
H A D | shBrushR.js | 10 this.regexList = [
|
1234