Home
last modified time | relevance | path

Searched refs:findItems (Results 1 – 6 of 6) sorted by relevance

/plugin/tagging/action/
H A Dmain.php105 $pages = $hlp->findItems($filter, 'pid', 1);
131 $INFO['writable'] = auth_quickaclcheck($id) >= AUTH_EDIT; // we also need this in findItems
144 $tags = $hlp->findItems(array('pid' => $id), 'tag');
158 $tags = $hlp->findItems(array('tag' => '*' . $hlp->getDB()->escape_string($search) . '*'), 'tag');
207 $tags = $hlp->findItems(array('pid' => $pid), 'tag');
208 $userTags = $hlp->findItems(array('pid' => $pid, 'tagger' => $hlp->getUser()), 'tag');
229 $pids = $hlp->findItems(['tag' => $data['tid'][0]], 'pid');
250 $pids = $hlp->findItems(['tag' => $data['newValue']], 'pid');
H A Delasticsearch.php57 $tags = $hlp->findItems(['pid' => $data['uri']], 'tag');
/plugin/tagging/
H A Dsyntax.php82 $tags = $hlp->findItems(array('tagger' => $data['user']), 'tag', $data['limit']);
90 $pids = $hlp->findItems(array('tag' => $data['tag']), 'pid', $data['limit']);
107 $tags = $hlp->findItems(['pid' => $hlp->globNamespace($data['ns'])], 'tag', $data['limit']);
H A Dhelper.php152 public function findItems($filter, $type, $limit = 0) { function in helper_plugin_tagging
332 $tags = $this->findItems($filter, 'tag');
353 $tags = $this->findItems(array(
/plugin/displayorphans/
H A Dhelper.php31 $items = $this->findItems($datadir, $itemFilterPredicate, $ignoredPages, $ignoreNamespaces);
36 …function /* array */ findItems(/* string */ $datadir, callable $filter = null, array $ignoredPages… function in helper_plugin_displayorphans
/plugin/skilltagicon/action/
H A Dicon.php47 $tags = $tags->findItems(array('pid' => $ID),'tag');