Home
last modified time | relevance | path

Searched refs:value_exists (Results 1 – 25 of 51) sorted by relevance

123

/dports/biology/vt/vt-0.57721/
H A Dfilter.cpp62 value_exists = true; in evaluate()
114 if (!left->value_exists && !right->value_exists) in evaluate()
123 if (!left->value_exists || !right->value_exists) in evaluate()
178 if (!left->value_exists || !right->value_exists) in evaluate()
207 if (!left->value_exists || !right->value_exists) in evaluate()
238 if (!left->value_exists || !right->value_exists) in evaluate()
283 if (!left->value_exists || !right->value_exists) in evaluate()
329 if (!left->value_exists || !right->value_exists) in evaluate()
374 if (!left->value_exists || !right->value_exists) in evaluate()
419 if (!left->value_exists || !right->value_exists) in evaluate()
[all …]
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/Form/
H A DDropdownElement.php126 $value_exists = $this->setValueInOptGroups($value);
128 if($value_exists) {
166 $value_exists = false;
169 $value_exists = $optGroup->storeValue($value) || $value_exists;
170 if ($value_exists) {
174 return $value_exists;
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dtls_policy.cpp119 return value_exists(allowed_signature_methods(), sig_method); in allowed_signature_method()
124 return value_exists(allowed_signature_hashes(), sig_hash); in allowed_signature_hash()
141 if(value_exists(peer_groups, g)) in choose_key_exchange_group()
328 return value_exists(allowed_ciphers(), ciphersuite.cipher_algo()) && in acceptable_ciphersuite()
329 value_exists(allowed_macs(), ciphersuite.mac_algo()); in acceptable_ciphersuite()
470 if(!value_exists(kex, suite.kex_algo())) in ciphersuite_list()
473 if(!value_exists(ciphers, suite.cipher_algo())) in ciphersuite_list()
476 if(!value_exists(macs, suite.mac_algo())) in ciphersuite_list()
479 if(!value_exists(sigs, suite.sig_algo())) in ciphersuite_list()
493 if(value_exists(key_exchange_groups(), Group_Params::X25519) == false) in ciphersuite_list()
H A Dtls_server.cpp103 if(!value_exists(client_hello->ciphersuites(), in check_for_resume()
188 if(!value_exists(other_list, suite_id)) in choose_ciphersuite()
404 …if(policy.allow_dtls12() && value_exists(supported_versions, Protocol_Version(Protocol_Version::DT… in select_version()
407 …if(policy.allow_dtls10() && value_exists(supported_versions, Protocol_Version(Protocol_Version::DT… in select_version()
414 …if(policy.allow_tls12() && value_exists(supported_versions, Protocol_Version(Protocol_Version::TLS… in select_version()
417 …if(policy.allow_tls11() && value_exists(supported_versions, Protocol_Version(Protocol_Version::TLS… in select_version()
419 …if(policy.allow_tls10() && value_exists(supported_versions, Protocol_Version(Protocol_Version::TLS… in select_version()
537 if(!value_exists(compression_methods, uint8_t(0))) in process_client_hello_msg()
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dtls_policy.cpp119 return value_exists(allowed_signature_methods(), sig_method); in allowed_signature_method()
124 return value_exists(allowed_signature_hashes(), sig_hash); in allowed_signature_hash()
141 if(value_exists(peer_groups, g)) in choose_key_exchange_group()
328 return value_exists(allowed_ciphers(), ciphersuite.cipher_algo()) && in acceptable_ciphersuite()
329 value_exists(allowed_macs(), ciphersuite.mac_algo()); in acceptable_ciphersuite()
470 if(!value_exists(kex, suite.kex_algo())) in ciphersuite_list()
473 if(!value_exists(ciphers, suite.cipher_algo())) in ciphersuite_list()
476 if(!value_exists(macs, suite.mac_algo())) in ciphersuite_list()
479 if(!value_exists(sigs, suite.sig_algo())) in ciphersuite_list()
493 if(value_exists(key_exchange_groups(), Group_Params::X25519) == false) in ciphersuite_list()
H A Dtls_server.cpp103 if(!value_exists(client_hello->ciphersuites(), in check_for_resume()
188 if(!value_exists(other_list, suite_id)) in choose_ciphersuite()
404 …if(policy.allow_dtls12() && value_exists(supported_versions, Protocol_Version(Protocol_Version::DT… in select_version()
407 …if(policy.allow_dtls10() && value_exists(supported_versions, Protocol_Version(Protocol_Version::DT… in select_version()
414 …if(policy.allow_tls12() && value_exists(supported_versions, Protocol_Version(Protocol_Version::TLS… in select_version()
417 …if(policy.allow_tls11() && value_exists(supported_versions, Protocol_Version(Protocol_Version::TLS… in select_version()
419 …if(policy.allow_tls10() && value_exists(supported_versions, Protocol_Version(Protocol_Version::TLS… in select_version()
537 if(!value_exists(compression_methods, uint8_t(0))) in process_client_hello_msg()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dtls_policy.cpp119 return value_exists(allowed_signature_methods(), sig_method); in allowed_signature_method()
124 return value_exists(allowed_signature_hashes(), sig_hash); in allowed_signature_hash()
141 if(value_exists(peer_groups, g)) in choose_key_exchange_group()
328 return value_exists(allowed_ciphers(), ciphersuite.cipher_algo()) && in acceptable_ciphersuite()
329 value_exists(allowed_macs(), ciphersuite.mac_algo()); in acceptable_ciphersuite()
470 if(!value_exists(kex, suite.kex_algo())) in ciphersuite_list()
473 if(!value_exists(ciphers, suite.cipher_algo())) in ciphersuite_list()
476 if(!value_exists(macs, suite.mac_algo())) in ciphersuite_list()
479 if(!value_exists(sigs, suite.sig_algo())) in ciphersuite_list()
493 if(value_exists(key_exchange_groups(), Group_Params::X25519) == false) in ciphersuite_list()
H A Dtls_server.cpp103 if(!value_exists(client_hello->ciphersuites(), in check_for_resume()
188 if(!value_exists(other_list, suite_id)) in choose_ciphersuite()
404 …if(policy.allow_dtls12() && value_exists(supported_versions, Protocol_Version(Protocol_Version::DT… in select_version()
407 …if(policy.allow_dtls10() && value_exists(supported_versions, Protocol_Version(Protocol_Version::DT… in select_version()
414 …if(policy.allow_tls12() && value_exists(supported_versions, Protocol_Version(Protocol_Version::TLS… in select_version()
417 …if(policy.allow_tls11() && value_exists(supported_versions, Protocol_Version(Protocol_Version::TLS… in select_version()
419 …if(policy.allow_tls10() && value_exists(supported_versions, Protocol_Version(Protocol_Version::TLS… in select_version()
537 if(!value_exists(compression_methods, uint8_t(0))) in process_client_hello_msg()
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dload2.c436 bool value_exists(const char* name) in value_exists() function
633 if (value_exists("owner_name")) in rd_item()
643 if (value_exists("origin")) in rd_item()
1134 if (value_exists("descrip")) in rd_extra()
1192 if(value_exists("no_ghost")) in rd_extra()
1418 if (value_exists(opt_ptr->o_text)) in rd_birthoptions()
1531 if (value_exists("gen_turn")) in rd_dungeon()
1907 if(value_exists("birth_turn")) in rd_savefile_new_aux()
1916 if(value_exists("player_turn")) in rd_savefile_new_aux()
2095 while(value_exists("hist")) in rd_savefile_new_aux()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/intent_helper/
H A Darc_settings_service.cc670 bool value_exists = pref->GetValue()->GetAsInteger(&setTimeZoneByGeolocation); in SyncTimeZoneByGeolocation() local
671 DCHECK(value_exists); in SyncTimeZoneByGeolocation()
688 bool value_exists = pref->GetValue()->GetAsBoolean(&use24HourClock); in SyncUse24HourClock() local
689 DCHECK(value_exists); in SyncUse24HourClock()
719 bool value_exists = pref->GetValue()->GetAsInteger(&val); in GetIntegerPref() local
720 DCHECK(value_exists); in GetIntegerPref()
729 bool value_exists = pref->GetValue()->is_bool(); in IsBooleanPrefManaged() local
730 DCHECK(value_exists); in IsBooleanPrefManaged()
741 bool value_exists = pref->GetValue()->GetAsBoolean(&enabled); in SendBoolPrefSettingsBroadcast() local
742 DCHECK(value_exists); in SendBoolPrefSettingsBroadcast()
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_reg.py42 "reg.value_exists": salt.utils.win_reg.value_exists,
87 reg.value_exists(
99 reg.value_exists(
112 reg.value_exists,
127 reg.value_exists(
145 reg.value_exists,
160 reg.value_exists(
176 reg.value_exists(
/dports/devel/efl/efl-1.25.1/src/edje_external/elementary/
H A Delm_radio.c10 Eina_Bool value_exists:1; member
28 if (p->value_exists) in external_radio_state_set()
142 mem->value_exists = EINA_TRUE; in external_radio_params_parse()
H A Delm_spinner.c11 Eina_Bool value_exists:1; member
42 if (p->value_exists) in external_spinner_state_set()
209 mem->value_exists = EINA_TRUE; in external_spinner_params_parse()
H A Delm_progressbar.c11 Eina_Bool value_exists:1; member
40 if (p->value_exists) in external_progressbar_state_set()
244 mem->value_exists = EINA_TRUE; in external_progressbar_params_parse()
H A Delm_slider.c13 Eina_Bool value_exists:1; member
49 if (p->value_exists) in external_slider_state_set()
284 mem->value_exists = EINA_TRUE; in external_slider_params_parse()
/dports/games/minetest/minetest-5.4.1/src/gui/
H A Dprofilergraph.cpp119 bool value_exists = false; in draw() local
124 value_exists = true; in draw()
127 if (!value_exists) { in draw()
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dwin_dotnet.py66 if win_reg.value_exists(
81 elif win_reg.value_exists(
H A Dwin_system.py279 return salt.utils.win_reg.value_exists(
/dports/sysutils/py-salt/salt-3004.1/tests/unit/utils/
H A Dtest_win_reg.py86 win_reg.value_exists(
98 win_reg.value_exists(
111 win_reg.value_exists,
126 win_reg.value_exists(
144 win_reg.value_exists,
159 win_reg.value_exists(
175 win_reg.value_exists(
/dports/devel/babeltrace/babeltrace-1.5.7/include/babeltrace/ctf-writer/
H A Dfunctor-internal.h39 void value_exists(gpointer element, gpointer search_query);
/dports/devel/babeltrace/babeltrace-1.5.7/formats/ctf/writer/
H A Dfunctor.c33 void value_exists(gpointer element, gpointer search_query) in value_exists() function
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/utils/
H A Dstl_util.h86 bool value_exists(const std::vector<T>& vec, in value_exists() function
/dports/security/botan2/Botan-2.18.2/src/lib/utils/
H A Dstl_util.h86 bool value_exists(const std::vector<T>& vec, in value_exists() function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/utils/
H A Dstl_util.h86 bool value_exists(const std::vector<T>& vec, in value_exists() function
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dreg.py127 def value_exists(hive, key, vname, use_32bit_registry=False): function

123