Home
last modified time | relevance | path

Searched refs:externallink (Results 1 – 25 of 54) sorted by relevance

123

/plugin/linkprefix/
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/refererremove/
Drenderer.php25 function externallink($url, $name = NULL){ function in renderer_plugin_refererremove
26 parent::externallink('http://anonym.to/?'.$url, $name);
/plugin/doi/syntax/
H A Ddoi.php64 $renderer->externallink($url, $title);
106 $renderer->externallink(
120 $renderer->externallink($data['url'], $data['title']);
166 $renderer->externallink($data['url'], $data['title']);
/plugin/linkfavicon/
Drenderer.php23 public function externallink($url, $name = null, $returnonly = false) function in renderer_plugin_linkfavicon
25 $result = parent::externallink($url, $name, true);
/plugin/mermaid/
H A Drenderer.php35 public function externallink($url, $name = null, $returnonly = false) function in renderer_plugin_mermaid
37 $xhtml = $this->formattedXhtml(parent::externallink($url, $name, true));
/plugin/flowcharts/
Drenderer.php36 function externallink($url, $name = null, $returnonly = false) { function in renderer_plugin_flowcharts
37 $xhtml = parent::externallink($url, $name = null, true);
/plugin/gemini/
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/targetlink/
Dsyntax.php61 $args = $this->externallink($renderer, $data[1], $data[2], $target, $this->schemes);
90 $renderer->externallink($data[1], $data[2]);
191 function externallink(&$xhtml, $url, $name = null, $target, $schemes, $returnonly = false) { function in syntax_plugin_targetlink
/plugin/var/
Dsyntax.php62 $renderer->externallink($meta);
72 $renderer->externallink($meta);
/plugin/ffindr/
Dffindr.php124 … $renderer->externallink($linkurl, htmlspecialchars_decode($item->get_title()));
157 $renderer->externallink($data['url']);
/plugin/yql/
Dsyntax.php200 $renderer->externallink($item->$link->href, (string)$item->$title);
202 $renderer->externallink($item->$link, (string)$item->$title);
/plugin/adhoctags/syntax/
Da.php60 $renderer->externallink($href, '#');
/plugin/shorty/
Dsyntax.php83 $renderer->doc .= $renderer->externallink($shortUrl);
/plugin/linklist/
Drenderer.php50 public function externallink($link, $title = null) function in renderer_plugin_linklist
Dsyntax.php107 $renderer->externallink($params[0], $params[1]);
/plugin/strata/types/
Dlink.php23 $renderer->externallink($value,$hint);
/plugin/sugar/
Dsyntax.php76 $renderer->externallink( $data[0],$data[1]);
/plugin/markdowku/
Danchorsreference.php57 $renderer->externallink($target, $title);
/plugin/vshare/syntax/
H A Ddebug.php74 $renderer->externallink($info['web']);
/plugin/struct/types/
H A DUrl.php48 $R->externallink($url, $title);
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
DMarkdownRendererTrait.php295 $this->renderer->externallink($block[1]);
387 $this->renderer->externallink($url, $name);
484 $this->renderer->externallink($block[1]);
/plugin/odt/renderer/
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/latexport/implementation/
Ddecorator_persister.php682 $this->externallink($link);
714 function externallink($link, $title = null) { function in DecoratorPersister
891 $this->externallink($src, $title);
/plugin/gallery/classes/
DBasicFormatter.php66 $this->renderer->externallink($link, $imgdata);
/plugin/mapillary/
Dsyntax.php159 $renderer->externallink('http://www.mapillary.com/map/im/' . $image, $image);

123