Lines Matching refs:found
38 if (isset($found['js']) && isset($lang['js'])) {
39 $drop['js'] = array_diff_key($lang['js'], $found['js']);
126 $found = [];
134 $found = array_merge($found, $this->phpExtract($path));
136 if (!isset($found['js'])) $found['js'] = [];
137 $found['js'] = array_merge($found['js'], $this->jsExtract($path));
143 $found['menu'] = 'admin/';
146 $found['menu'] = 'admin.php';
149 return $found;
163 $found = [];
165 $found[$key] = $file;
169 $found[$key . '_o_' . $choice] = $file;
174 return $found;
220 $found = [];
229 if (!isset($found[$key])) {
230 $found[$key] = $file . ':' . ($lno + 1);
236 return $found;