Home
last modified time | relevance | path

Searched refs:multicall (Results 1 – 20 of 20) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_multicall.py3 from idlelib import multicall
16 cls.mc = multicall.MultiCallCreator(Text)
29 self.assertIs(multicall._multicall_dict[Text], mc)
31 mc2 = multicall.MultiCallCreator(Text)
/third_party/rust/crates/clap/examples/
Dmulticall-hostname.md1 See the documentation for [`Command::multicall`][crate::Command::multicall] for rationale.
10 *Note: without the links setup, we can't demonstrate the multicall behavior*
Dmulticall-busybox.md1 See the documentation for [`Command::multicall`][crate::Command::multicall] for rationale.
13 *Note: without the links setup, we can't demonstrate the multicall behavior*
Dmulticall-hostname.rs5 .multicall(true) in main()
Dmulticall-busybox.rs15 .multicall(true) in main()
Drepl.rs65 .multicall(true) in cli()
/third_party/rust/crates/clap/tests/builder/
Dsubcommands.rs447 .multicall(true) in busybox_like_multicall()
469 .multicall(true) in hostname_like_multicall()
498 .multicall(true) in bad_multicall_command_error()
551 .multicall(true) in cant_have_args_with_multicall()
573 .multicall(true) in multicall_help_flag()
593 .multicall(true) in multicall_help_subcommand()
613 .multicall(true) in multicall_render_help()
/third_party/python/Lib/test/
Dtest_xmlrpc.py916 multicall = xmlrpclib.MultiCall(p)
917 multicall.add(2,3)
918 multicall.pow(6,8)
919 multicall.div(127,42)
920 add_result, pow_result, div_result = multicall()
933 multicall = xmlrpclib.MultiCall(p)
934 multicall.this_is_not_exists()
935 result = multicall()
/third_party/python/Doc/library/
Dxmlrpc.client.rst480 be transmitted as a single ``system.multicall`` request. The result of this call
515 multicall = xmlrpc.client.MultiCall(proxy)
516 multicall.add(7, 3)
517 multicall.subtract(7, 3)
518 multicall.multiply(7, 3)
519 multicall.divide(7, 3)
520 result = multicall()
Dxmlrpc.server.rst132 Registers the XML-RPC multicall function system.multicall.
226 a server allowing dotted names and registering a multicall function.
333 Register the XML-RPC multicall function ``system.multicall``.
/third_party/rust/crates/clap/
DCargo.toml159 path = "examples/multicall-busybox.rs"
163 path = "examples/multicall-hostname.rs"
DCHANGELOG.md838 - `Command::multicall` is now stable for busybox-like programs and REPLs (#2861, #3684)
894 - *(multicall)* Improve bad command error
895 - *(multicall)* Always require a multicall command
896 - *(multicall)* Disallow arguments on multicall parent command
897 - *(multicall)* More consistent with rest of clap errors
1417 - See `AppSettings::Multicall` behind `unstable-multicall` feature flag
/third_party/toybox/
DREADME61 The toybox build produces a multicall binary, a "swiss-army-knife" program
/third_party/python/Lib/idlelib/
Dautocomplete_w.py10 from idlelib.multicall import MC_SHIFT
DREADME.txt60 multicall.py # Wrap tk widget to allow multiple calls per event (nim).
Deditor.py24 from idlelib.multicall import MultiCallCreator
/third_party/python/Lib/xmlrpc/
Dclient.py892 return MultiCallIterator(self.__server.system.multicall(marshalled_list))
/third_party/rust/crates/clap/src/builder/
Dcommand.rs3072 pub fn multicall(self, yes: bool) -> Self { in multicall() method
/third_party/node/deps/openssl/openssl/
DCHANGES.md4965 * Add fips_algvs: a multicall fips utility incorporating all the algorithm
/third_party/openssl/
DCHANGES.md4787 * Add fips_algvs: a multicall fips utility incorporating all the algorithm