Home
last modified time | relevance | path

Searched defs:check_connection (Results 1 – 25 of 148) sorted by relevance

123456

/dports/www/erlang-hackney/hackney-1.8.6/src/
H A Dhackney_socks5.erl228 check_connection(<< 3, _DomainLen:8, _Domain/binary >>) -> function
230 check_connection(<< 1, _Addr:32, _Port:16 >>) -> function
232 check_connection(<< 4, _Addr:128, _Port:16 >>) -> function
234 check_connection(_) -> function
/dports/databases/py-tarantool/tarantool-0.7.1/test/cluster-py/
H A Dmulti.test.py18 def check_connection(con): function
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/generator/
H A Dissue-58888.rs16 fn check_connection(&self) -> impl Generator<Yield = (), Return = ()> + '_ { in check_connection() method
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/storage/netapp/
H A Dna_elementsw_cluster.py178 def check_connection(self): member in ElementSWCluster
/dports/audio/exaile/exaile-4.1.1/plugins/lastfmlove/
H A Dlastfmlove_preferences.py62 def check_connection(self): member in RequestAccessPermissionButton
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/jason-munro/cypht/lib/
H A Dauth.php168 private function check_connection($imap) { function in Hm_Auth_IMAP
240 private function check_connection($pop3, $user, $pass, $server) { function in Hm_Auth_POP3
/dports/science/nest/nest-simulator-3.1/models/
H A Drate_connection_delayed.h103 check_connection( Node& s, Node& t, rport receptor_type, const CommonPropertiesType& ) in check_connection() function
H A Dgap_junction.h106 check_connection( Node& s, Node& t, rport receptor_type, const CommonPropertiesType& ) in check_connection() function
H A Drate_connection_instantaneous.h104 check_connection( Node& s, Node& t, rport receptor_type, const CommonPropertiesType& ) in check_connection() function
H A Ddiffusion_connection.h119 check_connection( Node& s, Node& t, rport receptor_type, const CommonPropertiesType& ) in check_connection() function
H A Dbernoulli_synapse.h139 check_connection( Node& s, Node& t, rport receptor_type, const CommonPropertiesType& ) in check_connection() function
H A Dht_synapse.h161 check_connection( Node& s, Node& t, rport receptor_type, const CommonPropertiesType& ) in check_connection() function
H A Dquantal_stp_synapse.h163 check_connection( Node& s, Node& t, rport receptor_type, const CommonPropertiesType& ) in check_connection() function
H A Dtsodyks2_synapse.h182 check_connection( Node& s, Node& t, rport receptor_type, const CommonPropertiesType& ) in check_connection() function
H A Dstatic_synapse_hom_w.h135 check_connection( Node& s, Node& t, rport receptor_type, const CommonPropertiesType& ) in check_connection() function
H A Dclopath_synapse.h171 check_connection( Node& s, Node& t, rport receptor_type, const CommonPropertiesType& ) in check_connection() function
H A Dtsodyks_synapse_hom.h231 check_connection( Node& s, Node& t, rport receptor_type, const CommonPropertiesType& ) in check_connection() function
/dports/ftp/profxp/profxp/profxp/
H A Dscreen.pm299 sub check_connection { subroutine
/dports/science/pynn/PyNN-0.10.0/pyNN/nest/extensions/
H A Dstochastic_stp_synapse.h121 check_connection( nest::Node& s, in check_connection() function
H A Dsimple_stochastic_synapse.h127 check_connection( nest::Node& s, in check_connection() function
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/ontap/plugins/modules/
H A Dna_ontap_debug.py85 def check_connection(self, connection_type): member in NetAppONTAPDebug
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dicinga2_host.py166 def check_connection(self): member in icinga2_api
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/monitoring/
H A Dicinga2_host.py166 def check_connection(self): member in icinga2_api
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/monitoring/
H A Dicinga2_host.py154 def check_connection(self): member in icinga2_api
/dports/security/maltrail/maltrail-0.40/core/
H A Dcommon.py218 def check_connection(): function

123456