Lines Matching refs:return
136 * @param bool $return Should the TOC be returned instead to be printed?
141 function tpl_toc($return = false) argument
173 if ($return) return $html;
447 * @param bool $return Return or print directly?
450 function tpl_inlineScript($script, $return = false) argument
459 if ($return) return $script;
471 * @param bool $return if true return the link html, otherwise print
476 function tpl_link($url, $name, $more = '', $return = false) argument
481 if ($return) return $out;
493 * @param bool $return
498 function tpl_pagelink($id, $name = null, $return = false) argument
501 if ($return) return $out;
536 * @param bool $return
543 function tpl_button($type, $return = false) argument
565 if ($return) return $out;
577 * @param bool $return if true it returns html, otherwise prints
584 function tpl_actionlink($type, $pre = '', $suf = '', $inner = '', $return = false) argument
628 if ($return) return $out;
694 * @param bool $return return or print
703 function tpl_action($type, $link = false, $wrapper = false, $return = false, $pre = '', $suf = '', … argument
714 if ($return) return $out;
785 * @param bool $return return or print
790 function tpl_breadcrumbs($sep = null, $return = false) argument
818 if ($return) return $out;
830 * @param bool $return return or print
839 function tpl_youarehere($sep = null, $return = false) argument
876 if ($return) return $out;
883 if ($return) return $out;
889 if ($return) return $out;
1601 * @param bool $return when true don't print, but return HTML
1607 function tpl_license($img = 'badge', $imgonly = false, $return = false, $wrap = true) argument
1634 if ($return) return $out;
1804 $return = '';
1810 … $return .= '<link rel="shortcut icon" href="' . tpl_getMediaFile($look) . '" />' . NL;
1814 … $return .= '<link rel="apple-touch-icon" href="' . tpl_getMediaFile($look) . '" />' . NL;
1819 … $return .= '<link rel="icon" href="' . tpl_getMediaFile($look) . '" type="image/svg+xml" />' . NL;
1824 return $return;