Lines Matching refs:bool

220     public function includeFooterMeta(bool $print = true): string
316 ['keys' => ['navbarUseTitleIcon'], 'type' => 'bool'],
317 ['keys' => ['navbarUseTitleText'], 'type' => 'bool'],
318 ['keys' => ['navbarUseTaglineText'], 'type' => 'bool'],
319 ['keys' => ['navbarShowSub'], 'type' => 'bool'],
320 ['keys' => ['heroTitle'], 'type' => 'bool'],
321 ['keys' => ['heroImagePropagation'], 'type' => 'bool'],
322 ['keys' => ['breadcrumbPrefix'], 'type' => 'bool'],
323 ['keys' => ['breadcrumbSep'], 'type' => 'bool'],
324 ['keys' => ['youareherePrefix'], 'type' => 'bool'],
325 ['keys' => ['youarehereSep'], 'type' => 'bool'],
326 ['keys' => ['sidebarShowLeft'], 'type' => 'bool'],
327 ['keys' => ['sidebarShowRight'], 'type' => 'bool'],
328 ['keys' => ['tocFull'], 'type' => 'bool'],
329 ['keys' => ['footerSearch'], 'type' => 'bool'],
330 ['keys' => ['licenseImageOnly'], 'type' => 'bool'],
331 ['keys' => ['includePageUseACL'], 'type' => 'bool'],
332 ['keys' => ['includePagePropagate'], 'type' => 'bool'],
333 ['keys' => ['youarehereHideHome'], 'type' => 'bool'],
334 ['keys' => ['tagsConsolidate'], 'type' => 'bool'],
335 ['keys' => ['tagsShowHero'], 'type' => 'bool'],
336 ['keys' => ['footerInPage'], 'type' => 'bool'],
337 ['keys' => ['sidebarMobileDefaultCollapse'], 'type' => 'bool'],
338 ['keys' => ['sidebarAlwaysShowLeft'], 'type' => 'bool'],
339 ['keys' => ['sidebarAlwaysShowRight'], 'type' => 'bool'],
340 ['keys' => ['searchUseTypeahead'], 'type' => 'bool'],
341 ['keys' => ['showLightDark'], 'type' => 'bool'],
342 ['keys' => ['autoLightDark'], 'type' => 'bool'],
357 ['keys' => ['useLESS'], 'type' => 'bool'],
359 ['keys' => ['stickyTopHeader'], 'type' => 'bool'],
360 ['keys' => ['stickyNavbar'], 'type' => 'bool'],
361 ['keys' => ['stickyHeader'], 'type' => 'bool'],
362 ['keys' => ['stickyLeftSidebar'], 'type' => 'bool'],
370 case 'bool':
371 return (bool) $value;
410 public function pageExists(string $page): bool
445 public function includePage(string $page, bool $print = true, bool $parse = true, string $classWrapper = ''): string
483 public function includeLoggedIn(bool $print = true): string
509 public function includeDWMenu(bool $print = true): string
757 public function includeNavbar(bool $print = true, bool $showSub = false)
905 public function includeSidebar(string $prefix = '', bool $print = true, bool $parse = true)
1012 public function includePageTools(bool $print = true, bool $includeId = false)
1065 public function includeSearch(bool $print = true)
1102 public function includeContent(bool $print = true)
1222 public function includeFooter(bool $print = true)
1272 public function includeBreadcrumbs(bool $print = true, bool $parse = true)
1357 public function includeYouAreHere(bool $print = true, bool $parse = true)
1512 public function includeHero(bool $print = true)
1568 public function includeTOC(bool $print = true, bool $parse = true)
2125 public function getMediaFile(string $image, bool $searchCurrentNS = true, bool $propagate = true)