Searched refs:term (Results 1 – 6 of 6) sorted by relevance
/web-php/ |
H A D | error.php | 194 $term = str_replace('_', '-', $URI); variable 196 if ($path = is_known_ini($term)) { 201 if ($path = is_known_variable($term)) { 206 if ($path = is_known_term($term)) {
|
/web-php/include/ |
H A D | pregen-news.inc | 27 '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 D | errors.inc | 371 function is_known_term(string $term): ?string { 532 return $terms[$term] ?? null; 545 function is_known_snippet(string $term): ?string { 571 $term = ltrim(strtolower(trim($term)), '$'); 572 return $snippets[$term] ?? null;
|
H A D | layout.inc | 359 if (null === $dog || in_array($category["term"], (array)$dog, true)) {
|
/web-php/js/ |
H A D | common.js | 245 var term = txt.toLowerCase(); 246 if (term.length < 3) { 258 node.description.toLowerCase().contains(term) || 259 node.name.toLowerCase().contains(term)
|
/web-php/js/ext/ |
H A D | FuzzySearch.min.js | 10 …on(){var a=this.getInteractive(),b=function(a){};return function(c,d){a(c.term,d,b,d)}}}),"functio…
|
Completed in 102 milliseconds