| /external/AFLplusplus/dictionaries/ |
| D | http.dict | 19 "A-IM" 21 "Accept-Charset" 22 "Accept-Datetime" 23 "Accept-Encoding" 24 "Accept-Language" 25 "Accept-Patch" 26 "Accept-Ranges" 27 "Access-Control-Allow-Credentials" 28 "Access-Control-Allow-Headers" 29 "Access-Control-Allow-Methods" [all …]
|
| /external/rust/crates/axum/src/extract/ |
| D | host.rs | 7 header::{HeaderMap, FORWARDED}, 11 const X_FORWARDED_HOST_HEADER_KEY: &str = "X-Forwarded-Host"; 16 /// - `Forwarded` header 17 /// - `X-Forwarded-Host` header 18 /// - `Host` header 19 /// - request target / URI 21 /// Note that user agents can set `X-Forwarded-Host` and `Host` headers to arbitrary values so make 27 impl<S> FromRequestParts<S> for Host 33 async fn from_request_parts(parts: &mut Parts, _state: &S) -> Result<Self, Self::Rejection> { in from_request_parts() 63 fn parse_forwarded(headers: &HeaderMap) -> Option<&str> { in parse_forwarded() [all …]
|
| /external/oss-fuzz/projects/nginx/fuzz/ |
| D | http_request_fuzzer.dict | 20 "BASELINE-CONTROL" 48 "VERSION-CONTROL" 52 "A-IM" 54 "Accept-Charset" 55 "Accept-Datetime" 56 "Accept-Encoding" 57 "Accept-Language" 58 "Accept-Patch" 59 "Accept-Ranges" 60 "Access-Control-Allow-Credentials" [all …]
|
| /external/cldr/tools/scripts/ansible/ |
| D | nginx-playbook.yml | 1 - hosts: surveytool 4 - vars/main.yml 5 - local-vars/local.yml 7 - { role: geerlingguy.nginx } 9 - name: Setup stapler.conf 11 src: templates/nginx-stapler.conf 17 - name: Setup reverse proxy 19 path: /etc/nginx/sites-enabled/default 21 # proxy /cldr-apps/ to openliberty, with generous timeouts 25 location /cldr-apps/ { [all …]
|
| /external/curl/tests/data/ |
| D | test2402 | 11 # Server-side 17 Content-Length: 47 19 file contents should appear once for each file 25 Content-Length: 47 27 file contents should appear once for each file 33 Content-Length: 47 35 file contents should appear once for each file 41 Content-Length: 47 43 file contents should appear once for each file 47 # Client-side [all …]
|
| D | test2404 | 11 # Server-side 17 Content-Length: 47 19 file contents should appear once for each file 25 Content-Length: 47 27 file contents should appear once for each file 33 Content-Length: 47 35 file contents should appear once for each file 41 Content-Length: 47 43 file contents should appear once for each file 47 # Client-side [all …]
|
| /external/elfutils/tests/ |
| D | run-debuginfod-x-forwarded-for.sh | 13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 # GNU General Public License for more details. 19 . $srcdir/debuginfod-subr.sh 21 # for test case debugging, uncomment: 22 set -x 26 # This variable is essential and ensures no time-race for claiming ports occurs 27 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test 31 # Test when debuginfod hitting X-Forwarded-For hops limit. 36 …:$PORT2 ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -d :memory: --forwarded-ttl-limit 0 -p $… 41 …:$PORT1 ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -d :memory: --forwarded-ttl-limit 1 -p $… [all …]
|
| /external/libchrome/base/ |
| D | bind_unittest.nc | 2 // Use of this source code is governed by a BSD-style license that can be 6 // http://dev.chromium.org/developers/testing/no-compile-tests 78 int x; 85 …static_assert failed .*\"Bound argument \|i\| of type \|Arg\| cannot be forwarded as \|Unwrapped\|… 87 // Method bound to const-object. 101 // Method bound to non-refcounted object. 113 // Const Method bound to non-refcounted object. 123 …static_assert failed .*\"Bound argument \|i\| of type \|Arg\| cannot be forwarded as \|Unwrapped\|… 125 // Const argument used with non-const pointer parameter of same type. 127 // This is just a const-correctness check. [all …]
|
| /external/guava/android/guava/src/com/google/common/net/ |
| D | HttpHeaders.java | 7 * http://www.apache.org/licenses/LICENSE-2.0 11 * or implied. See the License for the specific language governing permissions and limitations under 20 * Contains constant definitions for the HTTP header field names. See: 40 /** The HTTP {@code Cache-Control} header field name. */ 41 public static final String CACHE_CONTROL = "Cache-Control"; 42 /** The HTTP {@code Content-Length} header field name. */ 43 public static final String CONTENT_LENGTH = "Content-Length"; 44 /** The HTTP {@code Content-Type} header field name. */ 45 public static final String CONTENT_TYPE = "Content-Type"; 59 /** The HTTP {@code Accept-Charset} header field name. */ [all …]
|
| /external/guava/guava/src/com/google/common/net/ |
| D | HttpHeaders.java | 7 * http://www.apache.org/licenses/LICENSE-2.0 11 * or implied. See the License for the specific language governing permissions and limitations under 20 * Contains constant definitions for the HTTP header field names. See: 40 /** The HTTP {@code Cache-Control} header field name. */ 41 public static final String CACHE_CONTROL = "Cache-Control"; 42 /** The HTTP {@code Content-Length} header field name. */ 43 public static final String CONTENT_LENGTH = "Content-Length"; 44 /** The HTTP {@code Content-Type} header field name. */ 45 public static final String CONTENT_TYPE = "Content-Type"; 59 /** The HTTP {@code Accept-Charset} header field name. */ [all …]
|
| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/iterators/detail/ |
| D | combine_policies.hpp | 1 // Copyright (c) 2001-2012 Hartmut Kaiser 41 multi_pass_unique(T& x) : Input(x) {} in multi_pass_unique() 42 multi_pass_unique(T const& x) : Input(x) {} in multi_pass_unique() 53 void swap(multi_pass_unique& x) in swap() 55 this->Ownership::swap(x); in swap() 56 this->Checking::swap(x); in swap() 57 this->Input::swap(x); in swap() 58 this->Storage::swap(x); in swap() 88 void swap(multi_pass_unique& x) in swap() 90 this->Ownership::swap(x); in swap() [all …]
|
| /external/pigweed/pw_fuzzer/ |
| D | domain_test.cc | 7 // https://www.apache.org/licenses/LICENSE-2.0 12 // License for the specific language governing permissions and limitations under 36 /// Generates a target function and fuzz test for a specific type. 40 /// is preferred for readability, but this macro can be useful for templated 41 /// domains that are tested for many repetitive numerical types. 50 /// Generates target functions and fuzz tests for a integral types. 63 /// Generates target functions and fuzz tests for a floating point types. 68 /// Generates target functions and fuzz tests for a all arithmetic types. 92 // Arbitrary domains forwarded or stubbed from FuzzTest 121 // Numerical domains forwarded or stubbed from FuzzTest [all …]
|
| /external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ |
| D | QueryParametersOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 31 * [time zone database](https://www.iana.org/time-zones), e.g., 46 * [time zone database](https://www.iana.org/time-zones), e.g., 53 * @return The bytes for timeZone. 169 * for the session of this query. 181 * for the session of this query. 193 * for the session of this query. 205 * for the session of this query. 218 * for the session of this query. [all …]
|
| /external/cpu_features/cmake/ci/vagrant/freebsd/ |
| D | Vagrantfile | 1 # -*- mode: ruby -*- 5 # configures the configuration version (we support older styles for 10 # For a complete reference, please see the online documentation at 13 # Every Vagrant development environment requires a box. You can search for 21 # boxes will only be checked for updates when the user runs 25 # Create a forwarded port mapping which allows access to a specific port 31 # Create a forwarded port mapping which allows access to a specific port 36 # Create a private network, which allows host-only access to the machine 48 # argument is a set of non-required options. 50 config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", disabled: true [all …]
|
| /external/cronet/third_party/cpu_features/src/cmake/ci/vagrant/freebsd/ |
| D | Vagrantfile | 1 # -*- mode: ruby -*- 5 # configures the configuration version (we support older styles for 10 # For a complete reference, please see the online documentation at 13 # Every Vagrant development environment requires a box. You can search for 21 # boxes will only be checked for updates when the user runs 25 # Create a forwarded port mapping which allows access to a specific port 31 # Create a forwarded port mapping which allows access to a specific port 36 # Create a private network, which allows host-only access to the machine 48 # argument is a set of non-required options. 50 config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", disabled: true [all …]
|
| /external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/filter/network/http_connection_manager/v2/ |
| D | http_connection_manager.proto | 27 option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/http_connec… 32 // [#protodoc-title: HTTP connection manager] 36 // [#next-free-field: 37] 39 // For every new connection, the connection manager will determine which 40 // codec to use. This mode supports both ALPN for TLS listeners as well as 41 // protocol inference for plaintext listeners. If ALPN data is available, it 43 // this is the right option to choose for this setting. 54 // [#not-implemented-hide:] QUIC implementation is not production ready yet. Use this enum with 73 // How to handle the :ref:`config_http_conn_man_headers_x-forwarded-client-cert` (XFCC) HTTP 96 // [#next-free-field: 10] [all …]
|
| /external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/extensions/filters/network/http_connection_manager/v3/ |
| D | http_connection_manager.proto | 33 option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_c… 36 // [#protodoc-title: HTTP connection manager] 40 // [#next-free-field: 57] 46 // For every new connection, the connection manager will determine which 47 // codec to use. This mode supports both ALPN for TLS listeners as well as 48 // protocol inference for plaintext listeners. If ALPN data is available, it 50 // this is the right option to choose for this setting. 61 // [#not-implemented-hide:] QUIC implementation is not production ready yet. Use this enum with 80 // How to handle the :ref:`config_http_conn_man_headers_x-forwarded-client-cert` (XFCC) HTTP 103 // Determines the action for request that contain %2F, %2f, %5C or %5c sequences in the URI path. [all …]
|
| /external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ |
| D | QueryParametersOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 31 * database](https://www.iana.org/time-zones), e.g., America/New_York, 46 * database](https://www.iana.org/time-zones), e.g., America/New_York, 53 * @return The bytes for timeZone. 97 * with. The entity synonyms apply to all languages and persist for the 110 * with. The entity synonyms apply to all languages and persist for the 123 * with. The entity synonyms apply to all languages and persist for the 136 * with. The entity synonyms apply to all languages and persist for the 150 * with. The entity synonyms apply to all languages and persist for the [all …]
|
| /external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ |
| D | QueryParametersOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 31 * database](https://www.iana.org/time-zones), e.g., America/New_York, 46 * database](https://www.iana.org/time-zones), e.g., America/New_York, 53 * @return The bytes for timeZone. 97 * with. The entity synonyms apply to all languages and persist for the 111 * with. The entity synonyms apply to all languages and persist for the 124 * with. The entity synonyms apply to all languages and persist for the 137 * with. The entity synonyms apply to all languages and persist for the 151 * with. The entity synonyms apply to all languages and persist for the [all …]
|
| /external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ |
| D | QueryParametersOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 31 * [time zone database](https://www.iana.org/time-zones), e.g., 46 * [time zone database](https://www.iana.org/time-zones), e.g., 53 * @return The bytes for timeZone. 169 * for the session of this query. 182 * for the session of this query. 195 * for the session of this query. 208 * for the session of this query. 222 * for the session of this query. [all …]
|
| /external/rust/crates/quiche/src/h3/qpack/ |
| D | static_table.rs | 17 // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19 // CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 31 (b"content-disposition", b""), 32 (b"content-length", b"0"), 36 (b"if-modified-since", b""), 37 (b"if-none-match", b""), 38 (b"last-modified", b""), 42 (b"set-cookie", b""), 58 (b"accept", b"application/dns-message"), 59 (b"accept-encoding", b"gzip, deflate, br"), [all …]
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/ |
| D | qpack_static_table.cc | 2 // Use of this source code is governed by a BSD-style license that can be 12 // The "constructor" for a QpackStaticEntry that computes the lengths at 15 { name, ABSL_ARRAYSIZE(name) - 1, value, ABSL_ARRAYSIZE(value) - 1 } 22 STATIC_ENTRY("content-disposition", ""), // 3 in QpackStaticTableVector() 23 STATIC_ENTRY("content-length", "0"), // 4 in QpackStaticTableVector() 27 STATIC_ENTRY("if-modified-since", ""), // 8 in QpackStaticTableVector() 28 STATIC_ENTRY("if-none-match", ""), // 9 in QpackStaticTableVector() 29 STATIC_ENTRY("last-modified", ""), // 10 in QpackStaticTableVector() 33 STATIC_ENTRY("set-cookie", ""), // 14 in QpackStaticTableVector() 49 STATIC_ENTRY("accept", "application/dns-message"), // 30 in QpackStaticTableVector() [all …]
|
| /external/cronet/net/third_party/quiche/src/quiche/balsa/ |
| D | balsa_headers_test.cc | 2 // Use of this source code is governed by a BSD-style license that can be 48 headers->WriteFromFramer(ptr, size); in WriteFromFramer() 67 char* storage = buffer_->Reserve(sp.size(), block_buffer_idx); in Write() 120 EXPECT_EQ(BalsaBuffer::kDefaultBlocksize, buffer_->blocksize()); in TEST_F() 122 EXPECT_EQ(1024u, buffer_->blocksize()); in TEST_F() 127 EXPECT_EQ(0u, buffer_->GetTotalBytesUsed()); in TEST_F() 128 EXPECT_EQ(0u, buffer_->GetTotalBufferBlockSize()); in TEST_F() 130 buffer_->Reserve(1024, &index); in TEST_F() 131 EXPECT_EQ(10u + 1024u, buffer_->GetTotalBufferBlockSize()); in TEST_F() 132 EXPECT_EQ(1024u, buffer_->GetTotalBytesUsed()); in TEST_F() [all …]
|
| /external/tcpdump/ |
| D | print-realtek.c | 2 * Copyright (c) 2007 - Andrey "nording" Chernyak <andrew@nording.ru> 18 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 23 * tag information to a host CPU for a switch. 26 /* \summary: printer for various Realtek protocols */ 32 #include "netdissect-stdinc.h" 38 #define RTL_PROTOCOL_OFFSET 0 /* Protocol and possibly other data - 1 byte */ 44 #define RTL_PROTOCOL_XXX_DSA 0x04 /* DSA protocol for some chip(s) */ 47 * Values for the upper 4 bits of the protocol field, for 54 * for the RTL8306 DSA protocol tag format. 59 #define RRCP_OPCODE_ISREPLY_OFFSET 1 /* opcode and isreply flag - 1 byte */ [all …]
|
| /external/aws-sdk-java-v2/services/sagemakerruntime/src/main/resources/codegen-resources/ |
| D | service-2.json | 4 "apiVersion":"2017-05-13", 7 "protocol":"rest-json", 12 "uid":"runtime.sagemaker-2017-05-13" 31 …For an overview of Amazon SageMaker, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg… 37 "requestUri":"/endpoints/{EndpointName}/async-invocations", 47 …for asynchronous processing. The processing of the inference request may or may not complete befor… 53 "requestUri":"/endpoints/{EndpointName}/invocations-response-stream" 65 …for that model must support inference streaming.</p> <p>For more information that can help you use… 89 "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*" 100 "pattern":"^[a-zA-Z0-9]([\\-a-zA-Z0-9]*[a-zA-Z0-9])?$" [all …]
|