Home
last modified time | relevance | path

Searched refs:getSharesBy (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/lib/
H A DUpdater.php64 …$shares = $shareManager->getSharesBy($userFolder->getOwner()->getUID(), IShare::TYPE_USER, $src, f…
65 …$shares = array_merge($shares, $shareManager->getSharesBy($userFolder->getOwner()->getUID(), IShar…
66 …$shares = array_merge($shares, $shareManager->getSharesBy($userFolder->getOwner()->getUID(), IShar…
/dports/www/owncloud/owncloud/apps/files_sharing/lib/
H A DUpdater.php59 …$shares = $shareManager->getSharesBy($userFolder->getOwner()->getUID(), \OCP\Share::SHARE_TYPE_USE…
60 …$shares = \array_merge($shares, $shareManager->getSharesBy($userFolder->getOwner()->getUID(), \OCP…
/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/lib/Controller/
H A DShareAPIController.php1632 $this->shareManager->getSharesBy($viewer, $provider, $node, $reShares, -1, 0);
1637 $federatedShares = $this->shareManager->getSharesBy(
1644 $federatedShares = $this->shareManager->getSharesBy(
1761 …$userShares = $this->shareManager->getSharesBy($this->currentUser, IShare::TYPE_USER, $path, $resh…
1762 …$groupShares = $this->shareManager->getSharesBy($this->currentUser, IShare::TYPE_GROUP, $path, $re…
1763 …$linkShares = $this->shareManager->getSharesBy($this->currentUser, IShare::TYPE_LINK, $path, $resh…
1766 …$mailShares = $this->shareManager->getSharesBy($this->currentUser, IShare::TYPE_EMAIL, $path, $res…
1769 …$circleShares = $this->shareManager->getSharesBy($this->currentUser, IShare::TYPE_CIRCLE, $path, $…
1772 …$roomShares = $this->shareManager->getSharesBy($this->currentUser, IShare::TYPE_ROOM, $path, $resh…
1774 …$deckShares = $this->shareManager->getSharesBy($this->currentUser, IShare::TYPE_DECK, $path, $resh…
[all …]
H A DShareesAPIController.php259 while (count($page = $this->shareManager->getSharesBy(
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Service/
H A DShareWrapperService.php196 public function getSharesBy( function in OCA\\Circles\\Service\\ShareWrapperService
205 return $this->shareWrapperRequest->getSharesBy(
/dports/www/owncloud/owncloud/lib/public/Share/
H A DIShareProvider.php125 public function getSharesBy($userId, $shareType, $node, $reshares, $limit, $offset); function
H A DIManager.php122 …public function getSharesBy($userId, $shareType, $path = null, $reshares = false, $limit = 50, $of… function
/dports/www/nextcloud/nextcloud/lib/public/Share/
H A DIShareProvider.php143 public function getSharesBy($userId, $shareType, $node, $reshares, $limit, $offset); function
H A DIManager.php151 …public function getSharesBy($userId, $shareType, $path = null, $reshares = false, $limit = 50, $of… function
/dports/security/nextcloud-end_to_end_encryption/end_to_end_encryption/lib/
H A DEncryptionManager.php177 $shares = $this->shareManager->getSharesBy(
/dports/www/nextcloud/nextcloud/apps-pkg/user_ldap/lib/User/
H A DOfflineUser.php252 $shares = $this->shareManager->getSharesBy(
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/Connector/Sabre/
H A DSharesPlugin.php127 $shares = $this->shareManager->getSharesBy(
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/
H A DShareByCircleProvider.php446 public function getSharesBy($userId, $shareType, $node, $reshares, $limit, $offset): array { function in OCA\\Circles\\ShareByCircleProvider
452 $wrappedShares = $this->shareWrapperService->getSharesBy(
H A DShareByCircleProviderDeprecated.php417 public function getSharesBy($userId, $shareType, $node, $reShares, $limit, $offset) { function in OCA\\Circles\\ShareByCircleProviderDeprecated
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Command/
H A DSharesFiles.php294 return $this->shareWrapperService->getSharesBy(
/dports/www/nextcloud/nextcloud/apps-pkg/files/lib/Controller/
H A DApiController.php227 $shares = $this->shareManager->getSharesBy($userId, $shareType, null, false, 100, $offset);
/dports/www/owncloud/owncloud/apps/files/lib/Command/
H A DTransferOwnership.php303 …$sharePage = $this->shareManager->getSharesBy($this->sourceUser, $shareType, null, true, 50, $offs…
/dports/www/owncloud/owncloud/lib/private/Share20/
H A DManager.php1286 …public function getSharesBy($userId, $shareType, $path = null, $reshares = false, $limit = 50, $of… function in OC\\Share20\\Manager
1295 $shares = $provider->getSharesBy($userId, $shareType, $path, $reshares, $limit, $offset);
1338 $shares = $provider->getSharesBy($userId, $shareType, $path, $reshares, $limit, $offset);
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Db/
H A DShareWrapperRequest.php355 public function getSharesBy( function in OCA\\Circles\\Db\\ShareWrapperRequest
/dports/www/nextcloud/nextcloud/lib/private/Share20/
H A DManager.php1295 …public function getSharesBy($userId, $shareType, $path = null, $reshares = false, $limit = 50, $of… function in OC\\Share20\\Manager
1308 $shares = $provider->getSharesBy($userId, $shareType, $path, $reshares, $limit, $offset);
1352 $shares = $provider->getSharesBy($userId, $shareType, $path, $reshares, $limit, $offset);
/dports/www/nextcloud/nextcloud/apps-pkg/files/lib/Service/
H A DOwnershipTransferService.php293 $sharePage = $this->shareManager->getSharesBy($sourceUid, $shareType, null, true, 50, $offset);
/dports/www/owncloud/owncloud/apps/federatedfilesharing/lib/
H A DFederatedShareProvider.php669 public function getSharesBy($userId, $shareType, $node, $reshares, $limit, $offset) { function in OCA\\FederatedFileSharing\\FederatedShareProvider
/dports/www/nextcloud/nextcloud/apps-pkg/federatedfilesharing/lib/
H A DFederatedShareProvider.php685 public function getSharesBy($userId, $shareType, $node, $reshares, $limit, $offset) { function in OCA\\FederatedFileSharing\\FederatedShareProvider
/dports/www/nextcloud-deck/deck/lib/Sharing/
H A DDeckShareProvider.php521 public function getSharesBy($userId, $shareType, $node, $reshares, $limit, $offset) { function in OCA\\Deck\\Sharing\\DeckShareProvider
/dports/net-im/nextcloud-talk/spreed/lib/Share/
H A DRoomShareProvider.php603 public function getSharesBy($userId, $shareType, $node, $reshares, $limit, $offset): array { function in OCA\\Talk\\Share\\RoomShareProvider

12