Home
last modified time | relevance | path

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

/dokuwiki/inc/Ui/
H A DSearch.php137 $link = $this->searchState->withSorting($option['sort'])->getSearchLink($option['label']);
272 ->getSearchLink($option['label']);
317 $link = $this->searchState->withNamespace('')->getSearchLink($lang['search_any_ns']);
332 $link = $this->searchState->withNamespace($ns)->getSearchLink($label);
433 ->getSearchLink($option['label']);
623 return $this->searchState->withNamespace($ns)->getSearchLink($name);
H A DSearchState.php111 public function getSearchLink($label) function in dokuwiki\\Ui\\SearchState