| /plugin/linkprefix/ |
| D | renderer.php | 29 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/ |
| D | renderer.php | 25 function externallink($url, $name = NULL){ function in renderer_plugin_refererremove 26 parent::externallink('http://anonym.to/?'.$url, $name);
|
| /plugin/doi/syntax/ |
| H A D | doi.php | 64 $renderer->externallink($url, $title); 106 $renderer->externallink( 120 $renderer->externallink($data['url'], $data['title']); 166 $renderer->externallink($data['url'], $data['title']);
|
| /plugin/linkfavicon/ |
| D | renderer.php | 23 public function externallink($url, $name = null, $returnonly = false) function in renderer_plugin_linkfavicon 25 $result = parent::externallink($url, $name, true);
|
| /plugin/mermaid/ |
| H A D | renderer.php | 35 public function externallink($url, $name = null, $returnonly = false) function in renderer_plugin_mermaid 37 $xhtml = $this->formattedXhtml(parent::externallink($url, $name, true));
|
| /plugin/flowcharts/ |
| D | renderer.php | 36 function externallink($url, $name = null, $returnonly = false) { function in renderer_plugin_flowcharts 37 $xhtml = parent::externallink($url, $name = null, true);
|
| /plugin/gemini/ |
| D | renderer.php | 280 $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/ |
| D | syntax.php | 61 $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/ |
| D | syntax.php | 62 $renderer->externallink($meta); 72 $renderer->externallink($meta);
|
| /plugin/ffindr/ |
| D | ffindr.php | 124 … $renderer->externallink($linkurl, htmlspecialchars_decode($item->get_title())); 157 $renderer->externallink($data['url']);
|
| /plugin/yql/ |
| D | syntax.php | 200 $renderer->externallink($item->$link->href, (string)$item->$title); 202 $renderer->externallink($item->$link, (string)$item->$title);
|
| /plugin/adhoctags/syntax/ |
| D | a.php | 60 $renderer->externallink($href, '#');
|
| /plugin/shorty/ |
| D | syntax.php | 83 $renderer->doc .= $renderer->externallink($shortUrl);
|
| /plugin/linklist/ |
| D | renderer.php | 50 public function externallink($link, $title = null) function in renderer_plugin_linklist
|
| D | syntax.php | 107 $renderer->externallink($params[0], $params[1]);
|
| /plugin/strata/types/ |
| D | link.php | 23 $renderer->externallink($value,$hint);
|
| /plugin/sugar/ |
| D | syntax.php | 76 $renderer->externallink( $data[0],$data[1]);
|
| /plugin/markdowku/ |
| D | anchorsreference.php | 57 $renderer->externallink($target, $title);
|
| /plugin/vshare/syntax/ |
| H A D | debug.php | 74 $renderer->externallink($info['web']);
|
| /plugin/struct/types/ |
| H A D | Url.php | 48 $R->externallink($url, $title);
|
| /plugin/mdpage/src/DokuWiki/Plugin/Mdpage/ |
| D | MarkdownRendererTrait.php | 295 $this->renderer->externallink($block[1]); 387 $this->renderer->externallink($url, $name); 484 $this->renderer->externallink($block[1]);
|
| /plugin/odt/renderer/ |
| D | page.php | 1191 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/ |
| D | decorator_persister.php | 682 $this->externallink($link); 714 function externallink($link, $title = null) { function in DecoratorPersister 891 $this->externallink($src, $title);
|
| /plugin/gallery/classes/ |
| D | BasicFormatter.php | 66 $this->renderer->externallink($link, $imgdata);
|
| /plugin/mapillary/ |
| D | syntax.php | 159 $renderer->externallink('http://www.mapillary.com/map/im/' . $image, $image);
|