Home
last modified time | relevance | path

Searched defs:UIMessage (Results 1 – 9 of 9) sorted by relevance

/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/dialogs/
H A Dmessage.lua27 function UIMessage:UIMessage(ui, x, stop_x, onClose, type, message, owner, timeout, default_choice,… function
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dlv2_plugin.h283 struct UIMessage { struct
284 uint32_t index;
285 uint32_t protocol;
286 uint32_t size;
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/plugins/ui/
H A DUIMessage.java51 public interface UIMessage { interface
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/chat1/
H A Dchat_ui.go1217 type UIMessage struct { struct
1218 State__ MessageUnboxedState `codec:"state" json:"state"`
1219 Valid__ *UIMessageValid `codec:"valid,omitempty" json:"valid,omitempty"`
1220 Error__ *MessageUnboxedError `codec:"error,omitempty" json:"error,omitempty"`
1226 func (o *UIMessage) State() (ret MessageUnboxedState, err error) {
1257 func (o UIMessage) Valid() (res UIMessageValid) {
1267 func (o UIMessage) Error() (res MessageUnboxedError) {
1277 func (o UIMessage) Outbox() (res UIMessageOutbox) {
1287 func (o UIMessage) Placeholder() (res MessageUnboxedPlaceholder) {
1297 func (o UIMessage) Journeycard() (res UIMessageJourneycard) {
[all …]
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dchat_ui.go1219 type UIMessage struct { struct
1220 State__ MessageUnboxedState `codec:"state" json:"state"`
1221 Valid__ *UIMessageValid `codec:"valid,omitempty" json:"valid,omitempty"`
1222 Error__ *MessageUnboxedError `codec:"error,omitempty" json:"error,omitempty"`
1228 func (o *UIMessage) State() (ret MessageUnboxedState, err error) {
1259 func (o UIMessage) Valid() (res UIMessageValid) {
1269 func (o UIMessage) Error() (res MessageUnboxedError) {
1279 func (o UIMessage) Outbox() (res UIMessageOutbox) {
1289 func (o UIMessage) Placeholder() (res MessageUnboxedPlaceholder) {
1299 func (o UIMessage) Journeycard() (res UIMessageJourneycard) {
[all …]
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dserver_test.go3220 func msgState(t *testing.T, msg chat1.UIMessage) chat1.MessageUnboxedState {
3226 func confirmIsPlaceholder(t *testing.T, msgID chat1.MessageID, msg chat1.UIMessage, hidden bool) {
3232 func confirmIsText(t *testing.T, msgID chat1.MessageID, msg chat1.UIMessage, text string) {
5354 func verifyChangeRetentionSystemMessage(t *testing.T, msg chat1.UIMessage, expectedMsg chat1.Messag…
/dports/graphics/opendx/dx-4.4.4/include/dx/
H A Drel_1_bc.h177 #define UIMessage DXUIMessage macro
/dports/security/keybase/client-v5.7.1/go/chat/utils/
H A Dutils.go881 func PluckUIMessageIDs(msgs []chat1.UIMessage) (res []chat1.MessageID) {
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dinterfaces.go449 ChatLoadGalleryHit(context.Context, chat1.UIMessage) error