Home
last modified time | relevance | path

Searched refs:helpOpt (Results 1 – 19 of 19) sorted by relevance

/dports/devel/jcmdline/jcmdline-2.0.0/src/jcmdline/
H A DHelpCmdLineHandler.java130 private BooleanParam helpOpt; field in HelpCmdLineHandler
187 helpOpt = new BooleanParam(Strings.get("HelpCmdLineHandler.help.tag"), in HelpCmdLineHandler()
189 helpOpt.setIgnoreRequired(true); in HelpCmdLineHandler()
194 setCustomOptions(new Parameter[] { helpOpt, hiddenHelpOpt }); in HelpCmdLineHandler()
395 if (helpOpt.isTrue() || hiddenHelpOpt.isTrue()) { in processParsedOptions()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/CommandLine/
H A DCommandOptionParser.cpp291 CommandOptionHelp *helpOpt = in parseOptions() local
293 if (helpOpt) in parseOptions()
295 helpOptions.push_back(helpOpt); in parseOptions()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DSecondaryNameNode.java753 private final Option helpOpt; field in SecondaryNameNode.CommandLineOpts
772 helpOpt = new Option("h", "help", false, "get help information"); in CommandLineOpts()
777 options.addOption(helpOpt); in CommandLineOpts()
792 if (cmdLine.hasOption(helpOpt.getOpt()) in parse()
793 || cmdLine.hasOption(helpOpt.getLongOpt())) { in parse()
/dports/devel/stack/stack-2.7.3/src/Options/Applicative/Builder/
H A DExtra.hs160 execExtraHelp args helpOpt parser pd =
161 when (args == ["--" ++ helpOpt]) $
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/
H A Dgetopt.d794 Option helpOpt; in getoptImpl() local
795 helpOpt.optShort = "-h"; in getoptImpl()
796 helpOpt.optLong = "--help"; in getoptImpl()
797 helpOpt.help = "This help information."; in getoptImpl()
798 rslt.options ~= helpOpt; in getoptImpl()
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/
H A Dgetopt.d794 Option helpOpt; in getoptImpl() local
795 helpOpt.optShort = "-h"; in getoptImpl()
796 helpOpt.optLong = "--help"; in getoptImpl()
797 helpOpt.help = "This help information."; in getoptImpl()
798 rslt.options ~= helpOpt; in getoptImpl()
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/
H A Dgetopt.d794 Option helpOpt; in getoptImpl() local
795 helpOpt.optShort = "-h"; in getoptImpl()
796 helpOpt.optLong = "--help"; in getoptImpl()
797 helpOpt.help = "This help information."; in getoptImpl()
798 rslt.options ~= helpOpt; in getoptImpl()
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/
H A Dgetopt.d794 Option helpOpt; in getoptImpl() local
795 helpOpt.optShort = "-h"; in getoptImpl()
796 helpOpt.optLong = "--help"; in getoptImpl()
797 helpOpt.help = "This help information."; in getoptImpl()
798 rslt.options ~= helpOpt; in getoptImpl()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/
H A Dgetopt.d794 Option helpOpt; in getoptImpl() local
795 helpOpt.optShort = "-h"; in getoptImpl()
796 helpOpt.optLong = "--help"; in getoptImpl()
797 helpOpt.help = "This help information."; in getoptImpl()
798 rslt.options ~= helpOpt; in getoptImpl()
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/
H A Dgetopt.d794 Option helpOpt; in getoptImpl() local
795 helpOpt.optShort = "-h"; in getoptImpl()
796 helpOpt.optLong = "--help"; in getoptImpl()
797 helpOpt.help = "This help information."; in getoptImpl()
798 rslt.options ~= helpOpt; in getoptImpl()
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/
H A Dgetopt.d794 Option helpOpt; in getoptImpl() local
795 helpOpt.optShort = "-h"; in getoptImpl()
796 helpOpt.optLong = "--help"; in getoptImpl()
797 helpOpt.help = "This help information."; in getoptImpl()
798 rslt.options ~= helpOpt; in getoptImpl()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/
H A Dgetopt.d794 Option helpOpt; in getoptImpl() local
795 helpOpt.optShort = "-h"; in getoptImpl()
796 helpOpt.optLong = "--help"; in getoptImpl()
797 helpOpt.help = "This help information."; in getoptImpl()
798 rslt.options ~= helpOpt; in getoptImpl()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/
H A Dgetopt.d794 Option helpOpt; in getoptImpl() local
795 helpOpt.optShort = "-h"; in getoptImpl()
796 helpOpt.optLong = "--help"; in getoptImpl()
797 helpOpt.help = "This help information."; in getoptImpl()
798 rslt.options ~= helpOpt; in getoptImpl()
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/
H A Dgetopt.d794 Option helpOpt; in getoptImpl() local
795 helpOpt.optShort = "-h"; in getoptImpl()
796 helpOpt.optLong = "--help"; in getoptImpl()
797 helpOpt.help = "This help information."; in getoptImpl()
798 rslt.options ~= helpOpt; in getoptImpl()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/persistence/
H A DTxnLogToolkit.java389 Option helpOpt = new Option("h", "help", false, "Print help message"); in parseCommandLine() local
390 options.addOption(helpOpt); in parseCommandLine()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/
H A Dcheckin-test.py1411 helpOpt = len( set(cmndLineArgs) & set(("--help", "-h")) ) > 0
1417 if (not helpOpt) and (not showDefaultsOpt):
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/tribits/ci_support/
H A Dcheckin-test.py1411 helpOpt = len( set(cmndLineArgs) & set(("--help", "-h")) ) > 0
1417 if (not helpOpt) and (not showDefaultsOpt):
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/
H A DDFSUtil.java1500 public static final Option helpOpt = new Option("h", "help", false,
1504 helpOptions.addOption(helpOpt);
1523 if (cmdLine.hasOption(helpOpt.getOpt())
1524 || cmdLine.hasOption(helpOpt.getLongOpt())) {
/dports/biology/emboss/EMBOSS-6.6.0/ajax/acd/
H A Dajacd.c17911 static AjPStr helpOpt = NULL; in acdHelp() local
18083 acdHelpAppend(pa, &helpOpt, hlpFlag); in acdHelp()
18187 acdHelpShow(helpOpt, in acdHelp()
18191 acdHelpShow(helpOpt, "Additional (Optional) qualifiers"); in acdHelp()