Home
last modified time | relevance | path

Searched refs:rclient (Results 1 – 25 of 47) sorted by relevance

12

/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/zfssa/
H A Dzfssarest.py40 self.rclient = None
43 if self.rclient and self.rclient.islogin():
44 self.rclient.logout()
54 ret = self.rclient.get(svc)
72 ret = self.rclient.get(svc)
97 ret = self.rclient.get(svc)
128 if self.rclient and not self.rclient.islogin():
132 self.rclient.logout()
137 ret = self.rclient.get(svc)
165 ret = self.rclient.get(svc)
[all …]
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/setupgui/windows/
H A DTabCtrl.cpp129 RECT rect, rclient; in CenterTabPage() local
133 GetClientRect(hPage, &rclient); in CenterTabPage()
134 rclient.right=rclient.right-rclient.left;// width in CenterTabPage()
135 rclient.bottom=rclient.bottom-rclient.top;// height in CenterTabPage()
136 rclient.left= rect.left; in CenterTabPage()
137 rclient.top= rect.top; in CenterTabPage()
140 if(rclient.right<rect.right) in CenterTabPage()
141 rclient.left += (rect.right-rclient.right)/2; in CenterTabPage()
143 if(rclient.bottom<rect.bottom) in CenterTabPage()
144 rclient.top += (rect.bottom-rclient.bottom)/2; in CenterTabPage()
[all …]
/dports/textproc/py-elasticsearch-curator/curator-5.8.4/test/integration/
H A Dtest_reindex.py185 rclient = curator.get_client(
187 rclient.info()
196 rclient.create(
236 rclient = curator.get_client(
238 rclient.info()
247 rclient.create(
293 rclient = curator.get_client(
295 rclient.info()
304 rclient.create(
375 rclient.info()
[all …]
/dports/sysutils/burp-devel/burp-2.5.4/src/server/monitor/
H A Dcstat.c20 struct strlist *rclient; in cstat_permitted() local
37 for(rclient=get_strlist(cconfs[OPT_RESTORE_CLIENTS]); in cstat_permitted()
38 rclient; rclient=rclient->next) in cstat_permitted()
39 if(!strcmp(get_string(monitor_cconfs[OPT_CNAME]), rclient->path)) in cstat_permitted()
41 for(rclient=get_strlist(cconfs[OPT_SUPER_CLIENTS]); in cstat_permitted()
42 rclient; rclient=rclient->next) in cstat_permitted()
43 if(!strcmp(get_string(monitor_cconfs[OPT_CNAME]), rclient->path)) in cstat_permitted()
/dports/sysutils/burp/burp-2.4.0/src/server/monitor/
H A Dcstat.c20 struct strlist *rclient; in cstat_permitted() local
37 for(rclient=get_strlist(cconfs[OPT_RESTORE_CLIENTS]); in cstat_permitted()
38 rclient; rclient=rclient->next) in cstat_permitted()
39 if(!strcmp(get_string(monitor_cconfs[OPT_CNAME]), rclient->path)) in cstat_permitted()
41 for(rclient=get_strlist(cconfs[OPT_SUPER_CLIENTS]); in cstat_permitted()
42 rclient; rclient=rclient->next) in cstat_permitted()
43 if(!strcmp(get_string(monitor_cconfs[OPT_CNAME]), rclient->path)) in cstat_permitted()
/dports/net/serveez/serveez-0.2.2/src/irc-server/
H A Dirc-event-5.c95 irc_client_t *rclient) /* this client */ in irc_client_visible() argument
101 if (rclient->flag & UMODE_INVISIBLE) in irc_client_visible()
108 for (n = 0; n < rclient->channels; n++) in irc_client_visible()
110 channel = rclient->channel[n]; in irc_client_visible()
194 irc_client_t **cl, *rclient; in irc_whois_callback() local
227 else if ((rclient = irc_find_nick (cfg, nick)) != NULL) in irc_whois_callback()
230 if (irc_client_absent (rclient, client)) in irc_whois_callback()
232 irc_user_info (sock, client, rclient); in irc_whois_callback()
/dports/www/silicon/silicon-0.1-124-g91ca205/tests/
H A Dws_echo_server.cc12 auto rclient = make_wspp_remote_client(_echo * parameters(_text)); in main() local
14 auto server_api = ws_api(_echo * parameters(_text) = [rclient] (auto p, wspp_connection& con) in main()
17 rclient(con).echo("You just said: " + p.text); in main()
H A Dws_chat_server.cc65 …auto rclient = make_wspp_remote_client(_broadcast * parameters(_from, _text), _pm * parameters(_fr… in main() local
80 … room.foreach([&] (wspp_connection h) { rclient(h).broadcast(from.nickname, p.message); }); in main()
87 rclient(room.find_connection(p.to)).pm(from.nickname, p.message); in main()
/dports/net-mgmt/prometheus1/prometheus-1.8.2/discovery/kubernetes/
H A Dkubernetes.go162 rclient := d.client.Core().RESTClient()
172 elw := cache.NewListWatchFromClient(rclient, "endpoints", namespace, nil)
173 slw := cache.NewListWatchFromClient(rclient, "services", namespace, nil)
174 plw := cache.NewListWatchFromClient(rclient, "pods", namespace, nil)
204 plw := cache.NewListWatchFromClient(rclient, "pods", namespace, nil)
224 slw := cache.NewListWatchFromClient(rclient, "services", namespace, nil)
262 nlw := cache.NewListWatchFromClient(rclient, "nodes", api.NamespaceAll, nil)
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Dmod_rayo.c608 struct rayo_client *rclient; in broadcast_event() local
613 switch_assert(rclient); in broadcast_event()
1615 if (!(rclient = switch_core_alloc(pool, sizeof(*rclient)))) { in rayo_client_create()
1620 if (!rclient) { in rayo_client_create()
1623 return rclient; in rayo_client_create()
3194 if (rclient->peer_server && rclient->availability == PS_OFFLINE) { in on_client_presence()
3195 RAYO_DESTROY(rclient); in on_client_presence()
3196 RAYO_RELEASE(rclient); in on_client_presence()
4198 switch_assert(rclient); in SWITCH_STANDARD_APP()
4238 if (rclient) { in SWITCH_STANDARD_APP()
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/
H A Dtest_zfssa.py1633 self.zfssa.rclient.get.assert_called_with(
1661 self.zfssa.rclient.get.assert_called_once_with(
1684 self.zfssa.rclient.get.assert_called_with(
1705 self.zfssa.rclient.post.assert_called_with(
1712 self.zfssa.rclient.delete.assert_called_with(
1724 self.zfssa.rclient.post.assert_called_with(
1734 self.zfssa.rclient.delete.assert_called_with(
1788 self.zfssa.rclient.get.side_effect = [
1810 self.zfssa.rclient.get.side_effect = [
1859 self.zfssa.rclient.post.assert_called_with(
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/pdfwindow/
H A DPWL_ComboBox.cpp337 CFX_FloatRect rclient = GetClientRect(); in RePosChildWnd() local
338 CFX_FloatRect rcButton = rclient; in RePosChildWnd()
349 if (rcButton.left < rclient.left) in RePosChildWnd()
350 rcButton.left = rclient.left; in RePosChildWnd()
356 if (rcEdit.left < rclient.left) in RePosChildWnd()
357 rcEdit.left = rclient.left; in RePosChildWnd()
370 if (rcButton.left < rclient.left) in RePosChildWnd()
371 rcButton.left = rclient.left; in RePosChildWnd()
377 if (rcEdit.left < rclient.left) in RePosChildWnd()
378 rcEdit.left = rclient.left; in RePosChildWnd()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/pdfwindow/
H A DPWL_ComboBox.cpp362 CFX_FloatRect rclient = GetClientRect(); in RePosChildWnd() local
363 CFX_FloatRect rcButton = rclient; in RePosChildWnd()
374 if (rcButton.left < rclient.left) in RePosChildWnd()
375 rcButton.left = rclient.left; in RePosChildWnd()
381 if (rcEdit.left < rclient.left) in RePosChildWnd()
382 rcEdit.left = rclient.left; in RePosChildWnd()
395 if (rcButton.left < rclient.left) in RePosChildWnd()
396 rcButton.left = rclient.left; in RePosChildWnd()
402 if (rcEdit.left < rclient.left) in RePosChildWnd()
403 rcEdit.left = rclient.left; in RePosChildWnd()
/dports/games/xblast/xblast-2.10.4/
H A Dserver.c1067 unsigned rclient; in Server_SendAllConfigs() local
1079 for (rclient = 0; rclient < MAX_HOSTS; rclient++) { in Server_SendAllConfigs()
1080 if (rclient == 0 || S2C_Connected (rclient)) { in Server_SendAllConfigs()
1081 S2C_SendHostStateReq (id, rclient, client, hReq[rclient]); in Server_SendAllConfigs()
1091 for (rclient = 0; rclient < MAX_HOSTS; rclient++) { in Server_SendAllConfigs()
1092 if (rclient == 0 || S2C_Connected (rclient)) { in Server_SendAllConfigs()
1093 S2C_SendTeamStateReq (id, rclient, client, player, tReq[rclient]); in Server_SendAllConfigs()
/dports/www/silicon/silicon-0.1-124-g91ca205/examples/
H A Dws_broadcast_server.cc69 auto rclient = make_wspp_remote_client( _message * parameters(_text) ); in main() local
76 for (const wspp_connection& c : users) rclient(c).message(p.message); in main()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/manifest/
H A Dpush.go239 rclient := dockerCli.RegistryClient(req.insecure)
241 if err := mountBlobs(ctx, rclient, req.targetRef, req.manifestBlobs); err != nil {
244 if err := pushReferences(ctx, dockerCli.Out(), rclient, req.mountRequests); err != nil {
247 dgst, err := rclient.PutManifest(ctx, req.targetRef, req.list)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/manifest/
H A Dpush.go239 rclient := dockerCli.RegistryClient(req.insecure)
241 if err := mountBlobs(ctx, rclient, req.targetRef, req.manifestBlobs); err != nil {
244 if err := pushReferences(ctx, dockerCli.Out(), rclient, req.mountRequests); err != nil {
247 dgst, err := rclient.PutManifest(ctx, req.targetRef, req.list)
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/manifest/
H A Dpush.go239 rclient := dockerCli.RegistryClient(req.insecure)
241 if err := mountBlobs(ctx, rclient, req.targetRef, req.manifestBlobs); err != nil {
244 if err := pushReferences(ctx, dockerCli.Out(), rclient, req.mountRequests); err != nil {
247 dgst, err := rclient.PutManifest(ctx, req.targetRef, req.list)
/dports/security/py-oauthlib/oauthlib-1.1.2/tests/oauth2/rfc6749/clients/
H A Dtest_backend_application.py50 rclient = BackendApplicationClient(self.client_id)
51 body = rclient.prepare_request_body(body=self.body)
H A Dtest_web_application.py96 rclient = WebApplicationClient(self.client_id)
97 body = rclient.prepare_request_body(code=self.code, body=self.body)
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dsaltutil.py1738 rclient = salt.runner.RunnerClient(master_opts)
1740 rclient = salt.runner.RunnerClient(__opts__)
1742 if name in rclient.functions:
1743 aspec = salt.utils.args.get_function_argspec(rclient.functions[name])
1758 return rclient.cmd(
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Dsocket_SUITE.erl21603 cmd => fun(#{rclient := Pid}) ->
30185 cmd => fun(#{rclient := Client,
30206 cmd => fun(#{rclient := Client,
30227 cmd => fun(#{rclient := Client,
30248 cmd => fun(#{rclient := Client,
30269 cmd => fun(#{rclient := Client,
30290 cmd => fun(#{rclient := Client,
30311 cmd => fun(#{rclient := Client,
30332 cmd => fun(#{rclient := Client,
30353 cmd => fun(#{rclient := Client,
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/libcontainerd/
H A Dremote_daemon.go130 rclient, err := containerd.New(r.GRPC.Address, containerd.WithDefaultNamespace(ns))
134 c.remote = rclient
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/libcontainerd/
H A Dremote_daemon.go130 rclient, err := containerd.New(r.GRPC.Address, containerd.WithDefaultNamespace(ns))
134 c.remote = rclient
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/libcontainerd/
H A Dremote_daemon.go130 rclient, err := containerd.New(r.GRPC.Address, containerd.WithDefaultNamespace(ns))
134 c.remote = rclient

12