Searched refs:findItems (Results 1 – 6 of 6) sorted by relevance
/plugin/tagging/action/ |
H A D | main.php | 105 $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 D | elasticsearch.php | 57 $tags = $hlp->findItems(['pid' => $data['uri']], 'tag');
|
/plugin/tagging/ |
H A D | syntax.php | 82 $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 D | helper.php | 152 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 D | helper.php | 31 $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 D | icon.php | 47 $tags = $tags->findItems(array('pid' => $ID),'tag');
|