Home
last modified time | relevance | path

Searched refs:getTagsByIds (Results 1 – 17 of 17) sorted by relevance

/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/SystemTag/
H A DSystemTagsObjectMappingCollection.php98 $tags = $this->tagManager->getTagsByIds([$tagId]);
120 $tag = $this->tagManager->getTagsByIds([$tagName]);
139 $tags = $this->tagManager->getTagsByIds($tagIds);
156 $tags = $this->tagManager->getTagsByIds([$tagId]);
H A DSystemTagsByIdCollection.php105 $tag = $this->tagManager->getTagsByIds([$name]);
135 $tag = $this->tagManager->getTagsByIds([$name]);
/dports/www/owncloud/owncloud/apps/dav/lib/SystemTag/
H A DSystemTagsObjectMappingCollection.php92 $tags = $this->tagManager->getTagsByIds([$tagId]);
122 $tag = $this->tagManager->getTagsByIds([$tagId]);
141 $tags = $this->tagManager->getTagsByIds($tagIds);
158 $tags = $this->tagManager->getTagsByIds([$tagId]);
H A DSystemTagsByIdCollection.php103 $tag = $this->tagManager->getTagsByIds([$name]);
147 $tag = $this->tagManager->getTagsByIds([$name]);
/dports/www/nextcloud/nextcloud/lib/private/SystemTag/
H A DSystemTagManager.php94 public function getTagsByIds($tagIds): array { function in OC\\SystemTag\\SystemTagManager
235 $tags = $this->getTagsByIds($tagId);
291 $tags = $this->getTagsByIds($tagIds);
299 $tags = $this->getTagsByIds($existingTags);
H A DSystemTagObjectMapper.php257 $tags = $this->tagManager->getTagsByIds($tagIds);
/dports/www/owncloud/owncloud/lib/private/SystemTag/
H A DSystemTagManager.php87 public function getTagsByIds($tagIds) { function in OC\\SystemTag\\SystemTagManager
283 $tags = $this->getTagsByIds($tagId);
349 $tags = $this->getTagsByIds($tagIds);
357 $tags = $this->getTagsByIds($existingTags);
H A DSystemTagObjectMapper.php258 $tags = $this->tagManager->getTagsByIds($tagIds);
/dports/www/owncloud/owncloud/lib/public/SystemTag/
H A DISystemTagManager.php47 public function getTagsByIds($tagIds); function
/dports/www/nextcloud/nextcloud/lib/public/SystemTag/
H A DISystemTagManager.php51 public function getTagsByIds($tagIds): array; function
/dports/www/nextcloud/nextcloud/core/Command/SystemTag/
H A DEdit.php70 $tagArray = $this->systemTagManager->getTagsByIds($input->getArgument('id'));
/dports/www/nextcloud/nextcloud/apps-pkg/workflowengine/lib/Check/
H A DFileSystemTags.php90 $this->systemTagManager->getTagsByIds($value);
/dports/www/owncloud/owncloud/apps/systemtags/lib/Activity/
H A DListener.php143 $tags = $this->tagManager->getTagsByIds($tagIds);
/dports/www/nextcloud/nextcloud/apps-pkg/systemtags/lib/Activity/
H A DListener.php162 $tags = $this->tagManager->getTagsByIds($tagIds);
/dports/www/owncloud/owncloud/apps/dav/lib/Connector/Sabre/
H A DFilesReportPlugin.php288 $tags = $this->tagManager->getTagsByIds($systemTagIds);
/dports/www/nextcloud/nextcloud/apps-pkg/workflowengine/lib/Entity/
H A DFile.php212 $tagObjects = $this->tagManager->getTagsByIds($tagIDs);
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/Connector/Sabre/
H A DFilesReportPlugin.php319 $tags = $this->tagManager->getTagsByIds($systemTagIds);