| /plugin/prosemirror/parser/ |
| D | InterwikiLinkNode.php | 12 … public static function render(\renderer_plugin_prosemirror $renderer, $name, $wikiName, $wikiUri) argument 14 $shortcut = $wikiName; 23 "$wikiName>$wikiUri",
|
| /plugin/linklist/ |
| D | renderer.php | 63 public function interwikilink($link, $title, $wikiName, $wikiUri) argument 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 538 $url = $xhtml->_resolveInterWiki($wikiName, $wikiUri, $exists); 541 $class = preg_replace('/[^_\-a-z0-9]+/i', '_', $wikiName);
|
| /plugin/targetlink/ |
| 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/ |
| 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/ |
| 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));
|
| 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/ |
| D | renderer.php | 368 public function interwikilink($link, $title, $wikiName, $wikiUri) argument 371 $url = $this->_resolveInterWiki($wikiName, $wikiUri, $exists);
|
| /plugin/xml/ |
| 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/dokutexit/ |
| 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/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/nroff/ |
| 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/ |
| D | renderer.php | 518 public function interwikilink($link, $title, $wikiName, $wikiUri) argument 520 InterwikiLinkNode::render($this, $title, $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/latexit/ |
| 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/ |
| D | renderer.php | 399 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false) argument
|
| /plugin/aichat/ |
| D | renderer.php | 433 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false) argument
|
| /plugin/text/ |
| D | renderer.php | 453 function interwikilink($match, $name = NULL, $wikiName, $wikiUri, $returnonly=false) { argument
|
| /plugin/odp/ |
| D | renderer.php | 1143 function interwikilink($match, $name = NULL, $wikiName, $wikiUri) { argument 1145 $url = $this-> _resolveInterWiki($wikiName,$wikiUri);
|
| /plugin/odt/renderer/ |
| 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/ |
| D | renderer.php | 699 …function interwikilink($link, $title = NULL, $wikiName, $wikiUri) {call_user_func_array(array($thi… argument
|