Home
last modified time | relevance | path

Searched defs:IntOpt (Results 1 – 5 of 5) sorted by relevance

/dports/www/colly/colly-2.1.0/vendor/github.com/jawher/mow.cli/
H A Doptions.go61 type IntOpt struct { struct
64 Name string
66 Desc string
68 EnvVar string
70 Value int
72 HideValue bool
74 SetByUser *bool
77 func (o IntOpt) value(into *int) (flag.Value, *int) {
283 func (c *Cmd) IntOpt(name string, value int, desc string) *int { func
/dports/math/gismo/gismo-21.12.0/src/gsIO/
H A DgsOptionList.h254 typedef std::pair<index_t ,std::string> IntOpt; typedef
/dports/editors/micro/micro-2.0.10/internal/util/
H A Dutil.go366 func IntOpt(opt interface{}) int { func
/dports/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A Dopts.cc295 IntOpt::IntOpt(OptGrp *aGrp, const char *aName, const char *aDescr, int def): in IntOpt() function in IntOpt
/dports/devel/py-oslo.config/oslo.config-8.7.1/oslo_config/
H A Dcfg.py1009 class IntOpt(Opt): class