Home
last modified time | relevance | path

Searched refs:term (Results 1 – 5 of 5) sorted by relevance

/web-php/
H A Derror.php192 $term = str_replace('_', '-', $URI); variable
194 if ($path = is_known_ini($term)) {
199 if ($path = is_known_variable($term)) {
204 if ($path = is_known_term($term)) {
/web-php/include/
H A Dpregen-news.inc27 'term' => 'frontpage',
115 'term' => 'releases',
326 'term' => 'cfp',
432 'term' => 'cfp',
1758 'term' => 'cfp',
2550 'term' => 'cfp',
2675 'term' => 'cfp',
3405 'term' => 'cfp',
3547 'term' => 'cfp',
3875 'term' => 'cfp',
[all …]
H A Derrors.inc369 function is_known_term(string $term): ?string {
530 return $terms[$term] ?? null;
543 function is_known_snippet(string $term): ?string {
569 $term = ltrim(strtolower(trim($term)), '$');
570 return $snippets[$term] ?? null;
H A Dlayout.inc355 if (null === $dog || in_array($category["term"], (array)$dog, true)) {
/web-php/js/
H A Dcommon.js246 var term = txt.toLowerCase();
247 if (term.length < 3) {
259 …if (elms[node].description.toLowerCase().contains(term) || elms[node].name.toLowerCase().contains(

Completed in 64 milliseconds