Home
last modified time | relevance | path

Searched refs:has_args (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/dports/math/R-cran-assertthat/assertthat/man/
H A Dhas_args.Rd3 \name{has_args}
4 \alias{has_args}
5 \alias{\%has_args\%}
8 has_args(f, args, exact = FALSE)
10 f \%has_args\% args
25 has_args(mean, "x")
26 has_args(mean, "x", exact = TRUE)
28 see_if(mean \%has_args\% "x")
29 see_if(mean \%has_args\% "y")
/dports/math/R-cran-assertthat/assertthat/tests/testthat/
H A Dtest-assertions.R125 expect_true(has_args(rnorm, "n"))
126 expect_true(has_args(rnorm, c("n", "mean")))
127 expect_true(has_args(rnorm, c("mean", "sd", "n")))
130 expect_false(has_args(rnorm, "n", exact = TRUE))
131 expect_false(has_args(rnorm, c("n", "mean"), exact = TRUE))
132 expect_false(has_args(rnorm, c("mean", "sd", "n"), exact = TRUE))
/dports/devel/p5-Best/Best-0.15/lib/
H A DBest.pm307 my ($has_args, @args, $no_import);
320 $has_args = 1;
323 DEBUG and diag("has_args => $has_args, \@args => [@args]");
347 $has_args ? '@args' :
/dports/math/petanque/arybo-release-1.1.0/petanque/include/pa/
H A Dvisitors.h39 if (e.has_args()) { in visit()
57 assert(e.has_args()); in visit_args()
98 if (e.has_args()) { in visit()
116 assert(e.has_args()); in visit_args()
H A Dexprs.h354 if (has_args()) {
369 if (has_args()) {
399 if (o_.has_args()) {
420 if (o_cp.has_args()) {
530 inline bool has_args() const
537 assert(has_args());
543 assert(has_args());
611 if (has_args() && (nargs() == 1)) {
621 if (has_args()) {
690 bool has_args() const { return true; }
[all …]
/dports/math/py-pytanque/pytanque-1.1.0/include/pa/
H A Dvisitors.h39 if (e.has_args()) { in visit()
57 assert(e.has_args()); in visit_args()
98 if (e.has_args()) { in visit()
116 assert(e.has_args()); in visit_args()
H A Dexprs.h354 if (has_args()) {
369 if (has_args()) {
399 if (o_.has_args()) {
420 if (o_cp.has_args()) {
530 inline bool has_args() const
537 assert(has_args());
543 assert(has_args());
611 if (has_args() && (nargs() == 1)) {
621 if (has_args()) {
690 bool has_args() const { return true; }
[all …]
/dports/math/petanque/arybo-release-1.1.0/petanque/src/
H A Dsimps.cpp216 if (e.has_args()) { in remove_dead_ops()
229 if (!e.has_args()) { in flatten()
316 if (e.has_args()) { in constants_prop()
429 if (!e.has_args()) { in expand()
461 if (!e.has_args()) { in expand_esf_rec()
503 if (e.has_args()) { in or_to_esf()
514 if (!e.has_args()) { in simplify_rec()
536 if (!e.has_args()) {
609 if (e.has_args()) { in sort_no_rec()
616 if (!e.has_args()) { in sort()
[all …]
/dports/math/py-pytanque/pytanque-1.1.0/src/
H A Dsimps.cpp216 if (e.has_args()) { in remove_dead_ops()
229 if (!e.has_args()) { in flatten()
316 if (e.has_args()) { in constants_prop()
429 if (!e.has_args()) { in expand()
461 if (!e.has_args()) { in expand_esf_rec()
503 if (e.has_args()) { in or_to_esf()
514 if (!e.has_args()) { in simplify_rec()
536 if (!e.has_args()) {
609 if (e.has_args()) { in sort_no_rec()
616 if (!e.has_args()) { in sort()
[all …]
/dports/devel/ORBit2/ORBit2-2.14.19/src/idl-compiler/
H A Dorbit-idl-c-stubs.c15 gboolean has_retval, has_args; in cs_output_stub() local
26 has_args = IDL_OP_DCL (tree).parameter_dcls != NULL; in cs_output_stub()
73 if (has_args) in cs_output_stub()
84 if (has_args) in cs_output_stub()
/dports/textproc/p5-Petal/Petal-2.26/lib/Petal/Hash/
H A DVar.pm75 my $has_args = scalar @args;
101 if ($has_args and not $has_path_tokens);
113 if ($has_args and not $has_path_tokens);
/dports/games/adonthell/adonthell-0.3.8/src/
H A Dpy_callback.cc123 bool has_args; in get_state() local
126 has_args << file; in get_state()
129 if (has_args) arguments = python::get_tuple (file); in get_state()
H A Devent.cc193 bool has_args; in get_state() local
197 has_args << file; in get_state()
199 if (has_args) args = python::get_tuple (file); in get_state()
/dports/math/R-cran-assertthat/assertthat/R/
H A Dassertions.r143 has_args <- function(f, args, exact = FALSE) { function
152 on_failure(has_args) <- function(call, env) {
159 "%has_args%" <- function(f, args) has_args(f, args)
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/nodes/
H A DCallNodes.py169 has_args = args is not None and not args.isExpressionConstantTupleEmptyRef()
172 if has_args:
177 if has_args:
/dports/math/R-cran-assertthat/assertthat/
H A DNAMESPACE3 export("%has_args%")
9 export(has_args)
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/src/
H A Dmpid_init.c34 int *has_args, int *has_env, int *has_parent,
93 int *has_args, int *has_env) in MPID_Init() argument
138 has_args, has_env, &has_parent, &pg_rank, &pg ); in MPID_Init()
355 int *has_args, int *has_env, int *has_parent, in InitPG() argument
511 *has_args = TRUE; in InitPG()
/dports/lang/vala/vala-0.48.18/ccode/
H A Dvalaccodefunctiondeclarator.vala58 bool has_args = (CCodeModifiers.PRINTF in modifiers || CCodeModifiers.SCANF in modifiers);
70 if (has_args && param.ellipsis) {
72 } else if (has_args && param.type_name == "va_list" && format_arg_index < 0) {
H A Dvalaccodefunctiondeclarator.c138 gboolean has_args = FALSE; in vala_ccode_function_declarator_real_write_declaration() local
163 has_args = _tmp1_; in vala_ccode_function_declarator_real_write_declaration()
216 if (has_args) { in vala_ccode_function_declarator_real_write_declaration()
232 if (has_args) { in vala_ccode_function_declarator_real_write_declaration()
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/
H A Dh2def.py344 has_args = len(args) > 1
349 has_args = 0
350 if has_args:
381 has_args = len(args) > 0
386 has_args = 0
387 if has_args:
/dports/devel/py-pybind11/pybind11-2.9.0/pybind11/include/pybind11/
H A Dattr.h176 is_operator(false), is_method(false), has_args(false),
219 bool has_args : 1;
469 if (r->has_args && r->nargs_pos != static_cast<std::uint16_t>(r->args.size()))
607 constexpr bool expected_num_args(size_t nargs, bool has_args, bool has_kwargs) {
608 PYBIND11_WORKAROUND_INCORRECT_MSVC_C4100(nargs, has_args, has_kwargs);
609 return named == 0 || (self + named + size_t(has_args) + size_t(has_kwargs)) == nargs;
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/rpc/
H A Dsvc_tcp.c483 bool_t has_args; in svctcp_reply() local
487 has_args = TRUE; in svctcp_reply()
494 has_args = FALSE; in svctcp_reply()
500 (!has_args || in svctcp_reply()
/dports/security/krb5/krb5-1.19.2/src/lib/rpc/
H A Dsvc_tcp.c483 bool_t has_args; in svctcp_reply() local
487 has_args = TRUE; in svctcp_reply()
494 has_args = FALSE; in svctcp_reply()
500 (!has_args || in svctcp_reply()
/dports/lang/parrot/parrot-8.1.0/examples/library/
H A Dmd5sum.pir35 if $I0 > 0 goto has_args
42 has_args:
/dports/devel/mstch/mstch-1.0.2-1-g0fde1cf/include/mstch/
H A Dmstch.hpp59 static bool const has_args = sizeof(test<T>(0)) == sizeof(fun_with_args); member in mstch::internal::is_fun
77 lambda_t(F f, typename std::enable_if<is_fun<F, N>::has_args>::type* = 0): in lambda_t()

12345678910>>...15