Home
last modified time | relevance | path

Searched defs:ChannelView (Results 1 – 13 of 13) sorted by relevance

/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dchannel_view.go11 type ChannelView struct { struct
12 ChannelId string `json:"channel_id"`
13 PrevChannelId string `json:"prev_channel_id"`
14 CollapsedThreadsSupported bool `json:"collapsed_threads_supported"`
17 func (o *ChannelView) ToJson() string {
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dchannel_view.go6 type ChannelView struct { struct
7 ChannelId string `json:"channel_id"`
8 PrevChannelId string `json:"prev_channel_id"`
9 CollapsedThreadsSupported bool `json:"collapsed_threads_supported"`
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dchannel_view.go6 type ChannelView struct { struct
7 ChannelId string `json:"channel_id"`
8 PrevChannelId string `json:"prev_channel_id"`
9 CollapsedThreadsSupported bool `json:"collapsed_threads_supported"`
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dchannel_view.go11 type ChannelView struct { struct
12 ChannelId string `json:"channel_id"`
13 PrevChannelId string `json:"prev_channel_id"`
16 func (o *ChannelView) ToJson() string {
/dports/multimedia/minitube/minitube-3.9.2/src/
H A Dhomeview.h31 class ChannelView; variable
H A Dchannelview.cpp46 ChannelView::ChannelView(QWidget *parent) : View(parent), showUpdated(false), sortBy(SortByName) { in ChannelView() function in ChannelView
/dports/irc/komanda-cli/komanda-cli-b5ba03b/komanda/client/
H A Dserver.go117 func (server *Server) ChannelView(name string) (*gocui.View, error) { func
/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/helper/
H A DChannelView.hpp59 class ChannelView final : public BaseWidget class
H A DChannelView.cpp126 ChannelView::ChannelView(BaseWidget *parent) in ChannelView() function in chatterino::ChannelView
/dports/graphics/wdune/wdune-1.926/src/
H A DMainWindow.h32 class ChannelView; variable
H A DChannelView.cpp71 ChannelView::ChannelView(Scene *scene, SWND wnd) in ChannelView() function in ChannelView
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dchannel.go2890 func (a *App) ViewChannel(view *model.ChannelView, userID string, currentSessionId string, collapse…
H A Dapp_iface.go1096 …ViewChannel(view *model.ChannelView, userID string, currentSessionId string, collapsedThreadsSuppo…