Home
last modified time | relevance | path

Searched refs:to_hosts (Results 1 – 8 of 8) sorted by relevance

/dports/irc/ezbounce/ezbounce-1.99.15/src/
H A Druleset.cc221 beg = to_hosts.begin(), in is_allowed_to()
222 end = to_hosts.end(); in is_allowed_to()
250 std::vector<rs_host>& target = (t == FROM) ? from_hosts : to_hosts; in register_connection()
301 return (from_hosts.size() > 0 && to_hosts.size() > 0); in is_legal()
364 beg = to_hosts.begin(), in is_allowed_to()
365 end = to_hosts.end(); in is_allowed_to()
382 return (!to_hosts.empty() || !from_hosts.empty()); in is_legal()
399 ! (to_hosts.size() == r2.to_hosts.size())) { in operator ==()
432 vec1 = &to_hosts; in operator ==()
433 vec2 = &r2.to_hosts; in operator ==()
[all …]
/dports/security/py-exscript/exscript-2.6/tests/Exscript/util/
H A DcastTest.py30 from Exscript.util.cast import to_hosts
31 self.assertRaises(TypeError, to_hosts, None)
33 result = to_hosts([])
37 result = to_hosts('localhost')
42 result = to_hosts(Host('localhost'))
48 result = to_hosts(hosts)
/dports/sysutils/p5-MogileFS-Server/MogileFS-Server-2.73/lib/MogileFS/
H A DRebalance.pm37 to_hosts => [],
456 if (@{$policy->{to_hosts}}) {
457 next unless grep { $_ == $hostid } @{$policy->{to_hosts}};
/dports/security/py-exscript/exscript-2.6/Exscript/util/
H A Dcast.py69 def to_hosts(hosts, default_protocol='telnet', default_domain=''): function
/dports/irc/ezbounce/ezbounce-1.99.15/include/
H A Druleset.h116 std::vector<rs_host> to_hosts; variable
/dports/security/py-exscript/exscript-2.6/Exscript/
H A Dqueue.py37 from .util.cast import to_hosts
592 hosts = to_hosts(hosts, default_domain=self.domain)
/dports/sysutils/p5-MogileFS-Server/MogileFS-Server-2.73/t/
H A D30-rebalance.t156 my $rebal_pol = "from_hosts=1 fid_age=old limit_type=device limit_by=none to_all_devs=0 to_hosts=3 …
/dports/irc/ezbounce/ezbounce-1.99.15/docs/
H A Dworklog1207 + Add rs_host list named to_hosts and from_hosts to ruleset class.