Home
last modified time | relevance | path

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

12

/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/mellelexport/
H A Drenderer.php692 …function externallink($link, $title = NULL) {call_user_func_array(array($this, '__call'), array(__… function in renderer_plugin_mellelexport
/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/navi/
H A Dsyntax.php281 $R->externallink($info['page'], $info['title']);
/plugin/nroff/
H A Drenderer.php568 function externallink($url, $name = NULL) { function in renderer_plugin_nroff
809 $this->externallink($item->get_permalink(),
837 $this->externallink($url);
/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/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/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/refererremove/
H A Drenderer.php25 function externallink($url, $name = NULL){ function in renderer_plugin_refererremove
26 parent::externallink('http://anonym.to/?'.$url, $name);
/plugin/repo/
H A Dsyntax.php168 $renderer->externallink($url);
/plugin/shorty/
H A Dsyntax.php83 $renderer->doc .= $renderer->externallink($shortUrl);
/plugin/strata/types/
H A Dlink.php23 $renderer->externallink($value,$hint);
/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/sugar/
H A Dsyntax.php76 $renderer->externallink( $data[0],$data[1]);
/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/text/
H A Drenderer.php449 function externallink($url, $name = NULL, $returnonly=false) { function in renderer_plugin_text
/plugin/var/
H A Dsyntax.php62 $renderer->externallink($meta);
72 $renderer->externallink($meta);
/plugin/vshare/syntax/
H A Ddebug.php74 $renderer->externallink($info['web']);
/plugin/xml/
H A Drenderer.php421 function externallink($link, $title = null) { function in renderer_plugin_xml
/plugin/youtrack/
H A Dhelper.php267 $R->externallink($this->getIssueUrl($issue[$col]), $issue[$col]);
/plugin/yql/
H A Dsyntax.php200 $renderer->externallink($item->$link->href, (string)$item->$title);
202 $renderer->externallink($item->$link, (string)$item->$title);

12