Home
last modified time | relevance | path

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

/dokuwiki/inc/TreeBuilder/
DAbstractBuilder.php219 $R->internallink($node->getId(), $node->getTitle());
/dokuwiki/inc/parser/
Dmetadata.php443 $this->internallink($link, $link);
468 public function internallink($id, $name = null) function in Doku_Renderer_metadata
Drenderer.php593 public function internallink($link, $title = null) function in Doku_Renderer
Dxhtml.php834 return $this->internallink($link, $link, null, true);
836 $this->internallink($link, $link);
880 …public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = '… function in Doku_Renderer_xhtml
Dhandler.php826 public function internallink($match, $state, $pos) function in Doku_Handler
/dokuwiki/_test/tests/inc/parser/
Drenderer_xhtml.test.php271 $this->R->internallink($id);
Dparser_links.test.php425 $this->P->addMode('internallink',new Internallink());
/dokuwiki/inc/
Dhtml.php54 return $xhtml_renderer->internallink($id, $name, $search, true, 'navigation');