Home
last modified time | relevance | path

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

/plugin/mdpage/vendor/cebe/markdown/inline/
H A DLinkTrait.php209 protected function lookupReference($key) function
221 if (($ref = $this->lookupReference($block['refkey'])) !== false) {
238 if (($ref = $this->lookupReference($block['refkey'])) !== false) {
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php223 if (($ref = $this->lookupReference($block['refkey'])) !== false) {
241 if (($ref = $this->lookupReference($block['refkey'])) !== false) {
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php300 abstract protected function lookupReference($key); function
309 if (($ref = $this->lookupReference($block['refkey'])) !== false) {