/plugin/prosemirror/parser/ |
H A D | InterwikiLinkNode.php | 12 public static function render(\renderer_plugin_prosemirror $renderer, $name, $wikiName, $wikiUri) 14 $shortcut = $wikiName; 23 "$wikiName>$wikiUri", 13 render(\\renderer_plugin_prosemirror $renderer, $name, $wikiName, $wikiUri) global() argument
|
/plugin/targetlink/ |
H A D | syntax.php | 245 …function interwikilink(&$xhtml, $match, $name = null, $wikiName, $wikiUri, $target, $returnonly = … argument 258 $url = $xhtml->_resolveInterWiki($wikiName, $wikiUri, $exists); 261 $class = preg_replace('/[^_\-a-z0-9]+/i', '_', $wikiName);
|
/plugin/linksenhanced/syntax/ |
H A D | link.php | 174 $wikiName = strtolower($interwiki[0]); 188 $url = $renderer->_resolveInterWiki($wikiName, $wikiUri, $exists); 191 $class = preg_replace('/[^_\-a-z0-9]+/i', '_', $wikiName);
|
/plugin/struct/renderer/ |
H A D | csv.php | 256 public function interwikilink($link, $title, $wikiName, $wikiUri) argument 259 $title = $wikiName . '>' . $link;
|
/plugin/latexport/implementation/ |
H A D | decorator_persister.php | 735 * @param string $wikiName indentifier (shortcut) for the remote wiki 738 function interwikilink($link, $title = null, $wikiName, $wikiUri) { argument 739 $this->externalLink($link, trim($title.' '.$wikiName));
|
H A D | decorator.php | 782 * @param string $wikiName indentifier (shortcut) for the remote wiki 785 function interwikilink($link, $title = null, $wikiName, $wikiUri) { argument 787 $this->decorator->interwikilink($link, $title, $wikiName, $wikiUri);
|
/plugin/gemini/ |
H A D | renderer.php | 368 public function interwikilink($link, $title, $wikiName, $wikiUri) argument 371 $url = $this->_resolveInterWiki($wikiName, $wikiUri, $exists);
|
/plugin/xml/ |
H A D | renderer.php | 430 * @param string $wikiName an indentifier for the wiki 433 function interwikilink($link, $title = null, $wikiName, $wikiUri) { argument 435 $url = $this->_resolveInterWiki($wikiName, $wikiUri);
|
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/ |
H A D | MarkdownRendererTrait.php | 369 … private function renderDokuWikiInterwikiLink($match, $name, $wikiName, $wikiUri, $title = null) { argument 372 $this->renderer->interwikilink($match, $name, $wikiName, $wikiUri);
|
/plugin/dokutexit/ |
H A D | latex.php | 523 function interwikilink($link, $title = NULL, $wikiName, $wikiUri) { argument 526 if ( isset($this->interwiki[$wikiName]) ) { 527 $url = $this->interwiki[$wikiName]; 533 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$wikiName); 557 if ( isset($this->interwiki[$wikiName]) ) { 558 $url = $this->interwiki[$wikiName];
|
/plugin/nroff/ |
H A D | renderer.php | 598 function interwikilink($match, $name = NULL, $wikiName, $wikiUri) { argument 609 $url = $this-> _resolveInterWiki($wikiName,$wikiUri); 612 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$wikiName);
|
/plugin/prosemirror/ |
H A D | renderer.php | 518 public function interwikilink($link, $title, $wikiName, $wikiUri) 520 InterwikiLinkNode::render($this, $title, $wikiName, $wikiUri); 506 interwikilink($link, $title, $wikiName, $wikiUri) global() argument
|
/plugin/eventline/ |
H A D | plain.php | 99 function interwikilink($match, $name = NULL, $wikiName, $wikiUri) { argument
|
/plugin/edittable/renderer/ |
H A D | inverse.php | 472 function interwikilink($match, $name = null, $wikiName, $wikiUri) { argument 474 $this->doc .= "[[$wikiName>$wikiUri";
|
/plugin/latexit/ |
H A D | renderer.php | 1068 * @param string $wikiName Name of wiki (according to configuration) 1071 function interwikilink($link, $title = NULL, $wikiName, $wikiUri) { argument 1072 $url = $this->_resolveInterWiki($wikiName, $wikiUri);
|
/plugin/actionrenderer/ |
H A D | renderer.php | 399 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false) argument
|
/plugin/text/ |
H A D | renderer.php | 453 function interwikilink($match, $name = NULL, $wikiName, $wikiUri, $returnonly=false) { argument
|
/plugin/odp/ |
H A D | renderer.php | 1143 function interwikilink($match, $name = NULL, $wikiName, $wikiUri) { argument 1145 $url = $this-> _resolveInterWiki($wikiName,$wikiUri);
|
/plugin/odt/renderer/ |
H A D | page.php | 1413 * @param string $wikiName indentifier (shortcut) for the remote wiki 1417 function interwikilink($match, $name = NULL, $wikiName, $wikiUri, $returnonly = false) { argument 1419 $url = $this-> _resolveInterWiki($wikiName,$wikiUri);
|
/plugin/mellelexport/ |
H A D | renderer.php | 699 …function interwikilink($link, $title = NULL, $wikiName, $wikiUri) {call_user_func_array(array($thi… argument
|