Home
last modified time | relevance | path

Searched refs:externallink (Results 1 – 25 of 48) sorted by last modified time

12

/plugin/dbquery/syntax/
H A Dquery.php176 $R->externallink($url, $title);
/plugin/struct/renderer/
H A Dcsv.php156 public function externallink($link, $title = null) function in renderer_plugin_struct_csv
/plugin/struct/types/
H A DUrl.php48 $R->externallink($url, $title);
/plugin/mermaid/
H A Drenderer.php42 function externallink($url, $name = null, $returnonly = false) function in renderer_plugin_mermaid
44 $xhtml = parent::externallink($url, $name, true);
/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/combo/syntax/
H A Dlink.php190 "externallink",
563 $renderer->externallink($markupRef, $name);
/plugin/adhoctags/syntax/
H A Da.php60 $renderer->externallink($href, '#');
/plugin/odt/renderer/
H A Dpage.php1191 return $this->externallink($url, $title, true);
1193 $this->externallink($url, $title);
1245 return $this->externallink($url, $title, true);
1247 $this->externallink($url, $title);
1279 return $this->externallink($src,$title,true);
1281 $this->externallink($src,$title);
1365 function externallink($url, $name = NULL, $returnonly = false) { function in renderer_plugin_odt_page
1573 $this->externallink($item->get_permalink(),
1598 $this->externallink($url);
/plugin/prosemirror/
H A Drenderer.php501 public function externallink($link, $title = null) function in renderer_plugin_prosemirror
/plugin/navi/
H A Dsyntax.php281 $R->externallink($info['page'], $info['title']);
/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/text/
H A Drenderer.php449 function externallink($url, $name = NULL, $returnonly=false) { function in renderer_plugin_text
/plugin/actionrenderer/
H A Drenderer.php393 public function externallink($url, $name = null, $returnonly = false) function in renderer_plugin_actionrenderer
/plugin/vshare/syntax/
H A Ddebug.php74 $renderer->externallink($info['web']);
/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/strata/types/
H A Dlink.php23 $renderer->externallink($value,$hint);
/plugin/markdowku/
H A Danchorsreference.php57 $renderer->externallink($target, $title);
/plugin/qc/
H A Drenderer.php229 public function externallink($url, $name = null)
223 public function externallink($url, $name = null) global() function in renderer_plugin_qc
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php295 $this->renderer->externallink($block[1]);
387 $this->renderer->externallink($url, $name);
484 $this->renderer->externallink($block[1]);
/plugin/repo/
H A Dsyntax.php168 $renderer->externallink($url);
/plugin/var/
H A Dsyntax.php62 $renderer->externallink($meta);
72 $renderer->externallink($meta);
/plugin/filelist/
H A Dsyntax.php
/plugin/codemirror/dist/
H A Dscripts.min.js.map1 …turn tokenStyles(state, style);\n },\n }, {\n name: 'externallink', // 330\n …
/plugin/latexport/implementation/
H A Ddecorator.php759 function externallink($link, $title = null) { function in decorator
761 $this->decorator->externallink($link, $title);

12