Lines Matching refs:found
37 if (isset($found['js']) && isset($lang['js'])) {
38 $drop['js'] = array_diff_key($lang['js'], $found['js']);
127 $found = [];
135 $found = array_merge($found, $this->phpExtract($path));
137 if (!isset($found['js'])) $found['js'] = [];
138 $found['js'] = array_merge($found['js'], $this->jsExtract($path));
144 $found['menu'] = 'admin/';
147 $found['menu'] = 'admin.php';
150 return $found;
164 $found = [];
166 $found[$key] = $file;
170 $found[$key . '_o_' . $choice] = $file;
175 return $found;
221 $found = [];
230 if (!isset($found[$key])) {
231 $found[$key] = $file . ':' . ($lno + 1);
236 return $found;