Home
last modified time | relevance | path

Searched defs:TextMessage (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/layeh.com/gumble/gumble/
H A Dtextmessage.go9 type TextMessage struct { struct
11 Sender *User
13 Users []*User
15 Channels []*Channel
17 Trees []*Channel
19 Message string
22 func (t *TextMessage) writeMessage(client *Client) error {
/dports/www/beehive/beehive-0.4.0/vendor/layeh.com/gumble/gumble/
H A Dtextmessage.go9 type TextMessage struct { struct
11 Sender *User
13 Users []*User
15 Channels []*Channel
17 Trees []*Channel
19 Message string
22 func (t *TextMessage) writeMessage(client *Client) error {
/dports/games/blockattack/blockattack-game-2.7.0/source/code/
H A DTextManager.hpp30 class TextMessage { class
40 TextMessage() { in TextMessage() function in TextMessage
44 TextMessage(int X, int Y,unsigned int Text,unsigned int Time) { in TextMessage() function in TextMessage
/dports/audio/mumble/mumble-1.3.3/src/murmur/
H A DServer.h48 struct TextMessage { struct
49 QList<unsigned int> qlSessions;
50 QList<unsigned int> qlChannels;
51 QList<unsigned int> qlTrees;
52 QString qsText;
/dports/audio/murmur/mumble-1.3.3/src/murmur/
H A DServer.h48 struct TextMessage { struct
49 QList<unsigned int> qlSessions;
50 QList<unsigned int> qlChannels;
51 QList<unsigned int> qlTrees;
52 QString qsText;
/dports/net/evans/evans-0.9.1/vendor/github.com/improbable-eng/grpc-web/integration_test/go/_proto/improbable/grpcweb/test/
H A Dtest.pb.go196 type TextMessage struct { struct
200 XXX_NoUnkeyedLiteral struct{} `json:"-"`
201 XXX_unrecognized []byte `json:"-"`
202 XXX_sizecache int32 `json:"-"`
207 func (*TextMessage) ProtoMessage() {}
208 func (*TextMessage) Descriptor() ([]byte, []int) {
221 func (m *TextMessage) XXX_Size() int {
224 func (m *TextMessage) XXX_DiscardUnknown() {
230 func (m *TextMessage) GetText() string {
237 func (m *TextMessage) GetSendHeaders() bool {
[all …]
/dports/games/spacezero/spacezero/include/
H A Dgeneral.h186 struct TextMessage{ struct
199 struct TextMessage info; argument
/dports/net/evans/evans-0.9.1/vendor/github.com/improbable-eng/grpc-web/integration_test/ts/_proto/improbable/grpcweb/test/
H A Dtest_pb.d.ts87 export class TextMessage extends jspb.Message { class
107 export namespace TextMessage { namespace
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/layeh.com/gumble/gumbleutil/
H A Dtextmessage.go12 func PlainText(tm *gumble.TextMessage) string {
/dports/www/beehive/beehive-0.4.0/vendor/layeh.com/gumble/gumbleutil/
H A Dtextmessage.go12 func PlainText(tm *gumble.TextMessage) string {
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/matrix-org/gomatrix/
H A Devents.go45 type TextMessage struct { struct
46 MsgType string `json:"msgtype"`
47 Body string `json:"body"`
48 FormattedBody string `json:"formatted_body"`
49 Format string `json:"format"`
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/matrix-org/gomatrix/
H A Devents.go45 type TextMessage struct { struct
46 MsgType string `json:"msgtype"`
47 Body string `json:"body"`
48 FormattedBody string `json:"formatted_body"`
49 Format string `json:"format"`
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DTextMessage.cpp10 TextMessage::TextMessage(QWidget *p, QString title, bool bChannel) : QDialog(p) { in TextMessage() function in TextMessage
/dports/net-im/matterbridge/matterbridge-1.22.3/bridge/whatsapp/
H A Dhandlers.go73 func (b *Bwhatsapp) HandleTextMessage(message whatsapp.TextMessage) {
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DTextMessage.cpp10 TextMessage::TextMessage(QWidget *p, QString title, bool bChannel) : QDialog(p) { in TextMessage() function in TextMessage
/dports/devel/py-threema-msgapi/threema-msgapi-sdk-python-3.0.6/threema/gateway/
H A Dsimple.py48 class TextMessage(Message): class
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A Dmessage_queue.cpp91 class TextMessage : public Message class
114 TextMessage(MessageQueue::MessageType mt, const core::stringw &message) : in TextMessage() function in MessageQueue::TextMessage
/dports/games/battletanks/btanks-0.9.8083/engine/net/
H A Dmessage.h56 TextMessage, enumerator
/dports/net/py-wsproto/wsproto-1.0.0/src/wsproto/
H A Devents.py224 class TextMessage(Message[str]): # pylint: disable=unsubscriptable-object class
/dports/audio/mumble/mumble-1.3.3/src/
H A DACL.h32 TextMessage = 0x200, enumerator
/dports/math/nanoflann/nanoflann-1.3.2/benchmarkTool/
H A Dtool.py113 def createButton(TextMessage, row_index, col_index): argument
/dports/databases/ldb21/ldb-2.1.5/lib/tevent/ABI/
H A Dtevent-0.9.24.sigs65 tevent_req_received: void (struct tevent_req *)
/dports/audio/murmur/mumble-1.3.3/src/
H A DACL.h32 TextMessage = 0x200, enumerator
/dports/www/beehive/beehive-0.4.0/vendor/layeh.com/gumble/gumble/MumbleProto/
H A DMumble.pb.go1062 type TextMessage struct { struct
1064 Actor *uint32 `protobuf:"varint,1,opt,name=actor" json:"actor,omitempty"`
1066 Session []uint32 `protobuf:"varint,2,rep,name=session" json:"session,omitempty"`
1075 XXX_unrecognized []byte `json:"-"`
1078 func (m *TextMessage) Reset() { *m = TextMessage{} }
1080 func (*TextMessage) ProtoMessage() {}
1083 func (m *TextMessage) GetActor() uint32 {
1090 func (m *TextMessage) GetSession() []uint32 {
1097 func (m *TextMessage) GetChannelId() []uint32 {
1104 func (m *TextMessage) GetTreeId() []uint32 {
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/Rhymen/go-whatsapp/
H A Dmessage.go319 type TextMessage struct { struct
320 Info MessageInfo
321 Text string
322 ContextInfo ContextInfo
339 func getTextProto(msg TextMessage) *proto.WebMessageInfo {

1234567