Home
last modified time | relevance | path

Searched refs:linktype (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php156 $linktype = 'interwiki';
158 $linktype = 'extern';
163 'class' => ($linktype == 'extern') ? 'urlextern' : 'interwiki iw_doku',
164 'target' => $conf['target'][$linktype],
165 'rel' => ($linktype == 'extern') ? 'noopener' : ''
167 if ($linktype == 'extern' && $conf['relnofollow']) {
323 $linktype = 'interwiki';
325 $linktype = 'extern';
331 'target' => $conf['target'][$linktype],
332 'rel' => ($linktype
[all...]
/dokuwiki/inc/Ui/
H A DPageDiff.php498 * @param string $linktype
503 protected function diffViewlink($linktype, $rev1, $rev2 = null)
523 'class' => $linktype,
525 'title' => $lang[$linktype]
527 return '<a ' . buildAttributes($attr) . '><span>' . $lang[$linktype] . '</span></a>';
494 diffViewlink($linktype, $rev1, $rev2 = null) global() argument
/dokuwiki/inc/
H A Dconfutils.php409 * @param string $linktype 'content'|'navigation', content applies to links in wiki text
411 * @return boolean true if headings should be used for $linktype, false otherwise
413 function useHeading($linktype)
439 return (!empty($useHeading[$linktype]));
393 useHeading($linktype) global() argument
H A Dhtml.php590 * @param string $linktype
596 function html_diff_navigationlink($difftype, $linktype, $lrev, $rrev = null)
566 html_diff_navigationlink($difftype, $linktype, $lrev, $rrev = null) global() argument
/dokuwiki/inc/parser/
H A Dxhtml.php868 * $search,$returnonly & $linktype are not for the renderer but are used
875 * @param string $linktype type to set use of headings
879 public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content')
908 $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')
1823 if (useHeading($linktype) && $id) {
818 internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') global() argument
1704 _getLinkTitle($title, $default, & $isImage, $id = null, $linktype = 'content') global() argument