Home
last modified time | relevance | path

Searched refs:StringToBool (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/dports/irc/ergo/ergo-2.8.0/irc/utils/
H A Dargs_test.go9 val, err := StringToBool("on")
13 val, err = StringToBool("n")
17 val, err = StringToBool("OFF")
21 val, err = StringToBool("default")
H A Dargs.go21 func StringToBool(str string) (result bool, err error) { func
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/time/
H A Dtime_of_day.cpp125 this->Dawn = StringToBool(value); in ProcessConfigData()
127 this->Day = StringToBool(value); in ProcessConfigData()
129 this->Dusk = StringToBool(value); in ProcessConfigData()
131 this->Night = StringToBool(value); in ProcessConfigData()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dnetcache_params.cpp118 StringToBool(enable_mirroring) ? in SetMirroringMode()
128 eDefault : StringToBool(server_check) ? eOn : eOff); in SetServerCheck()
134 SetServerCheckHint(StringToBool(server_check_hint)); in SetServerCheckHint()
214 bool CNetCacheAPIParameters::StringToBool(const string& bool_str, in StringToBool() function in CNetCacheAPIParameters
218 return NStr::StringToBool(bool_str); in StringToBool()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dnetcache_params.cpp118 StringToBool(enable_mirroring) ? in SetMirroringMode()
128 eDefault : StringToBool(server_check) ? eOn : eOff); in SetServerCheck()
134 SetServerCheckHint(StringToBool(server_check_hint)); in SetServerCheckHint()
214 bool CNetCacheAPIParameters::StringToBool(const string& bool_str, in StringToBool() function in CNetCacheAPIParameters
218 return NStr::StringToBool(bool_str); in StringToBool()
/dports/textproc/google-ctemplate/ctemplate-ctemplate-2.4/src/tests/
H A Dhtmlparser_cpp_test.cc147 static bool StringToBool(const string &value);
305 bool HtmlparserCppTest::StringToBool(const string &value) { in StringToBool() function in ctemplate_htmlparser::HtmlparserCppTest
389 bool attr_quoted_bool = StringToBool(expected_attr_quoted); in ValidateAttributeQuoted()
396 bool in_js_bool = StringToBool(expected_in_js); in ValidateInJavascript()
405 bool js_quoted_bool = StringToBool(expected_js_quoted); in ValidateJavascriptQuoted()
422 bool in_css_bool = StringToBool(expected_in_css); in ValidateInCss()
454 bool is_url_start_bool = StringToBool(expected_is_url_start); in ValidateIsUrlStart()
511 if (StringToBool(iter->second)) { in ProcessAnnotation()
519 if (StringToBool(iter->second)) { in ProcessAnnotation()
/dports/devel/fpc-fcl-sdo/fpc-3.2.2/packages/fcl-sdo/tests/test_suite/
H A Dtest_convert_helper.pas51 procedure StringToBool(); procedure
355 procedure TSDOConvertHelper_Test.StringToBool(); procedure
365 locObj.StringToBool(AString);
375 CheckEquals(False, locObj.StringToBool('0'));
376 CheckEquals(False, locObj.StringToBool('false'));
377 CheckEquals(False, locObj.StringToBool('FaLsE'));
378 CheckEquals(True, locObj.StringToBool('1'));
379 CheckEquals(True, locObj.StringToBool('True'));
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/tests/test_suite/
H A Dtest_convert_helper.pas51 procedure StringToBool(); procedure
355 procedure TSDOConvertHelper_Test.StringToBool(); procedure
365 locObj.StringToBool(AString);
375 CheckEquals(False, locObj.StringToBool('0'));
376 CheckEquals(False, locObj.StringToBool('false'));
377 CheckEquals(False, locObj.StringToBool('FaLsE'));
378 CheckEquals(True, locObj.StringToBool('1'));
379 CheckEquals(True, locObj.StringToBool('True'));
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/ui/
H A Dbutton_level.cpp127 const bool is_cancel_button_level = StringToBool(value); in ProcessConfigData()
132 const bool is_inventory_button_level = StringToBool(value); in ProcessConfigData()
/dports/devel/google-perftools/gperftools-2.9.1/src/base/
H A Dcommandlineflags.h118 inline bool StringToBool(const char *value, bool def) { in StringToBool() function
164 tcmalloc::commandlineflags::StringToBool(getenv(envname), dflt)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/base/
H A Dcommandlineflags.h118 inline bool StringToBool(const char *value, bool def) { in StringToBool() function
164 tcmalloc::commandlineflags::StringToBool(getenv(envname), dflt)
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/map/
H A Dterrain_type.cpp255 this->Overlay = StringToBool(value); in ProcessConfigData()
257 this->Buildable = StringToBool(value); in ProcessConfigData()
259 this->AllowSingle = StringToBool(value); in ProcessConfigData()
261 this->Hidden = StringToBool(value); in ProcessConfigData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/base/
H A Dcommandlineflags.h117 inline bool StringToBool(const char *value, bool def) { in StringToBool() function
165 tcmalloc::commandlineflags::StringToBool(getenv(envname), dflt)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/base/
H A Dcommandlineflags.h118 inline bool StringToBool(const char *value, bool def) { in StringToBool() function
155 tcmalloc::commandlineflags::StringToBool(getenv(envname), dflt)
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Common/
H A DParseProperties.cpp100 bool StringToBool(const UString &s, bool &res) in StringToBool() function
131 return StringToBool(value.bstrVal, dest) ? S_OK : E_INVALIDARG; in SetBoolProperty()
H A DParseProperties.h13 bool StringToBool(const UString &s, bool &res);
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/spell/
H A Dspell_spawnmissile.cpp152 this->UseUnitVar = StringToBool(value); in ProcessConfigData()
154 this->AlwaysHits = StringToBool(value); in ProcessConfigData()
156 this->AlwaysCritical = StringToBool(value); in ProcessConfigData()
/dports/games/spring/spring_98.0/rts/System/
H A DUtil.cpp69 bool StringToBool(std::string str) in StringToBool() function
119 const bool value = StringToBool(argValue); in InverseOrSetBool()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/api/
H A Dblast_usage_report.cpp188 bool enable = NStr::StringToBool(blast_usage_env); in x_CheckBlastUsageEnv()
200 bool enable = NStr::StringToBool(registry->Get("BLAST", "BLAST_USAGE_REPORT")); in x_CheckBlastUsageEnv()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/api/
H A Dblast_usage_report.cpp188 bool enable = NStr::StringToBool(blast_usage_env); in x_CheckBlastUsageEnv()
200 bool enable = NStr::StringToBool(registry->Get("BLAST", "BLAST_USAGE_REPORT")); in x_CheckBlastUsageEnv()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/simulation/sim_ihacres/
H A Dconvert_sl.h58 bool StringToBool(string str);
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/Common/
H A DMethodProps.cpp11 bool StringToBool(const UString &s, bool &res) in StringToBool() function
32 case VT_BSTR: return StringToBool(prop.bstrVal, dest) ? S_OK : E_INVALIDARG; in PROPVARIANT_to_bool()
363 if (!StringToBool(value, res)) in SetParam()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/Common/
H A DMethodProps.cpp11 bool StringToBool(const UString &s, bool &res) in StringToBool() function
32 case VT_BSTR: return StringToBool(prop.bstrVal, dest) ? S_OK : E_INVALIDARG; in PROPVARIANT_to_bool()
363 if (!StringToBool(value, res)) in SetParam()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/Common/
H A DMethodProps.cpp11 bool StringToBool(const UString &s, bool &res) in StringToBool() function
32 case VT_BSTR: return StringToBool(prop.bstrVal, dest) ? S_OK : E_INVALIDARG; in PROPVARIANT_to_bool()
363 if (!StringToBool(value, res)) in SetParam()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/Common/
H A DMethodProps.cpp11 bool StringToBool(const wchar_t *s, bool &res) in StringToBool() function
32 case VT_BSTR: return StringToBool(prop.bstrVal, dest) ? S_OK : E_INVALIDARG; in PROPVARIANT_to_bool()
399 if (!StringToBool(value, res)) in SetParam()

12345678910>>...13