Searched refs:confKey (Results 1 – 5 of 5) sorted by relevance
56 foreach(array_keys($keyData) as $confKey){57 if (isset($options[$confKey]))58 $keyData[$confKey] = $options[$confKey];
149 $confKey = 'tocminheads';150 $tocMinHeads = $conf[$confKey];157 …LogUtility::error("The configuration ($confKey) is not an integer. Error:{$e->getMessage()}", self…177 $confKey = 'toptoclevel';178 $value = $conf[$confKey];182 …LogUtility::error("The configuration ($confKey) has a value ($value) that is not an integer", self…207 $confKey = 'breadcrumbs';208 $visitedPagesInBreadCrumb = $conf[$confKey];216 …LogUtility::error("The configuration ($confKey) has value ($visitedPagesInBreadCrumb) that is not …943 $confKey = UrlRewrite::CONF_KEY;[all …]
152 [$plugin, $confKey] = explode(":", $guid);153 Site::setConf($confKey, $value, $plugin);
62 public function matchesConfiguredList(string $id, string $confKey): bool argument64 $rules = $this->parseRuleList($this->getConf($confKey));71 public function hasConfiguredList(string $confKey): bool argument73 return !empty($this->parseRuleList($this->getConf($confKey)));
65 $confKey = $variant === 'small' ? 'icon_thumbnail_name' : 'icon_name';66 $raw = (string)$this->getConf($confKey);69 … trigger_error('pagesicon: missing required configuration "' . $confKey . '"', E_USER_WARNING);75 …trigger_error('pagesicon: configuration "' . $confKey . '" does not contain any usable value', E_U…