Home
last modified time | relevance | path

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

12

/plugin/linksenhanced/syntax/
H A Dlink.php220 $renderer->doc .= $renderer->_formatLink($link);
251 $renderer->doc .= $renderer->_formatLink($link);
300 $renderer->doc .= $renderer->_formatLink($link);
336 $renderer->doc .= $renderer->_formatLink($link);
429 return $renderer->_formatLink($link);
431 $renderer->doc .= $renderer->_formatLink($link);
/plugin/epub/
H A Drenderer.php116 return $this->_formatLink($link);
131 …$out .= $this->_formatLink( array('class'=>'media mediafile mf_mp3','title'=>$title,'name'=>$titl…
142 …$out .= $this->_formatLink( array('class'=>'media mediafile mf_mp4','title'=>$title,'name'=>$titl…
208 function _formatLink($link){ function in renderer_plugin_epub
297 return parent::_formatLink($link);
316 $out .= $hash_link . parent::_formatLink($link); // . '</a>';
/plugin/showlinkpermission/
H A Drenderer.php111 return $this->_formatLink($link);
113 $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/owncloud/ajax/
H A Dfilelist.php61 …$download = $helper->_formatLink(array('title'=>$title,'url'=>$url, 'class'=>"media mediafile deta…
74 …$download = $helper->_formatLink(array('title'=>'download: '.$title,'url'=>$url, 'class'=>"media m…
/plugin/smblink/
H A Dsyntax.php104 $renderer->doc .= $renderer->_formatLink($link);
/plugin/flickr/
H A Dsyntax.php134 $renderer->doc .= $renderer->_formatLink($link);
/plugin/syntaxmantis/
H A Dsyntax.php52 $renderer->doc .= $renderer->_formatLink($link);
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php104 $this->doc .= $this->_formatLink($link);
225 else $this->doc .= $this->_formatLink($link);
/plugin/dw2pdf/
H A Drenderer.php244 public function _formatLink($link)
273 return parent::_formatLink($link);
223 function _formatLink($link) { global() function in renderer_plugin_dw2pdf
/plugin/siteexport/renderer/
H A Dpdf.php268 $this->doc .= $this->_formatLink($link);
337 return $this->_formatLink($link);
339 $this->doc .= $this->_formatLink($link);
/plugin/prettyphoto/
H A Drenderer.php60 $this->doc .= $this->_formatLink($link);
/plugin/eventline/
H A Dplain.php183 return $this->_formatLink($link);
185 $this->doc .= $this->_formatLink($link);
/plugin/offline/
H A Drenderer.php306 return $this->_formatLink($link);
308 $this->doc .= $this->_formatLink($link);
/plugin/nodetailsxhtml/
H A Drenderer.php320 return $this->_formatLink($link);
322 $this->doc .= $this->_formatLink($link);
494 public function _formatLink($link) {
499 return parent::_formatLink($link);
/plugin/bibtex/
H A Dsyntax.php425 return $this->_formatLink($link);
430 function _formatLink($link){ function in syntax_plugin_bibtex
/plugin/linkbonus/
H A Dcommon.php72 $outp= $renderer->_formatLink($link);
/plugin/xref/
H A Dsyntax.php80 $R->doc .= $R->_formatLink($link);
/plugin/displayorphans/
H A Drenderer.php116 $renderer->doc .= $count > 0 ? $renderer->_formatLink($link) : $text;
/plugin/include/syntax/
H A Dfooter.php68 $xhtml[] = $renderer->_formatLink($link);
/plugin/vcard/
H A Dsyntax.php379 return $renderer->_formatLink(array(
388 return $renderer->_formatLink(array(
/plugin/dokutexit/
H A Dlatex.php512 $this->put($this->_formatLink(array('url' => $link,
559 $this->put($this->_formatLink(array('url' => $url,
1252 $this->_formatLink(array('url' => $title,
1296 $this->_formatLink(array('url' => $title,
1415 else $this->doc .= $this->_formatLink($link);
1653 function _formatLink($link) { function in Doku_Renderer_latex
/plugin/owncloud/
H A Dhelper.php468 return $this->_formatLink($link);
513 else return $this->_formatLink($link);
784 function _formatLink($link){ function in helper_plugin_owncloud
/plugin/icalendar/
H A Dsyntax.php189 …$entryTemplate = str_replace('{summary_link}', '<html>'.$renderer->_formatLink($summary_link).'</h…
/plugin/targetlink/
H A Dsyntax.php69 $renderer->doc .= $renderer->_formatLink($args);

12