Home
last modified time | relevance | path

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

/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php125 …y($nextLine) || !method_exists($this, 'identifyReference') || !$this->identifyReference($nextLine);
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php70 protected function identifyReference($line) function in cebe\\markdown\\MarkdownExtra
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DLinkTrait.php255 protected function identifyReference($line) function