Home
last modified time | relevance | path

Searched defs:Net (Results 1 – 25 of 3768) sorted by relevance

12345678910>>...151

/dports/net/p5-Net-FTP-File/Net-FTP-File-0.06/
H A DFile.pm63 sub Net::FTP::pretty_dir { subroutine
82 sub Net::FTP::isfile { subroutine
88 sub Net::FTP::isdir { subroutine
100 sub Net::FTP::exists { subroutine
107 sub Net::FTP::dir_hashref { subroutine
116 sub Net::FTP::copy { subroutine
137 sub Net::FTP::move { subroutine
152 sub Net::FTP::chmod { subroutine
163 sub Net::FTP::touch { subroutine
181 sub Net::FTP::empty { subroutine
[all …]
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/k-sone/critbitgo/
H A Dnet.go13 type Net struct { struct
14 trie *Trie
19 func (n *Net) Add(r *net.IPNet, value interface{}) (err error) {
29 func (n *Net) AddCIDR(s string, value interface{}) (err error) {
59 func (n *Net) Get(r *net.IPNet) (value interface{}, ok bool, err error) {
69 func (n *Net) GetCIDR(s string) (value interface{}, ok bool, err error) {
101 func (n *Net) ContainedIP(ip net.IP) (contained bool, err error) {
118 func (n *Net) matchIP(ip net.IP) (k []byte, v interface{}, err error) {
134 func (n *Net) match(key []byte) ([]byte, interface{}) {
275 func (n *Net) Clear() {
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/github.com/facebookgo/grace/gracenet/
H A Dnet.go33 type Net struct { struct
34 inherited []net.Listener
35 active []net.Listener
36 mutex sync.Mutex
37 inheritOnce sync.Once
40 fdStart int
43 func (n *Net) inherit() error {
88 func (n *Net) Listen(nett, laddr string) (net.Listener, error) {
110 func (n *Net) ListenTCP(nett string, laddr *net.TCPAddr) (*net.TCPListener, error) {
172 func (n *Net) activeListeners() ([]net.Listener, error) {
[all …]
/dports/net-mgmt/carbonzipper/carbonzipper-0.74/vendor/github.com/facebookgo/grace/gracenet/
H A Dnet.go33 type Net struct { struct
34 inherited []net.Listener
35 active []net.Listener
36 mutex sync.Mutex
37 inheritOnce sync.Once
40 fdStart int
43 func (n *Net) inherit() error {
88 func (n *Net) Listen(nett, laddr string) (net.Listener, error) {
110 func (n *Net) ListenTCP(nett string, laddr *net.TCPAddr) (*net.TCPListener, error) {
172 func (n *Net) activeListeners() ([]net.Listener, error) {
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/transport/vnet/
H A Dnet.go446 type Net struct { struct
447 v *vNet
448 ifs []*Interface
520 func (n *Net) Interfaces() ([]*Interface, error) {
562 func (n *Net) Dial(network, address string) (net.Conn, error) {
571 func (n *Net) CreateDialer(dialer *net.Dialer) Dialer {
602 func (n *Net) getInterface(ifName string) (*Interface, error) {
610 func (n *Net) setRouter(r *Router) error {
618 func (n *Net) onInboundChunk(c Chunk) {
626 func (n *Net) getStaticIPs() []net.IP {
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/transport/vnet/
H A Dnet.go466 type Net struct { struct
467 v *vNet
468 ifs []*Interface
540 func (n *Net) Interfaces() ([]*Interface, error) {
582 func (n *Net) Dial(network, address string) (net.Conn, error) {
591 func (n *Net) CreateDialer(dialer *net.Dialer) Dialer {
622 func (n *Net) getInterface(ifName string) (*Interface, error) {
630 func (n *Net) setRouter(r *Router) error {
638 func (n *Net) onInboundChunk(c Chunk) {
646 func (n *Net) getStaticIPs() []net.IP {
[all …]
/dports/www/p5-Catalyst-Model-LDAP/Catalyst-Model-LDAP-0.21/
H A Ddist.ini14 Net::LDAP = 0.65 key
15 Net::LDAP::Constant = 0 key
16 Net::LDAP::Control::Sort = 0 key
17 Net::LDAP::Control::VLV = 0 key
18 Net::LDAP::Entry = 0 key
19 Net::LDAP::Search = 0 key
20 Net::LDAP::Control::ProxyAuth = 1.09 key
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/src/go/mongolib/proto/
H A Dcmdlineopts.go29 Net Net `bson:"net"` member
61 type Net struct { struct
62 HTTP HTTP `bson:"http"`
63 SSL SSL `bson:"ssl"`
64 Port int64 `bson:"port"`
65 BindIP string `bson:"bindIp"`
66 MaxIncomingConnections int `bson:"maxIncomingConnections"`
67 WireObjectCheck bool `bson:"wireObjectCheck"`
68 IPv6 bool `bson:"ipv6"`
69 UnixDomainSocket struct {
/dports/cad/horizon-eda/horizon-2.1.0/src/block/
H A Dnet.cpp16 Net::Net(const UUID &uu, const json &j, Block &block) : Net(uu, j) in Net() function in horizon::Net
20 Net::Net(const UUID &uu, const json &j) in Net() function in horizon::Net
36 Net::Net(const UUID &uu) : uuid(uu){}; in Net() function in horizon::Net
/dports/net/p5-perl-ldap/perl-ldap-0.68/lib/Net/LDAP/
H A DConstant.pm34 sub Net::LDAP::Util::ldap_error_name { subroutine
41 sub Net::LDAP::Util::ldap_error_text { subroutine
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/golang/mock/mockgen/internal/tests/import_embedded_interface/
H A Dnet.go20 type Net interface { interface
24 func CallResponseWriterMethods(n Net) {
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/golang/mock/mockgen/internal/tests/import_embedded_interface/
H A Dnet.go19 type Net interface { interface
23 func CallResponseWriterMethods(n Net) {
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/golang/mock/mockgen/internal/tests/import_embedded_interface/
H A Dnet.go19 type Net interface { interface
23 func CallResponseWriterMethods(n Net) {
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/golang/mock/mockgen/internal/tests/import_embedded_interface/
H A Dnet_mock.go20 // MockNetMockRecorder is the mock recorder for MockNet.
25 // NewMockNet creates a new mock instance.
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/golang/mock/mockgen/internal/tests/import_embedded_interface/
H A Dnet.go19 type Net interface { interface
23 func CallResponseWriterMethods(n Net) {
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/golang/mock/mockgen/internal/tests/import_embedded_interface/
H A Dnet.go20 type Net interface { interface
24 func CallResponseWriterMethods(n Net) {
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/golang/mock/mockgen/internal/tests/import_embedded_interface/
H A Dnet.go20 type Net interface { interface
24 func CallResponseWriterMethods(n Net) {
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/golang/mock/mockgen/internal/tests/import_embedded_interface/
H A Dnet.go19 type Net interface { interface
23 func CallResponseWriterMethods(n Net) {
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/LoopVectorize/AArch64/
H A Darbitrary-induction-step.ll20 ; CHECK: %index.next = add i64 %index, 8
24 ; FORCE-VEC: %wide.load = load <2 x i32>, <2 x i32>*
/dports/www/tusd/tusd-1.8.0/vendor/github.com/golang/mock/mockgen/internal/tests/import_embedded_interface/
H A Dnet.go20 type Net interface { interface
24 func CallResponseWriterMethods(n Net) {
/dports/dns/p5-POE-Component-Client-DNS-Recursive/POE-Component-Client-DNS-Recursive-1.12/
H A Ddist.ini15 Net::DNS = 0.69 key
16 Net::DNS::Packet = 0 key
17 Net::IP::Minimal = 0 key
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_gluon.py234 class Net(gluon.Block): class
267 class Net(gluon.Block): class
362 class Net(nn.HybridBlock): class
1345 class Net(gluon.Block): class
1622 class Net(gluon.HybridBlock): class
2075 class Net(gluon.HybridBlock): class
2100 class Net(gluon.HybridBlock): class
2130 class Net(gluon.HybridBlock): class
2155 class Net(gluon.HybridBlock): class
2182 class Net(gluon.HybridBlock): class
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_gluon.py234 class Net(gluon.Block): class
267 class Net(gluon.Block): class
362 class Net(nn.HybridBlock): class
1345 class Net(gluon.Block): class
1622 class Net(gluon.HybridBlock): class
2075 class Net(gluon.HybridBlock): class
2100 class Net(gluon.HybridBlock): class
2130 class Net(gluon.HybridBlock): class
2155 class Net(gluon.HybridBlock): class
2182 class Net(gluon.HybridBlock): class
[all …]
/dports/cad/alliance/alliance/src/scl/src/
H A Dschadd.c77 schnet_list *addschnetcon( Net, Con) in addschnetcon() argument
245 schnet_list *Net; local
261 schwir_list *addschwir( Figure, Net ) in addschwir() argument
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/draw/model/
H A DNet.java30 public class Net { class
47 public Net(Net toCopy, VisualElement visualElement) { in Net() method in Net
61 public Net(Wire w) { in Net() method in Net
76 public Net(Vector v) { in Net() method in Net

12345678910>>...151