Home
last modified time | relevance | path

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

/dports/www/owncloud/owncloud/lib/public/SystemTag/
H A DISystemTagObjectMapper.php110 public function unassignTags($objId, $objectType, $tagIds); function
/dports/www/nextcloud/nextcloud/lib/public/SystemTag/
H A DISystemTagObjectMapper.php114 public function unassignTags(string $objId, string $objectType, $tagIds); function
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/SystemTag/
H A DSystemTagMappingNode.php164 $this->tagMapper->unassignTags($this->objectId, $this->objectType, $this->tag->getId());
/dports/www/owncloud/owncloud/apps/dav/lib/SystemTag/
H A DSystemTagMappingNode.php170 $this->tagMapper->unassignTags($this->objectId, $this->objectType, $this->tag->getId());
/dports/www/owncloud/owncloud/lib/private/SystemTag/
H A DSystemTagObjectMapper.php182 public function unassignTags($objId, $objectType, $tagIds) { function in OC\\SystemTag\\SystemTagObjectMapper
/dports/www/nextcloud/nextcloud/lib/private/SystemTag/
H A DSystemTagObjectMapper.php184 public function unassignTags(string $objId, string $objectType, $tagIds) { function in OC\\SystemTag\\SystemTagObjectMapper