Home
last modified time | relevance | path

Searched refs:returnonly (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/parser/
H A Dxhtmlsummary.php45 * @param false $returnonly
47 public function header($text, $level, $pos, $returnonly = false) argument
H A Dxhtml.php218 * @param bool $returnonly whether to return html or write to doc attribute
219 * @return void|string writes to doc attribute or returns html depends on $returnonly
221 public function header($text, $level, $pos, $returnonly = false) argument
263 if ($returnonly) {
826 * @param bool $returnonly whether to return html or write to doc attribute
827 * @return void|string writes to doc attribute or returns html depends on $returnonly
831 public function camelcaselink($link, $returnonly = false) argument
833 if ($returnonly) {
845 * @param bool $returnonly whether to return html or write to doc attribute
846 * @return void|string writes to doc attribute or returns html depends on $returnonly
848 locallink($hash, $name = null, $returnonly = false) global() argument
880 internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') global() argument
968 externallink($url, $name = null, $returnonly = false) global() argument
1033 interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false) global() argument
1090 windowssharelink($url, $name = null, $returnonly = false) global() argument
1131 emaillink($address, $name = null, $returnonly = false) global() argument
[all...]