Home
last modified time | relevance | path

Searched refs:noArgument (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Dpstoeditoptions.h115 static const char * const noArgument = emptyString; variable
250 quiet (true, "-q",noArgument,b_t,"quiet mode - do not write startup message", in PsToEditOptions()
286 mergetext (true, "-mergetext",noArgument,d_t,"merge adjacent text pieces", in PsToEditOptions()
296 drawtext (true, "-dt",noArgument,t_t,"draw text, i.e. convert text to polygons", in PsToEditOptions()
378 verbose (true, "-v",noArgument,b_t,"turns on verbose mode", in PsToEditOptions()
385 simulateSubPaths (true, "-ssp",noArgument,d_t,"simulate subpaths", in PsToEditOptions()
396 simulateFill (true, "-sfill",noArgument,d_t,"simulate fill", in PsToEditOptions()
447 useRGBcolors (true, "-rgb",noArgument,g_t,"use RGB colors instead of CMYK", in PsToEditOptions()
540 fromgui (true, "-fromgui",noArgument,h_t,"internal - not for normal user", in PsToEditOptions()
548 showdrvhelp (true, "-help",noArgument,g_t,"show the help information", in PsToEditOptions()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/CommandLine/
H A DCommandOptionParser_T.cpp117 CommandOption cmdOpt1(CommandOption::noArgument, in testInitialization()
120 CommandOption cmdOpt2(CommandOption::noArgument, in testInitialization()
135 CommandOption cmdOpt1(CommandOption::noArgument, CommandOption::stdType, in testInitialization()
137 CommandOption cmdOpt2(CommandOption::noArgument, CommandOption::stdType, in testInitialization()
152 CommandOption cmdOpt1(CommandOption::noArgument, CommandOption::stdType, in testInitialization()
154 CommandOption cmdOpt2(CommandOption::noArgument, CommandOption::stdType, in testInitialization()
169 CommandOption cmdOpt1(CommandOption::noArgument, in testInitialization()
172 CommandOption cmdOpt2(CommandOption::noArgument, in testInitialization()
198 CommandOption cmdOpt1(CommandOption::noArgument, CommandOption::stdType, in testAddOption()
253 CommandOption cmdOpt1(CommandOption::noArgument, in testAddOption()
[all …]
H A DCommandOption_T.cpp91 …CommandOption cmdOpt(CommandOption::noArgument, CommandOption::trailingType, 0, "", "", false, te… in testCommandOption()
108 …CommandOption cmdOpt(CommandOption::noArgument, CommandOption::stdType, 0, "", "", false, testCmd… in testCommandOption()
119 …CommandOption cmdOpt(CommandOption::noArgument, CommandOption::stdType, 'f', "", "", false, testC… in testCommandOption()
137 …CommandOption cmdOpt(CommandOption::noArgument, CommandOption::stdType, ' ', "", "", false, testC… in testCommandOption()
148 …CommandOption cmdOpt(CommandOption::noArgument, CommandOption::stdType, 0, "foo", "", false, test… in testCommandOption()
166 …CommandOption cmdOpt(CommandOption::noArgument, CommandOption::stdType, 0, "foo bar", "", false, … in testCommandOption()
177 …CommandOption cmdOpt(CommandOption::noArgument, CommandOption::stdType, 'f', "foo", "", false, te… in testCommandOption()
195 …CommandOption cmdOpt(CommandOption::noArgument, CommandOption::metaType, 0, "", "", false, testCm… in testCommandOption()
332 RequiredOption cmdOpt(CommandOption::noArgument, CommandOption::trailingType, 0, "", ""); in testRequiredOption()
/dports/devel/py-pydispatcher/PyDispatcher-2.0.5/tests/
H A Dtest_robustapply.py4 def noArgument(): function
12 robustApply(noArgument )
14 self.assertRaises( TypeError, robustApply, noArgument, "this" )
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/CommandLine/
H A DCommandOption.hpp124 noArgument = 0, ///< option requires no arguments enumerator
295 : CommandOption(noArgument, stdType, shOpt, loOpt, desc, required) in CommandOptionNoArg()
501 : CommandOption(noArgument, metaType, 0, "", ""), in CommandOptionNOf()
540 : CommandOption(noArgument, metaType, 0, "", "") in CommandOptionOneOf()
778 : CommandOptionHelp(noArgument, shOpt, loOpt, desc) in CommandOptionHelpUsage()
817 : CommandOptionHelp(noArgument, shOpt, loOpt, desc), in CommandOptionHelpSimple()
H A DCommandOptionParser.cpp258 if (pickedOption->optFlag == CommandOption::noArgument) in parseOptions()
284 else if (pickedOption->optFlag == CommandOption::noArgument) in parseOptions()
H A DCommandOption.cpp481 : CommandOption(noArgument, metaType, 0, "", "") in CommandOptionDependent()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/
H A Dattribute.cpp242 const auto noArgument = [&](const char* feature) { in handleLoopAttributes() local
297 if (noArgument("unroll")) in handleLoopAttributes()
301 if (noArgument("dont_unroll")) in handleLoopAttributes()
305 if (noArgument("dependency_infinite")) in handleLoopAttributes()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/
H A Dattribute.cpp242 const auto noArgument = [&](const char* feature) {
297 if (noArgument("unroll"))
301 if (noArgument("dont_unroll"))
305 if (noArgument("dependency_infinite"))
/dports/devel/love/love-11.3/src/libraries/glslang/glslang/MachineIndependent/
H A Dattribute.cpp240 const auto noArgument = [&](const char* feature) { in handleLoopAttributes() local
295 if (noArgument("unroll")) in handleLoopAttributes()
299 if (noArgument("dont_unroll")) in handleLoopAttributes()
303 if (noArgument("dependency_infinite")) in handleLoopAttributes()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/glslang/MachineIndependent/
H A Dattribute.cpp242 const auto noArgument = [&](const char* feature) { in handleLoopAttributes() local
297 if (noArgument("unroll")) in handleLoopAttributes()
301 if (noArgument("dont_unroll")) in handleLoopAttributes()
305 if (noArgument("dependency_infinite")) in handleLoopAttributes()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/glslang/MachineIndependent/
H A Dattribute.cpp242 const auto noArgument = [&](const char* feature) { in handleLoopAttributes() local
297 if (noArgument("unroll")) in handleLoopAttributes()
301 if (noArgument("dont_unroll")) in handleLoopAttributes()
305 if (noArgument("dependency_infinite")) in handleLoopAttributes()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/MachineIndependent/
H A Dattribute.cpp242 const auto noArgument = [&](const char* feature) { in handleLoopAttributes() local
297 if (noArgument("unroll")) in handleLoopAttributes()
301 if (noArgument("dont_unroll")) in handleLoopAttributes()
305 if (noArgument("dependency_infinite")) in handleLoopAttributes()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/MachineIndependent/
H A Dattribute.cpp242 const auto noArgument = [&](const char* feature) { in handleLoopAttributes() local
297 if (noArgument("unroll")) in handleLoopAttributes()
301 if (noArgument("dont_unroll")) in handleLoopAttributes()
305 if (noArgument("dependency_infinite")) in handleLoopAttributes()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/
H A Dattribute.cpp242 const auto noArgument = [&](const char* feature) { in handleLoopAttributes() local
297 if (noArgument("unroll")) in handleLoopAttributes()
301 if (noArgument("dont_unroll")) in handleLoopAttributes()
305 if (noArgument("dependency_infinite")) in handleLoopAttributes()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/glslang/MachineIndependent/
H A Dattribute.cpp242 const auto noArgument = [&](const char* feature) { in handleLoopAttributes() local
297 if (noArgument("unroll")) in handleLoopAttributes()
301 if (noArgument("dont_unroll")) in handleLoopAttributes()
305 if (noArgument("dependency_infinite")) in handleLoopAttributes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/glslang/MachineIndependent/
H A Dattribute.cpp242 const auto noArgument = [&](const char* feature) { in handleLoopAttributes() local
297 if (noArgument("unroll")) in handleLoopAttributes()
301 if (noArgument("dont_unroll")) in handleLoopAttributes()
305 if (noArgument("dependency_infinite")) in handleLoopAttributes()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/glslang/MachineIndependent/
H A Dattribute.cpp242 const auto noArgument = [&](const char* feature) { in handleLoopAttributes() local
297 if (noArgument("unroll")) in handleLoopAttributes()
301 if (noArgument("dont_unroll")) in handleLoopAttributes()
305 if (noArgument("dependency_infinite")) in handleLoopAttributes()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/glslang/MachineIndependent/
H A Dattribute.cpp242 const auto noArgument = [&](const char* feature) { in handleLoopAttributes() local
297 if (noArgument("unroll")) in handleLoopAttributes()
301 if (noArgument("dont_unroll")) in handleLoopAttributes()
305 if (noArgument("dependency_infinite")) in handleLoopAttributes()
/dports/graphics/glslang/glslang-11.7.1/glslang/MachineIndependent/
H A Dattribute.cpp244 const auto noArgument = [&](const char* feature) { in handleLoopAttributes() local
299 if (noArgument("unroll")) in handleLoopAttributes()
303 if (noArgument("dont_unroll")) in handleLoopAttributes()
307 if (noArgument("dependency_infinite")) in handleLoopAttributes()
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/AppFrame/
H A DBasicFrameworkHelp_T.cpp50 : CommandOptionHelp(noArgument, 'x', "xhelp", "Print x help") in CommandOptionHelpTest()
/dports/devel/poco/poco-1.10.1-all/Util/include/Poco/Util/
H A DOption.h118 Option& noArgument();
/dports/devel/poco/poco-1.10.1-all/Util/src/
H A DOption.cpp182 Option& Option::noArgument() in noArgument() function in Poco::Util::Option