Home
last modified time | relevance | path

Searched refs:base_settings (Results 1 – 25 of 32) sorted by relevance

12

/dports/security/acmed/acmed-0.18.0/cargo-crates/attohttpc-0.17.0/src/request/
H A Dsession.rs18 base_settings: BaseSettings, field
25 base_settings: BaseSettings::default(), in new()
159 self.base_settings.max_headers = max_headers; in max_headers()
166 self.base_settings.max_redirections = max_redirections; in max_redirections()
173 self.base_settings.follow_redirects = follow_redirects; in follow_redirects()
180 self.base_settings.connect_timeout = duration; in connect_timeout()
187 self.base_settings.read_timeout = duration; in read_timeout()
194 self.base_settings.timeout = Some(duration); in timeout()
201 self.base_settings.proxy_settings = settings; in proxy_settings()
210 self.base_settings.default_charset = default_charset; in default_charset()
[all …]
H A Dbuilder.rs40 base_settings: BaseSettings, field
87 base_settings, in try_with_settings()
159 base_settings: self.base_settings, in body()
167 self.base_settings in text()
178 self.base_settings in bytes()
189 self.base_settings in file()
202 self.base_settings in json()
214 self.base_settings in json_streaming()
227 self.base_settings in form()
422 base_settings: self.base_settings, in try_prepare()
[all …]
H A Dmod.rs69 pub(crate) base_settings: BaseSettings, field
82 base_settings: BaseSettings::default(), in new()
95 if self.base_settings.allow_compression { in set_compression()
119 for (key, value) in self.base_settings.headers.iter() { in write_headers()
145 &self.base_settings.headers in headers()
219 _ => set_host(&mut self.base_settings.headers, &url)?, in send()
225 base_settings: &self.base_settings, in send()
243 if !self.base_settings.follow_redirects || !is_redirect { in send()
248 if redirections > self.base_settings.max_redirections { in send()
336 base_settings: BaseSettings::default(), in test_http_url_with_http_proxy()
[all …]
/dports/math/piranha/piranha-0.11/src/
H A Dsettings.hpp48 struct base_settings { struct
60 std::mutex base_settings<T>::m_mutex;
63 unsigned base_settings<T>::m_cache_line_size = runtime_info::get_cache_line_size();
66 unsigned long base_settings<T>::m_max_term_output = base_settings<T>::m_default_max_term_output;
69 const unsigned long base_settings<T>::m_default_max_term_output;
72 const unsigned long long base_settings<T>::s_default_min_work_per_thread;
75 std::atomic_ullong base_settings<T>::s_min_work_per_thread(base_settings<T>::s_default_min_work_per…
89 class settings_ : private detail::base_settings<>
/dports/math/py-piranha/piranha-0.11/src/
H A Dsettings.hpp48 struct base_settings { struct
60 std::mutex base_settings<T>::m_mutex;
63 unsigned base_settings<T>::m_cache_line_size = runtime_info::get_cache_line_size();
66 unsigned long base_settings<T>::m_max_term_output = base_settings<T>::m_default_max_term_output;
69 const unsigned long base_settings<T>::m_default_max_term_output;
72 const unsigned long long base_settings<T>::s_default_min_work_per_thread;
75 std::atomic_ullong base_settings<T>::s_min_work_per_thread(base_settings<T>::s_default_min_work_per…
89 class settings_ : private detail::base_settings<>
/dports/graphics/phplot/phplot-6.2.0/contrib/
H A Ddata_table.example1.php30 $base_settings = array( variable
46 draw_data_table($img, array_merge($base_settings, array(
49 draw_data_table($img, array_merge($base_settings, array(
54 draw_data_table($img, array_merge($base_settings, array(
58 draw_data_table($img, array_merge($base_settings, array(
/dports/security/acmed/acmed-0.18.0/cargo-crates/attohttpc-0.17.0/src/
H A Dstreams.rs21 pub base_settings: &'a BaseSettings, field
60 return BaseStream::initiate_tunnel(stream, proxy_url, info.url, info.base_settings); in connect()
71 base_settings: &BaseSettings, in initiate_tunnel()
89 let (status, _) = parse_response_head(&mut stream, base_settings.max_headers)?; in initiate_tunnel()
103 apply_base_settings(&mut handshaker, base_settings)?; in initiate_tunnel()
112 let stream = happy::connect(host, port, info.base_settings.connect_timeout, info.deadline)?; in connect_tcp()
113 stream.set_read_timeout(Some(info.base_settings.read_timeout))?; in connect_tcp()
139 apply_base_settings(&mut handshaker, info.base_settings)?; in connect_tls()
212 handshaker.danger_accept_invalid_certs(base_settings.accept_invalid_certs); in apply_base_settings()
213 handshaker.danger_accept_invalid_hostnames(base_settings.accept_invalid_hostnames); in apply_base_settings()
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dauto_pickup.h96 class base_settings
109 virtual ~base_settings() = default;
113 class player_settings : public base_settings
142 class npc_settings : public base_settings
H A Dauto_pickup.cpp727 rule_state base_settings::check_item( const std::string &sItemName ) const in check_item()
872 void base_settings::recreate() const in recreate()
881 void base_settings::invalidate() in invalidate()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dauto_pickup.h96 class base_settings
109 virtual ~base_settings() = default;
113 class player_settings : public base_settings
142 class npc_settings : public base_settings
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/cr/cr/commands/
H A Dinit.py61 base_settings = getattr(cr.context.args, '_settings', None)
62 if base_settings:
63 self._settings.extend(base_settings)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/cr/cr/commands/
H A Dinit.py61 base_settings = getattr(cr.context.args, '_settings', None)
62 if base_settings:
63 self._settings.extend(base_settings)
/dports/www/py-dj32-django-cacheops/django-cacheops-6.0/cacheops/
H A Dconf.py4 from django.conf import settings as base_settings unknown
34 res = getattr(base_settings, name, getattr(Defaults, name))
/dports/www/py-django-cacheops/django-cacheops-6.0/cacheops/
H A Dconf.py4 from django.conf import settings as base_settings unknown
34 res = getattr(base_settings, name, getattr(Defaults, name))
/dports/www/py-scrapy/Scrapy-2.5.1/tests/
H A Dtest_logformatter.py193 self.base_settings = {
205 crawler = CrawlerRunner(self.base_settings).create_crawler(ItemSpider)
214 settings = self.base_settings.copy()
/dports/print/gimp-gutenprint/gutenprint-5.3.3/src/testpattern/
H A Drun-testpattern-2.in127 my %base_settings = ("DitherAlgorithm" => "Fast");
293 $base_settings{"Resolution"} = "MIN";
335 delete $base_settings{$option};
337 $base_settings{$option} = $value;
811 if ($base_settings{'PrintingMode'}) {
812 if ($base_settings{'PrintingMode'} eq 'Color' &&
815 } elsif ($base_settings{'PrintingMode'} eq 'BW' &&
940 my $setting = $base_settings{$_};
956 defined $stpdata{$printer}{$_})} (sort keys %base_settings);
/dports/print/gutenprint/gutenprint-5.3.3/src/testpattern/
H A Drun-testpattern-2.in127 my %base_settings = ("DitherAlgorithm" => "Fast");
293 $base_settings{"Resolution"} = "MIN";
335 delete $base_settings{$option};
337 $base_settings{$option} = $value;
811 if ($base_settings{'PrintingMode'}) {
812 if ($base_settings{'PrintingMode'} eq 'Color' &&
815 } elsif ($base_settings{'PrintingMode'} eq 'BW' &&
940 my $setting = $base_settings{$_};
956 defined $stpdata{$printer}{$_})} (sort keys %base_settings);
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/callingconv/
H A Dnacl.scons41 base_settings = { variable
121 settings = dict(base_settings)
158 settings = dict(base_settings)
/dports/databases/p5-SQL-Translator/SQL-Translator-1.62/t/data/mysql/
H A Dcashmusic_db.sql268 DROP TABLE IF EXISTS `base_settings`;
270 CREATE TABLE `base_settings` (
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/
H A Dprefs_forms.php22 $cf = new ConfigFile($GLOBALS['PMA_Config']->base_settings);
/dports/astro/oskar/OSKAR-2.8.0/docs/python/
H A Dexample_beam_error_spot_frequencies.rst294 def run_set(prefix, base_settings, fields, axis_freq, axis_gain, plot_only):
299 settings.from_dict(base_settings)
332 settings_dict = base_settings.copy()
381 base_settings = {
422 run_set('GLEAM_A-team', base_settings,
H A Dexample_ionosphere.rst327 def run_set(prefix, base_settings, fields, axis_freq, plot_only):
361 settings_dict = base_settings.copy()
408 base_settings = {
448 run_set('GLEAM_A-team', base_settings,
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Config/
H A DPageSettings.php79 $cf = new ConfigFile($GLOBALS['PMA_Config']->base_settings);
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/tests/testsuite/
H A Dconfig.rs1470 let base_settings = toml::TomlProfile { in all_profile_options() localVariable
1490 overrides.insert(key, base_settings.clone()); in all_profile_options()
1492 build_override: Some(Box::new(base_settings.clone())), in all_profile_options()
1494 ..base_settings.clone() in all_profile_options()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/tests/testsuite/
H A Dconfig.rs1470 let base_settings = toml::TomlProfile { in all_profile_options() localVariable
1490 overrides.insert(key, base_settings.clone()); in all_profile_options()
1492 build_override: Some(Box::new(base_settings.clone())), in all_profile_options()
1494 ..base_settings in all_profile_options()

12