Searched refs:linktype (Results 1 – 4 of 4) sorted by relevance
/dokuwiki/inc/Ui/ |
D | PageDiff.php | 498 * @param string $linktype 503 protected function diffViewlink($linktype, $rev1, $rev2 = null) argument 523 'class' => $linktype, 525 'title' => $lang[$linktype] 527 return '<a ' . buildAttributes($attr) . '><span>' . $lang[$linktype] . '</span></a>';
|
/dokuwiki/inc/ |
D | confutils.php | 409 * @param string $linktype 'content'|'navigation', content applies to links in wiki text 413 function useHeading($linktype) argument 439 return (!empty($useHeading[$linktype]));
|
D | html.php | 590 * @param string $linktype 596 function html_diff_navigationlink($difftype, $linktype, $lrev, $rrev = null) argument
|
/dokuwiki/inc/parser/ |
D | xhtml.php | 876 * @param string $linktype type to set use of headings 880 …public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = '… argument 909 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype); 1812 * @param string $linktype content|navigation 1816 public function _getLinkTitle($title, $default, &$isImage, $id = null, $linktype = 'content') argument 1823 if (useHeading($linktype) && $id) {
|