Searched refs:getBooleanValue (Results 1 – 10 of 10) sorted by relevance
| /template/strap/action/ |
| H A D | css.php | 132 …$disableDokuwikiStylesheetConf = $config->getBooleanValue(self::CONF_DISABLE_DOKUWIKI_STYLESHEET, … 156 ->getBooleanValue(self::CONF_ENABLE_MINIMAL_FRONTEND_STYLESHEET, 1);
|
| H A D | docustom.php | 119 …$privateRailbar = $executionContext->getConfig()->getBooleanValue(FetcherRailBar::CONF_PRIVATE_RAI…
|
| H A D | snippetsbootstrap.php | 210 …eryDoku = ExecutionContext::getActualOrCreateFromEnv()->getConfig()->getBooleanValue(self::CONF_JQ…
|
| /template/strap/ComboStrap/ |
| H A D | SiteConfig.php | 165 …return $this->getBooleanValue(self::CONF_ENABLE_THEME_SYSTEM, self::CONF_ENABLE_THEME_SYSTEM_DEFAU… 178 public function getBooleanValue(string $key, int $default): bool function in ComboStrap\\SiteConfig 204 return $this->getBooleanValue('console', 0); 329 return $this->getBooleanValue(self::HTML_ALWAYS_INLINE_LOCAL_JAVASCRIPT, 0);
|
| H A D | SearchTag.php | 76 if (!$tagAttributes->getBooleanValue('autocomplete')) {
|
| H A D | SvgImageLink.php | 68 … ->getBooleanValue(self::CONF_SVG_INJECTION_ENABLE, self::CONF_SVG_INJECTION_ENABLE_DEFAULT);
|
| H A D | OutlineVisitor.php | 38 … ->getBooleanValue(AdTag::CONF_IN_ARTICLE_ENABLED, AdTag::CONF_IN_ARTICLE_ENABLED_DEFAULT);
|
| H A D | TagAttributes.php | 1263 $value = $this->getBooleanValue($attribute, $default); 1269 function getBooleanValue($attribute, $default = null) function in ComboStrap\\TagAttributes
|
| H A D | Router.php | 237 if (Identity::isWriter() && $conf->getBooleanValue(self::GO_TO_EDIT_MODE, true)) {
|
| H A D | TemplateForWebPage.php | 289 ->getBooleanValue(self::CONF_INTERNAL_IS_SOCIAL, true);
|