Home
last modified time | relevance | path

Searched refs:DeadChannel (Results 1 – 11 of 11) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/vendor/github.com/eapache/channels/
H A Dnative_channel.go69 type DeadChannel struct{} struct
71 func NewDeadChannel() DeadChannel {
72 return DeadChannel{}
75 func (ch DeadChannel) In() chan<- interface{} { argument
79 func (ch DeadChannel) Out() <-chan interface{} { argument
83 func (ch DeadChannel) Len() int { argument
87 func (ch DeadChannel) Cap() BufferCap { argument
91 func (ch DeadChannel) Close() { argument
/dports/net/traefik/traefik-2.6.1/vendor/github.com/eapache/channels/
H A Dnative_channel.go69 type DeadChannel struct{} struct
71 func NewDeadChannel() DeadChannel {
72 return DeadChannel{}
75 func (ch DeadChannel) In() chan<- interface{} { argument
79 func (ch DeadChannel) Out() <-chan interface{} { argument
83 func (ch DeadChannel) Len() int { argument
87 func (ch DeadChannel) Cap() BufferCap { argument
91 func (ch DeadChannel) Close() { argument
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviTreeWindowList.cpp90 case KviWindow::DeadChannel: in captionChanged()
164 if(iType == KviWindow::DeadChannel) in key()
659 case KviWindow::DeadChannel: in paint()
H A DKviWindow.h135 DeadChannel = 3, enumerator
H A DKviChannelWindow.cpp254 if(type() == KviWindow::DeadChannel && context()) in ~KviChannelWindow()
655 …return g_pIconManager->getSmallIcon((m_iStateFlags & DeadChan) ? KviIconManager::DeadChannel : Kvi… in myIconPtr()
777 setType(KviWindow::DeadChannel); in setDeadChan()
H A DKviWindowListBase.cpp486 case KviWindow::DeadChannel: in drawButtonLabel()
H A DKviWindow.cpp1396 bool bChannel = type() == KviWindow::Channel || type() == KviWindow::DeadChannel; in pasteLastLog()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/spaste/
H A Dlibkvispaste.cpp227 …)->type() != KviWindow::DccChat) && (c->window()->type() != KviWindow::DeadChannel) && (c->window(… in spaste_kvs_cmd_stop()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/chan/
H A Dlibkvichan.cpp47 if(c->window()->type() == KviWindow::DeadChannel) in chan_kvs_find_channel()
63 if(w->type() == KviWindow::DeadChannel) in chan_kvs_find_channel()
177 c->returnValue()->setBoolean((ch->type() == KviWindow::DeadChannel)); in chan_kvs_fnc_isdead()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kernel/
H A DKviIconManager.h403 DeadChannel = 232, enumerator
H A DKviIconManager.cpp1294 return KviIconManager::DeadChannel; in iconName()