Home
last modified time | relevance | path

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

/dokuwiki/inc/Ui/
H A DSearch.php138 … $link = $this->searchState->withSorting($option['sort'])->getSearchLink($option['label']);
273 ->getSearchLink($option['label']);
318 $link = $this->searchState->withNamespace('')->getSearchLink($lang['search_any_ns']);
333 $link = $this->searchState->withNamespace($ns)->getSearchLink($label);
434 ->getSearchLink($option['label']);
625 return $this->searchState->withNamespace($ns)->getSearchLink($name);
H A DSearchState.php113 public function getSearchLink($label) function in dokuwiki\\Ui\\SearchState