Home
last modified time | relevance | path

Searched refs:Ban (Results 1 – 25 of 3622) sorted by relevance

12345678910>>...145

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/layeh.com/gumble/gumble/
H A Dbans.go15 type BanList []*Ban
18 func (b *BanList) Add(address net.IP, mask net.IPMask, reason string, duration time.Duration) *Ban {
19 ban := &Ban{
33 type Ban struct { struct
53 func (b *Ban) SetAddress(address net.IP) { argument
58 func (b *Ban) SetMask(mask net.IPMask) { argument
63 func (b *Ban) SetReason(reason string) { argument
68 func (b *Ban) SetDuration(duration time.Duration) { argument
73 func (b *Ban) Unban() { argument
79 func (b *Ban) Ban() { func
/dports/www/beehive/beehive-0.4.0/vendor/layeh.com/gumble/gumble/
H A Dbans.go15 type BanList []*Ban
18 func (b *BanList) Add(address net.IP, mask net.IPMask, reason string, duration time.Duration) *Ban {
19 ban := &Ban{
33 type Ban struct { struct
53 func (b *Ban) SetAddress(address net.IP) { argument
58 func (b *Ban) SetMask(mask net.IPMask) { argument
63 func (b *Ban) SetReason(reason string) { argument
68 func (b *Ban) SetDuration(duration time.Duration) { argument
73 func (b *Ban) Unban() { argument
79 func (b *Ban) Ban() { argument
/dports/mail/mailman3/mailman-3.3.1/src/mailman/model/
H A Dbans.py34 class Ban(Model): class
63 ban = Ban(email, self._list_id)
69 ban = store.query(Ban).filter_by(
81 bans = store.query(Ban).filter_by(email=email, list_id=None)
85 bans = store.query(Ban).filter_by(list_id=None)
92 bans = store.query(Ban).filter_by(email=email, list_id=list_id)
96 bans = store.query(Ban).filter_by(email=email, list_id=None)
100 bans = store.query(Ban).filter_by(list_id=list_id)
106 bans = store.query(Ban).filter_by(list_id=None)
117 query = store.query(Ban).filter_by(
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/langs/vi_VN/
H A Dlanguages.lang29 Language_es_ES=Tây Ban Nha
30 Language_es_AR=Tây Ban Nha (Argentina)
31 Language_es_BO=Tây Ban Nha (Bôlivia)
32 Language_es_CL=Tây Ban Nha (Chile)
33 Language_es_CO=Tây Ban Nha (Colombia)
35 Language_es_EC=Tây Ban Nha (Ecuador)
37 Language_es_HN=Tây Ban Nha (Honduras)
38 Language_es_MX=Tây Ban Nha (Mexico)
39 Language_es_PA=Tây Ban Nha (Panama)
41 Language_es_PE=Tây Ban Nha (Peru)
[all …]
/dports/audio/mumble/mumble-1.3.3/src/
H A DNet.cpp15 bool Ban::isExpired() const { in isExpired()
19 bool Ban::operator <(const Ban &other) const { in operator <()
28 bool Ban::operator ==(const Ban &other) const { in operator ==()
38 bool Ban::isValid() const { in isValid()
42 QString Ban::toString() const { in toString()
55 quint32 qHash(const Ban &b) { in qHash()
H A DBan.cpp14 bool Ban::isExpired() const { in isExpired()
18 bool Ban::operator <(const Ban &other) const { in operator <()
27 bool Ban::operator ==(const Ban &other) const { in operator ==()
37 bool Ban::isValid() const { in isValid()
41 QString Ban::toString() const { in toString()
54 quint32 qHash(const Ban &b) { in qHash()
H A DBan.h17 struct Ban { struct
27 bool operator < (const Ban &) const; argument
28 bool operator == (const Ban &) const;
32 quint32 qHash(const Ban &);
H A DACL.cpp102 if (acl->pAllow & Ban) in effectivePermissions()
103 granted |= Ban; in effectivePermissions()
110 granted |= (acl->pAllow & ~(Kick|Ban|Register|SelfRegister|Cached)); in effectivePermissions()
124 granted |= Kick|Ban|Register|SelfRegister; in effectivePermissions()
183 case Ban: in whatsThis()
234 case Ban: in permName()
/dports/audio/murmur/mumble-1.3.3/src/
H A DNet.cpp15 bool Ban::isExpired() const { in isExpired()
19 bool Ban::operator <(const Ban &other) const { in operator <()
28 bool Ban::operator ==(const Ban &other) const { in operator ==()
38 bool Ban::isValid() const { in isValid()
42 QString Ban::toString() const { in toString()
55 quint32 qHash(const Ban &b) { in qHash()
H A DBan.cpp14 bool Ban::isExpired() const { in isExpired()
18 bool Ban::operator <(const Ban &other) const { in operator <()
27 bool Ban::operator ==(const Ban &other) const { in operator ==()
37 bool Ban::isValid() const { in isValid()
41 QString Ban::toString() const { in toString()
54 quint32 qHash(const Ban &b) { in qHash()
H A DBan.h17 struct Ban { struct
27 bool operator < (const Ban &) const; argument
28 bool operator == (const Ban &) const;
32 quint32 qHash(const Ban &);
H A DACL.cpp102 if (acl->pAllow & Ban) in effectivePermissions()
103 granted |= Ban; in effectivePermissions()
110 granted |= (acl->pAllow & ~(Kick|Ban|Register|SelfRegister|Cached)); in effectivePermissions()
124 granted |= Kick|Ban|Register|SelfRegister; in effectivePermissions()
183 case Ban: in whatsThis()
234 case Ban: in permName()
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/langs/vi_VN/
H A Dlanguages.lang30 Language_es_ES=Tây Ban Nha
31 Language_es_AR=Tây Ban Nha (Argentina)
32 Language_es_BO=Tây Ban Nha (Bôlivia)
33 Language_es_CL=Tây Ban Nha (Chile)
34 Language_es_CO=Tây Ban Nha (Colombia)
36 Language_es_EC=Tây Ban Nha (Ecuador)
38 Language_es_HN=Tây Ban Nha (Honduras)
39 Language_es_MX=Tây Ban Nha (Mexico)
40 Language_es_PA=Tây Ban Nha (Panama)
42 Language_es_PE=Tây Ban Nha (Peru)
[all …]
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/tests/files/logs/
H A Drecidive2 2006-02-13 15:52:30,388 fail2ban.actions: NOTICE [sendmail] Ban 1.2.3.4
4 2006-02-13 15:52:30,388 fail2ban.actions[123]: NOTICE [sendmail] Ban 1.2.3.4
8 2006-02-13 15:52:30,388 fail2ban.actions: NOTICE [recidive] Ban 1.2.3.4
11 Sep 16 00:44:55 spaceman fail2ban.actions: NOTICE [jail] Ban 10.0.0.7
14 2006-02-13 15:52:30,388 fail2ban.actions [123]: NOTICE [sendmail] Ban 1.2.3.4
17 Jan 16 17:11:25 testorg fail2ban.actions[6605]: NOTICE [postfix-auth] Ban 192.0.2.1
19 …t.org fail2ban-server[11524]: fail2ban.actions [11524]: NOTICE [postfix-auth] Ban 192.0.2.2
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/tests/
H A Dc00022.vtc29 return(synth(204, "Ban added"));
37 return(synth(204, "Ban added"));
55 # Ban: something else
72 # Ban: it
89 # Ban: everything else
106 # Ban: it
108 txreq -req BANSTR -hdr "Ban: obj.http.foo == bar6"
123 # Ban: something else
125 txreq -req BANSTR -hdr "Ban: obj.http.foo == bar6"
143 txreq -req BANSTR -hdr "Ban: req.http.foo == barcheck"
[all …]
/dports/games/odamex/odamex-src-0.7.0/server/src/
H A Dsv_banlist.h50 struct Ban struct
52 Ban(void) : expire(0) { }; in Ban() argument
65 typedef std::pair<size_t, Ban*> banlist_result_t; argument
82 bool check(const netadr_t &address, Ban &baninfo);
96 std::vector<Ban> banlist;
/dports/www/hiawatha/hiawatha-10.12/config/
H A Dtoolkit.conf12 Do Ban|Call|DenyAccess|Exit|Goto|OmitRequestLog|Return|Skip|Use
13 Header <key> [!]<value> Ban|Call|DenyAccess|Exit|Goto|OmitRequestLog|Return|Skip|Use
14 Match [!]<url> Ban|Call|DenyAccess|Exit|Goto|Redirect|Return|Rewrite|Skip|UseFastCGI
23 Ban <seconds>
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DBanEditor.cpp25 Ban b; in BanEditor()
46 foreach(const Ban &b, qlBans) { in accept()
70 const Ban &ban = qlBans.at(idx); in on_qlwBans_currentRowChanged()
87 Ban BanEditor::toBan(bool &ok) { in toBan()
88 Ban b; in toBan()
120 Ban b = toBan(ok); in on_qpbAdd_clicked()
136 Ban b = toBan(ok); in on_qpbUpdate_clicked()
170 foreach(const Ban &ban, qlBans) { in refreshBanList()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DBanEditor.cpp25 Ban b; in BanEditor()
46 foreach(const Ban &b, qlBans) { in accept()
70 const Ban &ban = qlBans.at(idx); in on_qlwBans_currentRowChanged()
87 Ban BanEditor::toBan(bool &ok) { in toBan()
88 Ban b; in toBan()
120 Ban b = toBan(ok); in on_qpbAdd_clicked()
136 Ban b = toBan(ok); in on_qpbUpdate_clicked()
170 foreach(const Ban &ban, qlBans) { in refreshBanList()
/dports/games/assaultcube/AssaultCube_v1.2.0.2/config/
H A Dserverblacklist.cfg7 // 1.2.3.4 = Ban a single IP.
8 // 1.2.3.4/24 = Ban an IP block (1.2.3.0 - 1.2.3.255)
9 // 1.2.3.4 - 2.3.4.5 = Ban an IP range.
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dchannel.h254 struct Ban { struct
255 struct Ban* next; /**< next ban in the channel */ argument
276 struct Ban* banlist; /**< List of bans on this channel */ argument
449 extern struct Ban *make_ban(const char *banstr);
450 extern struct Ban *find_ban(struct Client *cptr, struct Ban *banlist);
451 extern int apply_ban(struct Ban **banlist, struct Ban *newban, int free);
452 extern void free_ban(struct Ban *ban);
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dbans.c31 Ban *new; in add_ban()
41 if ((new = (Ban *) remove_from_list((List **)&(chan->bans), ban)) != NULL) in add_ban()
49 new = (Ban *) dma_Malloc(sizeof(Ban)); in add_ban()
120 Ban *btmp; in remove_matching_bans()
/dports/games/freeciv/freeciv-2.6.6/data/nation/
H A Dlaotian.ruleset52 "Xaisomboun", ; Ban Mouang Cha
54 "Houayxay", ; Ban Houayxay
66 "Nam Phao", ; Ban Na Phao
80 "Phoukhoun", ; Ban Phoukhoun
/dports/games/freeciv-nox11/freeciv-2.6.6/data/nation/
H A Dlaotian.ruleset52 "Xaisomboun", ; Ban Mouang Cha
54 "Houayxay", ; Ban Houayxay
66 "Nam Phao", ; Ban Na Phao
80 "Phoukhoun", ; Ban Phoukhoun
/dports/irc/smuxi/smuxi-1.1/po-Frontend-GNOME-IRC/
H A Den_GB.po41 msgid "Kick + Ban"
42 msgstr "Kick + Ban"
45 msgid "Ban"
46 msgstr "Ban"

12345678910>>...145