Home
last modified time | relevance | path

Searched refs:req_args (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/dports/devel/tcllib/tcllib-1.20/modules/rest/
H A Dflickr26 req_args { api_key: secret: }
60 req_args { api_key: user_id: }
81 req_args { api_key: user_id: }
102 req_args { api_key: group_id: }
109 req_args { api_key: text: }
116 req_args { api_key: }
135 req_args { api_key: user_id: }
141 req_args { api_key: user_id: }
147 req_args { api_key: user_id: }
196 req_args { api_key: }
[all …]
H A Dbitly7 req_args { login: apiKey: }
15 req_args { login: apiKey: }
22 req_args { login: apiKey: }
29 req_args { login: apiKey: }
H A Dfacebook16 req_args { api_key: secret: }
26 req_args { api_key: auth_token: secret: }
34 req_args { api_key: secret: call_id: }
44 req_args { api_key: secret: call_id: uids: fields: }
53 req_args { api_key: secret: call_id: }
62 req_args { api_key: secret: session_key: call_id: }
71 req_args { api_key: secret: session_key: call_id: }
H A Ddelicious18 req_args { url: description: }
26 req_args { url: }
68 req_args { tag: }
75 req_args { old: new: }
88 req_args { bundle: tags: }
95 req_args { bundle: }
107 req_args { post: }
H A Dyboss7 req_args { appid: }
15 req_args { appid: }
23 req_args { appid: }
31 req_args { appid: }
/dports/devel/tcllibc/tcllib-1.20/modules/rest/
H A Dflickr26 req_args { api_key: secret: }
60 req_args { api_key: user_id: }
81 req_args { api_key: user_id: }
102 req_args { api_key: group_id: }
109 req_args { api_key: text: }
116 req_args { api_key: }
135 req_args { api_key: user_id: }
141 req_args { api_key: user_id: }
147 req_args { api_key: user_id: }
196 req_args { api_key: }
[all …]
H A Dbitly7 req_args { login: apiKey: }
15 req_args { login: apiKey: }
22 req_args { login: apiKey: }
29 req_args { login: apiKey: }
H A Dfacebook16 req_args { api_key: secret: }
26 req_args { api_key: auth_token: secret: }
34 req_args { api_key: secret: call_id: }
44 req_args { api_key: secret: call_id: uids: fields: }
53 req_args { api_key: secret: call_id: }
62 req_args { api_key: secret: session_key: call_id: }
71 req_args { api_key: secret: session_key: call_id: }
H A Ddelicious18 req_args { url: description: }
26 req_args { url: }
68 req_args { tag: }
75 req_args { old: new: }
88 req_args { bundle: tags: }
95 req_args { bundle: }
107 req_args { post: }
H A Dyboss7 req_args { appid: }
15 req_args { appid: }
23 req_args { appid: }
31 req_args { appid: }
/dports/net-im/py-slackclient/python-slackclient-2.1.0/slack/web/
H A Dbase_client.py133 req_args = {
147 self._send(http_verb=http_verb, api_url=api_url, req_args=req_args),
182 async def _send(self, http_verb, api_url, req_args): argument
200 files = req_args.pop("files", None)
206 req_args["data"].update({k: f})
208 req_args["data"].update({k: v})
211 http_verb=http_verb, api_url=api_url, req_args=req_args
221 "req_args": req_args,
225 async def _request(self, *, http_verb, api_url, req_args): argument
231 async with self.session.request(http_verb, api_url, **req_args) as res:
[all …]
H A Dslack_response.py62 req_args: dict,
69 self.req_args = req_args
129 self.req_args.get("params", {}).update(
137 req_args=self.req_args,
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/api/
H A Drtconf.py67 req_args=[neighbors.IP_ADDRESS, neighbors.ENABLED])
75 req_args=[neighbors.IP_ADDRESS, neighbors.CHANGES])
105 req_args=[neighbors.IP_ADDRESS])
116 req_args=[neighbors.IP_ADDRESS])
129 req_args=[neighbors.IP_ADDRESS])
148 req_args=[neighbors.IP_ADDRESS])
167 req_args=[neighbors.IP_ADDRESS,
196 req_args=[neighbors.IP_ADDRESS],
253 req_args=[ROUTE_DISTINGUISHER],
311 req_args=[FLOWSPEC_FAMILY, FLOWSPEC_RULES],
[all …]
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/
H A Datom.py72 def _build_rebind_dict(req_args, rebind_args): argument
86 rebind = collections.OrderedDict(compat_zip(req_args, rebind_args))
87 if len(req_args) < len(rebind_args):
91 rebind.update((a, a) for a in rebind_args[len(req_args):])
111 req_args = reflection.get_callable_args(function, required_only=True)
117 if arg in req_args:
118 req_args.remove(arg)
127 required.update((a, a) for a in req_args)
137 required.update(_build_rebind_dict(req_args, rebind_args))
157 missing_args = [arg for arg in req_args if arg not in required]
/dports/devel/py-buildbot-worker/buildbot-worker-3.4.1/buildbot_worker/test/unit/
H A Dtest_scripts_runner.py149 req_args = ["bdir", "mstr:5678", "name", "pswd"] variable in TestCreateWorkerOptions
171 self.assertOptions(self.parse(*self.req_args),
184 "--allow-shutdown=file", *self.req_args)
209 self.parse("--keepalive=X", *self.req_args)
214 self.parse("--maxdelay=X", *self.req_args)
219 self.parse("--log-size=X", *self.req_args)
224 self.parse("--log-count=X", *self.req_args)
229 self.parse("--numcpus=X", *self.req_args)
234 self.parse("--umask=X", *self.req_args)
239 self.parse("--allow-shutdown=X", *self.req_args)
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/data/
H A Dconnector.py175 def resultspec_from_jsonapi(self, req_args, entityType, is_collection): argument
189 for arg in req_args:
192 order = tuple([bytes2unicode(o) for o in req_args[arg]])
195 fields = req_args[arg]
199 limit = int(req_args[arg][0])
204 offset = int(req_args[arg][0])
210 for v in req_args[arg]:
222 values = [field.valueFromString(v) for v in req_args[arg]]
230 args = req_args[arg]
238 for v in req_args[arg]]
/dports/security/nmap/nmap-7.91/nselib/data/psexec/
H A Ddrives.lua17 mod.req_args = {"drive"}
26 mod.req_args = {"drive"}
36 mod.req_args = {"drive"}
46 mod.req_args = {"drive"}
/dports/devel/p5-Test-WWW-Selenium/Test-WWW-Selenium-1.36/t/WWW/
H A DSelenium.pm34 my $req_args = $Mock_req->new_args;
38 is $req_args->[1], 'POST';
39 is $req_args->[2], $url;
40 is $req_args->[4], $content;
/dports/net-im/py-slackclient/python-slackclient-2.1.0/tests/
H A Dhelpers.py12 req_args = {
20 return req_args
24 req_args = {
33 return req_args
/dports/mail/mailutils/mailutils-3.13/libmu_sieve/
H A Dregistry.c123 mu_sieve_data_type *req_args, in mu_sieve_register_test_ext() argument
132 reg->v.command.req_args = req_args; in mu_sieve_register_test_ext()
152 mu_sieve_data_type *req_args, in mu_sieve_register_action_ext() argument
161 reg->v.command.req_args = req_args; in mu_sieve_register_action_ext()
/dports/graphics/gegl/gegl-0.4.34/bin/
H A Dargvs.c76 int req_args; member
96 entry->req_args = required_arguments; in argvs_add()
165 char *req_args; member
301 if (command->req_args > cargc - 1) in argvs_eval_argv()
304 command->name, command->req_args, cargc - 1); in argvs_eval_argv()
347 if (command->req_args > cargc - 1) in argvs_eval()
350 command->name, command->req_args, cargc - 1); in argvs_eval()
457 if (command->req_args > argc - 2) in cmd_argvs()
460 command->name, command->req_args, argc - 2); in cmd_argvs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/ipc/
H A Dhost_impl_unittest.cc250 RequestProto req_args; in TEST_F() local
251 req_args.set_data("foo"); in TEST_F()
252 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
332 RequestProto req_args; in TEST_F() local
333 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
376 RequestProto req_args; in TEST_F() local
411 RequestProto req_args; in TEST_F() local
412 req_args.set_data("foo"); in TEST_F()
413 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
438 RequestProto req_args; in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/ipc/
H A Dhost_impl_unittest.cc250 RequestProto req_args; in TEST_F() local
251 req_args.set_data("foo"); in TEST_F()
252 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
332 RequestProto req_args; in TEST_F() local
333 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
376 RequestProto req_args; in TEST_F() local
411 RequestProto req_args; in TEST_F() local
412 req_args.set_data("foo"); in TEST_F()
413 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
438 RequestProto req_args; in TEST_F() local
[all …]
/dports/www/p5-WWW-OAuth/WWW-OAuth-1.000/lib/WWW/
H A DOAuth.pm28 my @req_args = ref $_[0] ? shift() : (shift, shift);
29 my $req = oauth_request(@req_args);
39 my @req_args = ref $_[0] ? shift() : (shift, shift);
40 my $req = oauth_request(@req_args);
/dports/net/cloud-init/cloud-init-21.4/cloudinit/
H A Durl_helper.py229 req_args = {
232 req_args.update(_get_ssl_args(url, ssl_details))
233 req_args['allow_redirects'] = allow_redirects
236 req_args['method'] = request_method
238 req_args['timeout'] = max(float(timeout), 0)
253 req_args['config'] = req_config
270 req_args['data'] = data
279 req_args['headers'] = headers_cb(url)
281 for (k, v) in req_args.items():
303 r = sess.request(**req_args)
[all …]

12345678910>>...14