Home
last modified time | relevance | path

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

12

/plugin/siteexport/renderer/
H A Dpdf.php268 $this->doc .= $this->_formatLink($link);
337 return $this->_formatLink($link);
339 $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/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/dw2markdown/
H A Drenderer.php609 public function _formatLink($link) { function in Renderer_Plugin_dw2markdown
/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/text/
H A Drenderer.php575 function _formatLink($link) { function in renderer_plugin_text
/plugin/include/syntax/
H A Dfooter.php68 $xhtml[] = $renderer->_formatLink($link);
/plugin/displayorphans/
H A Drenderer.php116 $renderer->doc .= $count > 0 ? $renderer->_formatLink($link) : $text;
/plugin/filelist/
H A Dsyntax.php
/plugin/prettyphoto/
H A Drenderer.php60 $this->doc .= $this->_formatLink($link);
/plugin/icons/syntax/
H A Dicon.php193 $renderer->doc .= $renderer->_formatLink($link);
/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/targetlink/
H A Dsyntax.php69 $renderer->doc .= $renderer->_formatLink($args);
/plugin/syntaxmantis/
H A Dsyntax.php52 $renderer->doc .= $renderer->_formatLink($link);
/plugin/icalevents/
H A Dsyntax-impl.php369 $summaryLink = '<span>' . $renderer->_formatLink($link) . '</span>';
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php104 $this->doc .= $this->_formatLink($link);
225 else $this->doc .= $this->_formatLink($link);
/plugin/xref/
H A Dsyntax.php80 $R->doc .= $R->_formatLink($link);
/plugin/vcard/
H A Dsyntax.php379 return $renderer->_formatLink(array(
388 return $renderer->_formatLink(array(
/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/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/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/eventline/
H A Dplain.php183 return $this->_formatLink($link);
185 $this->doc .= $this->_formatLink($link);
/plugin/showlinkpermission/
H A Drenderer.php111 return $this->_formatLink($link);
113 $this->doc .= $this->_formatLink($link);
/plugin/icalendar/
H A Dsyntax.php189 …$entryTemplate = str_replace('{summary_link}', '<html>'.$renderer->_formatLink($summary_link).'</h…
/plugin/linkbonus/
H A Dcommon.php72 $outp= $renderer->_formatLink($link);

12