Home
last modified time | relevance | path

Searched refs:AnonymousFootnoteRefParser (Results 1 – 3 of 3) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/
H A DFootnoteExtension.php28 use League\CommonMark\Extension\Footnote\Parser\AnonymousFootnoteRefParser;
57 $environment->addInlineParser(new AnonymousFootnoteRefParser(), 35);
27 use League\CommonMark\Extension\Footnote\Parser\AnonymousFootnoteRefParser; global() alias
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/
H A DFootnoteToDokuwikiExtension.php31 use League\CommonMark\Extension\Footnote\Parser\AnonymousFootnoteRefParser;
60 $environment->addInlineParser(new AnonymousFootnoteRefParser(), 35);
30 use League\CommonMark\Extension\Footnote\Parser\AnonymousFootnoteRefParser; global() alias
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Parser/
H A DAnonymousFootnoteRefParser.php27 final class AnonymousFootnoteRefParser implements InlineParserInterface, EnvironmentAwareInterface
26 final class AnonymousFootnoteRefParser implements InlineParserInterface, ConfigurationAwareInterface global() class