Home
last modified time | relevance | path

Searched refs:canUserSeeTag (Results 1 – 12 of 12) sorted by relevance

/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/SystemTag/
H A DSystemTagsObjectMappingCollection.php100 if (!$this->tagManager->canUserSeeTag($tag, $this->user)) {
122 if ($this->tagManager->canUserSeeTag($tag, $this->user)) {
143 return $this->tagManager->canUserSeeTag($tag, $this->user);
158 if (!$this->tagManager->canUserSeeTag($tag, $this->user)) {
H A DSystemTagNode.php123 if (!$this->tagManager->canUserSeeTag($this->tag, $this->user)) {
165 if (!$this->tagManager->canUserSeeTag($this->tag, $this->user)) {
H A DSystemTagsByIdCollection.php107 if (!$this->tagManager->canUserSeeTag($tag, $this->userSession->getUser())) {
137 if (!$this->tagManager->canUserSeeTag($tag, $this->userSession->getUser())) {
H A DSystemTagMappingNode.php158 if (!$this->tagManager->canUserSeeTag($this->tag, $this->user)) {
/dports/www/owncloud/owncloud/apps/dav/lib/SystemTag/
H A DSystemTagsObjectMappingCollection.php94 if (!$this->tagManager->canUserSeeTag($tag, $this->user)) {
124 if ($this->tagManager->canUserSeeTag($tag, $this->user)) {
145 return $this->tagManager->canUserSeeTag($tag, $this->user);
160 if (!$this->tagManager->canUserSeeTag($tag, $this->user)) {
H A DSystemTagsByIdCollection.php105 if (!$this->tagManager->canUserSeeTag($tag, $this->userSession->getUser())) {
149 if (!$this->tagManager->canUserSeeTag($tag, $this->userSession->getUser())) {
H A DSystemTagNode.php121 if (!$this->tagManager->canUserSeeTag($this->tag, $this->user)) {
165 if (!$this->tagManager->canUserSeeTag($this->tag, $this->user)) {
H A DSystemTagMappingNode.php156 if (!$this->tagManager->canUserSeeTag($this->tag, $this->user)) {
/dports/www/owncloud/owncloud/lib/public/SystemTag/
H A DISystemTagManager.php143 public function canUserSeeTag(ISystemTag $tag, IUser $userId); function
/dports/www/nextcloud/nextcloud/lib/public/SystemTag/
H A DISystemTagManager.php145 public function canUserSeeTag(ISystemTag $tag, IUser $user): bool; function
/dports/www/nextcloud/nextcloud/lib/private/SystemTag/
H A DSystemTagManager.php363 public function canUserSeeTag(ISystemTag $tag, IUser $user): bool { function in OC\\SystemTag\\SystemTagManager
/dports/www/owncloud/owncloud/lib/private/SystemTag/
H A DSystemTagManager.php425 public function canUserSeeTag(ISystemTag $tag, IUser $user) { function in OC\\SystemTag\\SystemTagManager