Searched refs:multicall (Results 1 – 20 of 20) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
D | test_multicall.py | 3 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/ |
D | multicall-hostname.md | 1 See the documentation for [`Command::multicall`][crate::Command::multicall] for rationale. 10 *Note: without the links setup, we can't demonstrate the multicall behavior*
|
D | multicall-busybox.md | 1 See the documentation for [`Command::multicall`][crate::Command::multicall] for rationale. 13 *Note: without the links setup, we can't demonstrate the multicall behavior*
|
D | multicall-hostname.rs | 5 .multicall(true) in main()
|
D | multicall-busybox.rs | 15 .multicall(true) in main()
|
D | repl.rs | 65 .multicall(true) in cli()
|
/third_party/rust/crates/clap/tests/builder/ |
D | subcommands.rs | 447 .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/ |
D | test_xmlrpc.py | 916 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/ |
D | xmlrpc.client.rst | 480 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()
|
D | xmlrpc.server.rst | 132 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/ |
D | Cargo.toml | 159 path = "examples/multicall-busybox.rs" 163 path = "examples/multicall-hostname.rs"
|
D | CHANGELOG.md | 838 - `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/ |
D | README | 61 The toybox build produces a multicall binary, a "swiss-army-knife" program
|
/third_party/python/Lib/idlelib/ |
D | autocomplete_w.py | 10 from idlelib.multicall import MC_SHIFT
|
D | README.txt | 60 multicall.py # Wrap tk widget to allow multiple calls per event (nim).
|
D | editor.py | 24 from idlelib.multicall import MultiCallCreator
|
/third_party/python/Lib/xmlrpc/ |
D | client.py | 892 return MultiCallIterator(self.__server.system.multicall(marshalled_list))
|
/third_party/rust/crates/clap/src/builder/ |
D | command.rs | 3072 pub fn multicall(self, yes: bool) -> Self { in multicall() method
|
/third_party/node/deps/openssl/openssl/ |
D | CHANGES.md | 4965 * Add fips_algvs: a multicall fips utility incorporating all the algorithm
|
/third_party/openssl/ |
D | CHANGES.md | 4787 * Add fips_algvs: a multicall fips utility incorporating all the algorithm
|