Home
last modified time | relevance | path

Searched refs:longOptions (Results 126 – 150 of 195) sorted by relevance

12345678

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/oklog/ulid/v2/vendor/github.com/pborman/getopt/v2/
H A Dutil_test.go20 CommandLine.longOptions = make(map[string]*option)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/oklog/ulid/v2/vendor/github.com/pborman/getopt/
H A Dutil_test.go20 CommandLine.longOptions = make(map[string]*option)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/oklog/ulid/v2/vendor/github.com/pborman/getopt/v2/
H A Dutil_test.go20 CommandLine.longOptions = make(map[string]*option)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/pborman/getopt/
H A Dutil_test.go20 CommandLine.longOptions = make(map[string]*option)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/pborman/getopt/v2/
H A Dutil_test.go20 CommandLine.longOptions = make(map[string]*option)
H A Dgetopt.go522 if len(s.longOptions) > 0 && arg[1] == '-' {
529 opt := s.longOptions[arg[2:]]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/pborman/getopt/
H A Dutil_test.go20 CommandLine.longOptions = make(map[string]*option)
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/pborman/getopt/v2/
H A Dutil_test.go20 CommandLine.longOptions = make(map[string]*option)
H A Dgetopt.go522 if len(s.longOptions) > 0 && arg[1] == '-' {
529 opt := s.longOptions[arg[2:]]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/oklog/ulid/v2/vendor/github.com/pborman/getopt/
H A Dutil_test.go20 CommandLine.longOptions = make(map[string]*option)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/oklog/ulid/v2/vendor/github.com/pborman/getopt/v2/
H A Dutil_test.go20 CommandLine.longOptions = make(map[string]*option)
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/pborman/getopt/v2/
H A Dutil_test.go20 CommandLine.longOptions = make(map[string]*option)
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/pborman/getopt/
H A Dutil_test.go20 CommandLine.longOptions = make(map[string]*option)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/oklog/ulid/vendor/github.com/pborman/getopt/
H A Dutil_test.go20 CommandLine.longOptions = make(map[string]*option)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/oklog/ulid/vendor/github.com/pborman/getopt/v2/
H A Dutil_test.go20 CommandLine.longOptions = make(map[string]*option)
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/pborman/getopt/v2/
H A Dgetopt.go522 if len(s.longOptions) > 0 && arg[1] == '-' {
529 opt := s.longOptions[arg[2:]]
/dports/devel/apitrace/apitrace-9.0/cli/
H A Dcli_sed.cpp74 longOptions[] = { variable
366 while ((opt = getopt_long(argc, argv, shortOptions, longOptions, NULL)) != -1) { in command()
/dports/graphics/hugin/hugin-2020.0.0/src/tools/
H A Dvig_optimize.cpp151 static struct option longOptions[] = in main() local
166 while ((c = getopt_long(argc, argv, optstring, longOptions, nullptr)) != -1) in main()
H A Dpto_mask.cpp71 static struct option longOptions[] = in main() local
86 while ((c = getopt_long (argc, argv, optstring, longOptions,nullptr)) != -1) in main()
H A Dhugin_lensdb.cpp171 static struct option longOptions[] = in main() local
193 while ((c = getopt_long (argc, argv, optstring, longOptions,nullptr)) != -1) in main()
H A Dpto_lensstack.cpp150 static struct option longOptions[] = in main() local
167 while ((c = getopt_long (argc, argv, optstring, longOptions,nullptr)) != -1) in main()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_cpfind/cpfind/
H A Dmain.cpp119 static struct option longOptions[] = in parseOptions() local
164 while ((c = getopt_long (argc, argv, optstring, longOptions,nullptr)) != -1) in parseOptions()
/dports/www/squid/squid-4.15/tools/squidclient/
H A DTransport.cc59 static struct option longOptions[] = { in parseCommandOpts() local
127 } while ((c = getopt_long(argc, argv, shortOpStr, longOptions, &optIndex)) != -1); in parseCommandOpts()
/dports/sysutils/amtc/amtc-e7822e8/amtc-web/lib/
H A DAmtcwebSpooler.php25 static $longOptions = Array( variable in AmtcwebSpooler
56 array_keys(self::$longOptions));
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/src/.config/
H A DApbsClient.py.in149longOptions = ["help", "local", "library-location=", "output-format=", "output-file=", "fetch=", "…
150 opts, args = getopt.getopt(sys.argv[1:], shortOptions, longOptions)

12345678