Home
last modified time | relevance | path

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

/dokuwiki/inc/TreeBuilder/
H A DAbstractBuilder.php219 $R->internallink($node->getId(), $node->getTitle());
/dokuwiki/inc/Parsing/
H A DHandler.php266 public function internallink($match, $state, $pos) function in dokuwiki\\Parsing\\Handler
/dokuwiki/inc/parser/
H A Dmetadata.php443 $this->internallink($link, $link);
468 public function internallink($id, $name = null) function in Doku_Renderer_metadata
H A Drenderer.php593 public function internallink($link, $title = null) function in Doku_Renderer
H A Dxhtml.php835 return $this->internallink($link, $link, null, true);
837 $this->internallink($link, $link);
881 …public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = '… function in Doku_Renderer_xhtml
/dokuwiki/_test/tests/inc/parser/
H A Drenderer_xhtml.test.php271 $this->R->internallink($id);
/dokuwiki/inc/
H A Dhtml.php56 return $xhtml_renderer->internallink($id, $name, $search, true, 'navigation');
/dokuwiki/_test/tests/Parsing/ParserMode/
H A DLinksTest.php426 $this->P->addMode('internallink',new Internallink());