Searched refs:QUERY (Results 1 – 4 of 4) sorted by last modified time
/dokuwiki/inc/Action/ |
H A D | Search.php | 36 global $QUERY, $ID, $conf, $INPUT; 37 $s = cleanID($QUERY); 66 global $INPUT, $QUERY; 69 … $this->pageLookupResults = ft_pageLookup($QUERY, true, useHeading('navigation'), $after, $before); 70 … $this->fullTextResults = ft_pageSearch($QUERY, $highlight, $INPUT->str('srt'), $after, $before); 81 global $conf, $INPUT, $QUERY, $ID; 88 $parsedQuery = ft_queryParser($Indexer, $QUERY); 95 $QUERY .= " @$ns"; 102 if (strpos($QUERY, '*') === false) { 103 $queryParts = explode(' ', $QUERY); [all …]
|
/dokuwiki/inc/ |
H A D | template.php | 213 global $QUERY; 282 'href' => DOKU_BASE.'feed.php?mode=search&q='.$QUERY 673 global $QUERY; 698 ->val($ACT === 'search' ? $QUERY : '')
|
/dokuwiki/ |
H A D | doku.php | 21 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX, 40 $QUERY = trim($INPUT->str('q')); variable
|
/dokuwiki/inc/Ui/ |
H A D | Search.php | 28 global $QUERY; 31 $this->query = $QUERY; 32 $this->parsedQuery = ft_queryParser($Indexer, $QUERY);
|