Home
last modified time | relevance | path

Searched refs:getBooleanValue (Results 1 – 10 of 10) sorted by relevance

/template/strap/action/
H A Dcss.php132 …$disableDokuwikiStylesheetConf = $config->getBooleanValue(self::CONF_DISABLE_DOKUWIKI_STYLESHEET, …
156 ->getBooleanValue(self::CONF_ENABLE_MINIMAL_FRONTEND_STYLESHEET, 1);
H A Ddocustom.php119 …$privateRailbar = $executionContext->getConfig()->getBooleanValue(FetcherRailBar::CONF_PRIVATE_RAI…
H A Dsnippetsbootstrap.php210 …eryDoku = ExecutionContext::getActualOrCreateFromEnv()->getConfig()->getBooleanValue(self::CONF_JQ…
/template/strap/ComboStrap/
H A DSiteConfig.php165 …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 DSearchTag.php76 if (!$tagAttributes->getBooleanValue('autocomplete')) {
H A DSvgImageLink.php68 … ->getBooleanValue(self::CONF_SVG_INJECTION_ENABLE, self::CONF_SVG_INJECTION_ENABLE_DEFAULT);
H A DOutlineVisitor.php38 … ->getBooleanValue(AdTag::CONF_IN_ARTICLE_ENABLED, AdTag::CONF_IN_ARTICLE_ENABLED_DEFAULT);
H A DTagAttributes.php1263 $value = $this->getBooleanValue($attribute, $default);
1269 function getBooleanValue($attribute, $default = null) function in ComboStrap\\TagAttributes
H A DRouter.php237 if (Identity::isWriter() && $conf->getBooleanValue(self::GO_TO_EDIT_MODE, true)) {
H A DTemplateForWebPage.php289 ->getBooleanValue(self::CONF_INTERNAL_IS_SOCIAL, true);