Home
last modified time | relevance | path

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

12

/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/refererremove/
H A 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.php61 $renderer->externallink($url, $title);
98 $renderer->externallink($data['url'], $data['title']);
144 $renderer->externallink($data['url'], $data['title']);
/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/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/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/targetlink/
H A 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/
H A Dsyntax.php62 $renderer->externallink($meta);
72 $renderer->externallink($meta);
/plugin/ffindr/
H A Dffindr.php124 … $renderer->externallink($linkurl, htmlspecialchars_decode($item->get_title()));
157 $renderer->externallink($data['url']);
/plugin/yql/
H A Dsyntax.php200 $renderer->externallink($item->$link->href, (string)$item->$title);
202 $renderer->externallink($item->$link, (string)$item->$title);
/plugin/adhoctags/syntax/
H A Da.php60 $renderer->externallink($href, '#');
/plugin/shorty/
H A Dsyntax.php83 $renderer->doc .= $renderer->externallink($shortUrl);
/plugin/strata/types/
H A Dlink.php23 $renderer->externallink($value,$hint);
/plugin/sugar/
H A Dsyntax.php76 $renderer->externallink( $data[0],$data[1]);
/plugin/markdowku/
H A 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/
H A DMarkdownRendererTrait.php295 $this->renderer->externallink($block[1]);
387 $this->renderer->externallink($url, $name);
484 $this->renderer->externallink($block[1]);
/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/mapillary/
H A Dsyntax.php159 $renderer->externallink('http://www.mapillary.com/map/im/' . $image, $image);
/plugin/latexport/implementation/
H A Ddecorator_persister.php682 $this->externallink($link);
714 function externallink($link, $title = null) { function in DecoratorPersister
891 $this->externallink($src, $title);
/plugin/youtrack/
H A Dhelper.php267 $R->externallink($this->getIssueUrl($issue[$col]), $issue[$col]);
/plugin/dbquery/syntax/
H A Dquery.php176 $R->externallink($url, $title);
/plugin/odp/
H A Drenderer.php1076 $this->externallink($src,$title);
1122 function externallink($url, $name = NULL) { function in renderer_plugin_odp
1286 $this->externallink($item->get_permalink(),
1311 $this->externallink($url);
/plugin/eventum/
H A Dsyntax.php224 $renderer->externallink($data['url'], $link);

12