Home
last modified time | relevance | path

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

12

/plugin/linksenhanced/syntax/
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/
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/
Drenderer.php111 return $this->_formatLink($link);
113 $this->doc .= $this->_formatLink($link);
/plugin/nroff/
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/menu/
Dsyntax.php292 $renderer->doc .= $renderer->_formatLink($link);
296 $renderer->doc .= $renderer->_formatLink($link);
332 $renderer->doc .= $renderer->_formatLink($link);
335 $renderer->doc .= $renderer->_formatLink($link);
/plugin/owncloud/ajax/
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/nodetailsxhtml/
Drenderer.php320 return $this->_formatLink($link);
322 $this->doc .= $this->_formatLink($link);
494 public function _formatLink($link) { function in renderer_plugin_nodetailsxhtml
499 return parent::_formatLink($link);
/plugin/smblink/
Dsyntax.php104 $renderer->doc .= $renderer->_formatLink($link);
/plugin/syntaxmantis/
Dsyntax.php52 $renderer->doc .= $renderer->_formatLink($link);
/plugin/flickr/
Dsyntax.php134 $renderer->doc .= $renderer->_formatLink($link);
/plugin/nsexport/packer/ziphtml/
Drenderer.php104 $this->doc .= $this->_formatLink($link);
225 else $this->doc .= $this->_formatLink($link);
/plugin/dw2pdf/
Drenderer.php244 public function _formatLink($link) function in renderer_plugin_dw2pdf
273 return parent::_formatLink($link);
/plugin/siteexport/renderer/
Dpdf.php268 $this->doc .= $this->_formatLink($link);
337 return $this->_formatLink($link);
339 $this->doc .= $this->_formatLink($link);
/plugin/xref/
Dsyntax.php80 $R->doc .= $R->_formatLink($link);
/plugin/prettyphoto/
Drenderer.php60 $this->doc .= $this->_formatLink($link);
/plugin/eventline/
Dplain.php183 return $this->_formatLink($link);
185 $this->doc .= $this->_formatLink($link);
/plugin/offline/
Drenderer.php306 return $this->_formatLink($link);
308 $this->doc .= $this->_formatLink($link);
/plugin/bibtex/
Dsyntax.php425 return $this->_formatLink($link);
430 function _formatLink($link){ function in syntax_plugin_bibtex
/plugin/linkbonus/
Dcommon.php72 $outp= $renderer->_formatLink($link);
/plugin/vcard/
Dsyntax.php379 return $renderer->_formatLink(array(
388 return $renderer->_formatLink(array(
/plugin/displayorphans/
Drenderer.php116 $renderer->doc .= $count > 0 ? $renderer->_formatLink($link) : $text;
/plugin/include/syntax/
H A Dfooter.php68 $xhtml[] = $renderer->_formatLink($link);
/plugin/dokutexit/
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/
Dhelper.php468 return $this->_formatLink($link);
513 else return $this->_formatLink($link);
784 function _formatLink($link){ function in helper_plugin_owncloud
/plugin/icalendar/
Dsyntax.php189 …$entryTemplate = str_replace('{summary_link}', '<html>'.$renderer->_formatLink($summary_link).'</h…

12