Home
last modified time | relevance | path

Searched refs:has_http_proxy_env_higher_priority (Results 1 – 5 of 5) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/test/vdb-config/
H A Dtest-vdb-config-model.cpp144 bool saved = m . has_http_proxy_env_higher_priority (); in FIXTURE_TEST_CASE()
157 REQUIRE_EQ ( ! saved, model . has_http_proxy_env_higher_priority() ); in FIXTURE_TEST_CASE()
168 bool saved = m . has_http_proxy_env_higher_priority (); in FIXTURE_TEST_CASE()
170 REQUIRE_EQ ( ! saved, m . has_http_proxy_env_higher_priority() ); in FIXTURE_TEST_CASE()
176 REQUIRE_EQ ( saved, m . has_http_proxy_env_higher_priority() ); in FIXTURE_TEST_CASE()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-toolkit/config/
H A Dsraconfigmodel.cpp178 return model . has_http_proxy_env_higher_priority (); in proxy_priority()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/vdb-config/
H A Dvdb-config-model.hpp83 bool has_http_proxy_env_higher_priority( void ) const;
H A Dvdb-config-model.cpp188 bool vdbconf_model::has_http_proxy_env_higher_priority( void ) const in has_http_proxy_env_higher_priority() function in vdbconf_model
H A Dinteractive.cpp290 … r ), resize, ID_CB_PROXY_ENV, CB_TXT_PROXY_ENV, priv_model.has_http_proxy_env_higher_priority() ); in populate_top_left()