Lines Matching defs:returnonly

218      * @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)
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)
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 public function locallink($hash, $name = null, $returnonly = false)
859 if ($returnonly) {
869 * $search,$returnonly & $linktype are not for the renderer but are used
875 * @param bool $returnonly whether to return html or write to doc attribute
877 * @return void|string writes to doc attribute or returns html depends on $returnonly
880 public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content')
953 if ($returnonly) {
965 * @param bool $returnonly whether to return html or write to doc attribute
966 * @return void|string writes to doc attribute or returns html depends on $returnonly
968 public function externallink($url, $name = null, $returnonly = false)
982 if ($returnonly) {
1014 if ($returnonly) {
1030 * @param bool $returnonly whether to return html or write to doc attribute
1031 * @return void|string writes to doc attribute or returns html depends on $returnonly
1033 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false)
1074 if ($returnonly) {
1087 * @param bool $returnonly whether to return html or write to doc attribute
1088 * @return void|string writes to doc attribute or returns html depends on $returnonly
1090 public function windowssharelink($url, $name = null, $returnonly = false)
1114 if ($returnonly) {
1128 * @param bool $returnonly whether to return html or write to doc attribute
1129 * @return void|string writes to doc attribute or returns html depends on $returnonly
1131 public function emaillink($address, $name = null, $returnonly = false)
1165 if ($returnonly) {