Searched refs:tagquery (Results 1 – 2 of 2) sorted by relevance
238 * @param string $tagquery The tag string that shall be searched e.g. 'tag +tag -tag'243 public function getTopic($ns = '', $num = null, $tagquery = '') { argument 245 if (!$tagquery) {246 $tagquery = $INPUT->str('tag');248 $queryTags = $this->parseTagList($tagquery, true);339 * @param string $tagquery The list of tags in the form "tag +tag2 -tag3". The tags will be cleaned.342 public function tagRefine($pages, $tagquery) { argument 347 $queryTags = $this->parseTagList($tagquery, true);
177 * @param string $tagquery query string to be parsed180 public function parse_tag_query($tagquery) { argument181 if (!$tagquery) {186 $tags = array_map('trim', explode(' ', $tagquery));