Home
last modified time | relevance | path

Searched refs:bargs (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dblit.c75 int visy = bargs->begy; in tria_blit_ascii()
76 for(y = bargs->u.cell.placey ; visy < (bargs->begy + leny) && y < dimy ; ++y, ++visy){ in tria_blit_ascii()
77 if(ncplane_cursor_move_yx(nc, y, bargs->u.cell.placex < 0 ? 0 : bargs->u.cell.placex)){ in tria_blit_ascii()
80 int visx = bargs->begx; in tria_blit_ascii()
81 for(x = bargs->u.cell.placex ; visx < (bargs->begx + lenx) && x < dimx ; ++x, ++visx){ in tria_blit_ascii()
124 int visy = bargs->begy; in tria_blit()
129 int visx = bargs->begx; in tria_blit()
450 int visy = bargs->begy; in quadrant_blit()
455 int visx = bargs->begx; in quadrant_blit()
664 int visy = bargs->begy; in sextant_blit()
[all …]
H A Dsixel.c431 const int begx = bargs->begx; in extract_color_table()
432 const int begy = bargs->begy; in extract_color_table()
433 const int cdimy = bargs->u.pixel.cellpxy; in extract_color_table()
434 const int cdimx = bargs->u.pixel.cellpxx; in extract_color_table()
885 sprixel* s = bargs->u.pixel.spx; in sixel_blit_inner()
914 const blitterargs* bargs){ in sixel_blit() argument
921 .map = sixelmap_create(colorregs, leny - bargs->begy, lenx - bargs->begx), in sixel_blit()
933 int cols = bargs->u.pixel.spx->dimx; in sixel_blit()
934 int rows = bargs->u.pixel.spx->dimy; in sixel_blit()
950 refine_color_table(data, linesize, bargs->begy, bargs->begx, leny, lenx, &stable); in sixel_blit()
[all …]
/dports/misc/openhab/openhab-3.2.0/runtime/bin/
H A Dbackup.bat8 SET bargs=
10 IF NOT [%1]==[] ( SET bargs=%bargs% -MaxFiles %~1% )
11 IF NOT [%2]==[] ( SET bargs=%bargs% -OHDirectory %~2% )
12 IF NOT [%3]==[] ( SET bargs=%bargs% -OHBackups %~3% )
13 IF NOT [%4]==[] ( SET bargs=%bargs% -FileName %~4% )
16 powershell -ExecutionPolicy Bypass -command "&{. .\backup.ps1; Backup-openHAB %bargs% }"
/dports/shells/bash/bash-5.1/examples/functions/
H A Dfstty39 local cmd="" bargs=""
50 bargs="$bargs '\"$e\": backward-delete-char'"
55 bargs="$bargs '\"$e\": unix-line-discard'"
60 bargs="$bargs '\"$e\": backward-kill-word'"
65 bargs="$bargs '\"$e\": quoted-insert'"
74 if [ -n "$bargs" ]; then
75 builtin bind $bargs
/dports/net/openldap24-client/openldap-2.4.59/tests/progs/
H A Dslapd-tester.c192 char *bargs[MAXARGS]; in main() local
775 bargs[banum++] = bcmd; in main()
781 bargs[banum++] = uri; in main()
788 bargs[banum++] = "-l"; in main()
790 bargs[banum++] = "-L"; in main()
793 bargs[banum++] = "-r"; in main()
795 bargs[banum++] = "-t"; in main()
812 bargs[banum++] = "-D"; in main()
813 bargs[banum++] = NULL; in main()
814 bargs[banum++] = "-w"; in main()
[all …]
/dports/net/openldap24-server/openldap-2.4.59/tests/progs/
H A Dslapd-tester.c192 char *bargs[MAXARGS]; in main() local
775 bargs[banum++] = bcmd; in main()
781 bargs[banum++] = uri; in main()
788 bargs[banum++] = "-l"; in main()
790 bargs[banum++] = "-L"; in main()
793 bargs[banum++] = "-r"; in main()
795 bargs[banum++] = "-t"; in main()
812 bargs[banum++] = "-D"; in main()
813 bargs[banum++] = NULL; in main()
814 bargs[banum++] = "-w"; in main()
[all …]
/dports/deskutils/xcalendar/xcalendar/
H A Dxcalendar.c648 Arg bargs[2]; local
685 Arg bargs[10]; local
703 parent, bargs, n);
746 daynumbers, bargs, n);
762 Arg bargs[10]; local
836 Arg bargs[10]; local
846 parent, bargs, n);
875 Arg bargs[20]; local
896 parent, bargs, n);
942 daynumbers, bargs, n);
[all …]
/dports/net/openldap25-client/openldap-2.5.9/tests/progs/
H A Dslapd-tester.c190 char *bargs[MAXARGS]; in main() local
730 bargs[banum++] = bcmd; in main()
734 bargs[banum++] = "-H"; in main()
735 bargs[banum++] = uri; in main()
736 bargs[banum++] = "-l"; in main()
738 bargs[banum++] = "-L"; in main()
740 bargs[banum++] = "-r"; in main()
742 bargs[banum++] = "-t"; in main()
758 bargs[banum++] = "-D"; in main()
759 bargs[banum++] = NULL; in main()
[all …]
/dports/net/openldap25-server/openldap-2.5.9/tests/progs/
H A Dslapd-tester.c190 char *bargs[MAXARGS]; in main() local
730 bargs[banum++] = bcmd; in main()
734 bargs[banum++] = "-H"; in main()
735 bargs[banum++] = uri; in main()
736 bargs[banum++] = "-l"; in main()
738 bargs[banum++] = "-L"; in main()
740 bargs[banum++] = "-r"; in main()
742 bargs[banum++] = "-t"; in main()
758 bargs[banum++] = "-D"; in main()
759 bargs[banum++] = NULL; in main()
[all …]
/dports/net/openldap26-server/openldap-2.6.0/tests/progs/
H A Dslapd-tester.c190 char *bargs[MAXARGS]; in main() local
730 bargs[banum++] = bcmd; in main()
734 bargs[banum++] = "-H"; in main()
735 bargs[banum++] = uri; in main()
736 bargs[banum++] = "-l"; in main()
738 bargs[banum++] = "-L"; in main()
740 bargs[banum++] = "-r"; in main()
742 bargs[banum++] = "-t"; in main()
758 bargs[banum++] = "-D"; in main()
759 bargs[banum++] = NULL; in main()
[all …]
/dports/net/openldap26-client/openldap-2.6.0/tests/progs/
H A Dslapd-tester.c190 char *bargs[MAXARGS]; in main() local
730 bargs[banum++] = bcmd; in main()
734 bargs[banum++] = "-H"; in main()
735 bargs[banum++] = uri; in main()
736 bargs[banum++] = "-l"; in main()
738 bargs[banum++] = "-L"; in main()
740 bargs[banum++] = "-r"; in main()
742 bargs[banum++] = "-t"; in main()
758 bargs[banum++] = "-D"; in main()
759 bargs[banum++] = NULL; in main()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/CustomCommand/
H A Dcompare_options.cmake3 set(bargs "") variable
9 list(APPEND bargs "\"${bval}\"")
12 if(NOT "${aargs}" STREQUAL "${bargs}")
13 message(FATAL_ERROR "COMPARE_OPTIONS: \n\t${aargs} != \n\t${bargs}")
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/CTestCommandExpandLists/
H A Dcompare_options.cmake3 set(bargs "") variable
9 list(APPEND bargs "\"${bval}\"")
12 if(NOT "${aargs}" STREQUAL "${bargs}")
13 message(FATAL_ERROR "COMPARE_OPTIONS: \n\t${aargs} != \n\t${bargs}")
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/CTestCommandExpandLists/
H A Dcompare_options.cmake3 set(bargs "") variable
9 list(APPEND bargs "\"${bval}\"")
12 if(NOT "${aargs}" STREQUAL "${bargs}")
13 message(FATAL_ERROR "COMPARE_OPTIONS: \n\t${aargs} != \n\t${bargs}")
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/CTestCommandExpandLists/
H A Dcompare_options.cmake3 set(bargs "") variable
9 list(APPEND bargs "\"${bval}\"")
12 if(NOT "${aargs}" STREQUAL "${bargs}")
13 message(FATAL_ERROR "COMPARE_OPTIONS: \n\t${aargs} != \n\t${bargs}")
/dports/devel/cmake/cmake-3.22.1/Tests/CustomCommand/
H A Dcompare_options.cmake3 set(bargs "") variable
9 list(APPEND bargs "\"${bval}\"")
12 if(NOT "${aargs}" STREQUAL "${bargs}")
13 message(FATAL_ERROR "COMPARE_OPTIONS: \n\t${aargs} != \n\t${bargs}")
/dports/devel/cmake-doc/cmake-3.22.1/Tests/CustomCommand/
H A Dcompare_options.cmake3 set(bargs "") variable
9 list(APPEND bargs "\"${bval}\"")
12 if(NOT "${aargs}" STREQUAL "${bargs}")
13 message(FATAL_ERROR "COMPARE_OPTIONS: \n\t${aargs} != \n\t${bargs}")
/dports/science/plumed/plumed2-2.7.2/src/isdb/
H A DRescale.cpp150 void doMonteCarlo(unsigned igamma, double oldE, vector<double> args, vector<double> bargs);
372 vector<double> args, vector<double> bargs) in doMonteCarlo() argument
388 if(bargs.size()>0) { in doMonteCarlo()
389 oldB = bias_[igamma]+bargs[igamma]; in doMonteCarlo()
390 newB = bias_[new_igamma]+bargs[new_igamma]; in doMonteCarlo()
468 vector<double> bargs; in calculate() local
469 if(nores_>0) bargs.resize(nores_); in calculate()
470 for(unsigned i=0; i<bargs.size(); ++i) bargs[i] = all_args[i+args.size()]; in calculate()
483 for(unsigned i=0; i<bargs.size(); ++i) setOutputForce(i+args.size(), 0.0); in calculate()
500 if(step%MCstride_==0&&!getExchangeStep()) doMonteCarlo(igamma, ene, args, bargs); in calculate()
/dports/math/R-cran-uroot/uroot/R/
H A Dhegy-test.R72 bargs <- list(seed = 123, lag.method = lag.method[1], list
76 notinldef <- !(nms1 %in% names(bargs))
86 bargs[nms1[which(!notinldef)]] <- boot.args[-wno]
88 bargs[nms1] <- boot.args
262 BTdim <- bargs$BTdim
263 nb <- bargs$nb
274 if (bargs$byseason)
286 boot.lag.method <- match.arg(bargs$lag.method, c("fixed", "AIC", "BIC"))
288 integer(1) else integer(bargs$nb)
335 bootstrap = if (pvalue == "bootstrap") bargs else NULL,
/dports/finance/R-cran-strucchange/strucchange/R/
H A Dzzz.R106 bargs <- list(col = 2) list
108 bargs <- list(col = boundary)
110 bargs <- boundary
186 bargs <- list(col = 2) list
188 bargs <- list(col = boundary)
190 bargs <- boundary
361 bargs <- list(col = 2) list
363 bargs <- list(col = boundary)
365 bargs <- boundary
457 bargs <- list(col = 2) list
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/config/util/
H A Dbsdinst.sh16 bargs=$*
76 bargs="-g other $bargs"
79 /usr/ucb/install $bargs
/dports/devel/py-ExtensionClass/ExtensionClass-4.3.0/src/ExtensionClass/pickle/
H A Dpickle.c345 PyObject *args=NULL, *bargs=NULL, *state=NULL, *getnewargs=NULL; local
351 bargs = PyObject_CallFunctionObjArgs(getnewargs, NULL);
353 if (!bargs)
355 l = PyTuple_Size(bargs);
373 Py_INCREF(PyTuple_GET_ITEM(bargs, i));
374 PyTuple_SET_ITEM(args, i+1, PyTuple_GET_ITEM(bargs, i));
384 Py_XDECREF(bargs);
/dports/science/jstrack/jstrack/extlib/log/
H A DloggerAppender.tcl125 set bargs $args
161 set procName [genProcName $bargs]
229 set bargs $args
266 set procName [genProcName $bargs]
338 set bargs $args
378 set procName [genProcName $bargs]
/dports/science/jstrack/jstrack/extlib/tcllib1.19/log/
H A DloggerAppender.tcl125 set bargs $args
161 set procName [genProcName $bargs]
229 set bargs $args
266 set procName [genProcName $bargs]
338 set bargs $args
378 set procName [genProcName $bargs]
/dports/devel/tcllib/tcllib-1.20/modules/log/
H A DloggerAppender.tcl123 set bargs $args
159 set procName [genProcName $bargs]
226 set bargs $args
263 set procName [genProcName $bargs]
334 set bargs $args
374 set procName [genProcName $bargs]

1234567891011