Home
last modified time | relevance | path

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

1234

/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushHaxe.js13 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 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);
H A DshBrushDiff.js8 this.regexList = [
H A DshBrushVb.js23 this.regexList = [
H A DshBrushTAP.js15 this.regexList = [
H A DshBrushErlang.js18 this.regexList = [
H A DshBrushDelphi.js20 this.regexList = [
H A DshBrushTypeScript.js21 this.regexList = [
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushHaxe.js29 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 DshBrushDiff.js24 this.regexList = [
H A DshBrushVb.js39 this.regexList = [
H A DshBrushTAP.js31 this.regexList = [
H A DshBrushErlang.js34 this.regexList = [
H A DshBrushDelphi.js36 this.regexList = [
H A DshBrushTypeScript.js37 this.regexList = [
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js2425 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 DshBrushVb.js9 …Unicode Until '+'Variant When While With WithEvents WriteOnly Xor';this.regexList=[{regex:new RegE…
H A DshBrushDelphi.js9 … varirnt while widechar '+'widestring with word write writeln xor';this.regexList=[{regex:new RegE…
H A DshBrushPython.js10 this.regexList=[{regex:dp.sh.RegexLib.SingleLinePerlComments,css:'comment'},{regex:new RegExp("^\\s…
H A DshBrushSql.js9 …rs='all and any between cross in join like not null or outer some';this.regexList=[{regex:new RegE…
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushVb.js18 this.regexList = [
H A DshBrushPython.js10 this.regexList = [
H A DshBrushDelphi.js16 this.regexList = [
H A DshBrushSql.js27 this.regexList = [
/plugin/animation/scripts/
H A DshBrushR.js10 this.regexList = [

1234