Home
last modified time | relevance | path

Searched refs:_check_domain (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/connection/
H A Dlibvirt_lxc.py61 self._check_domain(self.lxc)
69 def _check_domain(self, domain): member in Connection
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/libvirt/plugins/connection/
H A Dlibvirt_lxc.py60 self._check_domain(self.lxc)
68 def _check_domain(self, domain): member in Connection
/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/lib/JMX/Jmx4Perl/J4psh/Command/
H A DMBean.pm603 die "No domain $domain\n" unless $self->_check_domain($domain);
620 die "No domain $domain\n" unless $self->_check_domain($domain);
635 sub _check_domain { subroutine
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/base/
H A Dparam.py631 def _setitem_when_not_present(self, index, value, _check_domain=True): argument
666 self._validate_value(index, value, _check_domain)
/dports/security/maltrail/maltrail-0.40/
H A Dsensor.py164 def _check_domain(query, sec, usec, src_ip, src_port, dst_ip, dst_port, proto, packet=None):
446_check_domain(host, sec, usec, src_ip, src_port, dst_ip, dst_port, PROTO.TCP, packet)
490_check_domain(proxy_domain, sec, usec, src_ip, src_port, dst_ip, dst_port, PROTO.TCP, packet)
501_check_domain(proxy_domain, sec, usec, src_ip, src_port, dst_ip, dst_port, PROTO.TCP, packet)
734_check_domain(query, sec, usec, src_ip, src_port, dst_ip, dst_port, PROTO.UDP, packet)
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/base/models/
H A Dir_model.py561 def _check_domain(self): member in IrModelFields