Home
last modified time | relevance | path

Searched refs:IsValidChannel (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/lrstanley/girc/
H A Dcommands.go131 if len(event.Params) > 0 && IsValidChannel(event.Params[0]) {
155 if len(event.Params) > 0 && IsValidChannel(event.Params[0]) {
H A Dformat.go173 func IsValidChannel(channel string) bool { func
H A DREADME.md35 …l, nick, and user validation methods ([IsValidChannel](https://godoc.org/github.com/lrstanley/girc…
H A Dmodes.go332 if len(e.Params) < 2 || !IsValidChannel(e.Params[0]) {
H A Devent.go472 if !IsValidChannel(e.Params[0]) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/
H A Dupdate_engine_client.cc58 bool IsValidChannel(const std::string& channel) { in IsValidChannel() function
154 if (!IsValidChannel(target_channel)) { in SetChannel()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DWaveTrack.cpp1820 bool IsValidChannel(const int nValue) in IsValidChannel() function
1865 !IsValidChannel(nValue)) in HandleXMLTag()