Home
last modified time | relevance | path

Searched refs:emptyArgs (Results 1 – 25 of 55) sorted by relevance

123

/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/sqlgen/
H A Dcommon_sql_generator_test.go72 commonSQLTestCase{gen: returningNoColsGen(csgs1), sql: ``, isPrepared: true, args: emptyArgs},
75 commonSQLTestCase{gen: returningNilExpGen(csgs1), sql: ``, isPrepared: true, args: emptyArgs},
109 commonSQLTestCase{gen: fromGen(csg), sql: ` FROM "a", "b"`, isPrepared: true, args: emptyArgs},
112 commonSQLTestCase{gen: fromNoColsGen(csg), sql: ``, isPrepared: true, args: emptyArgs},
115 commonSQLTestCase{gen: fromNilExpGen(csg), sql: ``, isPrepared: true, args: emptyArgs},
152 commonSQLTestCase{gen: whereAndGen(csg), sql: ``, isPrepared: true, args: emptyArgs},
161 commonSQLTestCase{gen: whereOrGen(csg), sql: ``, isPrepared: true, args: emptyArgs},
184 commonSQLTestCase{gen: whereOrGen(csgWhereFrag), sql: ``, isPrepared: true, args: emptyArgs},
228 commonSQLTestCase{gen: orderGen(csg), sql: ``, isPrepared: true, args: emptyArgs},
252 commonSQLTestCase{gen: orderGen(csgCustom), sql: ``, isPrepared: true, args: emptyArgs},
[all …]
H A Dexpression_sql_generator_test.go17 var emptyArgs = make([]interface{}, 0) var
361 …ae := newTestAppendableExpression(`select * from "a"`, emptyArgs, errors.New("expected error"), ni…
477 ae := newTestAppendableExpression(`SELECT "id" FROM "test2"`, emptyArgs, nil, nil)
897 ae := newTestAppendableExpression(`SELECT * FROM "b"`, emptyArgs, nil, nil)
996 ae := newTestAppendableExpression(`SELECT * FROM "b"`, emptyArgs, nil, nil)
1021 ae := newTestAppendableExpression(`SELECT * FROM "b"`, emptyArgs, nil, nil)
1155 … exp.NewLateralExpression(newTestAppendableExpression(`SELECT * FROM "test"`, emptyArgs, nil, nil))
/dports/devel/jcmdline/jcmdline-2.0.0/testsrc/jcmdline/
H A DTextUsageFormatter_UT.java130 ArrayList<Parameter<?>> emptyArgs = new ArrayList<Parameter<?>>(); in testFormatUsageNoArgs() local
131 String s = formatter.formatUsage("name", "cmd desc", opts, emptyArgs, in testFormatUsageNoArgs()
154 ArrayList<Parameter<?>> emptyArgs = new ArrayList<Parameter<?>>(); in testFormatUsageNoOptsNoArgs() local
156 emptyArgs, false); in testFormatUsageNoOptsNoArgs()
H A DPosixCmdLineParser_UT.java108 ArrayList<Parameter<?>> emptyArgs = new ArrayList<Parameter<?>>(); in testNoOptNoArg() local
109 parser.parse(new String[] {}, emptyOpts, emptyArgs); in testNoOptNoArg()
113 emptyArgs); in testNoOptNoArg()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbMetal/Generator/EntityInterface/Implementation/
H A DINotifyPropertyChangingImplementation.cs58 const string emptyArgs = "emptyChangingEventArgs"; in WriteClassHeader()
65 writer.GetAssignmentExpression(emptyArgs, writer.GetNewExpression( in WriteClassHeader()
75 … writer.GetThisExpression(), emptyArgs))); in WriteClassHeader()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmStringAlgorithms.h96 bool emptyArgs = false);
98 bool emptyArgs = false)
101 cmExpandList(*arg, argsOut, emptyArgs);
124 bool emptyArgs = false);
126 bool emptyArgs = false)
131 return cmExpandedList(*arg, emptyArgs);
H A DcmStringAlgorithms.cxx84 bool emptyArgs) in cmExpandList() argument
87 if (!emptyArgs && arg.empty()) { in cmExpandList()
128 if (!newArg.empty() || emptyArgs) { in cmExpandList()
141 if (!newArg.empty() || emptyArgs) { in cmExpandList()
147 std::vector<std::string> cmExpandedList(cm::string_view arg, bool emptyArgs) in cmExpandedList() argument
150 cmExpandList(arg, argsOut, emptyArgs); in cmExpandedList()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmStringAlgorithms.h96 bool emptyArgs = false);
98 bool emptyArgs = false)
101 cmExpandList(*arg, argsOut, emptyArgs);
124 bool emptyArgs = false);
126 bool emptyArgs = false)
131 return cmExpandedList(*arg, emptyArgs);
H A DcmStringAlgorithms.cxx84 bool emptyArgs) in cmExpandList() argument
87 if (!emptyArgs && arg.empty()) { in cmExpandList()
128 if (!newArg.empty() || emptyArgs) { in cmExpandList()
141 if (!newArg.empty() || emptyArgs) { in cmExpandList()
147 std::vector<std::string> cmExpandedList(cm::string_view arg, bool emptyArgs) in cmExpandedList() argument
150 cmExpandList(arg, argsOut, emptyArgs); in cmExpandedList()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmStringAlgorithms.h96 bool emptyArgs = false);
98 bool emptyArgs = false)
101 cmExpandList(*arg, argsOut, emptyArgs);
124 bool emptyArgs = false);
126 bool emptyArgs = false)
131 return cmExpandedList(*arg, emptyArgs);
H A DcmStringAlgorithms.cxx84 bool emptyArgs) in cmExpandList() argument
87 if (!emptyArgs && arg.empty()) { in cmExpandList()
128 if (!newArg.empty() || emptyArgs) { in cmExpandList()
141 if (!newArg.empty() || emptyArgs) { in cmExpandList()
147 std::vector<std::string> cmExpandedList(cm::string_view arg, bool emptyArgs) in cmExpandedList() argument
150 cmExpandList(arg, argsOut, emptyArgs); in cmExpandedList()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/system/
H A DWin32PtyTests.cpp83 std::vector <std::string> emptyArgs; variable
115 Error err = pty.start(cmdExe, emptyArgs, options,
137 Error err = pty.start(cmdExe, emptyArgs, conerrOptions,
158 "C:\\NoWindows\\system08\\huhcmd.exe", emptyArgs, options,
219 Error err = pty.start(cmdExe, emptyArgs, plainOptions,
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DInterpretedFunction.java121 this, cx, scope, scope, ScriptRuntime.emptyArgs); in exec()
124 this, cx, scope, scope, ScriptRuntime.emptyArgs); in exec()
H A DNativeCall.java38 this.originalArgs = (args == null) ? ScriptRuntime.emptyArgs : args; in NativeCall()
H A DContext.java292 public static final Object[] emptyArgs = ScriptRuntime.emptyArgs; field in Context
1140 scope, ScriptRuntime.emptyArgs);
1475 return newObject(scope, constructorName, ScriptRuntime.emptyArgs);
1503 if (args == null) { args = ScriptRuntime.emptyArgs; }
H A DInterfaceAdapter.java124 args = ScriptRuntime.emptyArgs; in invokeImpl()
H A DScriptRuntime.java853 return toString(f.call(cx, scope, obj, emptyArgs)); in uneval()
1049 if (args == null) { args = ScriptRuntime.emptyArgs; } in newObject()
1059 if (args == null) { args = ScriptRuntime.emptyArgs; } in newBuiltinObject()
2060 x.iterator, emptyArgs); in enumNext()
2418 callArgs = L <= 1 ? ScriptRuntime.emptyArgs : in applyOrCall()
2423 callArgs = ScriptRuntime.emptyArgs; in applyOrCall()
2436 return ScriptRuntime.emptyArgs; in getApplyArguments()
2508 return c.call(cx, scope, (Scriptable)thisArg, ScriptRuntime.emptyArgs); in evalSpecial()
3548 return ScriptRuntime.emptyArgs; in getArrayElements()
3983 public static final Object[] emptyArgs = new Object[0]; field in ScriptRuntime
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/optimizer/
H A DOptRuntime.java23 return fun.call(cx, scope, thisObj, ScriptRuntime.emptyArgs); in call0()
74 return f.call(cx, scope, thisObj, ScriptRuntime.emptyArgs); in callName0()
85 return f.call(cx, scope, thisObj, ScriptRuntime.emptyArgs); in callProp0()
/dports/www/cutelyst/cutelyst-3.2.0/Cutelyst/
H A Daction_p.h35 QStringList emptyArgs = { variable
H A Daction.cpp167 args.append(d->emptyArgs); in doExecute()
203 args.append(d->emptyArgs); in doExecute()
/dports/lang/kawa/kawa-3.1.1/gnu/ecmascript/
H A DParser.java186 public final static Expression[] emptyArgs = { }; field in Parser
196 return emptyArgs; in parseArguments()
217 args = emptyArgs; in makeNewExpression()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/
H A DTestCopyTable.java232 String[] emptyArgs = { "-h" }; in testMainMethod() local
241 CopyTable.main(emptyArgs); in testMainMethod()
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp116 mac.emptyArgs = 1; in CPPdefine()
126 mac.emptyArgs = 0; in CPPdefine()
167 if (existing->args.size() != mac.args.size() || existing->emptyArgs != mac.emptyArgs) in CPPdefine()
1176 if (macro->args.size() > 0 || macro->emptyArgs) { in MacroExpand()
H A DPpContext.h263 MacroSymbol() : emptyArgs(0), busy(0), undef(0) { } in MacroSymbol()
266 unsigned emptyArgs : 1; member
/dports/math/hexcalc/hexcalc/
H A Dhexcalc.c83 #define emptyArgs() (argStackP == 0); macro
826 emptyArgs(); in AllClear()

123