Home
last modified time | relevance | path

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

/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/
H A DNumberFootnotesListener.php23 public function onDocumentParsed(DocumentParsedEvent $event): void function in League\\CommonMark\\Extension\\Footnote\\Event\\NumberFootnotesListener
H A DAnonymousFootnotesListener.php31 public function onDocumentParsed(DocumentParsedEvent $event): void
32 public function onDocumentParsed(DocumentParsedEvent $event): void global() function in League\\CommonMark\\Extension\\Footnote\\Event\\AnonymousFootnotesListener
H A DGatherFootnotesListener.php31 public function onDocumentParsed(DocumentParsedEvent $event): void function in League\\CommonMark\\Extension\\Footnote\\Event\\GatherFootnotesListener
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsBuilder.php36 public function onDocumentParsed(DocumentParsedEvent $event): void
58 public function onDocumentParsed(DocumentParsedEvent $event): void global() function in League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsBuilder