Home
last modified time | relevance | path

Searched refs:MIN_ARGS (Results 1 – 10 of 10) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/tools/
H A Drun-wasm-api-tests.py68 MIN_ARGS = 3 # Script, outdir, tempdir variable
120 if (len(args) < MIN_ARGS or args[1] in ("-h", "--help", "help")):
130 if len(args) > MIN_ARGS:
134 for i in range(MIN_ARGS, len(args)):
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/
H A Drun-wasm-api-tests.py68 MIN_ARGS = 3 # Script, outdir, tempdir variable
120 if (len(args) < MIN_ARGS or args[1] in ("-h", "--help", "help")):
130 if len(args) > MIN_ARGS:
134 for i in range(MIN_ARGS, len(args)):
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/
H A Drun-wasm-api-tests.py68 MIN_ARGS = 3 # Script, outdir, tempdir variable
120 if (len(args) < MIN_ARGS or args[1] in ("-h", "--help", "help")):
130 if len(args) > MIN_ARGS:
134 for i in range(MIN_ARGS, len(args)):
/dports/irc/bitlbee/bitlbee-3.6/
H A Droot_commands.c66 MIN_ARGS(root_commands[i].required_parameters); in root_command()
332 MIN_ARGS(2, 0); in cmd_set_real()
419 MIN_ARGS(3); in cmd_account()
561 MIN_ARGS(2); in cmd_account()
663 MIN_ARGS(2); in cmd_channel()
692 MIN_ARGS(3); in cmd_add()
1176 MIN_ARGS(2); in cmd_plugins_info()
1295 MIN_ARGS(3); in cmd_chat()
1365 MIN_ARGS(2); in cmd_chat()
1382 MIN_ARGS(2); in cmd_chat()
[all …]
/dports/devel/pear-VersionControl_SVN/VersionControl_SVN-0.5.2/VersionControl/SVN/
H A DException.php70 const MIN_ARGS = 9; define in VersionControl_SVN_Exception
H A DCommand.php413 VersionControl_SVN_Exception::MIN_ARGS
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/Tools/FitGen/
H A DFitGen.h41 #define MIN_ARGS 4 macro
H A DFitGen.c3400 } else if (argc >= MIN_ARGS) { in main()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dwarp.c80 #define MIN_ARGS 6 /* minimum number of arguments required */ macro
293 if (nparams < MIN_ARGS) in run()
299 gint pcnt = MIN_ARGS; in run()
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/
H A Dcritcl.tcl546 set wacondition {oc < MIN_ARGS}
552 set wacondition {oc != MIN_ARGS}
555 set wacondition {(oc < MIN_ARGS) || (MAX_ARGS < oc)}
3763 lappend map MIN_ARGS $min