Home
last modified time | relevance | path

Searched refs:help_options (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/dports/textproc/p5-ack/ack-v3.5.0/t/
H A Dack-help.t11 my $help_options;
16 $help_options = [];
27 push @{$help_options}, $negated_option;
30 push @{$help_options}, $option;
39 _populate_help_options() unless $help_options;
41 return @{ $help_options };
48 my @help_options = get_help_options();
51 foreach my $option ( @help_options ) {
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/xsd/
H A Doptions.cxx565 help_options::
566 help_options () in help_options() function in help_options
573 help_options::
587 help_options::
602 help_options::
618 help_options::
635 help_options::
665 &::cli::thunk< help_options, bool, &help_options::help_ >; in _cli_help_options_map_init()
667 &::cli::thunk< help_options, bool, &help_options::version_ >; in _cli_help_options_map_init()
675 bool help_options::
[all …]
H A Doptions.hxx351 class help_options class
354 help_options ();
356 help_options (int& argc,
362 help_options (int start,
369 help_options (int& argc,
376 help_options (int start,
384 help_options (::cli::scanner&,
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/libs/
H A DColinDriver.cpp105 string help_options = ""; in colin_driver() local
106 parser.add("help-options", help_options, in colin_driver()
177 if ( help_options == "true" ) in colin_driver()
181 if ( ! help_options.empty() ) in colin_driver()
186 handle = SolverMngr().create_solver(help_options); in colin_driver()
194 ucerr << "ERROR interrogating solver \"" << help_options << "\": " in colin_driver()
202 ucout << "Options for solver \"" << help_options << "\"" << endl; in colin_driver()
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/be13_api/
H A Dscanner_params.h114 std::string help_options{}; // the help string
137 help_options(source.help_options), description(source.description), in scanner_info()
204 info->help_options += s.str(); // add the help in in get_scanner_config()
212 std::string help() { return info->help_options;} in help()
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/scripts/airoscript-ng/src/functions/completions/
H A D_airodump_ng3 local current previous commands help_options
8 help_options="setup new search show reply tag dump restore search-terms"
/dports/lang/ghc/ghc-8.10.7/utils/hpc/
H A DMain.hs102 , options = help_options
121 help_options :: FlagOptSeq
122 help_options = id function
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/clients/
H A Dmemping.cc97 memcached_programs_help_st help_options[]= in options_parse() local
148 help_command(PROGRAM_NAME, PROGRAM_DESCRIPTION, long_options, help_options); in options_parse()
194 help_command(PROGRAM_NAME, PROGRAM_DESCRIPTION, long_options, help_options); in options_parse()
/dports/databases/libmemcached/libmemcached-1.0.18/clients/
H A Dmemping.cc97 memcached_programs_help_st help_options[]= in options_parse() local
148 help_command(PROGRAM_NAME, PROGRAM_DESCRIPTION, long_options, help_options); in options_parse()
194 help_command(PROGRAM_NAME, PROGRAM_DESCRIPTION, long_options, help_options); in options_parse()
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/scripts/airoscript-ng/src/extras/completions/
H A D_airodump_ng3 local current previous commands help_options
8 help_options="setup new search show reply tag dump restore search-terms"
/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/command/
H A Dbuild.py29 help_options = old_build.help_options + [ variable in build
/dports/net/wireshark/wireshark-3.6.1/extcap/
H A Dextcap-base.c273 g_list_free_full((*extcap)->help_options, extcap_help_option_free); in extcap_base_cleanup()
300 g_list_foreach(extcap->help_options, extcap_print_option, NULL); in extcap_help_print()
310 extcap->help_options = g_list_append(extcap->help_options, o); in extcap_help_add_option()
/dports/net/wireshark-lite/wireshark-3.6.1/extcap/
H A Dextcap-base.c273 g_list_free_full((*extcap)->help_options, extcap_help_option_free); in extcap_base_cleanup()
300 g_list_foreach(extcap->help_options, extcap_print_option, NULL); in extcap_help_print()
310 extcap->help_options = g_list_append(extcap->help_options, o); in extcap_help_add_option()
/dports/net/tshark-lite/wireshark-3.6.1/extcap/
H A Dextcap-base.c273 g_list_free_full((*extcap)->help_options, extcap_help_option_free); in extcap_base_cleanup()
300 g_list_foreach(extcap->help_options, extcap_print_option, NULL); in extcap_help_print()
310 extcap->help_options = g_list_append(extcap->help_options, o); in extcap_help_add_option()
/dports/net/tshark/wireshark-3.6.1/extcap/
H A Dextcap-base.c273 g_list_free_full((*extcap)->help_options, extcap_help_option_free); in extcap_base_cleanup()
300 g_list_foreach(extcap->help_options, extcap_print_option, NULL); in extcap_help_print()
310 extcap->help_options = g_list_append(extcap->help_options, o); in extcap_help_add_option()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/
H A Ddist.py567 isinstance(cmd_class.help_options, list)):
568 help_options = fix_help_options(cmd_class.help_options)
570 help_options = []
576 help_options)
584 isinstance(cmd_class.help_options, list)):
586 for (help_option, short, desc, func) in cmd_class.help_options:
661 isinstance(klass.help_options, list)):
663 fix_help_options(klass.help_options))
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/
H A Ddist.py567 isinstance(cmd_class.help_options, list)):
568 help_options = fix_help_options(cmd_class.help_options)
570 help_options = []
576 help_options)
584 isinstance(cmd_class.help_options, list)):
586 for (help_option, short, desc, func) in cmd_class.help_options:
661 isinstance(klass.help_options, list)):
663 fix_help_options(klass.help_options))
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/_distutils/
H A Ddist.py568 isinstance(cmd_class.help_options, list)):
569 help_options = fix_help_options(cmd_class.help_options)
571 help_options = []
577 help_options)
585 isinstance(cmd_class.help_options, list)):
587 for (help_option, short, desc, func) in cmd_class.help_options:
662 isinstance(klass.help_options, list)):
664 fix_help_options(klass.help_options))
/dports/lang/python310/Python-3.10.1/Lib/distutils/
H A Ddist.py567 isinstance(cmd_class.help_options, list)):
568 help_options = fix_help_options(cmd_class.help_options)
570 help_options = []
576 help_options)
584 isinstance(cmd_class.help_options, list)):
586 for (help_option, short, desc, func) in cmd_class.help_options:
661 isinstance(klass.help_options, list)):
663 fix_help_options(klass.help_options))
/dports/lang/python37/Python-3.7.12/Lib/distutils/
H A Ddist.py567 isinstance(cmd_class.help_options, list)):
568 help_options = fix_help_options(cmd_class.help_options)
570 help_options = []
576 help_options)
584 isinstance(cmd_class.help_options, list)):
586 for (help_option, short, desc, func) in cmd_class.help_options:
661 isinstance(klass.help_options, list)):
663 fix_help_options(klass.help_options))
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/
H A Ddist.py567 isinstance(cmd_class.help_options, list)):
568 help_options = fix_help_options(cmd_class.help_options)
570 help_options = []
576 help_options)
584 isinstance(cmd_class.help_options, list)):
586 for (help_option, short, desc, func) in cmd_class.help_options:
661 isinstance(klass.help_options, list)):
663 fix_help_options(klass.help_options))
/dports/lang/python27/Python-2.7.18/Lib/distutils/
H A Ddist.py552 isinstance(cmd_class.help_options, list)):
553 help_options = fix_help_options(cmd_class.help_options)
555 help_options = []
562 help_options)
570 isinstance(cmd_class.help_options, list)):
572 for (help_option, short, desc, func) in cmd_class.help_options:
647 isinstance(klass.help_options, list)):
649 fix_help_options(klass.help_options))
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/
H A Ddist.py552 isinstance(cmd_class.help_options, list)):
553 help_options = fix_help_options(cmd_class.help_options)
555 help_options = []
562 help_options)
570 isinstance(cmd_class.help_options, list)):
572 for (help_option, short, desc, func) in cmd_class.help_options:
647 isinstance(klass.help_options, list)):
649 fix_help_options(klass.help_options))
/dports/lang/python39/Python-3.9.9/Lib/distutils/
H A Ddist.py567 isinstance(cmd_class.help_options, list)):
568 help_options = fix_help_options(cmd_class.help_options)
570 help_options = []
576 help_options)
584 isinstance(cmd_class.help_options, list)):
586 for (help_option, short, desc, func) in cmd_class.help_options:
661 isinstance(klass.help_options, list)):
663 fix_help_options(klass.help_options))
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/
H A Ddist.py552 isinstance(cmd_class.help_options, list)):
553 help_options = fix_help_options(cmd_class.help_options)
555 help_options = []
562 help_options)
570 isinstance(cmd_class.help_options, list)):
572 for (help_option, short, desc, func) in cmd_class.help_options:
647 isinstance(klass.help_options, list)):
649 fix_help_options(klass.help_options))

12345678910>>...19