Home
last modified time | relevance | path

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

/web-php/
H A Derror.php194 $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 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.inc371 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 Dlayout.inc359 if (null === $dog || in_array($category["term"], (array)$dog, true)) {
/web-php/js/
H A Dcommon.js245 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 DFuzzySearch.min.js10 …on(){var a=this.getInteractive(),b=function(a){};return function(c,d){a(c.term,d,b,d)}}}),"functio…

Completed in 102 milliseconds