Home
last modified time | relevance | path

Searched refs:str_to_bool (Results 76 – 100 of 129) sorted by relevance

123456

/dports/japanese/w3m/w3m-2b59b9e/
H A Dfunc.c129 extern int str_to_bool(char *value, int old); in interpret_keymap()
166 verbose = str_to_bool(s, verbose); in interpret_keymap()
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dfunc.c129 extern int str_to_bool(char *value, int old); in interpret_keymap()
166 verbose = str_to_bool(s, verbose); in interpret_keymap()
/dports/www/w3m/w3m-2b59b9e/
H A Dfunc.c129 extern int str_to_bool(char *value, int old); in interpret_keymap()
166 verbose = str_to_bool(s, verbose); in interpret_keymap()
/dports/www/w3m-img/w3m-2b59b9e/
H A Dfunc.c129 extern int str_to_bool(char *value, int old); in interpret_keymap()
166 verbose = str_to_bool(s, verbose); in interpret_keymap()
/dports/sysutils/mcollective-puppet-client/mcollective-puppet-agent-1.14.0/util/
H A Dpuppet_agent_mgr.rb304 … Util.str_to_bool(Config.instance.pluginconf.fetch("puppet.signal_daemon", "true")))
/dports/sysutils/mcollective-puppet-agent/mcollective-puppet-agent-1.14.0/util/
H A Dpuppet_agent_mgr.rb304 … Util.str_to_bool(Config.instance.pluginconf.fetch("puppet.signal_daemon", "true")))
/dports/sysutils/mcollective-puppet-common/mcollective-puppet-agent-1.14.0/util/
H A Dpuppet_agent_mgr.rb304 … Util.str_to_bool(Config.instance.pluginconf.fetch("puppet.signal_daemon", "true")))
/dports/sysutils/fselect/fselect-0.7.7/src/
H A Dfunction.rs23 use crate::util::str_to_bool;
200 str_to_bool(&self.string_value).expect("Can't parse boolean value") in to_bool()
/dports/devel/py-cmd2/cmd2-2.3.2/cmd2/
H A Dutils.py94 def str_to_bool(val: str) -> bool: function
158 val_type = str_to_bool
/dports/devel/ros-rosdep/rosdep-0.18.0/src/rosdep2/
H A Dmain.py246 def str_to_bool(s): function
414 … options.as_root = dict((k, str_to_bool(v)) for k, v in key_list_to_dict(options.as_root).items())
/dports/net-mgmt/crmsh/crmsh-4.3.1/hb_report/
H A Dhb_report.in128 constants.SKIP_LVL = utillib.str_to_bool(env_dict["SKIP_LVL"])
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dexpr.c124 static int str_to_bool( const streng *input ) in str_to_bool() function
910 tmp = str_to_bool( evaluate( TSD, thisptr, &stmp1 ) ); in isboolean()
/dports/science/py-pyteomics/pyteomics-4.5/pyteomics/
H A Dxml.py144 def str_to_bool(cls, s): member in XMLValueConverter
164 'ints': cls.to(unitint), 'floats': cls.to(unitfloat), 'bools': cls.str_to_bool,
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/src/
H A Dbogoconfig.c153 bool b = str_to_bool(arg); in get_bool()
H A Dbogoutil.c832 encoding = str_to_bool(val) ? E_UNICODE : E_RAW; in process_arg()
/dports/mail/bogofilter-kc/bogofilter-1.2.5/src/
H A Dbogoconfig.c153 bool b = str_to_bool(arg); in get_bool()
H A Dbogoutil.c832 encoding = str_to_bool(val) ? E_UNICODE : E_RAW; in process_arg()
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/src/
H A Dbogoconfig.c153 bool b = str_to_bool(arg); in get_bool()
H A Dbogoutil.c832 encoding = str_to_bool(val) ? E_UNICODE : E_RAW; in process_arg()
/dports/mail/bogofilter/bogofilter-1.2.5/src/
H A Dbogoconfig.c153 bool b = str_to_bool(arg); in get_bool()
H A Dbogoutil.c832 encoding = str_to_bool(val) ? E_UNICODE : E_RAW; in process_arg()
/dports/databases/py-mycli/mycli-1.23.2/mycli/
H A Dmain.py50 open_mylogin_cnf, read_config_files, str_to_bool,
410 local_infile = str_to_bool(local_infile_option)
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap-3.0.14/src/parse/
H A Dparser.rs1440 use crate::util::str_to_bool; in add_env()
1486 let predicate = str_to_bool(val.to_str_lossy()); in add_env()
/dports/www/firefox/firefox-99.0/third_party/rust/clap/src/parse/
H A Dparser.rs1459 use crate::util::str_to_bool; in add_env()
1502 let predicate = str_to_bool(val.to_str_lossy()); in add_env()
/dports/converters/yj-bruceadams/yj-1.1.34/cargo-crates/clap-3.0.0-beta.5/src/parse/
H A Dparser.rs1747 use crate::util::str_to_bool; in add_env()
1790 let predicate = str_to_bool(val.to_str_lossy()); in add_env()

123456