Lines Matching refs:false

24 if (defined('DOKU_INC') === false) {
64 public bool $hideTOC = false;
124 $this->includePage('theme', false);
129 if (empty($this->getConf('customTheme')) === false) {
142 if (is_array($MIKIO_ICONS) === true && empty($this->getConf('iconTag', 'icon')) === false) {
148 if (empty($icon['css']) === false) {
149 if (strpos($icon['css'], '//') === false) {
182 if (in_array($style, $set, true) === false) {
198 if (in_array($script, $set, true) === false) {
212 … if (array_key_exists('defer_js', $conf) === false || $conf['defer_js'] === true) {
257 public function getConf(string $key, $default = false)
429 if (empty($html) === false) {
437 if (page_findnearest($page, $useACL) !== false) {
444 return false;
468 $html = tpl_include_page($page, false, $propagate, $useACL);
472 if (empty($html) === false && $parse === true) {
476 if (empty($classWrapper) === false && empty($html) === false) {
497 if (empty($_SERVER['REMOTE_USER']) === false) {
541 $showItem !== false && (strcasecmp($showItem, 'always') === 0 ||
543 (strcasecmp($showItem, 'logged out') === 0 && $loggedIn === false))
568 $showItem !== false && (strcasecmp($showItem, 'always') === 0 ||
570 (strcasecmp($showItem, 'logged out') === 0 && $loggedIn === false))
592 $showItem !== false && (strcasecmp($showItem, 'always') === 0 ||
594 (strcasecmp($showItem, 'logged out') === 0 && $loggedIn === false))
810 if (empty($str) === false) {
836 public function includeNavbar(bool $print = true, bool $showSub = false): string
842 if (plugin_isdisabled('showpageafterlogin') === false) {
844 if (empty($p) === false) {
867 $logo = $this->getMediaFile('logo', false);
868 $logoDark = $this->getMediaFile('logo-dark', false);
869 if (empty($logo) === false || empty($logoDark) === false) {
896 if(empty($logo) === false) {
897 …itle']) .' logo" class="mikio-navbar-brand-image' . (empty($logoDark) === false ? ' mikio-light-on…
900 if (empty($logoDark) === false) {
901 …="' . $logoDark . '" class="mikio-navbar-brand-image' . (empty($logo) === false ? ' mikio-dark-onl…
937 $html .= $this->includeSearch(false);
941 $html .= $this->includeDWMenu(false);
952 $sub = $this->includePage('submenu', false);
953 if (empty($sub) === false) {
1009 …$this->getConf('sidebarShow' . $confPrefix) === true && page_findnearest($sidebarPage) !== false &&
1010 p_get_metadata($ID, 'nosidebar', false) === null
1012 $content = $this->includePage($sidebarPage . 'header', false);
1013 if (empty($content) === false) {
1031 $html .= $this->includeSearch(false);
1034 $html .= $this->includeLoggedIn(false);
1037 $content = $this->includePage($sidebarPage, false);
1038 if (empty($content) === false) {
1047 $content = $this->includePage($sidebarPage, false);
1048 if (empty($content) === false) {
1053 $content = $this->includePage($sidebarPage . 'footer', false);
1054 if (empty($content) === false) {
1068 if (empty($html) === false) {
1088 if($TOCPos === false) {
1093 if($TOCPos !== false) {
1095 $toc = $this->includeTOC(false, true, false);
1117 public function includePageTools(bool $print = true, bool $includeId = false): string
1141 $showItem !== false && (strcasecmp($showItem, 'always') === 0 ||
1143 (strcasecmp($showItem, 'logged out') === 0 && $loggedIn === false))
1230 tpl_content(false);
1238 if ($this->getConf('heroTitle') === false && $this->getConf('tagsShowHero') === true) {
1250 private function custom_tpl_pageinfo($ret = false)
1259 return false;
1337 return false;
1352 $html .= $this->includePage('footer', false);
1358 $html .= $this->includeSearch(false);
1368 $html .= $this->includePageTools(false);
1410 … if ($this->getConf('breadcrumbPrefix') === false && $this->getConf('breadcrumbSep') === false) {
1420 $img = $this->getMediaFile('breadcrumb-sep', false);
1422 if ($img !== false) {
1429 $img = $this->getMediaFile('breadcrumb-prefix', false);
1431 if ($img !== false) {
1439 if (empty($prefix) === false) {
1492 … if ($this->getConf('youareherePrefix') === false && $this->getConf('youarehereSep') === false) {
1504 $img = $this->getMediaFile('youarehere-sep', false);
1506 if ($img !== false) {
1513 $img = $this->getMediaFile('youarehere-prefix', false);
1515 if ($img !== false) {
1521 if (empty($prefix) === false) {
1546 $exists = false;
1551 if ((isset($page) === true && $page === $part . $parts[$i]) === false) {
1652 $html .= $this->includeYouAreHere(false);
1655 $html .= $this->includeBreadcrumbs(false);
1666 if (empty($hero_image) === false) {
1710 if (empty($tocHtml) === false) {
1711 if ($floating !== false) {
1773 $html->stripRNAttrValues = false;
1774 $html->load($str, true, false);
1783 if (stripos($str, '<pre') !== false) {
1908 $mikioPluginMissing = false;
2010 if (array_key_exists('heading', $header) === false) {
2014 if (array_key_exists('hidden', $header) === false) {
2015 $header['hidden'] = false;
2045 …if (strcasecmp($ACT, 'admin') === 0 && (isset($_GET['page']) === false && isset($_GET['do']) === t…
2050 if (strpos($content, 'id="page__revisions"') !== false) {
2059 $html->stripRNAttrValues = false;
2060 $html->load($content, true, false);
2065 if (in_array('mikio-button', $c) === false) {
2075 if (in_array('mikio-primary', $c) === false) {
2119 if (stripos($image, ':') === false) {
2122 if ($i !== false) {
2183 if (empty($tags) === false) {
2223 if ($i !== false) {
2242 if (@file_exists($wiki_file) === false) {
2250 return false;
2276 if (empty($theme) === false) {
2289 $ismedia = false;
2290 $found = false;
2298 $ismedia = false;
2307 if ($found === false) {
2308 return false;
2566 if (false === $domContent) {