Home
last modified time | relevance | path

Searched refs:regexInfo (Results 1 – 10 of 10) sorted by relevance

/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushCSharp.js17 function fixComments(match, regexInfo) argument
H A DshBrushXml.js8 function process(match, regexInfo) argument
H A DshBrushBash.js8 function hereDocProcess(match, regexInfo) argument
H A DshCore.js1002 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 DshBrushCSharp.js33 function fixComments(match, regexInfo) argument
H A DshBrushXml.js24 function process(match, regexInfo) argument
H A DshBrushBash.js24 function hereDocProcess(match, regexInfo) argument
H A DshCore.js2283 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 Dsyntaxhighlighter.js2464 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 Dsyntaxhighlighter.js.map1regexInfo","defaultAdd","func","resultMatch","sortMatchesCallback","m1","m2","itemI","itemIEndPos"…