Lines Matching refs:key
79 foreach ($conf as $key => $value) {
80 if(in_array($key, $conf_existing_keys, true)) {
85 $key,
87 'Key $meta[\'' . $key . '\'] missing in conf/metadata.php'
91 foreach ($meta as $key => $value) {
92 if(in_array($key, $meta_existing_keys, true)) {
97 $key,
99 'Key $conf[\'' . $key . '\'] missing in conf/default.php'
143 foreach ($conf as $key => $value) {
144 if(in_array($key, $conf_existing_keys, true)) {
149 $key,
151 … 'Key $lang[\'' . $key . '\'] missing in lang/' . $lang_code . '/lang.php'
208 foreach ($lang_en_keys as $key) {
210 $key,
212 'Key $lang[\'' . $key . '\'] missing in lang/' . $lang_code . '/lang.php'
215 unset($lang[$key]);