Home
last modified time | relevance | path

Searched refs:sharedWith (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/owncloud/owncloud/lib/private/Share20/
H A DShare.php49 private $sharedWith; variable in OC\\Share20\\Share
244 public function setSharedWith($sharedWith) { argument
245 if (!\is_string($sharedWith)) {
248 $this->sharedWith = $sharedWith;
256 return $this->sharedWith;
H A DManager.php530 $sharedWith = $this->userManager->get($share->getSharedWith());
534 $this->groupManager->getUserGroupIds($sharedWith)
591 $sharedWith = $this->groupManager->get($share->getSharedWith());
592 if ($sharedWith === null || !$sharedWith->inGroup($sharedBy)) {
918 $sharedWith = $share->getSharedWith();
925 if (($sharedWith !== null) && ($sharedWith !== $oldOwner) && ($sharedWith !== $newOwner)) {
1130 $sharedWith = '';
1132 $sharedWith = $share->getSharedWith();
1134 $sharedWith = $share->getSharedWith();
1136 $sharedWith = $share->getSharedWith();
[all …]
/dports/www/nextcloud/nextcloud/lib/private/Share20/
H A DShare.php57 private $sharedWith; variable in OC\\Share20\\Share
266 public function setSharedWith($sharedWith) { argument
267 if (!is_string($sharedWith)) {
270 $this->sharedWith = $sharedWith;
278 return $this->sharedWith;
H A DLegacyHooks.php104 $sharedWith = '';
108 $sharedWith = $share->getSharedWith();
116 'shareWith' => $sharedWith,
H A DManager.php548 $sharedWith = $this->userManager->get($share->getSharedWith());
552 $this->groupManager->getUserGroupIds($sharedWith)
613 $sharedWith = $this->groupManager->get($share->getSharedWith());
614 if (is_null($sharedWith) || !$sharedWith->inGroup($sharedBy)) {
1260 $sharedWith = $this->groupManager->get($share->getSharedWith());
1261 if (is_null($sharedWith)) {
1265 if (!$sharedWith->inGroup($recipient)) {
/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/lib/Listener/
H A DShareInteractionListener.php75 $sharedWith = $this->userManager->get($share->getSharedWith());
84 if ($sharedWith !== null) {
85 $interactionEvent->setFederatedCloudId($sharedWith->getCloudId());
/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/lib/Controller/
H A DShareAPIController.php237 $sharedWith = $this->userManager->get($share->getSharedWith());
239 …$result['share_with_displayname'] = $sharedWith !== null ? $sharedWith->getDisplayName() : $share-…
240 $result['share_with_displayname_unique'] = $sharedWith !== null ? (
241 …!empty($sharedWith->getSystemEMailAddress()) ? $sharedWith->getSystemEMailAddress() : $sharedWith-…
1323 $sharedWith = $this->groupManager->get($share->getSharedWith());
1325 if ($user !== null && $sharedWith !== null && $sharedWith->inGroup($user)) {
1441 $sharedWith = $this->groupManager->get($share->getSharedWith());
1443 if ($user !== null && $sharedWith !== null && $sharedWith->inGroup($user)) {
1734 $sharedWith = substr($share->getSharedWith(), $shareWithStart);
1736 $sharedWith = substr($share->getSharedWith(), $shareWithStart, $shareWithLength);
[all …]
/dports/www/owncloud/owncloud/lib/public/Share/
H A DIShare.php154 * @param string $sharedWith
158 public function setSharedWith($sharedWith); argument
/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Donedrive-utils.cxx106 string sharedWith = json["access"].toString( ); in parseOneDriveProperty() local
107 values.push_back( sharedWith ); in parseOneDriveProperty()
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Model/
H A DShareWrapper.php96 private $sharedWith = ''; variable in OCA\\Circles\\Model\\ShareWrapper
342 * @param string $sharedWith
346 public function setSharedWith(string $sharedWith): self { argument
347 $this->sharedWith = $sharedWith;
356 return $this->sharedWith;
/dports/www/nextcloud/nextcloud/lib/public/Share/
H A DIShare.php250 * @param string $sharedWith
254 public function setSharedWith($sharedWith); argument
/dports/www/owncloud/owncloud/apps/files_sharing/lib/Controller/
H A DShare20OcsController.php229 $sharedWith = $this->userManager->get($share->getSharedWith());
231 …$result['share_with_displayname'] = $sharedWith !== null ? $sharedWith->getDisplayName() : $share-…
232 if ($sharedWith !== null) {
233 $result['share_with_additional_info'] = $this->getAdditionalUserInfo($sharedWith);
1123 $sharedWith = $this->groupManager->get($share->getSharedWith());
1124 if ($sharedWith !== null && $sharedWith->inGroup($this->userSession->getUser())) {
/dports/www/py-imdbpy/IMDbPY-2021.4.18/imdb/parser/http/
H A DpersonParser.py543 sharedWith = x.get('shared with')
557 if sharedWith:
558 awards['shared with'] = sharedWith
/dports/net-im/nextcloud-talk/spreed/lib/Notification/
H A DNotifier.php717 $sharedWith = $share->getSharedWith();
725 ->setParsedSubject(str_replace(['{email}', '{file}'], [$sharedWith, $file['name']], $subject))
729 'id' => $sharedWith,
730 'name' => $sharedWith,
/dports/net-im/signal-cli/signal-cli-0.9.0/lib/src/main/java/org/asamk/signal/manager/storage/senderKeys/
H A DSenderKeySharedStore.java182 final var sharedWith = pair.getValue(); in saveLocked()
183 return sharedWith.stream() in saveLocked()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/gui/
H A Dshareusergroupwidget.cpp362 _ui->sharedWith->setText(share->getShareWith()->format()); in ShareUserLine()
445 …const QByteArray hash = QCryptographicHash::hash(_ui->sharedWith->text().toUtf8(), QCryptographicH… in loadAvatar()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/
H A Dshareusergroupwidget.cpp506 _ui->sharedWith->setElideMode(Qt::ElideRight); in ShareUserLine()
507 _ui->sharedWith->setText(share->getShareWith()->format()); in ShareUserLine()
1001 …const auto hash = QCryptographicHash::hash(_ui->sharedWith->text().toUtf8(), QCryptographicHash::M… in backgroundColorForShareeType()
/dports/www/nextcloud/nextcloud/apps-pkg/sharebymail/lib/
H A DShareByMailProvider.php269 * @param string $sharedWith
272 protected function createPasswordSendActivity(IShare $share, $sharedWith, $sendToSelf) { argument
286 [$userFolder->getRelativePath($share->getNode()->getPath()), $sharedWith],
/dports/net/rclone/rclone-1.57.0/vendor/github.com/putdotio/go-putio/putio/
H A Dfiles.go305 func (f *FilesService) sharedWith(ctx context.Context, id int64) ([]share, error) { func
H A Dfiles_test.go544 files, err := client.Files.sharedWith(context.Background(), 1)
/dports/www/owncloud/owncloud/apps/federatedfilesharing/lib/
H A DFederatedShareProvider.php243 $sharedWith = $share->getSharedWith();
244 $shareWithAddress = new Address($sharedWith);
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/its/
H A DISO_TS_19091.asn283 sharedWith LaneSharing,
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/its/
H A DISO_TS_19091.asn283 sharedWith LaneSharing,
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/its/
H A DISO_TS_19091.asn283 sharedWith LaneSharing,
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/its/
H A DISO_TS_19091.asn283 sharedWith LaneSharing,

12