Home
last modified time | relevance | path

Searched refs:backref (Results 1 – 4 of 4) sorted by relevance

/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshCore.js673 matches.push(item.backref ? (match[item.backref] || "") : match[0]);
859 rewrite = function (match, paren, backref) { argument
866 } else if (backref) { // Backreference
867 return "\\" + (+backref + numPriorCaptures);
DshCore.min.js17 …){var i,a=t[r].regex?t[r]:{regex:t[r]},l=[],s=function(e){l.push(a.backref?e[a.backref]||"":e[0])}…
/plugin/syntaxhighlighter4/dist/
Dsyntaxhighlighter.js1571 if (item.backref) {
1578 if (!(match.hasOwnProperty(item.backref) || +item.backref < match.length)) {
1579 throw new ReferenceError('Backreference to undefined group: ' + item.backref);
1582 matches.push(match[item.backref] || '');
1825 rewrite = function rewrite(match, paren, backref) {
1836 } else if (backref) {
1838 return '\\' + (+backref + numPriorCaptures);
Dsyntaxhighlighter.js.map1backref","ReferenceError","search","replacement","isRegex","s2","replaceEach","replacements","r","…