Home
last modified time | relevance | path

Searched refs:reqargs (Results 1 – 25 of 91) sorted by relevance

1234

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dvmcall.c49 int reqargs = SCM_PROCEDURE_REQUIRED(proc); \
53 if (argc < reqargs) { \
57 while (argc > reqargs+optargs-1) { \
66 if (argc != reqargs) { \
75 int reqargs = SCM_PROCEDURE_REQUIRED(proc); \
79 if ((rargc+argc-1) < reqargs) { \
83 if (argc > reqargs+optargs) { \
86 for (int c=argc; c>reqargs+optargs; c--) { \
93 CHECK_STACK(reqargs + optargs - argc + 1); \
95 SCM_PAIRP(p) && c<reqargs+optargs; \
[all …]
/dports/www/py-webargs/webargs-8.0.1/examples/
H A Dschema_example.py103 def user_detail(reqargs, user_id): argument
107 if request.method == "PATCH" and reqargs:
108 user.update(**reqargs)
116 def user_list(reqargs, limit): argument
119 User.insert(db=db, **reqargs)
H A Dannotations_example.py41 reqargs = {
47 schema_cls = Schema.from_dict(reqargs)
/dports/archivers/rpm4/rpm-4.16.1.3/build/
H A DparseScript.c96 char * reqargs = NULL; in parseScript() local
276 reqargs = xstrdup(s); in parseScript()
390 if (tag != RPMTAG_TRIGGERSCRIPTS && *reqargs != '/') { in parseScript()
393 spec->lineNum, reqargs); in parseScript()
407 if (parseRCPOT(spec, pkg, reqargs, reqtag, index, tagflags, addReqProvPkg, NULL)) in parseScript()
465 free(reqargs); in parseScript()
/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dcode.h116 #define SCM_COMPILED_CODE_CONST_INITIALIZER(code, codesize, maxstack, reqargs, optargs, name, debug… argument
119 (reqargs), (optargs), (name), (debuginfo), (signatureinfo), \
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dlib_proc.stub4 procedure-inliner-set! procedure-reqargs
29 (define-c-proc procedure-reqargs (arg0::<procedure>) ::<fixnum>
/dports/lang/gauche/Gauche-0.9.10/lib/gauche/
H A Dprocedure.scm211 (apply [^(reqargs optarg proc)
214 (print ";;; numargs > " reqargs)
215 (print ";;; numargs = " reqargs))
/dports/lang/mosh/mosh-0.2.7/src/
H A DVM-Run.cpp1343 const int reqargs = reqargsObject.toFixnum(); in runLoop() local
1346 if (numValues_ < reqargs) { in runLoop()
1351 Object::makeFixnum(reqargs))); in runLoop()
1353 } else if (optarg == 0 && numValues_ > reqargs) { in runLoop()
1358 Object::makeFixnum(reqargs))); in runLoop()
1363 if (reqargs > 0) { in runLoop()
1366 for (int i = 0; i < reqargs - 1; i++) { in runLoop()
1370 } else if (reqargs == 0) { in runLoop()
1382 if (i < reqargs - 1) { in runLoop()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/bindings/codegen/ply/ply/
H A Dlex.py736 reqargs = 2
738 reqargs = 1
740 if nargs > reqargs:
745 if nargs < reqargs:
805 reqargs = 2
807 reqargs = 1
809 if nargs > reqargs:
813 if nargs < reqargs:
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/ply/ply/
H A Dlex.py736 reqargs = 2
738 reqargs = 1
740 if nargs > reqargs:
745 if nargs < reqargs:
805 reqargs = 2
807 reqargs = 1
809 if nargs > reqargs:
813 if nargs < reqargs:
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/ply/ply/
H A Dlex.py736 reqargs = 2
738 reqargs = 1
740 if nargs > reqargs:
745 if nargs < reqargs:
805 reqargs = 2
807 reqargs = 1
809 if nargs > reqargs:
813 if nargs < reqargs:
/dports/devel/emscripten/emscripten-2.0.3/third_party/ply/ply/
H A Dlex.py736 reqargs = 2
738 reqargs = 1
740 if nargs > reqargs:
745 if nargs < reqargs:
805 reqargs = 2
807 reqargs = 1
809 if nargs > reqargs:
813 if nargs < reqargs:
/dports/audio/py-fmoo-audiotools/audiotools-3.0/audiotools/ply/
H A Dlex.py736 reqargs = 2
738 reqargs = 1
740 if nargs > reqargs:
745 if nargs < reqargs:
805 reqargs = 2
807 reqargs = 1
809 if nargs > reqargs:
813 if nargs < reqargs:
/dports/shells/xonsh/xonsh-0.7.9/xonsh/ply/ply/
H A Dlex.py741 reqargs = 2
743 reqargs = 1
745 if nargs > reqargs:
750 if nargs < reqargs:
809 reqargs = 2
811 reqargs = 1
813 if nargs > reqargs:
817 if nargs < reqargs:
/dports/net/wireshark/wireshark-3.6.1/tools/
H A Dlex.py718 reqargs = 2
720 reqargs = 1
722 if nargs > reqargs:
727 if nargs < reqargs:
786 reqargs = 2
788 reqargs = 1
790 if nargs > reqargs:
794 if nargs < reqargs:
/dports/net/wireshark-lite/wireshark-3.6.1/tools/
H A Dlex.py718 reqargs = 2
720 reqargs = 1
722 if nargs > reqargs:
727 if nargs < reqargs:
786 reqargs = 2
788 reqargs = 1
790 if nargs > reqargs:
794 if nargs < reqargs:
/dports/astro/py-astropy/astropy-5.0/astropy/extern/ply/
H A Dlex.py740 reqargs = 2
742 reqargs = 1
744 if nargs > reqargs:
749 if nargs < reqargs:
808 reqargs = 2
810 reqargs = 1
812 if nargs > reqargs:
816 if nargs < reqargs:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ply/
H A Dlex.py740 reqargs = 2
742 reqargs = 1
744 if nargs > reqargs:
749 if nargs < reqargs:
808 reqargs = 2
810 reqargs = 1
812 if nargs > reqargs:
816 if nargs < reqargs:
/dports/www/firefox/firefox-99.0/third_party/python/ply/ply/
H A Dlex.py741 reqargs = 2
743 reqargs = 1
745 if nargs > reqargs:
750 if nargs < reqargs:
809 reqargs = 2
811 reqargs = 1
813 if nargs > reqargs:
817 if nargs < reqargs:
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/third_party/thriftpy/_shaded_ply/
H A Dlex.py741 reqargs = 2
743 reqargs = 1
745 if nargs > reqargs:
750 if nargs < reqargs:
809 reqargs = 2
811 reqargs = 1
813 if nargs > reqargs:
817 if nargs < reqargs:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/ply/ply/
H A Dlex.py741 reqargs = 2
743 reqargs = 1
745 if nargs > reqargs:
750 if nargs < reqargs:
809 reqargs = 2
811 reqargs = 1
813 if nargs > reqargs:
817 if nargs < reqargs:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/ply/
H A Dlex.py741 reqargs = 2
743 reqargs = 1
745 if nargs > reqargs:
750 if nargs < reqargs:
809 reqargs = 2
811 reqargs = 1
813 if nargs > reqargs:
817 if nargs < reqargs:
/dports/math/py-pynleq2/pysces-0.9.8/pysces/lib/
H A Dlex.py740 reqargs = 2
742 reqargs = 1
744 if nargs > reqargs:
749 if nargs < reqargs:
808 reqargs = 2
810 reqargs = 1
812 if nargs > reqargs:
816 if nargs < reqargs:
/dports/net/tshark-lite/wireshark-3.6.1/tools/
H A Dlex.py718 reqargs = 2
720 reqargs = 1
722 if nargs > reqargs:
727 if nargs < reqargs:
786 reqargs = 2
788 reqargs = 1
790 if nargs > reqargs:
794 if nargs < reqargs:
/dports/net/tshark/wireshark-3.6.1/tools/
H A Dlex.py718 reqargs = 2
720 reqargs = 1
722 if nargs > reqargs:
727 if nargs < reqargs:
786 reqargs = 2
788 reqargs = 1
790 if nargs > reqargs:
794 if nargs < reqargs:

1234