Home
last modified time | relevance | path

Searched defs:check_option (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/devel/erlang-gen_smtp/gen_smtp-0.13/src/
H A Dgen_smtp_client.erl668 check_option({relay, undefined}, _Options) -> {error, no_relay}; function
669 check_option({relay, _}, _Options) -> ok; function
670 check_option({port, undefined}, _Options) -> ok; function
671 check_option({port, Port}, _Options) when is_integer(Port) -> ok; function
672 check_option({port, _}, _Options) -> {error, invalid_port}; function
673 check_option({auth, always}, Options) -> function
681 check_option({auth, _}, _Options) -> ok. function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/gun/src/
H A Dgun_content_handler.erl57 check_option([]) -> function
59 check_option(Opt) -> function
/dports/sysutils/pacman/pacman-5.1.3/scripts/libmakepkg/util/
H A Doption.sh.in60 check_option() { function
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/
H A Dnullable-pointer-size.rs12 macro_rules! check_option { macro
H A Dnullable-pointer-iotareduction.rs27 macro_rules! check_option { macro
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/asn.1/
H A Dt_trval.c50 int check_option(word, option) in check_option() function
/dports/security/krb5/krb5-1.19.2/src/tests/asn.1/
H A Dt_trval.c50 int check_option(word, option) in check_option() function
/dports/chinese/phpbb3-tw/phpBB3/includes/ucp/
H A Ducp_pm_options.php578 function define_check_option($hardcoded, $check_option, $check_lang)
/dports/www/phpbb3/phpBB3/includes/ucp/
H A Ducp_pm_options.php586 function define_check_option($hardcoded, $check_option, $check_lang)
/dports/sysutils/di/di-4.50/mkconfig/
H A Dmkconfig.sh500 check_option () { function
H A Dmkconfig.pl882 check_option subroutine
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/types/
H A Dview_impl.h139 virtual enum_check_option check_option() const { return m_check_option; } in check_option() function
141 virtual void set_check_option(enum_check_option check_option) { in set_check_option()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/lp_data/
H A DHighsOptions.cpp100 OptionRecordBool& check_option = in checkOptions() local
121 OptionRecordInt& check_option = in checkOptions() local
143 OptionRecordDouble& check_option = in checkOptions() local
164 OptionRecordString& check_option = in checkOptions() local
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/proper/src/
H A Dproper_erlang_abstract_code.erl2112 check_option(set_all_weights, Value) -> function
2114 check_option(variables, Term) -> function
2122 check_option(functions, Term) -> function
2129 check_option(types, Term) -> function
2136 check_option(records, Term) -> function
2143 check_option(char, Term) when is_function(Term, 0) -> function
2145 check_option(atom, Term) when is_function(Term, 0) -> function
2147 check_option(resize, Term) when is_boolean(Term) -> function
2149 check_option(_, _) -> function
/dports/math/highs/HiGHS-cfe064e/src/lp_data/
H A DHighsOptions.cpp100 OptionRecordBool& check_option = in checkOptions() local
121 OptionRecordInt& check_option = in checkOptions() local
143 OptionRecordDouble& check_option = in checkOptions() local
164 OptionRecordString& check_option = in checkOptions() local
/dports/graphics/djvulibre/djvulibre-3.5.28/tools/
H A Ddjvups.cpp198 check_option(char *s) in check_option() function
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/src/tools/
H A Dcsg_resample.cc48 void check_option(po::options_description &desc, po::variables_map &vm, in check_option() function
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/src/tools/
H A Dcsg_resample.cc48 void check_option(po::options_description &desc, po::variables_map &vm, in check_option() function
/dports/textproc/xmlformat/xmlformat-1.04/
H A Dxmlformat.pl490 sub check_option subroutine
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/plugin/
H A Dndb_thd_ndb.cc120 bool Thd_ndb::check_option(Options option) const { return (options & option); } in check_option() function in Thd_ndb
/dports/print/texlive-tlmgr/texlive-20150521-source/texk/texlive/linked_scripts/texlive/
H A Dupdmap.pl1604 sub check_option { subroutine
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/texlive/
H A Dupdmap.pl1604 sub check_option { subroutine
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Dview.c420 bool check_option; in DefineView() local
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Dview.c420 bool check_option; in DefineView() local
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Dview.c420 bool check_option; in DefineView() local

12345678