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.php49 public const CONF_STATIC_CACHE_ENABLED = "staticCacheEnabled"; define in action_plugin_combo_staticresource
209 $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.php326 $meta[action_plugin_combo_staticresource::CONF_STATIC_CACHE_ENABLED] = array("onoff");
/plugin/combo/lang/en/
H A Dsettings.php260 $lang[action_plugin_combo_staticresource::CONF_STATIC_CACHE_ENABLED] = PluginUtility::getDocumentat…