Searched refs:getConf (Results 1 – 25 of 46) sorted by relevance
12
| /template/mikio/ |
| H A D | main.php | 41 …"mikio<?php echo $TEMPLATE->getConf('autoLightDark') === true ? ' mikio-auto-darklight' : '' ?><?p… 47 (($TEMPLATE->getConf('stickyTopHeader') === true) ? ' mikio-sticky' : '')); 48 $TEMPLATE->includeNavbar(true, $ACT === 'show' && $TEMPLATE->getConf('navbarShowSub', false)); 51 (($TEMPLATE->getConf('stickyHeader') === true) ? ' mikio-sticky' : '')); 58 … ($ACT === 'show' && $TEMPLATE->getConf('youareherePosition') === 'top') || ($ACT === 'show' && 59 …$TEMPLATE->getConf('youareherePosition') === 'hero' && $TEMPLATE->getConf('heroTitle') === false) … 65 … ($ACT === 'show' && $TEMPLATE->getConf('breadcrumbPosition') === 'top') || ($ACT === 'show' && 66 … $TEMPLATE->getConf('breadcrumbPosition') === 'hero' && $TEMPLATE->getConf('heroTitle') === false) 70 if ($ACT === 'show' && $TEMPLATE->getConf('heroTitle') === true) { 80 if ($ACT === 'show' && $TEMPLATE->getConf('youareherePosition') === 'page') { [all …]
|
| H A D | mikio.php | 129 if (empty($this->getConf('customTheme')) === false) { 130 …if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/style.less') === tru… 131 … $stylesheets[] = $this->baseDir . 'themes/' . $this->getConf('customTheme') . '/style.less'; 133 …if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/style.css') === true… 134 … $stylesheets[] = $this->baseDir . 'themes/' . $this->getConf('customTheme') . '/style.css'; 137 …if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/script.js') === true… 138 … $scripts[] = $this->baseDir . 'themes/' . $this->getConf('customTheme') . '/script.js'; 142 if (is_array($MIKIO_ICONS) === true && empty($this->getConf('iconTag', 'icon')) === false) { 165 if ($this->getConf('useLESS') === true) { 173 if ($this->getConf('useLESS') === true) { [all …]
|
| /template/bootstrap3/ |
| D | main.php | 26 if ($TPL->getConf('themeByNamespace')) { 43 …<header id="dokuwiki__header" class="dw-container dokuwiki container<?php echo ($TPL->getConf('flu… 63 …<main role="main" class="dw-container pb-5 dokuwiki container<?php echo ($TPL->getConf('fluidConta… 74 … if (($ACT == 'show') && $TPL->getConf('tagsOnTop') && $tag = $TPL->getPlugin('tag')) { 78 if ($TPL->getConf('showPageId')) { 95 …ntainerGrid() ?>" itemscope itemtype="http://schema.org/<?php echo $TPL->getConf('schemaOrgType');… 99 …<div class="<?php echo ($TPL->getConf('pageOnPanel') ? 'panel panel-default px-3 py-2' : 'no-panel… 100 … <div class="page <?php echo ($TPL->getConf('pageOnPanel') ? 'panel-body' : '') ?>"> 123 if ($TPL->getConf('tocCollapsed')) $content_classes[] = 'dw-toc-closed'; 138 if (! $TPL->getConf('tagsOnTop') && $tag = $TPL->getPlugin('tag')) { [all …]
|
| D | Template.php | 49 'collapsibleSections' => (int) $this->getConf('collapsibleSections'), 50 'fixedTopNavbar' => (int) $this->getConf('fixedTopNavbar'), 51 'showSemanticPopup' => (int) $this->getConf('showSemanticPopup'), 52 'sidebarOnNavbar' => (int) $this->getConf('sidebarOnNavbar'), 53 'tagsOnTop' => (int) $this->getConf('tagsOnTop'), 54 'tocAffix' => (int) $this->getConf('tocAffix'), 55 'tocCollapseOnScroll' => (int) $this->getConf('tocCollapseOnScroll'), 56 'tocCollapsed' => (int) $this->getConf('tocCollapsed'), 57 'tocLayout' => $this->getConf('tocLayout'), 58 'useAnchorJS' => (int) $this->getConf('useAnchorJS'), [all …]
|
| D | detail.php | 284 if ($TPL->getConf('themeByNamespace')) { 301 …<header id="dokuwiki__header" class="dw-container dokuwiki container<?php echo ($TPL->getConf('flu… 321 …<main role="main" class="dw-container pb-5 dokuwiki container<?php echo ($TPL->getConf('fluidConta… 330 <?php if($TPL->getConf('showPageId')): ?> 503 <?php if ($TPL->getConf('showPageInfo')): ?> 509 <?php if ($TPL->getConf('showLoginOnFooter')): ?> 526 …<footer id="dw__footer" class="dw-container py-5 dokuwiki container<?php echo ($TPL->getConf('flui…
|
| D | mediamanager.php | 26 if ($TPL->getConf('themeByNamespace')) {
|
| D | EventHandlers.php | 393 $fixed_top_navbar = $this->template->getConf('fixedTopNavbar'); 396 $tag_id = $this->template->getConf('googleAnalyticsTrackID'); 425 if ($this->template->getConf('tocCollapseSubSections')) {
|
| /template/bootstrap3/tpl/ |
| D | navbar.php | 14 $navbar_labels = $TPL->getConf('navbarLabels'); 16 $navbar_classes[] = ($TPL->getConf('fixedTopNavbar') ? 'navbar-fixed-top' : null); 17 $navbar_classes[] = ($TPL->getConf('inverseNavbar') ? 'navbar-inverse' : 'navbar-default'); 18 $home_link = ($TPL->getConf('homePageURL') ? $TPL->getConf('homePageURL') : wl()); 56 <?php if ($TPL->getConf('showHomePageLink')): ?> 73 if (actionOK('search') && $TPL->getConf('showSearchForm')) { 78 if ($TPL->getConf('showTools')) { 83 if ($TPL->getConf('showThemeSwitcher')) { 88 … if ($TPL->getConf('showTranslation') && $ACT == 'show' && $TPL->getPlugin('translation')) { 93 … if (!plugin_isdisabled('addnewpage') && $ACT == 'show' && $TPL->getConf('showAddNewPage')) { [all …]
|
| D | footer.php | 13 $footer_page_exist = page_findnearest('footer', $TPL->getConf('useACL')); 15 $badges_is_enabled = $TPL->getConf('showBadges'); 16 $wiki_info_is_enabled = $TPL->getConf('showWikiInfo'); 22 $wiki_home_link = ($TPL->getConf('homePageURL') ? $TPL->getConf('homePageURL') : wl()); 27 <div class="dw-container small container<?php echo ($TPL->getConf('fixedTopNavbar') || $TPL->isFlui…
|
| D | cookielaw.php | 12 if ( $TPL->getConf('showCookieLawBanner') && !get_doku_pref('cookieNoticeAccepted', null) ): 14 $cookie_policy_page_id = $TPL->getConf('cookieLawPolicyPage'); 15 $cookie_banner_page_id = $TPL->getConf('cookieLawBannerPage'); 22 <div id="cookieNotice" class="navbar <?php echo (($TPL->getConf('inverseNavbar')) ? 'navbar-inverse… 26 … $cookie_banner_page = tpl_include_page($cookie_banner_page_id, 0, 1, $TPL->getConf('useACL'));
|
| D | sidebar.php | 15 if ($TPL->getConf('sidebarShowPageTitle')) { 16 $sidebar_title = p_get_first_heading(page_findnearest($sidebar_page, $TPL->getConf('useACL'))); 33 …$TPL->normalizeSidebar(tpl_include_page($sidebar_page, 0, 1, $TPL->getConf('useACL'))); /* include…
|
| D | menu-tools.php | 12 $navbar_labels = $TPL->getConf('navbarLabels'); 21 if ($TPL->getConf('individualTools')): 23 foreach ($TPL->getConf('showIndividualTool') as $tool):
|
| D | translation.php | 79 <?php if ($translation->getConf('about') || $translation->getConf('title')): ?> 86 if ($translation->getConf('about')) {
|
| D | menu-user.php | 18 $use_avatar = $TPL->getConf('useAvatar'); 44 if ($INFO['isadmin'] && $TPL->getConf('notifyExtensionsUpdate')) { 123 <?php if ($TPL->getConf('showUserHomeLink')): ?> 175 $usermenu_pageid = page_findnearest($id, $TPL->getConf('useACL'));
|
| D | menu-admin.php | 12 if ($TPL->getConf('showAdminMenu')): 37 …ify('mdi:settings'); ?> <span class="<?php echo (in_array('admin', $TPL->getConf('navbarLabels')) …
|
| D | page-tools.php | 12 if ($TPL->getConf('showPageTools')): ?>
|
| D | theme-switcher.php | 20 …ify('mdi:palette'); ?> <span class="<?php echo (in_array('themes', $TPL->getConf('navbarLabels')) …
|
| D | page-icons.php | 12 if (($ACT == 'show' || defined('DOKU_MEDIADETAIL')) && $TPL->getConf('showPageIcons')):
|
| /template/strap/action/ |
| H A D | metatwitter.php | 143 $siteTwitterHandle = $this->getConf(self::CONF_TWITTER_SITE_HANDLE); 144 $siteTwitterId = $this->getConf(self::CONF_TWITTER_SITE_ID); 188 … $twitterMeta[self::META_DNT] = $this->getConf(self::CONF_TWITTER_DONT_NOT_TRACK, self::CONF_ON); 195 …$twitterMeta[self::META_WIDGETS_THEME] = $this->getConf(BlockquoteTag::CONF_TWEET_WIDGETS_THEME, B… 196 …$twitterMeta[self::META_WIDGETS_BORDER_COLOR] = $this->getConf(BlockquoteTag::CONF_TWEET_WIDGETS_B…
|
| H A D | pageprotection.php | 161 if ($this->getConf(LowQualityPage::CONF_LOW_QUALITY_PAGE_PROTECTION_ENABLE, true)) { 162 …$securityConf = $this->getConf(LowQualityPage::CONF_LOW_QUALITY_PAGE_PROTECTION_MODE, PageProtecti… 170 … if ($this->getConf(PagePublicationDate::CONF_LATE_PUBLICATION_PROTECTION_ENABLE, true)) { 171 …$securityConf = $this->getConf(PagePublicationDate::CONF_LATE_PUBLICATION_PROTECTION_MODE, PagePro… 300 … $securityConf = $this->getConf(LowQualityPage::CONF_LOW_QUALITY_PAGE_PROTECTION_MODE); 307 … $securityConf = $this->getConf(PagePublicationDate::CONF_LATE_PUBLICATION_PROTECTION_MODE);
|
| /template/strap/renderer/ |
| H A D | analytics.php | 311 … $qualityScores['no_' . self::FIXME] = $this->getConf(self::CONF_QUALITY_SCORE_NO_FIXME, 1); 318 $titleScore = $this->getConf(self::CONF_QUALITY_SCORE_TITLE_PRESENT, 10); 332 $descScore = $this->getConf(self::CONF_QUALITY_SCORE_DESCRIPTION_PRESENT, 8); 346 $canonicalScore = $this->getConf(self::CONF_QUALITY_SCORE_CANONICAL_PRESENT, 5); 379 $outlinePoints = $this->getConf(self::CONF_QUALITY_SCORE_CORRECT_HEADER_STRUCTURE, 3); 398 $correctLengthScore = $this->getConf(self::CONF_QUALITY_SCORE_CORRECT_CONTENT, 10); 459 …$qualityScores['correct_word_avg_by_section'] = $this->getConf(self::CONF_QUALITY_SCORE_CORRECT_WO… 483 $backlinkScore = $this->getConf(self::CONF_QUALITY_SCORE_INTERNAL_BACKLINK_FACTOR, 1); 500 $internalLinkScore = $this->getConf(self::CONF_QUALITY_SCORE_INTERNAL_LINK_FACTOR, 1); 513 $brokenLinkScore = $this->getConf(self::CONF_QUALITY_SCORE_INTERNAL_LINK_BROKEN_FACTOR, 2); [all …]
|
| /template/sprintdoc/ |
| H A D | tpl.php | 134 if ($move && $move->getConf('pagetools_integration')) { 144 if ($odt && $odt->getConf('showexportbutton')) { 161 if ($dw2pdf && $dw2pdf->getConf('showexportbutton')) {
|
| /template/strap/ComboStrap/ |
| H A D | Prism.php | 216 $theme = $plugin->getConf(Prism::CONF_PRISM_THEME, Prism::PRISM_THEME_DEFAULT); 330 $prompt = $plugin->getConf(self::CONF_BASH_PROMPT); 333 $prompt = trim($plugin->getConf(self::CONF_BATCH_PROMPT)); 341 $prompt = trim($plugin->getConf(self::CONF_POWERSHELL_PROMPT));
|
| /template/strap/syntax/ |
| H A D | preformatted.php | 101 if ($this->getConf(self::CONF_PREFORMATTED_ENABLE, 1)) { 204 …$emptyContentShouldBeDeleted = $this->getConf(self::CONF_PREFORMATTED_EMPTY_CONTENT_NOT_PRINTED_EN…
|
| H A D | code.php | 92 if ($this->getConf(self::CONF_CODE_ENABLE)) { 103 if ($this->getConf(self::CONF_CODE_ENABLE)) {
|
12