Home
last modified time | relevance | path

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

/dokuwiki/inc/parser/
H A Dxhtml.php217 * @param bool $returnonly whether to return html or write to doc attribute
218 * @return void|string writes to doc attribute or returns html depends on $returnonly
220 public function header($text, $level, $pos, $returnonly = false)
262 if ($returnonly) {
825 * @param bool $returnonly whether to return html or write to doc attribute
826 * @return void|string writes to doc attribute or returns html depends on $returnonly
830 public function camelcaselink($link, $returnonly = false)
832 if ($returnonly) {
844 * @param bool $returnonly whether to return html or write to doc attribute
845 * @return void|string writes to doc attribute or returns html depends on $returnonly
213 header($text, $level, $pos, $returnonly = false) global() argument
771 camelcaselink($link, $returnonly = false) global() argument
787 locallink($hash, $name = null, $returnonly = false) global() argument
818 internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') global() argument
905 externallink($url, $name = null, $returnonly = false) global() argument
969 interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false) global() argument
1026 windowssharelink($url, $name = null, $returnonly = false) global() argument
1066 emaillink($address, $name = null, $returnonly = false) global() argument
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php108 * @param bool $returnonly whether to return html or print argument
110 public function render($returnonly = false)
112 if ($returnonly) return $this->form;