Home
last modified time | relevance | path

Searched refs:invitation (Results 1 – 25 of 3532) sorted by relevance

12345678910>>...142

/dports/net-im/nextcloud-talk/spreed/lib/Federation/
H A DFederationManager.php112 $invitation = new Invitation();
113 $invitation->setUserId($user->getUID());
114 $invitation->setRoomId($room->getId());
115 $invitation->setAccessToken($sharedSecret);
116 $invitation->setRemoteId($remoteId);
117 $invitation = $this->invitationMapper->insert($invitation);
119 return $invitation->getId();
150 'remoteId' => $invitation->getRemoteId(),
155 $this->invitationMapper->delete($invitation);
172 $this->invitationMapper->delete($invitation);
[all …]
/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/tests/qxmppmixinvitation/
H A Dtst_qxmppmixinvitation.cpp49 QXmppMixInvitation invitation; in testInvitation() local
50 parsePacket(invitation, xml); in testInvitation()
53 QCOMPARE(invitation.inviteeJid(), QStringLiteral("cat@shakespeare.example")); in testInvitation()
55 QCOMPARE(invitation.token(), QStringLiteral("ABCDEF")); in testInvitation()
57 serializePacket(invitation, xml); in testInvitation()
59 invitation.setInviterJid("hag66@shakespeare.example"); in testInvitation()
60 invitation.setInviteeJid("cat@shakespeare.example"); in testInvitation()
61 invitation.setChannelJid("coven@mix.shakespeare.example"); in testInvitation()
62 invitation.setToken("ABCDEF"); in testInvitation()
65 QCOMPARE(invitation.inviteeJid(), QStringLiteral("cat@shakespeare.example")); in testInvitation()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/themes/common/
H A Dimip.css5 .invitation-details {
11 .invitation-details[open] > summary {
15 .invitation-border {
23 .invitation-table {
28 .invitation-table :is(td, th) {
33 .invitation-table td {
37 .invitation-table .description {
45 .invitation-table .content {
49 .invitation-table .added {
59 .invitation-table .modified {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/core/
H A Dinvitation_unittest.cc103 MojoHandle invitation; in TEST_F() local
105 EXPECT_EQ(MOJO_RESULT_OK, MojoClose(invitation)); in TEST_F()
115 MojoHandle invitation; in TEST_F() local
223 MojoHandle invitation; in TEST_F() local
248 MojoHandle invitation; in TEST_F() local
265 MojoHandle invitation; in TEST_F() local
364 MojoHandle invitation; in SendInvitationToClient() local
435 MojoHandle invitation; local
438 return invitation;
798 MojoHandle invitation = in DEFINE_TEST_CLIENT() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/core/
H A Dinvitation_unittest.cc104 MojoHandle invitation; in TEST_F() local
106 EXPECT_EQ(MOJO_RESULT_OK, MojoClose(invitation)); in TEST_F()
116 MojoHandle invitation; in TEST_F() local
224 MojoHandle invitation; in TEST_F() local
249 MojoHandle invitation; in TEST_F() local
266 MojoHandle invitation; in TEST_F() local
365 MojoHandle invitation; in SendInvitationToClient() local
436 MojoHandle invitation; local
439 return invitation;
799 MojoHandle invitation = in DEFINE_TEST_CLIENT() local
[all …]
/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/admin/
H A Dinvitations.py54 for invitation in invitations:
55 inviter_email_set.add(invitation.inviter)
56 accepter_email_set.add(invitation.accepter)
75 for invitation in invitations:
77 data['id'] = invitation.id
78 data['token'] = invitation.token
80 inviter_email = invitation.inviter
85 accepter_email = invitation.accepter
90 data['invite_type'] = invitation.invite_type
92 …data['accept_time'] = datetime_to_isoformat_timestr(invitation.accept_time) if invitation.accept_t…
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/members/
H A Dinvitation_reminder_email_service.rb12 def initialize(invitation) argument
13 @invitation = invitation
20 invitation.send_invitation_reminder(reminder_index)
26 (Date.today - invitation.created_at.to_date).to_i
31 return [] if invitation.expires_at && invitation.expires_at <= Date.today
40 if invitation.expires_at
41 … [(invitation.expires_at - invitation.created_at.to_date).to_i, MAX_INVITATION_LIFESPAN].min
/dports/www/sogo2/SOGo-2.4.1/Tests/Integration/
H A Dtest-caldav-scheduling.py835 invitation = self._newEvent()
848 del invitation.method
851 invitation)
880 del invitation.method
902 del invitation.method
935 del invitation.method
961 del invitation.method
991 del invitation.method
1013 del invitation.method
1040 del invitation.method
[all …]
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dxmpp_muc.c49 if (!invitation) return; in decline_invitation()
50 if (!invitation->to || !invitation->from) return; in decline_invitation()
70 g_free(invitation->to); in destroy_event_muc_invitation()
71 g_free(invitation->from); in destroy_event_muc_invitation()
72 g_free(invitation->passwd); in destroy_event_muc_invitation()
73 g_free(invitation->reason); in destroy_event_muc_invitation()
74 g_free(invitation->evid); in destroy_event_muc_invitation()
75 g_free(invitation); in destroy_event_muc_invitation()
86 if (G_UNLIKELY(!invitation)) { in evscallback_invitation()
106 xmpp_room_join(invitation->to, nickname, invitation->passwd); in evscallback_invitation()
[all …]
/dports/security/tinc-devel/tinc-1.1pre18/test/
H A Dinvite-tinc-up.test19 cat >$d1/invitation-created <<EOF
28 cat >$d1/invitation-created.cmd <<EOF
36 chmod u+x $d1/invitation-created
47 test -f $d2/tinc-up.invitation
49 fgrep -q "93.184.216.34/24" $d2/tinc-up.invitation
50 fgrep -q "2606:2800:220:1::/64" $d2/tinc-up.invitation
51 fgrep -q "2606:2800:220:1:248:1893:25c8:1946" $d2/tinc-up.invitation
52 fgrep -q "1234::" $d2/tinc-up.invitation && exit 1
56 test -x $d2/tinc-up.invitation && exit 1
/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/
H A Dinvitation.py44 def get(self, request, invitation, format=None): argument
46 return Response(invitation.to_dict())
56 def delete(self, request, invitation, format=None): argument
58 invitation.delete()
74 invitation = Invitation.objects.get_by_token(token)
75 if not invitation:
80 if request.user.username != invitation.inviter:
84 if invitation.accept_time is None:
88 email = invitation.accepter
89 inviter = invitation.inviter
[all …]
/dports/devel/awscli/awscli-1.20.61/awscli/examples/ram/
H A Dreject-resource-share-invitation.rst1 **To reject a resource share invitation**
3 The following ``reject-resource-share-invitation`` example rejects the specified resource share inv…
5 aws ram reject-resource-share-invitation \
6 …e-share-invitation-arn arn:aws:ram:us-west-2:123456789012:resource-share-invitation/arn:aws:ram:us…
12 …areInvitationArn": "arn:aws:ram:us-west2-1:21077EXAMPLE:resource-share-invitation/32b639f0-14b8-7e…
H A Daccept-resource-share-invitation.rst1 **To accept a resource share invitation**
3 The following ``reject-resource-share-invitation`` example rejects the specified resource share inv…
5 aws ram reject-resource-share-invitation \
6 …e-share-invitation-arn arn:aws:ram:us-west-2:123456789012:resource-share-invitation/arn:aws:ram:us…
13 …areInvitationArn": "arn:aws:ram:us-west2-1:21077EXAMPLE:resource-share-invitation/32b639f0-14b8-7e…
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/calendar/lib/
H A Dcalendar_itip.php82 public function update_invitation($invitation, $email, $newstatus) argument
84 if (is_string($invitation))
85 $invitation = $this->get_invitation($invitation);
87 if ($invitation['token'] && $invitation['event']) {
89 foreach ($invitation['event']['attendees'] as $i => $attendee) {
98 $invitation['event']['attendees'][$i]['status'] = $newstatus;
102 $invitation['event']['changed'] = new DateTime();
107 …if ($this->send_itip_message($invitation['event'], 'REPLY', $organizer, 'itipsubject' . $status, '…
118 self::serialize_event($invitation['event']),
119 $invitation['token']
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/po/ia/
H A Dmessageviewer_text_calendar_plugin.po125 msgctxt "Accepted the invitation."
316 msgstr "Cancella invitation"
373 msgstr "Reaction a invitation"
466 msgid "Accept invitation"
467 msgstr "Da acceptation a invitation"
491 msgid "Decline invitation"
492 msgstr "Declina invitation"
526 msgid "Delegate invitation"
527 msgstr "Delega invitation"
531 msgid "Forward invitation"
[all …]
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.trustpilot.com9 Disallow: /unsubscribe/invitation
21 Disallow: /unsubscribe/invitation
33 Disallow: /unsubscribe/invitation
45 Disallow: /unsubscribe/invitation
57 Disallow: /unsubscribe/invitation
70 Disallow: /unsubscribe/invitation
83 Disallow: /unsubscribe/invitation
95 Disallow: /unsubscribe/invitation
107 Disallow: /unsubscribe/invitation
119 Disallow: /unsubscribe/invitation
[all …]
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/po/fr/
H A Dmessageviewer_text_calendar_plugin.po137 msgctxt "Accepted the invitation."
329 msgstr "Annuler une invitation"
387 msgstr "Réaction à une invitation"
447 "invitation ?\n"
483 msgid "Accept invitation"
484 msgstr "Accepter une invitation"
508 msgid "Decline invitation"
509 msgstr "Décliner une invitation"
543 msgid "Delegate invitation"
544 msgstr "Déléguer une invitation"
[all …]
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/po/en_GB/
H A Dmessageviewer_text_calendar_plugin.po126 msgctxt "Accepted the invitation."
465 msgid "Accept invitation"
466 msgstr "Accept invitation"
470 msgid "Accept invitation conditionally"
471 msgstr "Accept invitation conditionally"
490 msgid "Decline invitation"
491 msgstr "Decline invitation"
525 msgid "Delegate invitation"
526 msgstr "Delegate invitation"
530 msgid "Forward invitation"
[all …]
/dports/www/sogo/SOGo-5.4.0/SoObjects/Appointments/English.lproj/
H A DLocalizable.strings59 "Accepted invitation: \"%{Summary}\"" = "Accepted invitation: \"%{Summary}\"";
60 "Declined invitation: \"%{Summary}\"" = "Declined invitation: \"%{Summary}\"";
61 "Delegated invitation: \"%{Summary}\"" = "Delegated invitation: \"%{Summary}\"";
62 "Not yet decided on invitation: \"%{Summary}\"" = "Not yet decided on invitation: \"%{Summary}\"";
63 "%{Attendee} %{SentByText}has accepted your event invitation."
64 = "%{Attendee} %{SentByText}has accepted your event invitation.";
65 "%{Attendee} %{SentByText}has declined your event invitation."
66 = "%{Attendee} %{SentByText}has declined your event invitation.";
67 "%{Attendee} %{SentByText}has delegated the invitation to %{Delegate}."
68 = "%{Attendee} %{SentByText}has delegated the invitation to %{Delegate}.";
[all …]
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/Appointments/English.lproj/
H A DLocalizable.strings59 "Accepted invitation: \"%{Summary}\"" = "Accepted invitation: \"%{Summary}\"";
60 "Declined invitation: \"%{Summary}\"" = "Declined invitation: \"%{Summary}\"";
61 "Delegated invitation: \"%{Summary}\"" = "Delegated invitation: \"%{Summary}\"";
62 "Not yet decided on invitation: \"%{Summary}\"" = "Not yet decided on invitation: \"%{Summary}\"";
63 "%{Attendee} %{SentByText}has accepted your event invitation."
64 = "%{Attendee} %{SentByText}has accepted your event invitation.";
65 "%{Attendee} %{SentByText}has declined your event invitation."
66 = "%{Attendee} %{SentByText}has declined your event invitation.";
67 "%{Attendee} %{SentByText}has delegated the invitation to %{Delegate}."
68 = "%{Attendee} %{SentByText}has delegated the invitation to %{Delegate}.";
[all …]
/dports/www/sogo2/SOGo-2.4.1/SoObjects/Appointments/English.lproj/
H A DLocalizable.strings56 "Accepted invitation: \"%{Summary}\"" = "Accepted invitation: \"%{Summary}\"";
57 "Declined invitation: \"%{Summary}\"" = "Declined invitation: \"%{Summary}\"";
58 "Delegated invitation: \"%{Summary}\"" = "Delegated invitation: \"%{Summary}\"";
59 "Not yet decided on invitation: \"%{Summary}\"" = "Not yet decided on invitation: \"%{Summary}\"";
60 "%{Attendee} %{SentByText}has accepted your event invitation."
61 = "%{Attendee} %{SentByText}has accepted your event invitation.";
62 "%{Attendee} %{SentByText}has declined your event invitation."
63 = "%{Attendee} %{SentByText}has declined your event invitation.";
64 "%{Attendee} %{SentByText}has delegated the invitation to %{Delegate}."
65 = "%{Attendee} %{SentByText}has delegated the invitation to %{Delegate}.";
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/cpp/system/
H A Dinvitation.cc56 void SendInvitation(ScopedInvitationHandle invitation, in SendInvitation() argument
97 ignore_result(invitation.release()); in SendInvitation()
152 void OutgoingInvitation::Send(OutgoingInvitation invitation, in Send() argument
156 SendInvitation(std::move(invitation.handle_), target_process, in Send()
163 void OutgoingInvitation::Send(OutgoingInvitation invitation, in Send() argument
188 mojo::OutgoingInvitation invitation; in SendIsolated() local
190 invitation.AttachMessagePipe(kIsolatedPipeName); in SendIsolated()
203 mojo::OutgoingInvitation invitation; in SendIsolated() local
205 invitation.AttachMessagePipe(kIsolatedPipeName); in SendIsolated()
303 IncomingInvitation invitation{ in AcceptIsolated() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/system/
H A Dinvitation.cc56 void SendInvitation(ScopedInvitationHandle invitation, in SendInvitation() argument
97 ignore_result(invitation.release()); in SendInvitation()
152 void OutgoingInvitation::Send(OutgoingInvitation invitation, in Send() argument
156 SendInvitation(std::move(invitation.handle_), target_process, in Send()
163 void OutgoingInvitation::Send(OutgoingInvitation invitation, in Send() argument
188 mojo::OutgoingInvitation invitation; in SendIsolated() local
190 invitation.AttachMessagePipe(kIsolatedPipeName); in SendIsolated()
203 mojo::OutgoingInvitation invitation; in SendIsolated() local
205 invitation.AttachMessagePipe(kIsolatedPipeName); in SendIsolated()
303 IncomingInvitation invitation{ in AcceptIsolated() local
[all …]
/dports/devel/awscli/awscli-1.20.61/awscli/examples/detective/
H A Daccept-invitation.rst1 **To accept an invitation to become a member account in a behavior graph**
3 The following ``accept-invitation`` example accepts an invitation to become a member account in beh…
5 aws detective accept-invitation \
10 …e `Responding to a behavior graph invitation <https://docs.aws.amazon.com/detective/latest/admingu…
H A Dreject-invitation.rst1 **To reject an invitation to become a member account in a behavior graph**
3 The following ``reject-invitation`` example rejects an invitation to become a member account in the…
5 aws detective reject-invitation \
10 …e `Responding to a behavior graph invitation<https://docs.aws.amazon.com/detective/latest/admingui…

12345678910>>...142