Home
last modified time | relevance | path

Searched refs:confValue (Results 1 – 6 of 6) sorted by relevance

/plugin/structacl/_test/
H A DConfigTest.php22 $confValue = 'schema1.assigned_user
41 $config = $helper->getConfiguration($confValue);
51 $confValue = '';
57 $config = $helper->getConfiguration($confValue);
67 $confValue = 'schema:field';
73 $config = $helper->getConfiguration($confValue);
/plugin/structacl/
H A Dhelper.php9 * @param string $confValue
12 public function getConfiguration($confValue) argument
14 $lines = explode(PHP_EOL , $confValue);
/plugin/combo/syntax/
H A Dcomment.php40 $confValue = SiteConfig::getConfValue(self::CONF_OUTPUT_COMMENT, 0);
41 if ($confValue === 1) {
/plugin/combo/action/
H A Ddocustom.php46 $confValue = SiteConfig::getConfValue(SiteConfig::CONF_ENABLE_THEME_SYSTEM, SiteConfig::CONF_ENABLE_THEME_SYSTEM_DEFAULT);
47 return $confValue === 1;
H A Dstaticresource.php180 $confValue = SiteConfig::getConfValue(self::CONF_STATIC_CACHE_ENABLED, 1);
181 if (!$confValue) {
/plugin/combo/ComboStrap/
H A DIconDownloader.php244 $confValue = SiteConfig::getConfValue(self::CONF_DEFAULT_ICON_LIBRARY, self::CONF_DEFAULT_ICON_LIBRARY_DEFAULT);
245 $this->setLibrary($confValue);