Home
last modified time | relevance | path

Searched defs:IntegerOption (Results 1 – 13 of 13) sorted by relevance

/dports/devel/doctorj/doctorj-5.1.2/org/incava/jagol/
H A DIntegerOption.java10 public class IntegerOption extends NonBooleanOption class
14 public IntegerOption(String longName, String description) in IntegerOption() method in IntegerOption
19 public IntegerOption(String longName, String description, Integer value) in IntegerOption() method in IntegerOption
/dports/www/elgg/elgg-3.3.23/vendor/hackzilla/password-generator/Model/Option/
H A DIntegerOption.php7 class IntegerOption extends Option class
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/
H A Dfunction_CKDg_ME_ME.in8 cutoff=1.32;
9 pi=3.14159;
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/
H A DOptions.java62 public static abstract class IntegerOption { class in Options
64 protected IntegerOption(int value) { in IntegerOption() method in Options.IntegerOption
/dports/www/elgg/elgg-3.3.23/vendor/hackzilla/password-generator/Tests/Model/Option/
H A DIntegerOptionTest.php5 use Hackzilla\PasswordGenerator\Model\Option\IntegerOption; alias
/dports/biology/figtree/figtree-1.4.4/src/figtree/application/
H A DArguments.java81 public static class IntegerOption extends Option { class in Arguments
83 public IntegerOption(String label, String description) { in IntegerOption() method in Arguments.IntegerOption
87 public IntegerOption(String label, int minValue, int maxValue, String description) { in IntegerOption() method in Arguments.IntegerOption
/dports/devel/cscout/cscout-bd7dfac/src/
H A Doption.h39 class IntegerOption; variable
206 IntegerOption(const char *sn, const char *un, int iv) : Option(sn, un), v(iv) {} in IntegerOption() function
/dports/math/gfan/gfan0.6.2/src/
H A Dapplication.cpp391 Application::IntegerOption::IntegerOption(const char *s, const char *description, int initialValue): in IntegerOption() function in Application::IntegerOption
399 Application::IntegerOption::IntegerOption(const char *s, const char *description, int initialValue,… in IntegerOption() function in Application::IntegerOption
/dports/math/gfanlib/gfan0.6.2/src/
H A Dapplication.cpp391 Application::IntegerOption::IntegerOption(const char *s, const char *description, int initialValue): in IntegerOption() function in Application::IntegerOption
399 Application::IntegerOption::IntegerOption(const char *s, const char *description, int initialValue,… in IntegerOption() function in Application::IntegerOption
/dports/science/gromacs/gromacs-2021.4/src/gromacs/options/
H A Dbasicoptions.h136 explicit IntegerOption(const char* name) : MyBase(name) {} in IntegerOption() function
/dports/math/timbl/timbl-6.6/include/timbl/
H A DOptions.h347 typedef OptionClassLT<int> IntegerOption; typedef
/dports/www/py-pywikibot/pywikibot-6.6.3/pywikibot/
H A Dbot_choice.py392 class IntegerOption(Option): class
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/dnssdutil/
H A Ddnssdutil.c289 #define IntegerOption( SHORT_CHAR, LONG_NAME, VAL_PTR, ARG_HELP, SHORT_HELP, IS_REQUIRED ) \ macro