Lines Matching refs:returnonly

217      * @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
847 public function locallink($hash, $name = null, $returnonly = false)
858 if ($returnonly) {
868 * $search,$returnonly & $linktype are not for the renderer but are used
874 * @param bool $returnonly whether to return html or write to doc attribute
876 * @return void|string writes to doc attribute or returns html depends on $returnonly
879 public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content')
952 if ($returnonly) {
964 * @param bool $returnonly whether to return html or write to doc attribute
965 * @return void|string writes to doc attribute or returns html depends on $returnonly
967 public function externallink($url, $name = null, $returnonly = false)
981 if ($returnonly) {
1013 if ($returnonly) {
1029 * @param bool $returnonly whether to return html or write to doc attribute
1030 * @return void|string writes to doc attribute or returns html depends on $returnonly
1032 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false)
1073 if ($returnonly) {
1086 * @param bool $returnonly whether to return html or write to doc attribute
1087 * @return void|string writes to doc attribute or returns html depends on $returnonly
1089 public function windowssharelink($url, $name = null, $returnonly = false)
1113 if ($returnonly) {
1127 * @param bool $returnonly whether to return html or write to doc attribute
1128 * @return void|string writes to doc attribute or returns html depends on $returnonly
1130 public function emaillink($address, $name = null, $returnonly = false)
1164 if ($returnonly) {