/dports/irc/quirc/quirc-0.9.84/ |
H A D | window.cc | 15 if(!strncmp(pathname,".chat",4)) return TYPE_CHAT; in windowtype() 49 if((windowtype(pathname)==TYPE_CHAT)&&(windowtype(t.pathname)==TYPE_FILE)) return 1; in operator >=() 55 if((windowtype(pathname)==TYPE_CHAT)&&(windowtype(t.pathname)==TYPE_STATUS)) return 1; in operator >=() 68 if((windowtype(t.pathname)==TYPE_CHAT)&&(windowtype(pathname)==TYPE_STATUS)) return 0; in operator >=() 69 if((windowtype(t.pathname)==TYPE_CHAT)&&(windowtype(pathname)==TYPE_FILE)) return 0; in operator >=() 70 if((windowtype(t.pathname)==TYPE_CHAT)&&(windowtype(pathname)==TYPE_CHANNEL)) return 0; in operator >=() 71 if((windowtype(t.pathname)==TYPE_CHAT)&&(windowtype(pathname)==TYPE_QUERY)) return 0; in operator >=()
|
H A D | window.h | 19 TYPE_CHAT, enumerator
|
/dports/net-mgmt/observium/observium/libs/Fabiang/Xmpp/Protocol/ |
H A D | Message.php | 52 const TYPE_CHAT = 'chat'; define in Fabiang\\Xmpp\\Protocol\\Message 64 protected $type = self::TYPE_CHAT; 87 public function __construct($message = '', $to = '', $type = self::TYPE_CHAT)
|
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/montefuscolo/xmpp/src/Protocol/ |
H A D | Message.php | 52 const TYPE_CHAT = 'chat'; define in Fabiang\\Xmpp\\Protocol\\Message 64 protected $type = self::TYPE_CHAT; 87 public function __construct($message = '', $to = '', $type = self::TYPE_CHAT)
|
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/dcpp/ |
H A D | UserCommand.h | 35 TYPE_CHAT, enumerator 78 return type == TYPE_CHAT || type == TYPE_CHAT_ONCE; in isChat()
|
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/dcpp/ |
H A D | UserCommand.h | 35 TYPE_CHAT, enumerator 78 return type == TYPE_CHAT || type == TYPE_CHAT_ONCE; in isChat()
|
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/dcpp/ |
H A D | UserCommand.h | 35 TYPE_CHAT, enumerator 78 return type == TYPE_CHAT || type == TYPE_CHAT_ONCE; in isChat()
|
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/dcpp/ |
H A D | UserCommand.h | 35 TYPE_CHAT, enumerator 78 return type == TYPE_CHAT || type == TYPE_CHAT_ONCE; in isChat()
|
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/dcpp/ |
H A D | UserCommand.h | 35 TYPE_CHAT, enumerator 78 return type == TYPE_CHAT || type == TYPE_CHAT_ONCE; in isChat()
|
/dports/net-im/convey/convey-src-0.3/src/org/convey/ |
H A D | JabberConveyMessage.java | 21 super(TYPE_CHAT); in JabberConveyMessage()
|
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/ |
H A D | UCModel.cpp | 294 else if(type == UserCommand::TYPE_CHAT || type == UserCommand::TYPE_CHAT_ONCE) { in initDlgFromItem() 401 type = UserCommand::TYPE_CHAT; in getType() 404 type = checkBox_SENDONCE->isChecked()? UserCommand::TYPE_CHAT_ONCE : UserCommand::TYPE_CHAT; in getType()
|
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/ |
H A D | UCModel.cpp | 294 else if(type == UserCommand::TYPE_CHAT || type == UserCommand::TYPE_CHAT_ONCE) { in initDlgFromItem() 401 type = UserCommand::TYPE_CHAT; in getType() 404 type = checkBox_SENDONCE->isChecked()? UserCommand::TYPE_CHAT_ONCE : UserCommand::TYPE_CHAT; in getType()
|
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/ |
H A D | UCModel.cpp | 294 else if(type == UserCommand::TYPE_CHAT || type == UserCommand::TYPE_CHAT_ONCE) { in initDlgFromItem() 401 type = UserCommand::TYPE_CHAT; in getType() 404 type = checkBox_SENDONCE->isChecked()? UserCommand::TYPE_CHAT_ONCE : UserCommand::TYPE_CHAT; in getType()
|
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/ |
H A D | UCModel.cpp | 294 else if(type == UserCommand::TYPE_CHAT || type == UserCommand::TYPE_CHAT_ONCE) { in initDlgFromItem() 401 type = UserCommand::TYPE_CHAT; in getType() 404 type = checkBox_SENDONCE->isChecked()? UserCommand::TYPE_CHAT_ONCE : UserCommand::TYPE_CHAT; in getType()
|
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/ |
H A D | UCModel.cpp | 294 else if(type == UserCommand::TYPE_CHAT || type == UserCommand::TYPE_CHAT_ONCE) { in initDlgFromItem() 401 type = UserCommand::TYPE_CHAT; in getType() 404 type = checkBox_SENDONCE->isChecked()? UserCommand::TYPE_CHAT_ONCE : UserCommand::TYPE_CHAT; in getType()
|
/dports/net-im/dino/dino-0.2.2/xmpp-vala/src/module/message/ |
H A D | stanza.vala | 10 public const string TYPE_CHAT = "chat";
|
/dports/net-im/icqlib/icqlib-1.0.0/icqlib/ |
H A D | udp.h | 100 #define TYPE_CHAT 0x0002 macro
|
/dports/net-im/dino/dino-0.2.2/libdino/src/entity/ |
H A D | message.vala | 136 case Xmpp.MessageStanza.TYPE_CHAT: 146 return Xmpp.MessageStanza.TYPE_CHAT;
|
/dports/www/tikiwiki/tiki-21.2/lib/xmpp/ |
H A D | TikiXmppChat.php | 101 public function sendMessage($message, $to, $type = Message::TYPE_CHAT)
|
/dports/net-im/dino/dino-0.2.2/xmpp-vala/src/module/xep/ |
H A D | 0085_chat_state_notifications.vala | 69 if (message.type_ != MessageStanza.TYPE_CHAT) return false;
|
H A D | 0333_chat_markers.vala | 71 if (message.type_ != MessageStanza.TYPE_CHAT) return false;
|
/dports/net-im/dino/dino-0.2.2/libdino/src/service/ |
H A D | conversation_manager.vala | 94 if (msg_ty == Xmpp.MessageStanza.TYPE_CHAT && counterpart.is_full() &&
|
H A D | message_processor.vala | 391 } else if (message.type_ == Xmpp.MessageStanza.TYPE_CHAT) { 416 if (message_stanza.type_ == Xmpp.MessageStanza.TYPE_CHAT) { 642 new_message.type_ = MessageStanza.TYPE_CHAT;
|
H A D | chat_interaction.vala | 250 … == Conversation.Type.GROUPCHAT ? Xmpp.MessageStanza.TYPE_GROUPCHAT : Xmpp.MessageStanza.TYPE_CHAT;
|