Home
last modified time | relevance | path

Searched +defs:chat +defs:chatid (Results 1 – 12 of 12) sorted by relevance

/dports/net-im/tkabber/tkabber-1.1.2/
H A Dchats.tcl15 namespace eval chat { namespace
115 proc chat::close {chatid} { argument
148 proc chat::winid {chatid} { argument
160 proc chat::chatid {xlib jid} { procedure
164 proc chat::get_xlib {chatid} { argument
168 proc chat::get_jid {chatid} { argument
592 proc chat::activate {chatid} { argument
792 proc chat::chat_win {chatid} { argument
804 proc chat::is_chat {chatid} { argument
1075 namespace eval chat { namespace
[all …]
/dports/www/moodle310/moodle/mod/chat/
H A Dlib.php115 function chat_add_instance($chat) {
157 function chat_update_instance($chat) {
458 function chat_prepare_update_events($chat, $cm = null) {
497 function chat_get_users($chatid, $groupid=0, $groupingid=0) {
530 function chat_get_latest_message($chatid, $groupid=0) {
560 function chat_login_user($chatid, $version, $groupid, $course) {
644 function chat_update_chat_times($chatid=0) {
1360 function chat_view($chat, $course, $cm, $context) {
1511 function chat_get_session_messages($chatid, $group = false, $start = 0, $end = 0, $sort = '') {
/dports/www/moodle39/moodle/mod/chat/
H A Dlib.php115 function chat_add_instance($chat) {
157 function chat_update_instance($chat) {
458 function chat_prepare_update_events($chat, $cm = null) {
497 function chat_get_users($chatid, $groupid=0, $groupingid=0) {
530 function chat_get_latest_message($chatid, $groupid=0) {
560 function chat_login_user($chatid, $version, $groupid, $course) {
644 function chat_update_chat_times($chatid=0) {
1360 function chat_view($chat, $course, $cm, $context) {
1511 function chat_get_session_messages($chatid, $group = false, $start = 0, $end = 0, $sort = '') {
/dports/www/moodle311/moodle/mod/chat/
H A Dlib.php123 function chat_add_instance($chat) {
166 function chat_update_instance($chat) {
469 function chat_prepare_update_events($chat, $cm = null) {
508 function chat_get_users($chatid, $groupid=0, $groupingid=0) {
542 function chat_get_latest_message($chatid, $groupid=0) {
572 function chat_login_user($chatid, $version, $groupid, $course) {
685 function chat_update_chat_times($chatid=0) {
1396 function chat_view($chat, $course, $cm, $context) {
1547 function chat_get_session_messages($chatid, $group = false, $start = 0, $end = 0, $sort = '') {
/dports/www/moodle310/moodle/mod/chat/gui_header_js/
H A Dchatinput.php23 $chatid = required_param('chat_id', PARAM_INT); variable
28 if (!$chat = $DB->get_record('chat', array('id' => $chatid))) { variable
/dports/www/moodle311/moodle/mod/chat/gui_header_js/
H A Dchatinput.php23 $chatid = required_param('chat_id', PARAM_INT); variable
28 if (!$chat = $DB->get_record('chat', array('id' => $chatid))) { variable
/dports/www/moodle39/moodle/mod/chat/gui_header_js/
H A Dchatinput.php23 $chatid = required_param('chat_id', PARAM_INT); variable
28 if (!$chat = $DB->get_record('chat', array('id' => $chatid))) { variable
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dcommands.cpp6366 handle chatid = UNDEF; in procresult() local
6484 TextChat *chat = client->chats[chatid]; in procresult() local
6544 TextChat *chat = client->chats[chatid]; in procresult() local
6660 TextChat *chat = client->chats[chatid]; in procresult() local
6708 TextChat *chat = client->chats[chatid]; in procresult() local
6756 TextChat *chat = client->chats[chatid]; in procresult() local
6834 TextChat *chat = client->chats[chatid]; in procresult() local
6878 TextChat *chat = client->chats[chatid]; in procresult() local
6978 TextChat *chat = it->second; in procresult() local
7163 handle chatid = UNDEF; in procresult() local
[all …]
H A Dmegaclient.cpp6325 handle chatid = UNDEF; in sc_chatupdate() local
6412 TextChat *chat = chats[chatid]; in sc_chatupdate() local
6505 handle chatid = UNDEF; in sc_chatnode() local
6547 TextChat *chat = it->second; in sc_chatnode() local
6581 handle chatid = UNDEF; in sc_chatflags() local
6608 TextChat *chat = chats[chatid]; in sc_chatflags() local
6923 TextChat *chat = it->second; in notifypurge() local
9755 void MegaClient::notifychat(TextChat *chat) in notifychat()
9998 TextChat *chat = chats[chatid]; in procmcf() local
10162 handle chatid = UNDEF; in procmcna() local
[all …]
H A Dmegaapi_impl.cpp12465 void MegaApiImpl::chatcreate_result(TextChat *chat, error e) in chatcreate_result()
21358 TextChat *chat = it->second; in sendPendingRequests() local
21398 TextChat *chat = it->second; in sendPendingRequests() local
21476 TextChat *chat = it->second; in sendPendingRequests() local
21502 TextChat *chat = it->second; in sendPendingRequests() local
21528 TextChat *chat = it->second; in sendPendingRequests() local
21591 TextChat *chat = it->second; in sendPendingRequests() local
21673 TextChat *chat = it->second; in sendPendingRequests() local
21713 TextChat *chat = it->second; in sendPendingRequests() local
31444 MegaTextChatPrivate *chat; in MegaTextChatListPrivate() local
[all …]
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/
H A Dmegacli.cpp764 void DemoApp::chatcreate_result(TextChat *chat, error e) in chatcreate_result()
969 void DemoApp::printChatInformation(TextChat *chat) in printChatInformation()
5177 handle chatid; in exec_chati() local
5260 handle chatid; in exec_chatu() local
5268 handle chatid; in exec_chata() local
5310 handle chatid; in exec_chatl() local
5756 handle chatid; in exec_chatga() local
5769 handle chatid; in exec_chatra() local
5782 handle chatid; in exec_chatst() local
5802 handle chatid; in exec_chatup() local
[all …]
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/tests/integration/
H A DSdkTest_test.cpp368 MegaTextChat *chat = request->getMegaTextChatList()->get(0)->copy(); in onRequestFinish() local
381 MegaTextChat *chat = mApi[apiIndex].chats[mApi[apiIndex].chatid].get(); in onRequestFinish() local
415 MegaTextChat *chat = mApi[apiIndex].chats[mApi[apiIndex].chatid].get(); in onRequestFinish() local
572 handle chatid = list->get(i)->getHandle(); in onChatsUpdate() local
3340 MegaHandle chatid = mApi[0].chatid; // set at onRequestFinish() of chat creation request in TEST_F() local