Home
last modified time | relevance | path

Searched refs:default_headers (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/chttpd/test/eunit/
H A Dchttpd_prefer_header_test.erl28 default_headers() -> function
55 default_headers()
57 ?assertEqual(default_headers(), Headers).
62 Headers = chttpd_prefer_header:maybe_return_minimal(Req, default_headers()),
63 ?assertEqual(default_headers(), Headers).
68 Headers = chttpd_prefer_header:maybe_return_minimal(Req, default_headers()),
69 ?assertEqual(default_headers(), Headers).
114 Headers = chttpd_prefer_header:maybe_return_minimal(Req, default_headers()),
120 Headers = chttpd_prefer_header:maybe_return_minimal(Req, default_headers()),
126 Headers = chttpd_prefer_header:maybe_return_minimal(Req, default_headers()),
/dports/mail/evolution/evolution-3.42.1/src/em-format/
H A De-mail-part-headers.c31 gchar **default_headers; member
191 g_strfreev (priv->default_headers); in mail_part_headers_finalize()
259 gchar **default_headers; in e_mail_part_headers_dup_default_headers() local
265 default_headers = g_strdupv (part->priv->default_headers); in e_mail_part_headers_dup_default_headers()
269 return default_headers; in e_mail_part_headers_dup_default_headers()
278 if (default_headers == NULL) in e_mail_part_headers_set_default_headers()
279 default_headers = basic_headers; in e_mail_part_headers_set_default_headers()
283 g_strfreev (part->priv->default_headers); in e_mail_part_headers_set_default_headers()
284 part->priv->default_headers = g_strdupv ((gchar **) default_headers); in e_mail_part_headers_set_default_headers()
303 if (part->priv->default_headers != NULL) in e_mail_part_headers_is_default()
[all …]
H A De-mail-formatter-quote-headers.c273 gchar **default_headers; in emqfe_headers_format() local
288 default_headers = e_mail_part_headers_dup_default_headers ( in emqfe_headers_format()
290 if (default_headers != NULL) in emqfe_headers_format()
291 length = g_strv_length (default_headers); in emqfe_headers_format()
296 default_headers[ii], charset); in emqfe_headers_format()
298 g_strfreev (default_headers); in emqfe_headers_format()
/dports/devel/py-azure-core/azure-core-1.20.1/azure/core/rest/
H A D_rest.py108 default_headers = self._set_body(
114 self.headers = _case_insensitive_dict(default_headers)
132 default_headers = {}
137 default_headers, self._data = set_content_body(content)
138 return default_headers
140 default_headers, self._data = set_json_body(json)
141 return default_headers
143 default_headers, self._files = set_multipart_body(files)
146 return default_headers
148 def _update_headers(self, default_headers): argument
[all …]
H A D_rest_py3.py110 default_headers = self._set_body(
116 self.headers = _case_insensitive_dict(default_headers)
135 default_headers = {} # type: MutableMapping[str, str]
140 default_headers, self._data = set_content_body(content)
141 return default_headers
143 default_headers, self._data = set_json_body(json)
144 return default_headers
146 default_headers, self._files = set_multipart_body(files)
148 default_headers, self._data = set_urlencoded_body(data, has_files=bool(files))
149 return default_headers
/dports/www/p5-Dancer2/Dancer2-0.301004/t/classes/Dancer2-Core-Response/
H A Dnew_from.t20 my %default_headers = (
28 my $array = [ 200, [%default_headers], ['Foo'] ];
40 \%default_headers,
53 foreach my $header_name ( keys %default_headers ) {
54 $plack->header( $header_name => $default_headers{$header_name} );
67 \%default_headers,
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dclass-custom-image-header.php38 public $default_headers = array(); variable in Custom_Image_Header
271 if ( ! empty( $this->default_headers ) ) {
275 $this->default_headers = $_wp_default_headers;
280 $this->default_headers[ $header ]['url'] = sprintf(
281 $this->default_headers[ $header ]['url'],
287 $this->default_headers[ $header ]['thumbnail_url'],
307 $headers = $this->default_headers;
695 if ( ! empty( $this->default_headers ) ) :
1524 return $this->default_headers;
1531 foreach ( $this->default_headers as $k => $h ) {
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dclass-custom-image-header.php38 public $default_headers = array(); variable in Custom_Image_Header
271 if ( ! empty( $this->default_headers ) ) {
275 $this->default_headers = $_wp_default_headers;
280 $this->default_headers[ $header ]['url'] = sprintf(
281 $this->default_headers[ $header ]['url'],
287 $this->default_headers[ $header ]['thumbnail_url'],
307 $headers = $this->default_headers;
695 if ( ! empty( $this->default_headers ) ) :
1524 return $this->default_headers;
1531 foreach ( $this->default_headers as $k => $h ) {
[all …]
/dports/net/py-zeep/zeep-4.1.0/src/zeep/
H A Dproxy.py18 default_headers = self._proxy._client._default_soapheaders
21 if default_headers and operation_soap_headers:
22 merged = copy.deepcopy(default_headers)
31 elif default_headers:
32 return default_headers
/dports/net/p5-XML-Compile-SOAP-Daemon/XML-Compile-SOAP-Daemon-3.14/lib/XML/Compile/SOAP/Daemon/
H A DLWPutil.pm43 our @default_headers;
50 push @default_headers, $field => $version;
54 sub lwp_add_header($$@) { push @default_headers, @_ }
75 , [ @default_headers
150 $response->header(@default_headers);
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/tools/gyp/test/win/
H A Dgyptest-link-stacksize.py28 default_headers = GetHeaders('test_default.exe') variable
29 if '100000 size of stack reserve' not in default_headers:
31 if '1000 size of stack commit' not in default_headers:
/dports/www/firefox/firefox-99.0/third_party/python/gyp/test/win/
H A Dgyptest-link-stacksize.py28 default_headers = GetHeaders('test_default.exe') variable
29 if '100000 size of stack reserve' not in default_headers:
31 if '1000 size of stack commit' not in default_headers:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/gyp/test/win/
H A Dgyptest-link-stacksize.py28 default_headers = GetHeaders('test_default.exe') variable
29 if '100000 size of stack reserve' not in default_headers:
31 if '1000 size of stack commit' not in default_headers:
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/tools/gyp/test/win/
H A Dgyptest-link-stacksize.py28 default_headers = GetHeaders('test_default.exe') variable
29 if '100000 size of stack reserve' not in default_headers:
31 if '1000 size of stack commit' not in default_headers:
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/gyp/test/win/
H A Dgyptest-link-stacksize.py28 default_headers = GetHeaders('test_default.exe') variable
29 if '100000 size of stack reserve' not in default_headers:
31 if '1000 size of stack commit' not in default_headers:
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/gyp/test/win/
H A Dgyptest-link-stacksize.py28 default_headers = GetHeaders('test_default.exe') variable
29 if '100000 size of stack reserve' not in default_headers:
31 if '1000 size of stack commit' not in default_headers:
/dports/devel/py-gyp/gyp-20200512/test/win/
H A Dgyptest-link-stacksize.py28 default_headers = GetHeaders('test_default.exe') variable
29 if '100000 size of stack reserve' not in default_headers:
31 if '1000 size of stack commit' not in default_headers:
/dports/finance/p5-Finance-Quote/Finance-Quote-1.51/lib/Finance/Quote/
H A DUserAgent.pm48 sub default_headers { subroutine
77 my $header_template = $this->default_headers;
98 $this->default_headers->proxy_authorization_basic(
/dports/www/py-httpcore/httpcore-0.14.3/httpcore/_async/
H A Dhttp_proxy.py19 default_headers: Sequence[Tuple[bytes, bytes]] = None,
26 default_headers = [] if default_headers is None else list(default_headers)
29 default_headers = [
31 for key, value in default_headers
34 return default_headers + override_headers
/dports/www/py-httpcore/httpcore-0.14.3/httpcore/_sync/
H A Dhttp_proxy.py19 default_headers: Sequence[Tuple[bytes, bytes]] = None,
26 default_headers = [] if default_headers is None else list(default_headers)
29 default_headers = [
31 for key, value in default_headers
34 return default_headers + override_headers
/dports/textproc/p5-Search-Elasticsearch/Search-Elasticsearch-6.00/lib/Search/Elasticsearch/Role/
H A DCxn.pm97 my %default_headers = %{ $params->{default_headers} || {} };
103 $default_headers{Authorization} = "Basic $auth";
107 $default_headers{'Accept-Encoding'} = "gzip";
111 $default_headers{'Accept-Encoding'} = "deflate";
121 $params->{default_headers} = \%default_headers;
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/customize/
H A Dclass-wp-customize-header-image-control.php40 public $default_headers; variable in WP_Customize_Header_Image_Control
91 'defaults' => $this->default_headers,
111 $this->default_headers = $custom_image_header->get_default_header_images();
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/customize/
H A Dclass-wp-customize-header-image-control.php40 public $default_headers; variable in WP_Customize_Header_Image_Control
91 'defaults' => $this->default_headers,
111 $this->default_headers = $custom_image_header->get_default_header_images();
/dports/textproc/p5-DocSet/DocSet-0.19/examples/presentation/tmpl/custom/html/
H A Dheaders1 [%- default_headers = {
20 [%- " $l\n" FOREACH l = [ doc.headers.link, default_headers.link ] -%]
24 merge.import(default_headers.meta.$m); # deep copy
/dports/textproc/p5-Search-Elasticsearch/Search-Elasticsearch-6.00/t/60_Cxn/
H A D30_http.t36 default_headers => { Authorization => 'Basic Zm9vOmJhcg==' },
75 default_headers => { Authorization => 'Basic Zm9vOmJhcg==' },
85 default_headers => { Authorization => 'Basic Zm9vOmJhcg==' },
91 { default_headers => { 'Accept-Encoding' => 'deflate' } };
144 default_headers => {},

12345678910>>...18