Home
last modified time | relevance | path

Searched refs:convid (Results 1 – 25 of 74) sorted by relevance

123

/dports/security/keybase/client-v5.7.1/packaging/slack/
H A Dsend.sh16 convid=${KEYBASE_CHAT_CONVID:-}
17 if [ -n "$convid" ]; then
18 echo "Sending to Keybase convID: $convid"
22 …\"method\":\"send\", \"params\": {\"options\": { \"conversation_id\": \"$convid\" , \"message\": {…
/dports/www/moodle310/moodle/message/classes/
H A Dapi.php360 foreach ($linkeditems as $convid => $groupid) {
599 foreach ($members as $convid => $memberarr) {
616 unset($members[$convid][$key]);
620 unset($conversations[$convid]);
1140 * @param int $convid The conversation identifier.
1653 $eventdata->convid = $conversationid;
2711 $member->conversationid = $convid;
2738 $params['convid'] = $convid;
2747 * @param int $convid The conversation id.
2924 foreach ($unreadcounts as $convid => $info) {
[all …]
H A Dhelper.php51 * @param int $convid The conversation identifier.
60 …public static function get_conversation_messages(int $userid, int $convid, int $timedeleted = 0, i… argument
75 … $params = ['userid1' => $userid, 'readaction' => api::MESSAGE_ACTION_READ, 'convid' => $convid];
123 * @param int $convid The conversation id.
127 …public static function format_conversation_messages(int $userid, int $convid, array $messages) : a… argument
132 'id' => $convid,
377 * @param int $convid The conversation identifier.
380 public static function get_last_message_time_created_cache_key(int $convid) { argument
381 return $convid;
/dports/www/moodle311/moodle/message/classes/
H A Dapi.php361 foreach ($linkeditems as $convid => $groupid) {
600 foreach ($members as $convid => $memberarr) {
617 unset($members[$convid][$key]);
621 unset($conversations[$convid]);
1143 * @param int $convid The conversation identifier.
1656 $eventdata->convid = $conversationid;
2715 $member->conversationid = $convid;
2742 $params['convid'] = $convid;
2751 * @param int $convid The conversation id.
2928 foreach ($unreadcounts as $convid => $info) {
[all …]
H A Dhelper.php51 * @param int $convid The conversation identifier.
60 …public static function get_conversation_messages(int $userid, int $convid, int $timedeleted = 0, i… argument
75 … $params = ['userid1' => $userid, 'readaction' => api::MESSAGE_ACTION_READ, 'convid' => $convid];
123 * @param int $convid The conversation id.
127 …public static function format_conversation_messages(int $userid, int $convid, array $messages) : a… argument
132 'id' => $convid,
377 * @param int $convid The conversation identifier.
380 public static function get_last_message_time_created_cache_key(int $convid) { argument
381 return $convid;
/dports/www/moodle39/moodle/message/classes/tests/
H A Dhelper.php40 * @param int $convid id of the conversation in which we'll send the message.
46 …public static function send_fake_message_to_conversation(\stdClass $userfrom, int $convid, string … argument
49 … $conversationrec = $DB->get_record('message_conversations', ['id' => $convid], 'id', MUST_EXIST);
/dports/www/moodle310/moodle/message/classes/tests/
H A Dhelper.php40 * @param int $convid id of the conversation in which we'll send the message.
46 …public static function send_fake_message_to_conversation(\stdClass $userfrom, int $convid, string … argument
49 … $conversationrec = $DB->get_record('message_conversations', ['id' => $convid], 'id', MUST_EXIST);
/dports/www/moodle311/moodle/message/classes/tests/
H A Dhelper.php40 * @param int $convid id of the conversation in which we'll send the message.
46 …public static function send_fake_message_to_conversation(\stdClass $userfrom, int $convid, string … argument
49 … $conversationrec = $DB->get_record('message_conversations', ['id' => $convid], 'id', MUST_EXIST);
/dports/www/moodle39/moodle/message/classes/
H A Dapi.php481 foreach ($linkeditems as $convid => $groupid) {
720 foreach ($members as $convid => $memberarr) {
737 unset($members[$convid][$key]);
741 unset($conversations[$convid]);
1354 * @param int $convid The conversation identifier.
1934 $eventdata->convid = $conversationid;
3064 $member->conversationid = $convid;
3091 $params['convid'] = $convid;
3100 * @param int $convid The conversation id.
3277 foreach ($unreadcounts as $convid => $info) {
[all …]
H A Dhelper.php123 * @param int $convid The conversation identifier.
132 …public static function get_conversation_messages(int $userid, int $convid, int $timedeleted = 0, i… argument
147 … $params = ['userid1' => $userid, 'readaction' => api::MESSAGE_ACTION_READ, 'convid' => $convid];
195 * @param int $convid The conversation id.
199 …public static function format_conversation_messages(int $userid, int $convid, array $messages) : a… argument
204 'id' => $convid,
492 * @param int $convid The conversation identifier.
495 public static function get_last_message_time_created_cache_key(int $convid) { argument
496 return $convid;
/dports/www/moodle310/moodle/lib/classes/message/
H A Dmanager.php70 if (empty($eventdata->convid)) {
95 …$members = $DB->get_records_sql($sql, [$eventdata->convid, \core_message\api::CONVERSATION_ACTION_…
96 $eventdata->convid]);
110 … $conv = $DB->get_record('message_conversations', ['id' => $eventdata->convid], 'id, type, name');
462 if ($eventdata->convid) {
463 … $conv = $DB->get_record('message_conversations', ['id' => $eventdata->convid], 'id, type');
467 $eventdata->convid,
H A Dmessage.php79 private $convid; variable in core\\message\\message
/dports/www/moodle39/moodle/lib/classes/message/
H A Dmanager.php70 if (empty($eventdata->convid)) {
95 …$members = $DB->get_records_sql($sql, [$eventdata->convid, \core_message\api::CONVERSATION_ACTION_…
96 $eventdata->convid]);
110 … $conv = $DB->get_record('message_conversations', ['id' => $eventdata->convid], 'id, type, name');
462 if ($eventdata->convid) {
463 … $conv = $DB->get_record('message_conversations', ['id' => $eventdata->convid], 'id, type');
467 $eventdata->convid,
H A Dmessage.php79 private $convid; variable in core\\message\\message
/dports/www/moodle311/moodle/lib/classes/message/
H A Dmanager.php70 if (empty($eventdata->convid)) {
95 …$members = $DB->get_records_sql($sql, [$eventdata->convid, \core_message\api::CONVERSATION_ACTION_…
96 $eventdata->convid]);
110 … $conv = $DB->get_record('message_conversations', ['id' => $eventdata->convid], 'id, type, name');
462 if ($eventdata->convid) {
463 … $conv = $DB->get_record('message_conversations', ['id' => $eventdata->convid], 'id, type');
467 $eventdata->convid,
H A Dmessage.php79 private $convid; variable in core\\message\\message
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_conversation.h61 void SetStrifeType(int convid, const PClass *Class);
62 void SetConversation(int convid, const PClass *Class, int dlgindex);
H A Dp_conversation.cpp141 void SetStrifeType(int convid, const PClass *Class) in SetStrifeType() argument
143 StrifeTypes[convid] = Class; in SetStrifeType()
151 void SetConversation(int convid, const PClass *Class, int dlgindex) in SetConversation() argument
153 if (convid != -1) in SetConversation()
155 DialogueRoots[convid] = dlgindex; in SetConversation()
/dports/www/moodle310/moodle/lib/
H A Dmessagelib.php87 if (!$eventdata->notification && !$eventdata->convid) {
145 $eventdata->convid = $conversationid;
156 $conversationid = $eventdata->convid;
191 if (!empty($eventdata->convid)) {
194 … $key = \core_message\helper::get_last_message_time_created_cache_key($eventdata->convid);
397 …$otherusers = $DB->get_records_sql($sql, ['convid' => $eventdata->convid, 'userid' => $eventdata->…
/dports/www/moodle311/moodle/lib/
H A Dmessagelib.php87 if (!$eventdata->notification && !$eventdata->convid) {
145 $eventdata->convid = $conversationid;
156 $conversationid = $eventdata->convid;
191 if (!empty($eventdata->convid)) {
194 … $key = \core_message\helper::get_last_message_time_created_cache_key($eventdata->convid);
397 …$otherusers = $DB->get_records_sql($sql, ['convid' => $eventdata->convid, 'userid' => $eventdata->…
/dports/www/moodle39/moodle/lib/
H A Dmessagelib.php87 if (!$eventdata->notification && !$eventdata->convid) {
145 $eventdata->convid = $conversationid;
156 $conversationid = $eventdata->convid;
191 if (!empty($eventdata->convid)) {
194 … $key = \core_message\helper::get_last_message_time_created_cache_key($eventdata->convid);
397 …$otherusers = $DB->get_records_sql($sql, ['convid' => $eventdata->convid, 'userid' => $eventdata->…
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/xtaci/kcp-go/v5/
H A Dsess.go1051 var convid uint32
1052 binary.Read(rand.Reader, binary.LittleEndian, &convid)
1053 return newUDPSession(convid, dataShards, parityShards, nil, conn, true, udpaddr, block), nil
1057 func NewConn3(convid uint32, raddr net.Addr, block BlockCrypt, dataShards, parityShards int, conn n…
1058 return newUDPSession(convid, dataShards, parityShards, nil, conn, false, raddr, block), nil
1063 var convid uint32
1064 binary.Read(rand.Reader, binary.LittleEndian, &convid)
1065 return NewConn3(convid, raddr, block, dataShards, parityShards, conn)
/dports/www/moodle39/moodle/message/output/email/tests/
H A Devent_observers_test.php74 $message->convid = $conversation->id;
/dports/www/moodle310/moodle/message/output/email/tests/
H A Devent_observers_test.php74 $message->convid = $conversation->id;
/dports/www/moodle311/moodle/message/output/email/tests/
H A Devent_observers_test.php74 $message->convid = $conversation->id;

123