Lines Matching refs:key
99 foreach ($conf as $key => $value) {
101 $key,
103 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'syntax/conf/metadata.php'
107 foreach ($meta as $key => $value) {
112 if (in_array($key,
118 $key,
120 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'syntax/conf/default.php'
142 foreach ($conf as $key => $value) {
144 $key,
146 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'syntax/conf/metadata.php'
150 foreach ($lang as $key => $value) {
152 $key,
154 'Key $lang[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'syntax/lang/en/settings.php'
175 foreach ($meta as $key => $value) {
179 if (in_array($key,
185 $keyPrefix . $key,
187 'Key $conf[\'' . $key . '\'] could not be parsed in ' . DOKU_PLUGIN . 'syntax/conf/default.php. Be sure to give only values and not variable.'