Searched refs:setConf (Results 1 – 4 of 4) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | SiteConfig.php | 124 …public function setConf(string $key, $value, ?string $pluginNamespace = PluginUtility::PLUGIN_BASE… function in ComboStrap\\SiteConfig 139 Site::setConf($key, $value, $pluginNamespace); 153 Site::setConf($confKey, $value, $plugin); 159 $this->setConf(self::CONF_ENABLE_THEME_SYSTEM, 0); 192 $this->setConf('cachetime', 60 * 60, null); 198 $this->setConf('console', 1); 214 $this->setConf('console', 0); 232 $this->setConf(self::LOG_EXCEPTION_LEVEL, $level); 305 $this->setConf(SiteConfig::HTML_MAX_KB_SIZE_FOR_INLINE_ELEMENT, $kbSize); 311 $this->setConf('maxseclevel', 0, null); [all …]
|
| H A D | ExecutionContext.php | 534 …public function setConf(string $key, $value, ?string $pluginNamespace = PluginUtility::PLUGIN_BASE… function in ComboStrap\\ExecutionContext 536 $this->getApp()->getConfig()->setConf($key, $value, $pluginNamespace); 660 $this->setConf('maxseclevel', 999, null); 678 $this->setConf('useheading', 1, null); 705 $this->setConf($key, $value, null);
|
| H A D | Site.php | 277 … public static function setConf($key, $value, ?string $namespace = PluginUtility::PLUGIN_BASE_NAME) function in ComboStrap\\Site 731 self::setConf(ColorRgb::SECONDARY_COLOR_CONF, $secondaryColorValue); 736 self::setConf(BrandingColors::PRIMARY_COLOR_CONF, null); 781 self::setConf(PageUrlType::CONF_CANONICAL_URL_TYPE, $value); 786 self::setConf(PageUrlType::CONF_CANONICAL_URL_TYPE, null);
|
| H A D | FetcherMarkupWebcode.php | 106 ->setConf(action_plugin_combo_css::CONF_DISABLE_DOKUWIKI_STYLESHEET, true);
|