Searched refs:regexInfo (Results 1 – 10 of 10) sorted by relevance
/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A D | shBrushCSharp.js | 17 function fixComments(match, regexInfo) argument
|
H A D | shBrushXml.js | 8 function process(match, regexInfo) argument
|
H A D | shBrushBash.js | 8 function hereDocProcess(match, regexInfo) argument
|
H A D | shCore.js | 1002 function getMatches(code, regexInfo) argument 1004 function defaultAdd(match, regexInfo) argument 1012 func = regexInfo.func ? regexInfo.func : defaultAdd 1016 while((match = XRegExp.exec(code, regexInfo.regex, pos)) != null) 1018 var resultMatch = func(match, regexInfo); 1021 resultMatch = [new sh.Match(resultMatch, match.index, regexInfo.css)];
|
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shBrushCSharp.js | 33 function fixComments(match, regexInfo) argument
|
H A D | shBrushXml.js | 24 function process(match, regexInfo) argument
|
H A D | shBrushBash.js | 24 function hereDocProcess(match, regexInfo) argument
|
H A D | shCore.js | 2283 function getMatches(code, regexInfo) argument 2285 function defaultAdd(match, regexInfo) argument 2293 func = regexInfo.func ? regexInfo.func : defaultAdd 2297 while((match = XRegExp.exec(code, regexInfo.regex, pos)) != null) 2299 var resultMatch = func(match, regexInfo); 2302 resultMatch = [new sh.Match(resultMatch, match.index, regexInfo.css)];
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js | 2464 function find(code, regexInfo) { 2465 function defaultAdd(match, regexInfo) { 2472 process = regexInfo.func ? regexInfo.func : defaultAdd, 2475 while (match = _syntaxhighlighterRegex.XRegExp.exec(code, regexInfo.regex, pos)) { 2476 var resultMatch = process(match, regexInfo); 3896 function hereDocProcess(match, regexInfo) { 4051 function fixComments(match, regexInfo) { 5069 function multiLineCCommentsAdd(match, regexInfo) { 5105 function stringAdd(match, regexInfo) { 5135 …lt.push(new Match(str.substring(matchStart, str.length), matchStart + match.index, regexInfo.css)); [all …]
|
H A D | syntaxhighlighter.js.map | 1 …regexInfo","defaultAdd","func","resultMatch","sortMatchesCallback","m1","m2","itemI","itemIEndPos"…
|