Home
last modified time | relevance | path

Searched refs:minArgs (Results 201 – 225 of 284) sorted by relevance

12345678910>>...12

/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/generator/shiboken2/
H A Dcppgenerator.cpp1789 int minArgs = overloadData.minArgs(); local
1830 initPythonArguments = minArgs != maxArgs || maxArgs > 1;
1853 …if (minArgs == 0 && maxArgs == 1 && !rfunc->isConstructor() && !pythonFunctionWrapperUsesListOfArg…
2125 int minArgs = overloadData.minArgs(); local
2136 if (minArgs > maxArgs)
2137 minArgs = maxArgs;
2160 if (minArgs > 0) {
2165 s << "if (numArgs < " << minArgs << ") {\n";
2179 if (usesNamedArguments && (!ownerClassIsQObject || minArgs > 0))
2200 …s << "PyArg_UnpackTuple(" << argsVar << ", \"" << funcName << "\", " << minArgs << ", " << maxArgs;
[all …]
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/generator/shiboken2/
H A Dcppgenerator.cpp1789 int minArgs = overloadData.minArgs(); local
1830 initPythonArguments = minArgs != maxArgs || maxArgs > 1;
1853 …if (minArgs == 0 && maxArgs == 1 && !rfunc->isConstructor() && !pythonFunctionWrapperUsesListOfArg…
2125 int minArgs = overloadData.minArgs(); local
2136 if (minArgs > maxArgs)
2137 minArgs = maxArgs;
2160 if (minArgs > 0) {
2165 s << "if (numArgs < " << minArgs << ") {\n";
2179 if (usesNamedArguments && (!ownerClassIsQObject || minArgs > 0))
2200 …s << "PyArg_UnpackTuple(" << argsVar << ", \"" << funcName << "\", " << minArgs << ", " << maxArgs;
[all …]
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/SymbolTable/
H A DPredef.Mod201 minArgs, maxArgs: INTEGER);
205 pproc := stb. NewPredefProc (module, GetName (name), id, minArgs, maxArgs);
H A DBuilder.Mod227 minArgs, maxArgs: INTEGER): Sym.PredefProc;
232 Sym.InitPredefProc (pproc, parent, name, id, minArgs, maxArgs);
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icinga/
H A Dexternalcommandprocessor.hpp159 …d(const String& command, const ExternalCommandCallback& callback, size_t minArgs = 0, size_t maxAr…
H A Dexternalcommandprocessor.cpp108 …and(const String& command, const ExternalCommandCallback& callback, size_t minArgs, size_t maxArgs) in RegisterCommand() argument
113 eci.MinArgs = minArgs; in RegisterCommand()
114 eci.MaxArgs = (maxArgs == UINT_MAX) ? minArgs : maxArgs; in RegisterCommand()
/dports/lang/nx/nsf2.3.0/generic/asm/
H A DnsfAssemble.c26 int minArgs; member
/dports/www/limesurvey/limesurvey/application/helpers/expressions/
H A Dem_core_helper.php1989 …$minArgs = abs($numArgsAllowed[0] + 1); // so if value is -2, means that requires at least one arg…
1990 if ($argsPassed < $minArgs) {
1991 …e at least %s argument|Function must have at least %s arguments", $minArgs), $minArgs), $funcNameT…
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/python/pyste/src/Pyste/
H A Ddeclarations.py249 minArgs = property(MinArgs) variable in Function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/python/pyste/src/Pyste/
H A Ddeclarations.py249 minArgs = property(MinArgs) variable in Function
/dports/databases/percona57-server/boost_1_59_0/libs/python/pyste/src/Pyste/
H A Ddeclarations.py249 minArgs = property(MinArgs) variable in Function
/dports/databases/xtrabackup/boost_1_59_0/libs/python/pyste/src/Pyste/
H A Ddeclarations.py249 minArgs = property(MinArgs) variable in Function
/dports/databases/percona57-client/boost_1_59_0/libs/python/pyste/src/Pyste/
H A Ddeclarations.py249 minArgs = property(MinArgs) variable in Function
/dports/games/scummvm/scummvm-2.5.1/engines/director/lingo/
H A Dlingo-object.cpp56 int minArgs; // -1 -- arglist member
99 sym.nargs = mtd->minArgs; in initMethods()
H A Dlingo.h78 int minArgs; // -1 -- arglist member
/dports/lang/oo2c/oo2c_64-2.1.11/stage0/obj/OOC/SymbolTable/
H A DPredef.c83 …e, OOC_INT16 id, const OOC_CHAR8 name__ref[], OOC_LEN name_0d, OOC_INT16 minArgs, OOC_INT16 maxArg… in OOC_SymbolTable_Predef__PredefProc() argument
92 i4 = minArgs; in OOC_SymbolTable_Predef__PredefProc()
/dports/games/0ad/0ad-0.0.23b-alpha/source/scriptinterface/
H A DScriptInterface.h135 …void DefineCustomObjectType(JSClass *clasp, JSNative constructor, uint minArgs, JSPropertySpec *ps…
H A DScriptInterface.cpp542 void ScriptInterface::DefineCustomObjectType(JSClass *clasp, JSNative constructor, uint minArgs, JS… in DefineCustomObjectType() argument
556 constructor, minArgs, // Constructor, min args in DefineCustomObjectType()
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/powerman/check/
H A Dcheck.go321 const minArgs = 2
322 if len(args) < minArgs {
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltGrMarker.c1191 int minArgs, maxArgs; local
1206 minArgs = 4, maxArgs = 0;
1208 minArgs = 6, maxArgs = 0;
1211 minArgs = 2, maxArgs = 2;
1214 minArgs = 2, maxArgs = 4;
1220 if (nExprs < minArgs) {
H A DbltInt.h238 int minArgs; /* Minimum # args required */ member
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DPrimProcedure.java194 int fixArgs = minArgs(); in applyToConsumerX()
674 && (! takesVarArgs() || minArgs() > exp.firstSpliceArg)) in canCompile()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/thingdef/
H A Dthingdef_codeptr.cpp56 minArgs(0), maxArgs(0), varArgs(false) in ActionInfo()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/director/lingo/
H A Dlingo-builtins.cpp35 int minArgs; // -1 -- arglist member
334 sym->nargs = blt->minArgs; in initBuiltIns()
/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/
H A DExprNode.cpp551 … checkCondition(nargs >= _func->minArgs(), ErrorCode::FunctionTooFewArguments, { _name }, error) && in prep()

12345678910>>...12