Home
last modified time | relevance | path

Searched refs:connect_method (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/vala/vala-0.48.18/vala/
H A Dvalasignaltype.vala35 Method? connect_method;
73 if (connect_method == null) {
75 connect_method = new Method ("connect", ulong_type);
76 connect_method.access = SymbolAccessibility.PUBLIC;
77 connect_method.external = true;
78 connect_method.owner = signal_symbol.scope;
79 connect_method.add_parameter (new Parameter ("handler", get_handler_type ()));
81 return connect_method;
H A Dvalasignaltype.c38 ValaMethod* connect_method; member
270 _tmp0_ = self->priv->connect_method; in vala_signal_type_get_connect_method()
312 _vala_code_node_unref0 (self->priv->connect_method); in vala_signal_type_get_connect_method()
313 self->priv->connect_method = _tmp12_; in vala_signal_type_get_connect_method()
314 _tmp13_ = self->priv->connect_method; in vala_signal_type_get_connect_method()
316 _tmp14_ = self->priv->connect_method; in vala_signal_type_get_connect_method()
318 _tmp15_ = self->priv->connect_method; in vala_signal_type_get_connect_method()
324 _tmp20_ = self->priv->connect_method; in vala_signal_type_get_connect_method()
334 _tmp25_ = self->priv->connect_method; in vala_signal_type_get_connect_method()
549 _vala_code_node_unref0 (self->priv->connect_method); in vala_signal_type_finalize()
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/common/
H A Dtest_retry_limit.py38 connect_method = 'libcloud.common.base.Connection.request'
40 with patch(connect_method) as mock_connect:
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-embrodery-stitch.h46 enum connect_method { enum
56 EnumParam<connect_method> connection;
H A Dlpe-embrodery-stitch.cpp46 static const Util::EnumData<LPEEmbroderyStitch::connect_method> ConnectMethodData[LPEEmbroderyStitc…
53 static const Util::EnumDataConverter<LPEEmbroderyStitch::connect_method>
/dports/net-im/py-slackclient/python-slackclient-2.1.0/slack/rtm/
H A Dclient.py114 connect_method: Optional[str] = None,
126 self.connect_method = connect_method
500 if self.connect_method in ["rtm.start", "rtm_start"]:
/dports/net/ryu/ryu-4.26/ryu/lib/of_config/
H A Dcapable_switch.py41 def __init__(self, connect_method='connect_ssh', *args, **kwargs): argument
43 self._connect_method = connect_method
/dports/databases/p5-DBI/DBI-1.643/lib/DBD/Gofer/Policy/
H A Dclassic.pm20 connect_method => 'connect_cached',
H A Drush.pm20 connect_method => 'connect_cached',
H A DBase.pm20 connect_method => 'connect',
/dports/databases/p5-DBI/DBI-1.643/lib/DBI/Gofer/
H A DExecute.pm163 my ($connect_method, $dsn, $username, $password, $attr) = @{ $request->dbh_connect_call };
164 $connect_method ||= 'connect_cached';
165 $stats->{method_calls_dbh}->{$connect_method}++;
211 my $dbh = DBI->$connect_method($dsn, undef, undef, $connect_attr);
/dports/www/tinyproxy/tinyproxy-1.11.0/src/
H A Dconns.h41 unsigned int connect_method; member
H A Dreqs.c438 connptr->connect_method = TRUE; in process_request()
874 || (connptr->connect_method && ! UPSTREAM_IS_HTTP(connptr))) { in process_client_headers()
1335 if (connptr->connect_method) in connect_to_upstream_proxy()
1398 if (connptr->connect_method) { in connect_to_upstream()
1688 if (!connptr->connect_method) in handle_connection()
1703 if (!connptr->connect_method || UPSTREAM_IS_HTTP(connptr)) { in handle_connection()
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/tor/
H A Dtor_126 connect_method = os.environ.get('torconnectmethod', default_torconnectmethod)
127 if connect_method == 'port':
130 elif connect_method == 'socket':
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zbus_macros-1.9.1/src/
H A Dproxy.rs245 let connect_method = format_ident!("connect_{}", snake_case_name); in gen_proxy_signal() localVariable
281 pub fn #connect_method<H>(&self, mut handler: H) -> ::#zbus::fdo::Result<()> in gen_proxy_signal()
/dports/www/h2o-devel/h2o-dcc7134/lib/handler/mruby/
H A Dredis.c136 static mrb_value connect_method(mrb_state *mrb, mrb_value self) in connect_method() function
314 mrb_define_method(mrb, redis_klass, "__connect", connect_method, MRB_ARGS_NONE()); in h2o_mruby_redis_init_context()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc469 auto connect_method = req.regular_connect_method(); in push_request_headers() local
480 httpconf.no_host_rewrite || config->http2_proxy || connect_method; in push_request_headers()
496 if (connect_method) { in push_request_headers()
565 } else if (!connect_method && req.upgrade_request) { in push_request_headers()
600 if (config->http2_proxy || connect_method) { in push_request_headers()
642 if (!config->http2_proxy && !connect_method) { in push_request_headers()
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc467 auto connect_method = req.regular_connect_method(); in push_request_headers() local
478 httpconf.no_host_rewrite || config->http2_proxy || connect_method; in push_request_headers()
494 if (connect_method) { in push_request_headers()
560 } else if (!connect_method && req.upgrade_request) { in push_request_headers()
595 if (config->http2_proxy || connect_method) { in push_request_headers()
637 if (!config->http2_proxy && !connect_method) { in push_request_headers()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc467 auto connect_method = req.regular_connect_method(); in push_request_headers() local
478 httpconf.no_host_rewrite || config->http2_proxy || connect_method; in push_request_headers()
494 if (connect_method) { in push_request_headers()
560 } else if (!connect_method && req.upgrade_request) { in push_request_headers()
595 if (config->http2_proxy || connect_method) { in push_request_headers()
637 if (!config->http2_proxy && !connect_method) { in push_request_headers()
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dshrpx_http_downstream_connection.cc469 auto connect_method = req.regular_connect_method(); in push_request_headers() local
480 httpconf.no_host_rewrite || config->http2_proxy || connect_method; in push_request_headers()
496 if (connect_method) { in push_request_headers()
565 } else if (!connect_method && req.upgrade_request) { in push_request_headers()
600 if (config->http2_proxy || connect_method) { in push_request_headers()
642 if (!config->http2_proxy && !connect_method) { in push_request_headers()
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc467 auto connect_method = req.regular_connect_method(); in push_request_headers() local
478 httpconf.no_host_rewrite || config->http2_proxy || connect_method; in push_request_headers()
494 if (connect_method) { in push_request_headers()
560 } else if (!connect_method && req.upgrade_request) { in push_request_headers()
595 if (config->http2_proxy || connect_method) { in push_request_headers()
637 if (!config->http2_proxy && !connect_method) { in push_request_headers()
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dshrpx_http_downstream_connection.cc469 auto connect_method = req.regular_connect_method(); in push_request_headers() local
480 httpconf.no_host_rewrite || config->http2_proxy || connect_method; in push_request_headers()
496 if (connect_method) { in push_request_headers()
565 } else if (!connect_method && req.upgrade_request) { in push_request_headers()
600 if (config->http2_proxy || connect_method) { in push_request_headers()
642 if (!config->http2_proxy && !connect_method) { in push_request_headers()
/dports/audio/faust/faust-2.37.3/architecture/
H A Dladspa.cpp437 void connect_method (LADSPA_Handle Instance, unsigned long Port, LADSPA_Data* DataLocation) in connect_method() function
483 descriptor->connect_port = connect_method; in init_descriptor()
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/
H A Dtest_connection.py522 connect_method = 'libcloud.common.base.Connection.request'
540 connect_method = 'libcloud.common.base.Connection.request'
567 connect_method = 'libcloud.common.base.Connection.request'
/dports/net-im/py-slackclient/python-slackclient-2.1.0/tests/rtm/
H A Dtest_rtm_client_functional.py137 self.client.connect_method = "rtm.start"

12