Lines Matching refs:return
135 * @param bool $return Should the TOC be returned instead to be printed?
140 function tpl_toc($return = false) argument
172 if ($return) return $html;
452 * @param bool $return Return or print directly?
455 function tpl_inlineScript($script, $return = false) argument
464 if ($return) return $script;
476 * @param bool $return if true return the link html, otherwise print
481 function tpl_link($url, $name, $more = '', $return = false) argument
486 if ($return) return $out;
498 * @param bool $return
503 function tpl_pagelink($id, $name = null, $return = false) argument
506 if ($return) return $out;
541 * @param bool $return
548 function tpl_button($type, $return = false) argument
570 if ($return) return $out;
582 * @param bool $return if true it returns html, otherwise prints
589 function tpl_actionlink($type, $pre = '', $suf = '', $inner = '', $return = false) argument
633 if ($return) return $out;
699 * @param bool $return return or print
708 function tpl_action($type, $link = false, $wrapper = false, $return = false, $pre = '', $suf = '', … argument
719 if ($return) return $out;
790 * @param bool $return return or print
795 function tpl_breadcrumbs($sep = null, $return = false) argument
823 if ($return) return $out;
835 * @param bool $return return or print
844 function tpl_youarehere($sep = null, $return = false) argument
881 if ($return) return $out;
888 if ($return) return $out;
894 if ($return) return $out;
1619 * @param bool $return when true don't print, but return HTML
1625 function tpl_license($img = 'badge', $imgonly = false, $return = false, $wrap = true) argument
1652 if ($return) return $out;
1822 $return = '';
1828 … $return .= '<link rel="shortcut icon" href="' . tpl_getMediaFile($look) . '" />' . NL;
1832 … $return .= '<link rel="apple-touch-icon" href="' . tpl_getMediaFile($look) . '" />' . NL;
1837 … $return .= '<link rel="icon" href="' . tpl_getMediaFile($look) . '" type="image/svg+xml" />' . NL;
1842 return $return;