Home
last modified time | relevance | path

Searched refs:externallink (Results 1 – 25 of 48) sorted by path

12

/plugin/actionrenderer/
H A Drenderer.php393 public function externallink($url, $name = null, $returnonly = false) function in renderer_plugin_actionrenderer
/plugin/adhoctags/syntax/
H A Da.php60 $renderer->externallink($href, '#');
/plugin/bookmarkfile/
H A Dsyntax.php272 $renderer->externallink($item['uri'], $item['title']);
/plugin/codemirror/dist/
H A Dscripts.min.js.map1 …turn tokenStyles(state, style);\n },\n }, {\n name: 'externallink', // 330\n …
/plugin/combo/syntax/
H A Dlink.php190 "externallink",
563 $renderer->externallink($markupRef, $name);
/plugin/database2/
H A Ddatabase2.php3464 $this->renderer->externallink( $href, $label );
/plugin/dbquery/syntax/
H A Dquery.php176 $R->externallink($url, $title);
/plugin/doi/syntax/
H A Ddoi.php61 $renderer->externallink($url, $title);
98 $renderer->externallink($data['url'], $data['title']);
144 $renderer->externallink($data['url'], $data['title']);
/plugin/dokutexit/
H A Dlatex.php505 function externallink($link, $title = NULL) { function in Doku_Renderer_latex
642 $this->externallink($item->get_permalink(),
678 $this->externallink($url);
/plugin/dw2markdown/
H A Drenderer.php474 $this->externallink( $url );
/plugin/edittable/renderer/
H A Dinverse.php409 function externallink($url, $name = null) { function in renderer_plugin_edittable_inverse
/plugin/eventline/
H A Dplain.php92 function externallink($url, $name = NULL) { function in Doku_Renderer_plain
/plugin/eventum/
H A Dsyntax.php224 $renderer->externallink($data['url'], $link);
/plugin/ffindr/
H A Dffindr.php124 … $renderer->externallink($linkurl, htmlspecialchars_decode($item->get_title()));
157 $renderer->externallink($data['url']);
/plugin/filelist/
H A Dsyntax.php
/plugin/flowcharts/
H A Drenderer.php36 function externallink($url, $name = null, $returnonly = false) { function in renderer_plugin_flowcharts
37 $xhtml = parent::externallink($url, $name = null, true);
/plugin/gcalendar/inc/
H A Dgcal_read.php364 $drx->externallink($link,$name);
/plugin/gemini/
H A Drenderer.php280 $this->externallink($url, $title);
287 public function externallink($url, $title = null) function in renderer_plugin_gemini
374 $this->externallink($url, $title);
391 $this->externallink('mailto:' . $address, $name);
/plugin/latexit/_test/
H A Drenderer.test.php640 $this->r->externallink("http://url.com", "Odkaz");
644 $this->r->externallink("http://url.com");
/plugin/latexit/
H A Drenderer.php1055 function externallink($link, $title = NULL) { function in renderer_plugin_latexit
1078 $this->externallink($url, $name);
1088 $this->externallink($link, $title);
1098 $this->externallink($link, $title);
/plugin/latexport/implementation/
H A Ddecorator.php759 function externallink($link, $title = null) { function in decorator
761 $this->decorator->externallink($link, $title);
H A Ddecorator_persister.php682 $this->externallink($link);
714 function externallink($link, $title = null) { function in DecoratorPersister
891 $this->externallink($src, $title);
/plugin/linkprefix/
H A Drenderer.php29 function externallink($url, $name = null, $returnonly = false) { function in renderer_plugin_linkprefix
31 return parent::externallink($url, $name);
43 return parent::externallink($url, $name);
/plugin/mapillary/
H A Dsyntax.php159 $renderer->externallink('http://www.mapillary.com/map/im/' . $image, $image);
/plugin/markdowku/
H A Danchorsreference.php57 $renderer->externallink($target, $title);

12