Home
last modified time | relevance | path

Searched refs:option_exists (Results 1 – 18 of 18) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/tools/snort2lua/config_states/
H A Dconfig_profile.cc41 if ( table_api.option_exists(opt_name) ) in add_or_append()
54 if ( table_api.option_exists(opt_name) ) in append_if_exists()
113 if ( table_api.option_exists("show") ) in convert()
H A Dconfig_detection.cc248 if ( table_api.option_exists("split_any_any") ) in convert()
/dports/net/freeradius3/freeradius-server-3.0.25/src/modules/rlm_eap/types/rlm_eap_ikev2/
H A Dike_conf.c252 int option_exists = 0; in rad_load_transforms() local
279 option_exists |= config_transforms[i].exist_flag; in rad_load_transforms()
284 if ((option_exists & OPT_NEEDED) != OPT_NEEDED) { in rad_load_transforms()
286 DEBUG(IKEv2_LOG_PREFIX "Option flags: 0x%02X",option_exists); in rad_load_transforms()
/dports/devel/libiqxmlrpc/libiqxmlrpc-0.13.5/libiqxmlrpc/
H A Dhttp.cc175 bool Header::option_exists(const std::string& name) const in option_exists() function in iqxmlrpc::http::Header
182 if (option_exists(name)) in set_option_default()
215 if (!option_exists(names::content_length)) in content_length()
228 return option_exists(names::expect_continue); in expect_continue()
284 return option_exists(names::authorization); in has_authinfo()
H A Dhttp.h54 bool option_exists(const std::string&) const;
/dports/security/snort3/snort3-3.1.19.0/tools/snort2lua/preprocessor_states/
H A Dpps_dcerpc_server.cc501 if (table_api.option_exists("disable_defrag")) in init_net_created_table()
513 if (table_api.option_exists("max_frag_len")) in init_net_created_table()
530 if (table_api.option_exists("reassemble_threshold")) in init_net_created_table()
548 if (table_api.option_exists("smb_fingerprint_policy")) in init_net_created_table()
559 if (table_api.option_exists("smb_legacy_mode")) in init_net_created_table()
/dports/devel/py-clikit/clikit-0.6.2/src/clikit/api/command/
H A Dexceptions.py17 def option_exists(cls, name): member in CannotAddCommandException
/dports/math/maxima/maxima-5.43.2/share/contrib/coma/
H A Dcoma.mac207 if option_exists('xrange,opts) then [tanf,tend]:assoc('xrange,opts)
226 if option_exists('xrange,opts) then [tanf,tend]:assoc('xrange,opts)
249 if option_exists('dimensions,coma_defaults) then block(
252 if option_exists('dimensions,opts) then block(
272 if option_exists('yrange,hli1) then block([yr],
1051 delete_option(o,l) ::= buildq([o,l],l:if option_exists(o,l) then
1053 option_exists(o,l) := if member(o,map(first,sublist(l,lambda([v],
1056 if option_exists(o,l) then if listp(assoc(o,l)) then true$
1243 if option_exists('wx,hli) then
1246 if option_exists('terminal,opts) then wxx:false,
[all …]
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/tests/
H A Ddhcp6_client.cc290 bool option_exists = false; in appendRequestedIAs() local
299 option_exists = true; in appendRequestedIAs()
303 if (!option_exists) { in appendRequestedIAs()
319 option_exists = true; in appendRequestedIAs()
323 if (!option_exists) { in appendRequestedIAs()
/dports/security/snort3/snort3-3.1.19.0/tools/snort2lua/data/
H A Ddt_table_api.cc344 bool TableApi::option_exists(const std::string& name) in option_exists() function in TableApi
347 return delegate->option_exists(name); in option_exists()
H A Ddt_table_api.h141 bool option_exists(const std::string& name);
/dports/textproc/p5-XML-LibXML/XML-LibXML-2.0207/t/
H A D43options.t62 ok(! $p->option_exists('foo'), ' TODO : Add test name');
182 ok($p->option_exists($opt), ' TODO : Add test name');
/dports/net-mgmt/percona-monitoring-plugins/percona-monitoring-plugins-1.1.8/cacti/bin/
H A Dpmp-cacti-extract-template120 my %option_exists;
124 $option_exists{$key}++;
131 push @undefined, $key unless $option_exists{$key};
H A Dpmp-cacti-template122 my %option_exists;
126 $option_exists{$key}++;
133 push @undefined, $key unless $option_exists{$key};
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Doption_manager.hh279 bool option_exists(StringView name) const { return option_desc(name) != nullptr; } in option_exists() function in Kakoune::OptionsRegistry
H A Dcommands.cc1624 GlobalScope::instance().option_registry().option_exists(params[start + 1])) in __anon866708e22e02()
/dports/textproc/p5-XML-LibXML/XML-LibXML-2.0207/lib/XML/LibXML/
H A DParser.pod69 $parser->option_exists($name);
554 =item option_exists
556 $parser->option_exists($name);
/dports/textproc/p5-XML-LibXML/XML-LibXML-2.0207/
H A DLibXML.pm569 sub option_exists { subroutine