Home
last modified time | relevance | path

Searched refs:confKey (Results 1 – 5 of 5) sorted by relevance

/plugin/tfslink/
Daction.php56 foreach(array_keys($keyData) as $confKey){
57 if (isset($options[$confKey]))
58 $keyData[$confKey] = $options[$confKey];
/plugin/combo/ComboStrap/
H A DSite.php149 $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 …]
H A DSiteConfig.php152 [$plugin, $confKey] = explode(":", $guid);
153 Site::setConf($confKey, $value, $plugin);
/plugin/extranet/
Dhelper.php62 public function matchesConfiguredList(string $id, string $confKey): bool argument
64 $rules = $this->parseRuleList($this->getConf($confKey));
71 public function hasConfiguredList(string $confKey): bool argument
73 return !empty($this->parseRuleList($this->getConf($confKey)));
/plugin/pagesicon/
H A Dhelper.php65 $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…