Home
last modified time | relevance | path

Searched refs:_formatLink (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/parser/
H A Dxhtml.php953 return $this->_formatLink($link);
955 $this->doc .= $this->_formatLink($link);
1014 return $this->_formatLink($link);
1016 $this->doc .= $this->_formatLink($link);
1075 return $this->_formatLink($link);
1078 } else $this->doc .= $this->_formatLink($link);
1114 return $this->_formatLink($link);
1116 $this->doc .= $this->_formatLink($link);
1165 return $this->_formatLink($link);
1167 $this->doc .= $this->_formatLink(
1526 public function _formatLink($link) { global() function in Doku_Renderer_xhtml
[all...]
/dokuwiki/inc/
H A Dcommon.php1762 $data['userlink'] = $xhtml_renderer->_formatLink($data['link']);