Home
last modified time | relevance | path

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

/plugin/tag/_test/
H A Dtopic_and_tagrefine.test.php6 * Tests the tagRefine function of the tag plugin
65 $pages = $helper->tagRefine([], 'mytag');
70 * Test if the getTopic and the tagRefine function with all pages as input both return the expected pages
73 * @param string $query the query for the tagRefine/getTopic-functions
78 $pages = $helper->tagRefine($this->all_pages, $query);
88 * @param array $actual Result list from getTopic/tagRefine
/plugin/editor/
H A Dsyntax.php61 $pages = $tag->tagRefine($pages, $refine);
/plugin/discussion/syntax/
H A Dthreads.php113 $pages = $tag->tagRefine($pages, $refine);
/plugin/blog/syntax/
H A Dautoarchive.php54 $entries = $tag->tagRefine($entries, $refine);
H A Dblog.php67 $entries = $tag->tagRefine($entries, $refine);
H A Darchive.php106 $entries = $tag->tagRefine($entries, $refine);
/plugin/task/syntax/
H A Dtasks.php64 $pages = $tag->tagRefine($pages, $refine);
/plugin/tag/
H A Dhelper.php91 'name' => 'tagRefine',
342 public function tagRefine($pages, $tagquery) { function in helper_plugin_tag