Home
last modified time | relevance | path

Searched refs:IsChannel (Results 1 – 25 of 54) sorted by relevance

123

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/channels/test/
H A DTestPVRChannelsPath.cpp57 EXPECT_FALSE(path.IsChannel()); in TEST()
74 EXPECT_FALSE(path.IsChannel()); in TEST()
91 EXPECT_FALSE(path.IsChannel()); in TEST()
108 EXPECT_FALSE(path.IsChannel()); in TEST()
132 EXPECT_FALSE(path.IsChannel()); in TEST()
149 EXPECT_FALSE(path.IsChannel()); in TEST()
166 EXPECT_FALSE(path.IsChannel()); in TEST()
183 EXPECT_FALSE(path.IsChannel()); in TEST()
208 EXPECT_FALSE(path.IsChannel()); in TEST()
225 EXPECT_TRUE(path.IsChannel()); in TEST()
[all …]
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_channames.cpp58 : rememberer(ServerInstance->IsChannel) in ModuleChannelNames()
66 ServerInstance->IsChannel = NewIsChannelHandler::Call; in init()
80 if (ServerInstance->IsChannel(c->name)) in ValidateChans()
149 ServerInstance->IsChannel = rememberer; in cull()
H A Dm_operjoin.cpp60 if (ServerInstance->IsChannel(*i)) in OnPostOper()
66 if (ServerInstance->IsChannel(channame)) in OnPostOper()
H A Dm_sajoin.cpp66 if (IS_LOCAL(user) && !ServerInstance->IsChannel(channel)) in Handle()
H A Dm_conn_join.cpp37 if (ServerInstance->IsChannel(chan)) in JoinChannels()
H A Dm_redirect.cpp46 if (!ServerInstance->IsChannel(parameter)) in OnSet()
H A Dm_ojoin.cpp50 if (!ServerInstance->IsChannel(parameters[0])) in HandleLocal()
H A Dm_denychans.cpp106 if (!ServerInstance->IsChannel(redirect)) in ReadConfig()
/dports/irc/inspircd/inspircd-3.11.0/src/coremods/core_channel/
H A Dcmd_join.cpp45 if (ServerInstance->IsChannel(parameters[0])) in HandleLocal()
56 if (ServerInstance->IsChannel(parameters[0])) in HandleLocal()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dchannels.rs141 pub trait IsChannel { interface
145 impl IsChannel for ControlChannel {
150 impl IsChannel for AudioChannel {
155 impl IsChannel for StrChannel {
/dports/irc/inspircd/inspircd-3.11.0/src/modules/m_spanningtree/
H A Dsvsjoin.cpp32 if (!ServerInstance->IsChannel(parameters[1])) in Handle()
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/slack-go/slack/
H A Dchannels.go22 IsChannel bool `json:"is_channel"` member
H A Dwebsocket_channels.go13 IsChannel bool `json:"is_channel"` member
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/slack-go/slack/
H A Dchannels.go22 IsChannel bool `json:"is_channel"` member
H A Dwebsocket_channels.go13 IsChannel bool `json:"is_channel"` member
/dports/irc/dancer/dancer-4.16/src/
H A Dfunction.h35 inline bool IsChannel(char *);
/dports/security/vuls/vuls-0.13.7/vendor/github.com/nlopes/slack/
H A Dwebsocket_channels.go13 IsChannel bool `json:"is_channel"` member
/dports/net-im/slack-term/slack-term-0.4.1/vendor/github.com/nlopes/slack/
H A Dwebsocket_channels.go13 IsChannel bool `json:"is_channel"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/nlopes/slack/
H A Dwebsocket_channels.go13 IsChannel bool `json:"is_channel"` member
/dports/www/beehive/beehive-0.4.0/vendor/github.com/nlopes/slack/
H A Dwebsocket_channels.go13 IsChannel bool `json:"is_channel"` member
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/channels/
H A DPVRChannelsPath.h37 bool IsChannel() const { return m_kind == Kind::CHANNEL; } in IsChannel() function
/dports/math/gap/gap-4.11.0/hpcgap/lib/hpc/
H A Dthread.g23 DeclareFilter("IsChannel", IsObject and IsInternalRep);
33 BindGlobal("TYPE_CHANNEL", NewType(SynchronizationFamily, IsChannel));
/dports/www/beehive/beehive-0.4.0/vendor/github.com/go-telegram-bot-api/telegram-bot-api/
H A Dtypes_test.go181 if chat.IsChannel() != true {
/dports/www/miniflux/v2-2.0.35/vendor/github.com/go-telegram-bot-api/telegram-bot-api/
H A Dtypes_test.go181 if chat.IsChannel() != true {
/dports/irc/inspircd/inspircd-3.11.0/include/
H A Dinspircd.h382 TR1NS::function<bool(const std::string&)> IsChannel; variable

123