Home
last modified time | relevance | path

Searched defs:FileMessage (Results 1 – 15 of 15) sorted by relevance

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/matrix-org/gomatrix/
H A Devents.go112 type FileMessage struct { struct
113 MsgType string `json:"msgtype"`
114 Body string `json:"body"`
115 URL string `json:"url"`
116 Filename string `json:"filename"`
117 Info FileInfo `json:"info,omitempty"`
118 ThumbnailURL string `json:"thumbnail_url,omitempty"`
119 ThumbnailInfo ImageInfo `json:"thumbnail_info,omitempty"`
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/matrix-org/gomatrix/
H A Devents.go112 type FileMessage struct { struct
113 MsgType string `json:"msgtype"`
114 Body string `json:"body"`
115 URL string `json:"url"`
116 Filename string `json:"filename"`
117 Info FileInfo `json:"info,omitempty"`
118 ThumbnailURL string `json:"thumbnail_url,omitempty"`
119 ThumbnailInfo ImageInfo `json:"thumbnail_info,omitempty"`
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/
H A Dthread_message.py149 class FileMessage(StatusMessage): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/
H A Dthread_message.py149 class FileMessage(StatusMessage): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/
H A Dthread_message.py139 class FileMessage(StatusMessage): class
/dports/net-im/mtxclient/mtxclient-0.6.0/tests/
H A Dmessages.cpp160 TEST(RoomEvents, FileMessage) in TEST() argument
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/mail/
H A Dmail.py401 class FileMessage: class
/dports/graphics/povray36/povray-3.6.1/source/frontend/
H A Dmessageoutput.cpp1045 void MessageOutput::FileMessage(int stream, POVMSObjectPtr msg) in FileMessage() function in MessageOutput
/dports/graphics/megapov/megapov-1.2.1/source/frontend/
H A Dmessageoutput.cpp1241 void MessageOutput::FileMessage(int stream, POVMSObjectPtr msg) in FileMessage() function in MessageOutput
/dports/net-im/nheko/nheko-0.9.0/src/timeline/
H A DTimelineModel.h95 FileMessage, enumerator
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/mail/
H A Dmail.py497 class FileMessage: class
/dports/devel/py-threema-msgapi/threema-msgapi-sdk-python-3.0.6/threema/gateway/
H A De2e.py990 class FileMessage(Message): class
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/frontend/
H A Drenderfrontend.cpp1755 void FileMessage(TextStreamBuffer *tsb, int stream, POVMSObjectPtr msg) in FileMessage() function
/dports/graphics/povray37/povray-3.7.0.10/source/frontend/
H A Drenderfrontend.cpp1703 void FileMessage(TextStreamBuffer *tsb, int stream, POVMSObjectPtr msg) in FileMessage() function
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/
H A Dslskmessages.py2797 class FileMessage(SlskMessage): class