Home
last modified time | relevance | path

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

/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/
H A DGatherFootnotesListener.php93 foreach ($backrefs as $backref) {
95 $backref->getLabel(),
96 '#' . $this->config->get('footnote/ref_id_prefix') . $backref->getLabel(),
97 $backref->getTitle()
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Node/
H A DFootnote.php61 addBackref(FootnoteBackref $backref) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteRenderer.php
/plugin/refnotes/
H A Dstyle.css
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A 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);
H A 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/
H A 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);
H A Dsyntaxhighlighter.js.map1backref","ReferenceError","search","replacement","isRegex","s2","replaceEach","replacements","r","…