Searched refs:returnonly (Results 1 – 3 of 3) sorted by relevance
| /dokuwiki/_test/tests/Parsing/Markdown/ |
| H A D | SpecCompatRenderer.php | 92 …public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = '… argument 97 public function externallink($url, $name = null, $returnonly = false) argument 102 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false) argument 109 public function emaillink($address, $name = null, $returnonly = false) argument 114 public function locallink($hash, $name = null, $returnonly = false) argument 119 public function windowssharelink($url, $name = null, $returnonly = false) argument
|
| /dokuwiki/inc/parser/ |
| H A D | xhtmlsummary.php | 45 * @param false $returnonly 47 public function header($text, $level, $pos, $returnonly = false) argument
|
| H A D | xhtml.php | 219 * @param bool $returnonly whether to return html or write to doc attribute 222 public function header($text, $level, $pos, $returnonly = false) argument 264 if ($returnonly) { 839 * @param bool $returnonly whether to return html or write to doc attribute 844 public function camelcaselink($link, $returnonly = false) argument 846 if ($returnonly) { 858 * @param bool $returnonly whether to return html or write to doc attribute 861 public function locallink($hash, $name = null, $returnonly = false) argument 872 if ($returnonly) { 888 * @param bool $returnonly whether to return html or write to doc attribute [all …]
|