Lines Matching defs:key
418 * @param string $key the key configuration
422 public static function updateConfiguration($key, $value)
466 $key = "tpl____strap____" . $key;
467 if (isset($settings[$key])) {
468 $setting = &$settings[$key];
482 TplUtility::msg("An error occurred while trying to save automatically the configuration ($key) to the value ($value). Error: " . $e->getMessage());
486 TplUtility::msg("The configuration file was locked. The upgrade configuration ($key) value could not be not changed to ($value)");
499 TplUtility::msg("The configuration ($key) is unknown and was therefore not change to ($value)");
944 foreach ($scriptsMeta as $key => $script) {
954 $jsScripts[$key] =
960 $jsScripts[$key]['integrity'] = $script['integrity'];
961 $jsScripts[$key]['crossorigin'] = 'anonymous';
1452 foreach ($tconf as $key => $value) {
1453 if (isset($conf['tpl'][$template][$key])) continue;
1454 $conf['tpl'][$template][$key] = $value;