Home
last modified time | relevance | path

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

/plugin/tag/
H A Dhelper.php238 * @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);
/plugin/blogtng/helper/
H A Dtags.php177 * @param string $tagquery query string to be parsed
180 public function parse_tag_query($tagquery) { argument
181 if (!$tagquery) {
186 $tags = array_map('trim', explode(' ', $tagquery));