Home
last modified time | relevance | path

Searched refs:conversation (Results 51 – 75 of 6040) sorted by relevance

12345678910>>...242

/dports/www/moodle311/moodle/message/output/email/classes/output/
H A Demail_digest.php66 public function add_conversation(\stdClass $conversation) { argument
67 $this->conversations[$conversation->id] = $conversation;
93 foreach ($this->conversations as $conversation) {
94 $messages = $this->messages[$conversation->id] ?? [];
100 … $viewallmessageslink = new \moodle_url('/message/index.php', ['convid' => $conversation->id]);
103 $group->id = $conversation->groupid;
104 $group->picture = $conversation->picture;
105 $group->courseid = $conversation->courseid;
111 $coursecontext = \context_course::instance($conversation->courseid);
114 …$conversationformatted->groupname = format_string($conversation->name, true, ['context' => $course…
[all …]
/dports/net/freediameter/freeDiameter-1.5.0/contrib/wireshark/
H A Dwireshark-1.2.7-diameter-tls.patch1 diff -Nur wireshark-1.2.7/epan/conversation.c wireshark-1.2.7-fD/epan/conversation.c
221 if (conversation) {
222 for (; conversation->next; conversation = conversation->next)
298 conversation =
307 conversation =
326 + conversation =
343 conversation =
370 conversation =
396 conversation =
405 conversation =
[all …]
/dports/www/moodle39/moodle/message/tests/behat/
H A Dself_conversation.feature2 Feature: Self conversation
15 Scenario: Self conversation exists
19 And I select "Student" conversation in messaging
22 Scenario: Self conversation can be unstarred
26 And I select "Student" conversation in messaging
29 And I go back in "view-conversation" message drawer
35 Scenario: Self conversation can be deleted
39 And I select "Student 1" conversation in messaging
45 And I go back in "view-conversation" message drawer
55 And I select "Student 1" conversation in messaging
[all …]
H A Dmessage_send_messages.feature30 Scenario: Send a message to a group conversation
35 And I select "Group 1" conversation in messaging
37 Then I should see "Hi!" in the "Group 1" "core_message > Message conversation"
43 And I select "Group 1" conversation in messaging
44 And I should see "Hi!" in the "Group 1" "core_message > Message conversation"
46 Scenario: Send a message to a starred conversation
54 And I go back in "view-conversation" message drawer
57 And I select "Group 1" conversation in the "favourites" conversations list
61 And I go back in "view-conversation" message drawer
65 Scenario: Send a message to a private conversation via contact tab
[all …]
/dports/www/moodle311/moodle/message/tests/behat/
H A Dself_conversation.feature2 Feature: Self conversation
15 Scenario: Self conversation exists
19 And I select "Student" conversation in messaging
22 Scenario: Self conversation can be unstarred
26 And I select "Student" conversation in messaging
29 And I go back in "view-conversation" message drawer
35 Scenario: Self conversation can be deleted
39 And I select "Student 1" conversation in messaging
45 And I go back in "view-conversation" message drawer
55 And I select "Student 1" conversation in messaging
[all …]
H A Dmessage_send_messages.feature30 Scenario: Send a message to a group conversation
35 And I select "Group 1" conversation in messaging
37 Then I should see "Hi!" in the "Group 1" "core_message > Message conversation"
43 And I select "Group 1" conversation in messaging
44 And I should see "Hi!" in the "Group 1" "core_message > Message conversation"
46 Scenario: Send a message to a starred conversation
54 And I go back in "view-conversation" message drawer
57 And I select "Group 1" conversation in the "favourites" conversations list
61 And I go back in "view-conversation" message drawer
65 Scenario: Send a message to a private conversation via contact tab
[all …]
/dports/www/moodle310/moodle/message/tests/behat/
H A Dself_conversation.feature2 Feature: Self conversation
15 Scenario: Self conversation exists
19 And I select "Student" conversation in messaging
22 Scenario: Self conversation can be unstarred
26 And I select "Student" conversation in messaging
29 And I go back in "view-conversation" message drawer
35 Scenario: Self conversation can be deleted
39 And I select "Student 1" conversation in messaging
45 And I go back in "view-conversation" message drawer
55 And I select "Student 1" conversation in messaging
[all …]
H A Dmessage_send_messages.feature30 Scenario: Send a message to a group conversation
35 And I select "Group 1" conversation in messaging
37 Then I should see "Hi!" in the "Group 1" "core_message > Message conversation"
43 And I select "Group 1" conversation in messaging
44 And I should see "Hi!" in the "Group 1" "core_message > Message conversation"
46 Scenario: Send a message to a starred conversation
54 And I go back in "view-conversation" message drawer
57 And I select "Group 1" conversation in the "favourites" conversations list
61 And I go back in "view-conversation" message drawer
65 Scenario: Send a message to a private conversation via contact tab
[all …]
/dports/security/keybase/client-v5.7.1/shared/menubar/
H A Dchat-container.desktop.tsx25 c => c.conversation.conversationIDKey === conversationIDKey
28 const participantNeedToRekey = conversation.rekeyers.size > 0
33 channelname={conversation.channelname}
37 hasResetUsers={!!conversation.resetParticipants && conversation.resetParticipants.size > 0}
41 isFinalized={!!conversation.wasFinalizedBy}
43 isMuted={conversation.isMuted}
53 snippet={conversation.snippet}
54 snippetDecoration={conversation.snippetDecoration}
56 teamname={conversation.teamname}
57 timestamp={Constants.timestampToString(conversation)}
[all …]
/dports/net-im/dino/dino-0.2.2/main/src/ui/
H A Davatar_image.vala17 public Account account { get { return conversation.account; } }
19 private Conversation conversation;
71 switch (conversation.type_) {
75 jids = { conversation.counterpart };
78 …or = Util.get_avatar_hex_color(stream_interactor, account, conversation.counterpart, conversation);
90 try_load_avatar_async(conversation.counterpart);
100 … (conversation.type_ != Conversation.Type.CHAT && avatar_jid.equals_bare(conversation.counterpart)…
176 if (jid.equals_bare(this.conversation.counterpart)) {
220 set_avatar(stream_interactor, conversation, new Jid[0]);
228 set_avatar(stream_interactor, conversation, sub_jids);
[all …]
H A Dapplication.vala44 …notifications.conversation_selected.connect((conversation) => controller.select_conversation(conve…
66 controller.select_conversation(conversation);
71 dialog.added.connect((conversation) => {
101 if (conversation != null) controller.select_conversation(conversation);
109 if (conversation == null) return;
110 …tor.get_module(PresenceManager.IDENTITY).deny_subscription(conversation.account, conversation.coun…
118 … add_chat_dialog.added.connect((conversation) => controller.select_conversation(conversation));
136 if (conversation == null) return;
137 show_join_muc_dialog(conversation.account, conversation.counterpart.to_string());
145 if (conversation == null) return;
[all …]
/dports/net-im/dino/dino-0.2.2/main/src/ui/conversation_content_view/
H A Dsubscription_notification.vala11 private Conversation conversation;
20 …if (conversation != null && account.equals(conversation.account) && jid.equals(conversation.counte…
26 public void init(Conversation conversation, ConversationView conversation_view) {
27 this.conversation = conversation;
30 …dule(PresenceManager.IDENTITY).exists_subscription_request(conversation.account, conversation.coun…
41 app.activate_action("accept-subscription", conversation.id);
45 app.activate_action("deny-subscription", conversation.id);
/dports/mail/geary/geary-40.0/help/C/
H A Dlabel.page10 <title>Label or move a conversation</title>
11 <section id="label-conversation">
12 <title>Label a conversation</title>
15 <p>To label one or more conversations, first select the conversation(s), then
20 <item><p>Hold down the <key>Ctrl</key> key and drag the conversation(s) from the
21 conversation list to the label in the sidebar.</p></item>
24 <section id="move-conversation">
25 <title>Move a conversation to a folder or label</title>
27 conversation(s), then do either of the following:</p>
31 <item><p>Drag the conversation(s) from the
[all …]
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dchat.py207 if not conversation:
212 name = conversation.name
231 def hasConversation(self, conversation): argument
245 def addConversation(self, conversation): argument
252 self.conversations.append(conversation)
562 if conversation:
669 name = conversation.name
705 if conversation and (status != conversation.getTypingStatus()):
724 conversation.addMessage(message)
826 return conversation
[all …]
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Dpurple-notifications-example19 def ensureimconversation(conversation, account, name):
20 if conversation != 0:
21 return conversation
26 def receivedimmsg(account, name, message, conversation, flags):
40 conversation = ensureimconversation(conversation, account, name)
43 window = purple.PurpleConversationGetWindow(conversation)
47 purple.PurpleConversationDestroy(conversation)
50 im = purple.PurpleConversationGetImData(conversation)
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Dpurple-notifications-example19 def ensureimconversation(conversation, account, name):
20 if conversation != 0:
21 return conversation
26 def receivedimmsg(account, name, message, conversation, flags):
40 conversation = ensureimconversation(conversation, account, name)
43 window = purple.PurpleConversationGetWindow(conversation)
47 purple.PurpleConversationDestroy(conversation)
50 im = purple.PurpleConversationGetImData(conversation)
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Dpurple-notifications-example19 def ensureimconversation(conversation, account, name):
20 if conversation != 0:
21 return conversation
26 def receivedimmsg(account, name, message, conversation, flags):
40 conversation = ensureimconversation(conversation, account, name)
43 window = purple.PurpleConversationGetWindow(conversation)
47 purple.PurpleConversationDestroy(conversation)
50 im = purple.PurpleConversationGetImData(conversation)
/dports/net-im/dino/dino-0.2.2/main/src/ui/contact_details/
H A Dblocking_provider.vala16 …public void populate(Conversation conversation, Plugins.ContactDetails contact_details, Plugins.Wi…
18 if (conversation.type_ != Conversation.Type.CHAT) return;
20 … if (stream_interactor.get_module(BlockingManager.IDENTITY).is_supported(conversation.account)) {
21 …interactor.get_module(BlockingManager.IDENTITY).is_blocked(conversation.account, conversation.coun…
25 …ream_interactor.get_module(BlockingManager.IDENTITY).block(conversation.account, conversation.coun…
27 …am_interactor.get_module(BlockingManager.IDENTITY).unblock(conversation.account, conversation.coun…
H A Dsettings_provider.vala19 …public void populate(Conversation conversation, Plugins.ContactDetails contact_details, Plugins.Wi…
22 …if (!stream_interactor.get<MucManager>().is_public_room(conversation.account, conversation.counter…
26 combobox_typing.active_id = get_setting_id(conversation.send_typing);
27 …combobox_typing.changed.connect(() => { conversation.send_typing = get_setting(combobox_typing.act…
31 if (conversation.type_ == Conversation.Type.CHAT) {
34 combobox_marker.active_id = get_setting_id(conversation.send_marker);
35 …combobox_marker.changed.connect(() => { conversation.send_marker = get_setting(combobox_marker.act…
39 combobox_notifications.active_id = get_notify_setting_id(conversation.notify_setting);
41 } else if (conversation.type_ == Conversation.Type.GROUPCHAT) {
49 combobox.active_id = get_notify_setting_id(conversation.notify_setting);
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/OnScreenChat/classes/Repository/
H A DConversation.php62 $conversation = new ConversationDto($row['id']);
63 $conversation->setIsGroup((bool) $row['osc_']);
64 $conversation->setSubscriberUsrIds($participantIds);
79 $msgRes = $this->db->queryF($query, ['text'], [$conversation->getId()]);
82 $message = new MessageDto('', $conversation);
86 $conversation->setLastMessage($message);
89 $message = new MessageDto($msgRow['id'], $conversation);
93 $conversation->setLastMessage($message);
97 $conversations[] = $conversation;
/dports/net-im/dino/dino-0.2.2/libdino/src/service/
H A Dsearch_processor.vala127 QueryBuilder chats = db.conversation.select()
133 .order_by(db.conversation.last_active, "DESC");
152 ….join_on(db.conversation, @"$(db.conversation.account_id)=$(db.account.id) AND $(db.conversation.j…
182 QueryBuilder chats = db.conversation.select()
189 .order_by(db.conversation.last_active, "DESC")
201 chats = db.conversation.select()
207 .order_by(db.conversation.last_active, "DESC")
228 QueryBuilder groupchats = db.conversation.select()
234 .order_by(db.conversation.last_active, "DESC")
274 public Conversation conversation { get; private set; }
[all …]
H A Dnotification_events.vala12 public signal void notify_content_item(ContentItem content_item, Conversation conversation);
13 public signal void notify_subscription_request(Conversation conversation);
35 private void on_content_item_received(ContentItem item, Conversation conversation) {
38 if (item.id != last_item.id && last_item.id != conversation.read_up_to_item) return;
40 if (!should_notify(item, conversation)) return;
42 notify_content_item(item, conversation);
45 private bool should_notify(ContentItem content_item, Conversation conversation) {
46 … Conversation.NotifySetting notify = conversation.get_notification_setting(stream_interactor);
64 …m_interactor.get_module(MucManager.IDENTITY).get_own_jid(conversation.counterpart, conversation.ac…
75 … if (stream_interactor.get_module(ChatInteraction.IDENTITY).is_active_focus(conversation)) return;
[all …]
/dports/net-im/dino/dino-0.2.2/plugins/omemo/src/ui/
H A Dencryption_list_entry.vala27 … public Object? get_encryption_icon(Entities.Conversation conversation, ContentItem content_item) {
41 …public void encryption_activated(Entities.Conversation conversation, Plugins.SetInputFieldStatus i…
42 encryption_activated_async.begin(conversation, input_status_callback);
45 …public async void encryption_activated_async(Entities.Conversation conversation, Plugins.SetInputF…
46 if (conversation.type_ == Conversation.Type.GROUPCHAT_PM) {
53 if (muc_manager.is_private_room(conversation.account, conversation.counterpart)) {
54 …h (Jid offline_member in muc_manager.get_offline_members(conversation.counterpart, conversation.ac…
55 … bool ok = yield omemo_manager.ensure_get_keys_for_jid(conversation.account, offline_member);
64 …if (!(yield omemo_manager.ensure_get_keys_for_jid(conversation.account, conversation.counterpart.b…
/dports/net-im/dino/dino-0.2.2/main/src/ui/conversation_selector/
H A Dconversation_selector_row.vala27 public Conversation conversation { get; private set; }
42 this.conversation = conversation;
45 switch (conversation.type_) {
48 … if (conversation.account.equals(account) && conversation.counterpart.equals(jid)) {
55 …if (conversation != null && conversation.counterpart.equals_bare(jid) && conversation.account.equa…
61 …if (conversation != null && conversation.counterpart.equals_bare(room.bare_jid) && conversation.ac…
71 switch (conversation.type_) {
88 if (conversation.equals(c)) {
103 image.set_conversation(stream_interactor, conversation);
104 conversation.notify["read-up-to-item"].connect(() => update_read());
[all …]
/dports/net-im/dino/dino-0.2.2/plugins/openpgp/src/
H A Dencryption_list_entry.vala29 … public Object? get_encryption_icon(Entities.Conversation conversation, ContentItem content_item) {
33 …public void encryption_activated(Entities.Conversation conversation, Plugins.SetInputFieldStatus i…
35 GPGHelper.get_public_key(db.get_account_key(conversation.account) ?? "");
41 if (conversation.type_ == Conversation.Type.CHAT) {
42 … stream_interactor.get_module(Manager.IDENTITY).get_key_id(conversation.account, conversation.coun…
52 } else if (conversation.type_ == Conversation.Type.GROUPCHAT) {
54 …interactor.get_module(MucManager.IDENTITY).get_occupants(conversation.counterpart, conversation.ac…
56 …ctor.get_module(MucManager.IDENTITY).get_offline_members(conversation.counterpart, conversation.ac…
60 …ing? key_id = stream_interactor.get_module(Manager.IDENTITY).get_key_id(conversation.account, jid);

12345678910>>...242