Home
last modified time | relevance | path

Searched refs:arg (Results 26 – 50 of 24715) sorted by relevance

12345678910>>...989

/dports/security/ssb/ssb-0.1.1/vendor/github.com/logrusorgru/aurora/
H A Dwrap.go52 if val, ok := arg.(value); ok {
56 return value{arg, color, 0}
62 if val, ok := arg.(Value); ok {
65 return value{value: arg}
74 if val, ok := arg.(Value); ok {
143 return SlowBlink(arg)
157 return Reverse(arg)
171 return Conceal(arg)
185 return CrossedOut(arg)
253 return Yellow(arg)
[all …]
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/logrusorgru/aurora/
H A Dwrap.go42 if val, ok := arg.(value); ok {
46 return value{arg, color, 0}
52 if val, ok := arg.(Value); ok {
55 return value{value: arg}
64 if val, ok := arg.(Value); ok {
133 return SlowBlink(arg)
147 return Reverse(arg)
161 return Conceal(arg)
175 return CrossedOut(arg)
243 return Yellow(arg)
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/logrusorgru/aurora/
H A Dwrap.go42 if val, ok := arg.(value); ok {
46 return value{arg, color, 0}
52 if val, ok := arg.(Value); ok {
55 return value{value: arg}
64 if val, ok := arg.(Value); ok {
133 return SlowBlink(arg)
147 return Reverse(arg)
161 return Conceal(arg)
175 return CrossedOut(arg)
243 return Yellow(arg)
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/logrusorgru/aurora/aurora-cea283e61946/
H A Dwrap.go42 if val, ok := arg.(value); ok {
46 return value{arg, color, 0}
52 if val, ok := arg.(Value); ok {
55 return value{value: arg}
64 if val, ok := arg.(Value); ok {
133 return SlowBlink(arg)
147 return Reverse(arg)
161 return Conceal(arg)
175 return CrossedOut(arg)
243 return Yellow(arg)
[all …]
/dports/textproc/bat/bat-0.18.3/tests/
H A Dintegration_tests.rs63 .arg("test.txt") in basic()
82 .arg("test.txt") in concatenate()
83 .arg("test.txt") in concatenate()
92 .arg("test.txt") in concatenate_stdin()
93 .arg("-") in concatenate_stdin()
94 .arg("test.txt") in concatenate_stdin()
290 .arg("-") in stdin_to_stdout_cycle()
673 .arg("-P") in alias_pager_disable()
684 .arg("-P") in alias_pager_disable_long_overrides_short()
918 .arg("-") in filename_stdin()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DMacOSAll.pas1249 CFSwapInt16 := (( arg shl 8) and $0FF00) or (( arg shr 8) and $00FF);
1254 …CFSwapInt32 := ((arg and $FF) shl 24) or ((arg and $0FF00) shl 8) or ((arg shr 8) and $0FF00) or (…
1521 Endian16_Swap := (( arg shl 8) and $0FF00) or (( arg shr 8) and $00FF);
1526 …Endian32_Swap := ((arg and $FF) shl 24) or ((arg and $0FF00) shl 8) or ((arg shr 8) and $0FF00) or…
1541 EndianS16_Swap := (( arg shl 8) and $0FF00) or (( arg shr 8) and $00FF);
1546 …EndianS32_Swap := ((arg and $FF) shl 24) or ((arg and $0FF00) shl 8) or ((arg shr 8) and $0FF00) o…
1557 EndianS16_BtoN := arg;
1562 EndianS16_NtoB := arg;
1567 EndianU16_BtoN := arg;
2010 HiWord := arg shr 16;
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/python_bindings/src/
H A DPyScheduleMethods.h17 py::arg("stage"), py::arg("var"), py::arg("align")) in add_schedule_methods()
19 py::arg("stage"), py::arg("var"), py::arg("align") = LoopAlignStrategy::Auto) in add_schedule_methods()
24 py::arg("var"), py::arg("factor"), py::arg("tail") = TailStrategy::Auto) in add_schedule_methods()
27 …py::arg("old"), py::arg("outer"), py::arg("inner"), py::arg("factor"), py::arg("tail") = TailStrat… in add_schedule_methods()
30 py::arg("inner"), py::arg("outer"), py::arg("fused")) in add_schedule_methods()
36 …py::arg("x"), py::arg("y"), py::arg("xo"), py::arg("yo"), py::arg("xi"), py::arg("yi"), py::arg("x… in add_schedule_methods()
38 …py::arg("x"), py::arg("y"), py::arg("xi"), py::arg("yi"), py::arg("xfactor"), py::arg("yfactor"), … in add_schedule_methods()
40 …py::arg("previous"), py::arg("outers"), py::arg("inners"), py::arg("factors"), py::arg("tail") = T… in add_schedule_methods()
42 … py::arg("previous"), py::arg("inners"), py::arg("factors"), py::arg("tail") = TailStrategy::Auto) in add_schedule_methods()
75arg("x"), py::arg("y"), py::arg("z"), py::arg("bx"), py::arg("by"), py::arg("bz"), py::arg("tx"), … in add_schedule_methods()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/htdp-lib/2htdp/private/
H A Dimg-err.rkt131 (check-arg fn-name (and (list? arg) (andmap image? arg)) 'image-list i arg)
217 [(color? arg) arg]
218 [(string? arg) arg]
230 [(color? arg) arg]
231 [(pen? arg) arg]
238 (check-arg fn-name (string? arg) 'string i arg)
241 (check-arg fn-name (and (integer? arg) (<= 1 arg 255)) 'font-size i arg)
244 (check-arg fn-name (or (not arg) (string? arg)) 'face i arg)
253 (if (string? arg) (string->symbol arg) arg)]
260 (if (string? arg) (string->symbol arg) arg)]
[all …]
/dports/devel/grcov/grcov-0.8.2/cargo-crates/symbolic-demangle-8.3.0/vendor/swift/include/swift/Basic/
H A DInlineBitfield.h95 return (arg & 1ull << 63 ? 63 : in countBitsUsed()
96 arg & 1ull << 62 ? 62 : in countBitsUsed()
97 arg & 1ull << 61 ? 61 : in countBitsUsed()
149 arg & 1ull << 9 ? 9 : in countBitsUsed()
150 arg & 1ull << 8 ? 8 : in countBitsUsed()
151 arg & 1ull << 7 ? 7 : in countBitsUsed()
152 arg & 1ull << 6 ? 6 : in countBitsUsed()
153 arg & 1ull << 5 ? 5 : in countBitsUsed()
154 arg & 1ull << 4 ? 4 : in countBitsUsed()
155 arg & 1ull << 3 ? 3 : in countBitsUsed()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/symbolic-demangle-7.4.0/vendor/swift/include/swift/Basic/
H A DInlineBitfield.h95 return (arg & 1ull << 63 ? 63 :
96 arg & 1ull << 62 ? 62 :
97 arg & 1ull << 61 ? 61 :
149 arg & 1ull << 9 ? 9 :
150 arg & 1ull << 8 ? 8 :
151 arg & 1ull << 7 ? 7 :
152 arg & 1ull << 6 ? 6 :
153 arg & 1ull << 5 ? 5 :
154 arg & 1ull << 4 ? 4 :
155 arg & 1ull << 3 ? 3 :
[all …]
/dports/www/p5-HTML-FormFu/HTML-FormFu-2.07/lib/HTML/FormFu/Role/Element/
H A DFieldMethods.pm153 $arg = { type => $arg };
156 $arg = {%$arg}; # shallow clone
177 $arg = { type => $arg };
180 $arg = {%$arg}; # shallow clone
201 $arg = { type => $arg };
204 $arg = {%$arg}; # shallow clone
225 $arg = { type => $arg };
228 $arg = {%$arg}; # shallow clone
249 $arg = { type => $arg };
273 $arg = { type => $arg };
[all …]
/dports/devel/R-cran-git2r/git2r/src/
H A Dgit2r_arg.c34 if (!Rf_isNewList(arg) || !Rf_inherits(arg, "git_blob")) in git2r_arg_check_blob()
53 if (!Rf_isNewList(arg) || !Rf_inherits(arg, "git_branch")) in git2r_arg_check_branch()
81 if (!Rf_isNewList(arg) || !Rf_inherits(arg, "git_commit")) in git2r_arg_check_commit()
187 if (Rf_isNull(arg) || VECSXP != TYPEOF(arg)) in git2r_arg_check_fetch_heads()
272 if (!Rf_isInteger(arg) || 1 != Rf_length(arg) || NA_INTEGER == INTEGER(arg)[0]) in git2r_arg_check_integer()
314 if (!Rf_isLogical(arg) || 1 != Rf_length(arg) || NA_LOGICAL == LOGICAL(arg)[0]) in git2r_arg_check_logical()
327 if (!Rf_isNewList(arg) || !Rf_inherits(arg, "git_note")) in git2r_arg_check_note()
347 if (!Rf_isReal(arg) || 1 != Rf_length(arg) || !R_finite(REAL(arg)[0])) in git2r_arg_check_real()
429 if (1 != Rf_length(arg) || NA_STRING == STRING_ELT(arg, 0)) in git2r_arg_check_string()
494 if (!Rf_isNewList(arg) || !Rf_inherits(arg, "git_tag")) in git2r_arg_check_tag()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/8051/
H A D8051_ass.c209 free (arg[0]); arg[0] = 0; in get_arguments()
210 free (arg[1]); arg[1] = 0; in get_arguments()
211 free (arg[2]); arg[2] = 0; in get_arguments()
1275 char const*carg[3] = { arg[0], arg[1], arg[2] }; /* aliasing pointers... in assemble_8051()
1281 free (arg[2]); arg[2] = 0; carg[2] = 0; in assemble_8051()
1282 free (arg[1]); arg[1] = 0; carg[1] = 0; in assemble_8051()
1283 free (arg[0]); arg[0] = 0; carg[0] = 0; in assemble_8051()
1289 free (arg[0]); arg[0] = 0; carg[2] = 0; in assemble_8051()
1290 free (arg[1]); arg[1] = 0; carg[1] = 0; in assemble_8051()
1291 free (arg[2]); arg[2] = 0; carg[0] = 0; in assemble_8051()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/tests/integration/
H A Dbasics.rs29 .arg("generate") in it_can_use_a_plain_folder()
30 .arg("--name") in it_can_use_a_plain_folder()
62 .arg("--name") in it_can_use_a_specified_path()
64 .arg("--path") in it_can_use_a_specified_path()
94 .arg("--git") in it_removes_git_history()
131 .arg("main") in it_substitutes_projectname_in_cargo_toml()
165 .arg("main") in it_substitutes_date()
288 .arg("gen") in short_commands_work()
291 .arg("-n") in short_commands_work()
481 .arg("-n") in it_removes_files_listed_in_genignore()
[all …]
/dports/net-mgmt/rancid3/rancid-3.13/bin/
H A Dlg.cgi.in481 @arg = split(' ', $arg);
713 $arg = $arg[0] . "/" . mask2len($arg[1]);
726 $arg = $arg[0];
742 $arg = $arg[0];
824 $arg = $arg[0];
829 $arg = $arg[0];
835 $arg = $arg[0];
843 $arg = $arg[0];
846 $arg = $arg[0];
879 $arg = $arg[0];
[all …]
/dports/converters/p5-MIME-Base32/MIME-Base32-1.303/lib/MIME/
H A DBase32.pm25 $arg = unpack('B*', $arg);
30 $arg = substr($arg, 0, $l & ~7);
33 $arg = pack('B*', $arg);
45 $arg = unpack('B*', $arg);
48 $arg = substr($arg, 0, $l & ~7) if $l & 7;
49 $arg = pack('B*', $arg);
59 $arg = unpack('B*', $arg);
64 $arg = substr($arg, 0, $l & ~7);
67 $arg = pack('B*', $arg);
78 $arg = unpack('B*', $arg);
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Lobby2Client/
H A DLobby2ClientSample.cpp551 arg->slotIndex=0; in ExecuteCommand()
578 arg->emailStatus=0; in ExecuteCommand()
588 arg->emailStatus=0; in ExecuteCommand()
618 arg->type=0; in ExecuteCommand()
626 arg->type=0; in ExecuteCommand()
642 arg->status=0; in ExecuteCommand()
655 arg->emailId=1; in ExecuteCommand()
662 arg->emailId=2; in ExecuteCommand()
692 arg->matchID=1; in ExecuteCommand()
816 arg->newRank=666; in ExecuteCommand()
[all …]
/dports/science/py-dlib/dlib-19.22/tools/python/src/
H A Dimage2.cpp321 … .def(py::init<rectangle,chip_dims,double>(), py::arg("rect"), py::arg("dims"), py::arg("angle"), in register_extract_image_chip()
457 py::arg("det"), py::arg("size")=200, py::arg("padding")=0.2, in register_extract_image_chip()
464 py::arg("dets"), py::arg("size")=200, py::arg("padding")=0.2, in register_extract_image_chip()
563 … m.def("resize_image", &py_resize_image<int8_t>, py::arg("img"), py::arg("rows"), py::arg("cols")); in bind_image_classes2()
567 … m.def("resize_image", &py_resize_image<float>, py::arg("img"), py::arg("rows"), py::arg("cols")); in bind_image_classes2()
755 …oints", &py_extract_image_4points<uint8_t>, py::arg("img"), py::arg("corners"), py::arg("rows"), p… in bind_image_classes2()
759 …points", &py_extract_image_4points<int8_t>, py::arg("img"), py::arg("corners"), py::arg("rows"), p… in bind_image_classes2()
760 …oints", &py_extract_image_4points<int16_t>, py::arg("img"), py::arg("corners"), py::arg("rows"), p… in bind_image_classes2()
761 …oints", &py_extract_image_4points<int32_t>, py::arg("img"), py::arg("corners"), py::arg("rows"), p… in bind_image_classes2()
763 …4points", &py_extract_image_4points<float>, py::arg("img"), py::arg("corners"), py::arg("rows"), p… in bind_image_classes2()
[all …]
/dports/science/dlib-cpp/dlib-19.22/tools/python/src/
H A Dimage2.cpp321 … .def(py::init<rectangle,chip_dims,double>(), py::arg("rect"), py::arg("dims"), py::arg("angle"), in register_extract_image_chip()
457 py::arg("det"), py::arg("size")=200, py::arg("padding")=0.2, in register_extract_image_chip()
464 py::arg("dets"), py::arg("size")=200, py::arg("padding")=0.2, in register_extract_image_chip()
563 … m.def("resize_image", &py_resize_image<int8_t>, py::arg("img"), py::arg("rows"), py::arg("cols")); in bind_image_classes2()
567 … m.def("resize_image", &py_resize_image<float>, py::arg("img"), py::arg("rows"), py::arg("cols")); in bind_image_classes2()
755 …oints", &py_extract_image_4points<uint8_t>, py::arg("img"), py::arg("corners"), py::arg("rows"), p… in bind_image_classes2()
759 …points", &py_extract_image_4points<int8_t>, py::arg("img"), py::arg("corners"), py::arg("rows"), p… in bind_image_classes2()
760 …oints", &py_extract_image_4points<int16_t>, py::arg("img"), py::arg("corners"), py::arg("rows"), p… in bind_image_classes2()
761 …oints", &py_extract_image_4points<int32_t>, py::arg("img"), py::arg("corners"), py::arg("rows"), p… in bind_image_classes2()
763 …4points", &py_extract_image_4points<float>, py::arg("img"), py::arg("corners"), py::arg("rows"), p… in bind_image_classes2()
[all …]
/dports/science/py-pygmo2/pygmo2-2.18.0/pygmo/
H A Dexpose_algorithms_1.cpp55 … py::arg("cr") = 0.95, py::arg("eta_c") = 10., py::arg("m") = 0.01, py::arg("eta_m") = 50., in expose_algorithms_1()
77 …py::arg("gen") = 100u, py::arg("ker") = 63u, py::arg("q") = 1.0, py::arg("oracle") = 0., py::arg("… in expose_algorithms_1()
82 … py::arg("gen") = 100u, py::arg("ker") = 63u, py::arg("q") = 1.0, py::arg("oracle") = 0., in expose_algorithms_1()
107 … py::arg("gen") = 1u, py::arg("omega") = 0.7298, py::arg("eta1") = 2.05, py::arg("eta2") = 2.05, in expose_algorithms_1()
111 … py::arg("gen") = 1u, py::arg("omega") = 0.7298, py::arg("eta1") = 2.05, py::arg("eta2") = 2.05, in expose_algorithms_1()
120 … py::arg("gen") = 1u, py::arg("omega") = 0.7298, py::arg("eta1") = 2.05, py::arg("eta2") = 2.05, in expose_algorithms_1()
149 py::arg("gen") = 1u, py::arg("cr") = 0.9, py::arg("eta_c") = 1., py::arg("m") = 0.02, in expose_algorithms_1()
154 …py::arg("gen") = 1u, py::arg("cr") = 0.9, py::arg("eta_c") = 1., py::arg("m") = 0.02, py::arg("par… in expose_algorithms_1()
199 … py::arg("gen") = 1u, py::arg("ker") = 63u, py::arg("q") = 1.0, py::arg("threshold") = 1u, in expose_algorithms_1()
220 … py::arg("gen") = 1u, py::arg("omega") = 0.6, py::arg("c1") = 0.01, py::arg("c2") = 0.5, in expose_algorithms_1()
[all …]
/dports/www/p5-HTML-FormFu/HTML-FormFu-2.07/lib/HTML/FormFu/Role/
H A DCreateChildren.pm173 $arg = { type => $arg };
176 $arg = {%$arg}; # shallow clone
207 $arg = { type => $arg };
210 $arg = {%$arg}; # shallow clone
246 $arg = { type => $arg };
249 $arg = {%$arg}; # shallow clone
285 $arg = { type => $arg };
288 $arg = {%$arg}; # shallow clone
324 $arg = { type => $arg };
363 $arg = { type => $arg };
[all …]
/dports/print/py-python-ly/python-ly-0.9.6/ly/cli/
H A Dsetvar.py48 def mode(arg): argument
50 if arg is not None and arg not in ly.lex.modes:
55 def in_place(arg): argument
59 def encoding(arg): argument
66 return arg
70 if arg:
81 def output(arg): argument
95 if arg:
102 if arg:
150 return arg
[all …]
/dports/math/SCIP/scip-7.0.3/src/cppad/local/
H A Dsparse_binary_op.hpp89 sparsity.binary_union(i_z, arg[0], arg[1], sparsity); in forward_sparse_jacobian_binary_op()
165 sparsity.binary_union(arg[0], arg[0], i_z, sparsity); in reverse_sparse_jacobian_binary_op()
231 arg[0], arg[0], arg[1], for_jac_sparsity); in reverse_sparse_hessian_mul_op()
233 arg[1], arg[1], arg[0], for_jac_sparsity); in reverse_sparse_hessian_mul_op()
269 arg[0], arg[0], arg[1], for_jac_sparsity); in reverse_sparse_hessian_div_op()
271 arg[1], arg[1], arg[0], for_jac_sparsity); in reverse_sparse_hessian_div_op()
273 arg[1], arg[1], arg[1], for_jac_sparsity); in reverse_sparse_hessian_div_op()
310 arg[0], arg[0], arg[0], for_jac_sparsity); in reverse_sparse_hessian_pow_op()
312 arg[0], arg[0], arg[1], for_jac_sparsity); in reverse_sparse_hessian_pow_op()
315 arg[1], arg[1], arg[0], for_jac_sparsity); in reverse_sparse_hessian_pow_op()
[all …]
/dports/lang/ocaml/ocaml-4.05.0/asmcomp/
H A Dx86_dsl.mli102 val add: arg -> arg -> unit
104 val and_: arg -> arg -> unit
109 val cmp: arg -> arg -> unit
166 val lea: arg -> arg -> unit
167 val mov: arg -> arg -> unit
176 val or_: arg -> arg -> unit
180 val sal: arg -> arg -> unit
181 val sar: arg -> arg -> unit
183 val shr: arg -> arg -> unit
185 val sub: arg -> arg -> unit
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmcomp/
H A Dx86_dsl.mli102 val add: arg -> arg -> unit
104 val and_: arg -> arg -> unit
109 val cmp: arg -> arg -> unit
166 val lea: arg -> arg -> unit
167 val mov: arg -> arg -> unit
176 val or_: arg -> arg -> unit
180 val sal: arg -> arg -> unit
181 val sar: arg -> arg -> unit
183 val shr: arg -> arg -> unit
185 val sub: arg -> arg -> unit
[all …]

12345678910>>...989