Home
last modified time | relevance | path

Searched refs:get_arg (Results 226 – 250 of 1867) sorted by relevance

12345678910>>...75

/dports/devel/pecl-swoole/swoole-4.8.5/examples/coroutine/
H A Dbacktrace.php33 get_arg($arg);
46 function get_arg(&$arg) { function
54 $args[] = '['.$key.'] => '.get_arg($value);
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/cli/
H A Dcli.cpp59 const std::string output_file = get_arg("output"); in run()
71 const std::string output_file = get_arg("error-output"); in run()
113 std::string Command::get_arg(const std::string& opt_name) const in get_arg() function in Botan_CLI::Command
115 return m_args->get_arg(opt_name); in get_arg()
232 m_rng = cli_make_rng(get_arg("rng-type"), get_arg("drbg-seed")); in rng()
240 const std::string s = get_arg(opt_name); in get_passphrase_arg()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/cli/
H A Dcli.cpp59 const std::string output_file = get_arg("output"); in run()
71 const std::string output_file = get_arg("error-output"); in run()
113 std::string Command::get_arg(const std::string& opt_name) const in get_arg() function in Botan_CLI::Command
115 return m_args->get_arg(opt_name); in get_arg()
232 m_rng = cli_make_rng(get_arg("rng-type"), get_arg("drbg-seed")); in rng()
240 const std::string s = get_arg(opt_name); in get_passphrase_arg()
/dports/security/botan2/Botan-2.18.2/src/cli/
H A Dcli.cpp59 const std::string output_file = get_arg("output"); in run()
71 const std::string output_file = get_arg("error-output"); in run()
113 std::string Command::get_arg(const std::string& opt_name) const in get_arg() function in Botan_CLI::Command
115 return m_args->get_arg(opt_name); in get_arg()
232 m_rng = cli_make_rng(get_arg("rng-type"), get_arg("drbg-seed")); in rng()
240 const std::string s = get_arg(opt_name); in get_passphrase_arg()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/rewriter/
H A Dpoly_rewriter_def.h66 return to_app(t)->get_arg(0); in get_power_body()
433 return to_app(t)->get_arg(1); in get_power_product()
440 return to_app(t)->get_arg(1); in get_power_product()
449 if (!is_numeral(to_app(t)->get_arg(0), c)) in is_mul()
451 pp = to_app(t)->get_arg(1); in is_mul()
511 if (rw.is_numeral(to_app(e)->get_arg(0))) in ordinal()
512 return to_app(e)->get_arg(1)->get_id(); in ordinal()
520 return to_app(e)->get_arg(0)->get_id(); in ordinal()
1090 r = to_app(n)->get_arg(1); in is_times_minus_one()
1114 arg = to_app(curr)->get_arg(0); in is_var_plus_ground()
[all …]
/dports/math/z3/z3-z3-4.8.13/src/ast/rewriter/
H A Dpoly_rewriter_def.h66 return to_app(t)->get_arg(0); in get_power_body()
433 return to_app(t)->get_arg(1); in get_power_product()
440 return to_app(t)->get_arg(1); in get_power_product()
449 if (!is_numeral(to_app(t)->get_arg(0), c)) in is_mul()
451 pp = to_app(t)->get_arg(1); in is_mul()
511 if (rw.is_numeral(to_app(e)->get_arg(0))) in ordinal()
512 return to_app(e)->get_arg(1)->get_id(); in ordinal()
520 return to_app(e)->get_arg(0)->get_id(); in ordinal()
1090 r = to_app(n)->get_arg(1); in is_times_minus_one()
1114 arg = to_app(curr)->get_arg(0); in is_var_plus_ground()
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap-3.0.14/src/parse/matches/
H A Darg_matches.rs144 let arg = self.get_arg(&id)?; in value_of()
194 let arg = self.get_arg(&id)?; in value_of_lossy()
245 let arg = self.get_arg(&id)?; in value_of_os()
283 let arg = self.get_arg(&id)?; in values_of()
299 let arg = self.get_arg(&id)?; in grouped_values_of()
349 let arg = self.get_arg(&id)?; in values_of_lossy()
403 let arg = self.get_arg(&id)?; in values_of_os()
625 self.get_arg(&id); in is_present()
675 self.get_arg(&Id::from(id)) in occurrences_of()
814 let arg = self.get_arg(&Id::from(id))?; in index_of()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/clap/src/parse/matches/
H A Darg_matches.rs121 let arg = self.get_arg(&id)?; in value_of()
171 let arg = self.get_arg(&id)?; in value_of_lossy()
222 let arg = self.get_arg(&id)?; in value_of_os()
260 let arg = self.get_arg(&id)?; in values_of()
276 let arg = self.get_arg(&id)?; in grouped_values_of()
326 let arg = self.get_arg(&id)?; in values_of_lossy()
380 let arg = self.get_arg(&id)?; in values_of_os()
602 self.get_arg(&id); in is_present()
790 let arg = self.get_arg(&Id::from(id))?; in index_of()
872 let arg = self.get_arg(&Id::from(id))?; in indices_of()
[all …]
/dports/math/z3/z3-z3-4.8.13/src/ast/
H A Dstatic_features.cpp137 expr * lhs = to_app(e)->get_arg(0); in is_diff_atom()
138 expr * rhs = to_app(e)->get_arg(1); in is_diff_atom()
192 expr * arg = to_app(e)->get_arg(i); in update_core()
246 if (!is_arith_expr(to_app(e)->get_arg(0))) in update_core()
248 acc_num(to_app(e)->get_arg(1)); in update_core()
257 if (is_numeral(to_app(e)->get_arg(1))) { in update_core()
258 acc_num(to_app(e)->get_arg(1)); in update_core()
263 if (!is_arith_expr(to_app(e)->get_arg(0))) in update_core()
266 sort * s = to_app(e)->get_arg(0)->get_sort(); in update_core()
530 expr * arg = to_app(e)->get_arg(i); in process_root()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/
H A Dstatic_features.cpp137 expr * lhs = to_app(e)->get_arg(0); in is_diff_atom()
138 expr * rhs = to_app(e)->get_arg(1); in is_diff_atom()
192 expr * arg = to_app(e)->get_arg(i); in update_core()
246 if (!is_arith_expr(to_app(e)->get_arg(0))) in update_core()
248 acc_num(to_app(e)->get_arg(1)); in update_core()
257 if (is_numeral(to_app(e)->get_arg(1))) { in update_core()
258 acc_num(to_app(e)->get_arg(1)); in update_core()
263 if (!is_arith_expr(to_app(e)->get_arg(0))) in update_core()
266 sort * s = m.get_sort(to_app(e)->get_arg(0)); in update_core()
516 expr * arg = to_app(e)->get_arg(i); in process_root()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dtheory_str.cpp356 enode * arg = e->get_arg(i); in internalize_term()
1221 … mk_strlen(expr->get_arg(1)), m_autil.mk_mul(mk_int(-1), mk_strlen(expr->get_arg(0)))), in instantiate_axiom_prefixof()
1257 … mk_strlen(expr->get_arg(1)), m_autil.mk_mul(mk_int(-1), mk_strlen(expr->get_arg(0)))), in instantiate_axiom_suffixof()
1280 … if (u.str.is_string(ex->get_arg(0), haystackStr) && u.str.is_string(ex->get_arg(1), needleStr)) { in instantiate_axiom_Contains()
1404 … expr_ref haystack(ex->get_arg(0), m), needle(ex->get_arg(1), m), startIdx(ex->get_arg(2), m); in instantiate_axiom_Indexof()
1587 … expr_ref eq1(ctx.mk_eq_atom(expr->get_arg(0), mk_concat(x1, mk_concat(expr->get_arg(1), x2))), m); in instantiate_axiom_LastIndexof()
1781 expr_ref condAst(mk_contains(ex->get_arg(0), ex->get_arg(1)), m); in instantiate_axiom_Replace()
1786 … thenItems.push_back(ctx.mk_eq_atom(ex->get_arg(0), mk_concat(x1, mk_concat(ex->get_arg(1), x2)))); in instantiate_axiom_Replace()
1878 expr * N = ex->get_arg(0); in instantiate_axiom_int_to_str()
8202 expr * S = a->get_arg(0); in finalcheck_str2int()
[all …]
/dports/irc/ircII/ircii-20210314/source/
H A Dirc.c134 static u_char *get_arg(u_char *, u_char *, int *);
305 get_arg(u_char *arg, u_char *next, int *ac) in get_arg() function
343 malloc_strcpy(channelp, get_arg(arg, argv[*acp], acp)); in parse_arg()
350 setdlevel(get_arg(arg, argv[*acp], acp)); in parse_arg()
355 u_char *proto = get_arg(arg, argv[*acp], acp); in parse_arg()
357 get_arg(arg, in parse_arg()
369 get_arg(arg, argv[*acp], acp)); in parse_arg()
372 set_dcchost(get_arg(arg, argv[*acp], acp)); in parse_arg()
396 log_file = get_arg(arg, argv[*acp], acp); in parse_arg()
403 set_icb_port(my_atoi(get_arg(arg, argv[*acp], acp))); in parse_arg()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/common/
H A Dcmd_setexpr.c31 static ulong get_arg(char *s, int w) in get_arg() function
67 a = get_arg(argv[2], w); in do_setexpr()
68 b = get_arg(argv[4], w); in do_setexpr()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/common/
H A Dcmd_setexpr.c31 static ulong get_arg(char *s, int w) in get_arg() function
67 a = get_arg(argv[2], w); in do_setexpr()
68 b = get_arg(argv[4], w); in do_setexpr()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/common/
H A Dcmd_setexpr.c31 static ulong get_arg(char *s, int w) in get_arg() function
67 a = get_arg(argv[2], w); in do_setexpr()
68 b = get_arg(argv[4], w); in do_setexpr()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/common/
H A Dcmd_setexpr.c31 static ulong get_arg(char *s, int w) in get_arg() function
67 a = get_arg(argv[2], w); in do_setexpr()
68 b = get_arg(argv[4], w); in do_setexpr()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/common/
H A Dcmd_setexpr.c31 static ulong get_arg(char *s, int w) in get_arg() function
67 a = get_arg(argv[2], w); in do_setexpr()
68 b = get_arg(argv[4], w); in do_setexpr()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/common/
H A Dcmd_setexpr.c31 static ulong get_arg(char *s, int w) in get_arg() function
67 a = get_arg(argv[2], w); in do_setexpr()
68 b = get_arg(argv[4], w); in do_setexpr()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/common/
H A Dcmd_setexpr.c31 static ulong get_arg(char *s, int w) in get_arg() function
67 a = get_arg(argv[2], w); in do_setexpr()
68 b = get_arg(argv[4], w); in do_setexpr()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/internals/prototypes/
H A Djsnumber.py70 radix = get_arg(args, 0)
109 fractionDigits = get_arg(args, 0)
129 fractionDigits = get_arg(args, 0)
148 precision = get_arg(args, 0)
/dports/devel/py-Js2Py/Js2Py-0.71/js2py/internals/prototypes/
H A Djsnumber.py70 radix = get_arg(args, 0)
109 fractionDigits = get_arg(args, 0)
129 fractionDigits = get_arg(args, 0)
148 precision = get_arg(args, 0)
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dttymodes.c355 u_int (*get_arg)(void); in tty_parse_modes() local
362 get_arg = packet_get_int; in tty_parse_modes()
365 get_arg = packet_get_char; in tty_parse_modes()
409 tio.c_cc[NAME] = special_char_decode(get_arg()); \ in tty_parse_modes()
414 if (get_arg()) \ in tty_parse_modes()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/fpa/
H A Dbv2fpa_converter.cpp336 app * a0 = to_app(val->get_arg(0));
340 app * a1 = to_app(val->get_arg(1));
341 app * a2 = to_app(val->get_arg(2));
372 SASSERT(to_app(val->get_arg(0))->get_decl()->get_arity() == 0);
375 seen.insert(to_app(val->get_arg(0))->get_decl());
376 seen.insert(to_app(val->get_arg(1))->get_decl());
377 seen.insert(to_app(val->get_arg(2))->get_decl());
379 SASSERT(a->get_arg(0)->get_kind() == OP_EXTRACT);
380 SASSERT(to_app(a->get_arg(0))->get_arg(0)->get_kind() == OP_EXTRACT);
381 seen.insert(to_app(to_app(val->get_arg(0))->get_arg(0))->get_decl());
[all …]
/dports/math/symengine/symengine-0.8.1/symengine/printers/
H A Dcodegen.cpp109 s << "fabs(" << apply(x.get_arg()) << ")"; in bvisit()
115 s << "ceil(" << apply(x.get_arg()) << ")"; in bvisit()
121 s << "trunc(" << apply(x.get_arg()) << ")"; in bvisit()
273 s << "tgamma(" << apply(x.get_arg()) << ")"; in bvisit()
279 s << "lgamma(" << apply(x.get_arg()) << ")"; in bvisit()
309 s << "Math.abs(" << apply(x.get_arg()) << ")"; in bvisit()
315 s << "Math.sin(" << apply(x.get_arg()) << ")"; in bvisit()
321 s << "Math.cos(" << apply(x.get_arg()) << ")"; in bvisit()
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dtheory_array_full.cpp277 enode* arg0 = ctx.get_enode(n->get_arg(0)); in internalize_term()
323 instantiate_extensionality(ctx.get_enode(n->get_arg(0)), ctx.get_enode(n->get_arg(1))); in internalize_term()
482 expr* arg = select->get_arg(i); in instantiate_select_map_axiom()
547 expr* val = cnst->get_arg(0)->get_expr(); in instantiate_default_const_axiom()
634 expr * val = cnst->get_expr()->get_arg(0); in instantiate_select_const_axiom()
701 def2 = mk_default(store_app->get_arg(0)); in instantiate_default_store_axiom()
706 def2 = store_app->get_arg(num_args - 1); in instantiate_default_store_axiom()
718 args1.push_back(store_app->get_arg(0)); in instantiate_default_store_axiom()
722 expr* arg = store_app->get_arg(i); in instantiate_default_store_axiom()
750 args1.push_back(store_app->get_arg(0)); in instantiate_default_store_axiom()
[all …]

12345678910>>...75