Home
last modified time | relevance | path

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

/dokuwiki/inc/Ui/
H A DSearch.php112 $activeOption = 'hits';
115 $activeOption = 'mtime';
121 if ($activeOption !== 'hits') {
124 $searchForm->addHTML($options[$activeOption]['label']);
133 if ($key === $activeOption) {
239 $activeOption = 'custom';
242 $activeOption = $key;
245 if ($activeOption === 'custom') {
254 if ($activeOption !== 'exact') {
257 $searchForm->addHTML($options[$activeOption]['labe
[all...]