| /plugin/prosemirror/parser/ |
| D | InterwikiLinkNode.php | 12 … public static function render(\renderer_plugin_prosemirror $renderer, $name, $wikiName, $wikiUri) argument 15 $url = $renderer->_resolveInterWiki($shortcut, $wikiUri, $exists); 23 "$wikiName>$wikiUri",
|
| /plugin/linklist/ |
| D | renderer.php | 63 public function interwikilink($link, $title, $wikiName, $wikiUri) argument 67 $title = $wikiUri; 73 $this->data['interwiki'][$link] = [$link, $title, $wikiName, $wikiUri];
|
| /plugin/button/ |
| D | syntax.php | 354 [$wikiName, $wikiUri] = sexplode('>', $id, 2, ''); 357 $link = $this->interwikilink($xhtml, $id, $name, $wikiName, $wikiUri, true); 524 public function interwikilink(&$xhtml, $match, $name, $wikiName, $wikiUri, $returnonly = false) argument 533 $link['name'] = $xhtml->_getLinkTitle($name, $wikiUri, $isImage); 538 $url = $xhtml->_resolveInterWiki($wikiName, $wikiUri, $exists);
|
| /plugin/targetlink/ |
| D | syntax.php | 245 …function interwikilink(&$xhtml, $match, $name = null, $wikiName, $wikiUri, $target, $returnonly = … argument 253 $link['name'] = $xhtml->_getLinkTitle($name, $wikiUri, $isImage); 258 $url = $xhtml->_resolveInterWiki($wikiName, $wikiUri, $exists);
|
| /plugin/gemini/ |
| D | renderer.php | 368 public function interwikilink($link, $title, $wikiName, $wikiUri) argument 371 $url = $this->_resolveInterWiki($wikiName, $wikiUri, $exists); 372 if (!$title) $title = $wikiUri;
|
| /plugin/linksenhanced/syntax/ |
| D | link.php | 175 $wikiUri = $interwiki[1]; 182 $link['name'] = $renderer->_getLinkTitle($name, $wikiUri, $isImage); 188 $url = $renderer->_resolveInterWiki($wikiName, $wikiUri, $exists);
|
| /plugin/xml/ |
| D | renderer.php | 431 * @param string $wikiUri the URL fragment to append to some known URL 433 function interwikilink($link, $title = null, $wikiName, $wikiUri) { argument 434 $name = $this->_getLinkTitle($title, $wikiUri, $isImage); 435 $url = $this->_resolveInterWiki($wikiName, $wikiUri);
|
| /plugin/latexport/implementation/ |
| D | decorator.php | 783 * @param string $wikiUri the fragment parsed from the original link 785 function interwikilink($link, $title = null, $wikiName, $wikiUri) { argument 787 $this->decorator->interwikilink($link, $title, $wikiName, $wikiUri);
|
| D | decorator_persister.php | 736 * @param string $wikiUri the fragment parsed from the original link 738 function interwikilink($link, $title = null, $wikiName, $wikiUri) { argument
|
| /plugin/aichat/ |
| D | renderer.php | 433 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false) argument 435 $this->doc .= $this->_getLinkTitle($name, $wikiUri, $isImage);
|
| /plugin/mdpage/src/DokuWiki/Plugin/Mdpage/ |
| D | MarkdownRendererTrait.php | 369 … private function renderDokuWikiInterwikiLink($match, $name, $wikiName, $wikiUri, $title = null) { argument 372 $this->renderer->interwikilink($match, $name, $wikiName, $wikiUri);
|
| /plugin/text/ |
| D | renderer.php | 453 function interwikilink($match, $name = NULL, $wikiName, $wikiUri, $returnonly=false) { argument 454 $this->doc .= $this->_getLinkTitle($name, $wikiUri, $isImage);
|
| /plugin/nroff/ |
| D | renderer.php | 598 function interwikilink($match, $name = NULL, $wikiName, $wikiUri) { argument 606 $link['name'] = $this->_getLinkTitle($name, $wikiUri, $isImage); 609 $url = $this-> _resolveInterWiki($wikiName,$wikiUri);
|
| /plugin/latexit/ |
| D | renderer.php | 1069 * @param string $wikiUri Text in link after wiki address 1071 function interwikilink($link, $title = NULL, $wikiName, $wikiUri) { argument 1072 $url = $this->_resolveInterWiki($wikiName, $wikiUri); 1074 $name = $wikiUri;
|
| /plugin/prosemirror/ |
| D | renderer.php | 518 public function interwikilink($link, $title, $wikiName, $wikiUri) argument 520 InterwikiLinkNode::render($this, $title, $wikiName, $wikiUri);
|
| /plugin/struct/renderer/ |
| H A D | csv.php | 256 public function interwikilink($link, $title, $wikiName, $wikiUri) argument
|
| /plugin/odp/ |
| D | renderer.php | 1143 function interwikilink($match, $name = NULL, $wikiName, $wikiUri) { argument 1144 $name = $this->_getLinkTitle($name, $wikiUri, $isImage); 1145 $url = $this-> _resolveInterWiki($wikiName,$wikiUri);
|
| /plugin/eventline/ |
| D | plain.php | 99 function interwikilink($match, $name = NULL, $wikiName, $wikiUri) { argument
|
| /plugin/edittable/renderer/ |
| D | inverse.php | 472 function interwikilink($match, $name = null, $wikiName, $wikiUri) { argument 474 $this->doc .= "[[$wikiName>$wikiUri";
|
| /plugin/actionrenderer/ |
| D | renderer.php | 399 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false) argument
|
| /plugin/odt/renderer/ |
| D | page.php | 1414 * @param string $wikiUri the fragment parsed from the original link 1417 function interwikilink($match, $name = NULL, $wikiName, $wikiUri, $returnonly = false) { argument 1418 $name = $this->_getLinkTitle($name, $wikiUri, $isImage); 1419 $url = $this-> _resolveInterWiki($wikiName,$wikiUri);
|
| /plugin/dokutexit/ |
| D | latex.php | 523 function interwikilink($link, $title = NULL, $wikiName, $wikiUri) { argument 529 $title['caption'] = $url.$wikiUri; 531 $linkname = $this->_getLinkTitle($title, $wikiUri, $isImage);
|
| /plugin/mellelexport/ |
| D | renderer.php | 699 …function interwikilink($link, $title = NULL, $wikiName, $wikiUri) {call_user_func_array(array($thi… argument
|