Home
last modified time | relevance | path

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

/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshBrushCSharp.js33 function fixComments(match, regexInfo) argument
DshBrushBash.js24 function hereDocProcess(match, regexInfo) argument
DshBrushXml.js24 function process(match, regexInfo) argument
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/syntaxhighlighter3/sxh3/src/js/
DshBrushCSharp.js17 function fixComments(match, regexInfo) argument
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)];
DshBrushBash.js8 function hereDocProcess(match, regexInfo) argument
DshBrushXml.js8 function process(match, regexInfo) argument
/plugin/syntaxhighlighter4/dist/
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);
2478 …esultMatch === 'string') resultMatch = [new _match.Match(resultMatch, match.index, regexInfo.css)];
3896 function hereDocProcess(match, regexInfo) {
4051 function fixComments(match, regexInfo) {
5069 function multiLineCCommentsAdd(match, regexInfo) {
5093 …esult.push(new Match(str.substring(matchStart, pos + 2), matchStart + match.index, regexInfo.css));
[all …]
Dsyntaxhighlighter.js.map1regexInfo","defaultAdd","func","resultMatch","sortMatchesCallback","m1","m2","itemI","itemIEndPos"…