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
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
831 public function camelcaselink($link, $returnonly = false) argument
833 if ($returnonly) {
845 * @param bool $returnonly whether to return html or write to doc attribute
848 public function locallink($hash, $name = null, $returnonly = false) argument
859 if ($returnonly) {
875 * @param bool $returnonly whether to return html or write to doc attribute
[all …]