Home
last modified time | relevance | path

Searched refs:CONF_STATIC_CACHE_ENABLED (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/action/
H A Dstaticresource.php47 public const CONF_STATIC_CACHE_ENABLED = "staticCacheEnabled"; define in action_plugin_combo_staticresource
180 $confValue = SiteConfig::getConfValue(self::CONF_STATIC_CACHE_ENABLED, 1);
H A Dcache.php146 if (SiteConfig::getConfValue(action_plugin_combo_staticresource::CONF_STATIC_CACHE_ENABLED, 1)) {
/plugin/combo/conf/
H A Dmetadata.php325 $meta[action_plugin_combo_staticresource::CONF_STATIC_CACHE_ENABLED] = array("onoff");
/plugin/combo/lang/en/
H A Dsettings.php259 $lang[action_plugin_combo_staticresource::CONF_STATIC_CACHE_ENABLED] = PluginUtility::getDocumentationHyperLink(action_plugin_combo_cache::CANONICAL, "If disabled, the smart image browser cache will be disabled");