Home
last modified time | relevance | path

Searched refs:_formatLink (Results 26 – 30 of 30) sorted by last modified time

12

/plugin/smblink/
H A Dsyntax.php104 $renderer->doc .= $renderer->_formatLink($link);
/plugin/offline/
H A Drenderer.php306 return $this->_formatLink($link);
308 $this->doc .= $this->_formatLink($link);
/plugin/nroff/
H A Drenderer.php562 return $this->_formatLink($link);
564 $this->doc .= $this->_formatLink($link);
593 $this->doc .= $this->_formatLink($link);
627 $this->doc .= $this->_formatLink($link);
660 $this->doc .= $this->_formatLink($link);
698 $this->doc .= $this->_formatLink($link);
733 else $this->doc .= $this->_formatLink($link);
770 else $this->doc .= $this->_formatLink($link);
922 function _formatLink($link){ function in renderer_plugin_nroff
/plugin/bibtex/
H A Dsyntax.php425 return $this->_formatLink($link);
430 function _formatLink($link){ function in syntax_plugin_bibtex
/plugin/flickr/
H A Dsyntax.php134 $renderer->doc .= $renderer->_formatLink($link);

12