Lines Matching refs:print
217 * @param boolean $print Print the data to buffer.
220 public function includeFooterMeta(bool $print = true): string
233 if ($print === true) {
440 * @param boolean $print Print content.
445 public function includePage(string $page, bool $print = true, bool $parse = true, string $classWrapper = ''): string
470 if ($print === true) {
480 * @param boolean $print Print content.
483 public function includeLoggedIn(bool $print = true): string
496 if ($print === true) {
506 * @param boolean $print Print content.
509 public function includeDWMenu(bool $print = true): string
714 if ($print === true) {
751 * print or return the main navbar
753 * @param boolean $print Print the navbar.
757 public function includeNavbar(bool $print = true, bool $showSub = false)
872 if ($print === true) {
901 * @param boolean $print Print the generated content to the output buffer.
905 public function includeSidebar(string $prefix = '', bool $print = true, bool $parse = true)
997 if ($print === true) {
1008 * @param boolean $print Print the generated content to the output buffer.
1012 public function includePageTools(bool $print = true, bool $includeId = false)
1019 $html .= '<nav' . ($includeId === true ? ' id="dw__pagetools"' : '') . ' class="hidden-print dw__pagetools">';
1052 if ($print === true) {
1062 * @param boolean $print Print content.
1065 public function includeSearch(bool $print = true)
1089 if ($print === true) {
1099 * @param boolean $print Print content.
1102 public function includeContent(bool $print = true)
1120 if ($print === true) {
1219 * @param boolean $print Print footer.
1222 public function includeFooter(bool $print = true)
1258 if ($print === true) {
1268 * @param boolean $print Print out trail.
1272 public function includeBreadcrumbs(bool $print = true, bool $parse = true)
1344 if ($print === true) {
1353 * @param boolean $print Print out trail.
1357 public function includeYouAreHere(bool $print = true, bool $parse = true)
1481 if ($print === true) {
1509 * @param boolean $print Print content.
1512 public function includeHero(bool $print = true)
1553 if ($print === true) {
1564 * @param boolean $print Print TOC.
1568 public function includeTOC(bool $print = true, bool $parse = true)
1594 if ($print === true) {