Home
last modified time | relevance | path

Searched +full:- +full:- +full:host (Results 1 – 25 of 1169) sorted by relevance

12345678910>>...47

/third_party/curl/docs/libcurl/opts/
DCURLOPT_CONNECT_TO.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLOPT_FOLLOWLOCATION (3)
9 - CURLOPT_HTTPPROXYTUNNEL (3)
10 - CURLOPT_RESOLVE (3)
11 - CURLOPT_URL (3)
12 ---
16 CURLOPT_CONNECT_TO - connect to another host and port instead
36 HOST:PORT:CONNECT-TO-HOST:CONNECT-TO-PORT where HOST is the host of the
[all …]
/third_party/node/test/parallel/
Dtest-tls-check-server-identity.js34 // False-y values.
36 host: false, property
38 error: 'Host: false. is not cert\'s CN: a.com'
41 host: null, property
43 error: 'Host: null. is not cert\'s CN: a.com'
46 host: undefined, property
48 error: 'Host: undefined. is not cert\'s CN: a.com'
52 { host: 'a.com', cert: { subject: { CN: 'a.com' } } }, property
53 { host: 'a.com', cert: { subject: { CN: 'A.COM' } } }, property
55 host: 'a.com', property
[all …]
Dtest-url-parse-format.js21 'http:\\\\evil-phisher\\foo.html#h\\a\\s\\h': {
24 host: 'evil-phisher', property
25 hostname: 'evil-phisher',
29 href: 'http://evil-phisher/foo.html#h%5Ca%5Cs%5Ch'
32 'http:\\\\evil-phisher\\foo.html?json="\\"foo\\""#h\\a\\s\\h': {
35 host: 'evil-phisher', property
36 hostname: 'evil-phisher',
42 href: 'http://evil-phisher/foo.html?json=%22%5C%22foo%5C%22%22#h%5Ca%5Cs%5Ch'
45 'http:\\\\evil-phisher\\foo.html#h\\a\\s\\h?blarg': {
48 host: 'evil-phisher', property
[all …]
/third_party/node/test/fixtures/wpt/url/resources/
Durltestdata.json11 "host": "example.org", string
26 "host": "foo:21", string
41 "host": "test", string
56 "host": "test", string
64 "input": "non-special://test:@test/x",
66 "href": "non-special://test@test/x",
68 "protocol": "non-special:",
71 "host": "test", string
79 "input": "non-special://:@test/x",
81 "href": "non-special://test/x",
[all …]
Dsetters_tests.json3 "## Tests for setters of https://url.spec.whatwg.org/#urlutils-members",
51 "comment": "Upper-case ASCII is lower-cased",
60 "comment": "Non-ASCII is rejected",
88 "new_value": "bC0+-.",
90 "href": "bc0+-.://example.net",
91 "protocol": "bc0+-.:"
104 "comment": "Non-ASCII is rejected",
138 "comment": "Can’t switch from file URL with no host",
163 "comment": "Can’t switch from special scheme to non-special",
196 … "comment": "Cannot-be-a-base URL doesn’t have a host, but URL in a special scheme must.",
[all …]
/third_party/node/deps/cares/src/lib/
Dares__addrinfo2hostent.c27 * SPDX-License-Identifier: MIT
58 struct hostent **host) in ares__addrinfo2hostent() argument
69 if (ai == NULL || host == NULL) { in ares__addrinfo2hostent()
76 if (family == AF_UNSPEC && ai->nodes) { in ares__addrinfo2hostent()
77 family = ai->nodes->ai_family; in ares__addrinfo2hostent()
84 *host = ares_malloc(sizeof(**host)); in ares__addrinfo2hostent()
85 if (!(*host)) { in ares__addrinfo2hostent()
88 memset(*host, 0, sizeof(**host)); in ares__addrinfo2hostent()
90 next = ai->nodes; in ares__addrinfo2hostent()
92 if (next->ai_family == family) { in ares__addrinfo2hostent()
[all …]
/third_party/libunwind/
D.travis.yml5 - HOST=x86_64-linux-gnu
6 - HOST=x86-linux-gnu
7 - HOST=arm-linux-gnueabihf
8 - HOST=aarch64-linux-gnu
9 - HOST=mipsel-linux-gnu
11 #- HOST=powerpc64-linux-gnu
13 linux-s390x: &linux-s390x
16 env: BUILD=s390x-linux-gnu HOST=s390x-linux-gnu
18 - autoreconf -i
19 - ./configure
[all …]
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts14 …function getPreferences(host: ModuleSpecifierResolutionHost, { importModuleSpecifierPreference, im…
18 … importModuleSpecifierPreference === "non-relative" ? RelativePreference.NonRelative :
19 … importModuleSpecifierPreference === "project-relative" ? RelativePreference.ExternalNonRelative :
28 …|| isFormatRequiringExtensions(compilerOptions, importingSourceFile.path, host) ? Ending.JsExtensi…
34 …mpilerOptions, oldImportSpecifier: string, importingSourceFileName: Path, host: ModuleSpecifierRes…
37 …ldImportSpecifier) || isFormatRequiringExtensions(compilerOptions, importingSourceFileName, host) ?
43 …tensions(compilerOptions: CompilerOptions, importingSourceFileName: Path, host: ModuleSpecifierRes…
48 …edNodeFormatForFile(importingSourceFileName, host.getPackageJsonInfoCache?.(), getModuleResolution…
51 function getModuleResolutionHost(host: ModuleSpecifierResolutionHost): ModuleResolutionHost {
53 fileExists: host.fileExists,
[all …]
/third_party/node/deps/v8/src/heap/
Dmarking-visitor.h2 // Use of this source code is governed by a BSD-style license that can be
9 #include "src/heap/marking-worklist.h"
11 #include "src/heap/memory-chunk.h"
12 #include "src/heap/objects-visiting.h"
14 #include "src/heap/weak-object-worklists.h"
56 return static_cast<ConcreteState*>(this)->bitmap(p)->MarkBitFromIndex( in MarkBitFrom()
57 p->AddressToMarkbitIndex(addr)); in MarkBitFrom()
96 static_cast<ConcreteState*>(this)->IncrementLiveBytes( in GreyToBlack()
106 static_cast<ConcreteState*>(this)->bitmap(chunk)->Clear(); in ClearLiveness()
107 static_cast<ConcreteState*>(this)->SetLiveBytes(chunk, 0); in ClearLiveness()
[all …]
Dheap-write-barrier-inl.h2 // Use of this source code is governed by a BSD-style license that can be
11 #include "src/heap/heap-write-barrier.h"
15 #include "src/objects/compressed-slots-inl.h"
16 #include "src/objects/fixed-array.h"
17 #include "src/objects/heap-object.h"
18 #include "src/objects/maybe-object-inl.h"
19 #include "src/objects/slots-inl.h"
31 V8_EXPORT_PRIVATE void Heap_WriteBarrierForCodeSlow(Code host);
33 V8_EXPORT_PRIVATE void Heap_GenerationalBarrierForCodeSlow(Code host,
94 if (!value_chunk->InYoungGeneration() || object_chunk->InYoungGeneration()) { in GenerationalBarrierInternal()
[all …]
/third_party/mesa3d/.gitlab-ci/windows/
Dmesa_deps_test.ps11 Get-Date
2 Write-Host "Downloading Freeglut"
4 $freeglut_zip = 'freeglut-MSVC.zip'
7 For ($i = 0; $i -lt 5; $i++) {
8 Invoke-WebRequest -Uri $freeglut_url -OutFile $freeglut_zip
16 Write-Host "Failed to download Freeglut"
20 Get-Date
21 Write-Host "Installing Freeglut"
22 Expand-Archive $freeglut_zip -DestinationPath C:\
24 Write-Host "Failed to install Freeglut"
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
DvktConditionalRenderingTestUtil.hpp3 /*------------------------------------------------------------------------
5 * ------------------------
14 * http://www.apache.org/licenses/LICENSE-2.0
25 *//*--------------------------------------------------------------------*/
38 enum ConditionalBufferMemory { LOCAL, HOST }; enumerator
59 { true, false, false, false, 1, false, false, false, true, HOST },
60 { true, false, false, false, 0, false, false, false, false, HOST },
61 { true, false, true, false, 0, false, false, false, true, HOST },
62 { true, false, true, false, 1, false, false, false, false, HOST },
63 { true, false, false, true, 1, false, false, false, true, HOST },
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalRenderingTestUtil.hpp3 /*------------------------------------------------------------------------
5 * ------------------------
14 * http://www.apache.org/licenses/LICENSE-2.0
25 *//*--------------------------------------------------------------------*/
38 enum ConditionalBufferMemory { LOCAL, HOST }; enumerator
59 { true, false, false, false, 1, false, false, false, true, HOST },
60 { true, false, false, false, 0, false, false, false, false, HOST },
61 { true, false, true, false, 0, false, false, false, true, HOST },
62 { true, false, true, false, 1, false, false, false, false, HOST },
63 { true, false, false, true, 1, false, false, false, true, HOST },
[all …]
/third_party/typescript/src/testRunner/unittests/tscWatch/
DmoduleResolution.ts2 describe("unittests:: tsc-watch:: moduleResolution", () => {
5 subScenario: `watches for changes to package-json main fields`,
55 … commandLineArgs: ["--project", "./packages/pkg1/tsconfig.json", "-w", "--traceResolution"],
114 commandLineArgs: ["-w", "--traceResolution"],
156 …commandLineArgs: ["--w", "--p", "src", "--extendedDiagnostics", "-traceResolution", "--explainFile…
164 timeouts: host => {
165 host.runQueuedTimeoutCallbacks(); // Failed lookup updates
166 host.runQueuedTimeoutCallbacks(); // Actual update
172 timeouts: host => {
173 host.runQueuedTimeoutCallbacks(); // Failed lookup updates
[all …]
/third_party/python/Lib/urllib/
Drequest.py5 below). It opens the URL and returns the results as file-like
13 non-error returns. The HTTPRedirectHandler automatically deals with
17 urlopen(url, data=None) -- Basic usage is the same as original
19 get a file-like object back. One difference is that you can also pass
24 build_opener -- Function that creates a new OpenerDirector instance.
30 install_opener -- Installs a new opener as the default opener.
34 OpenerDirector -- Sets up the User Agent as the Python-urllib client and manages
37 Request -- An object that encapsulates the state of a request. The
39 headers, e.g. a User-Agent.
41 BaseHandler --
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectUpdatedInBackground.ts31 …function verifyProjectsUpdatedInBackgroundEvent(scenario: string, createSession: (host: TestServer…
50 const host = createServerHost([commonFile1, libFile, configFile]); constant
51 … const { verifyProjectsUpdatedInBackgroundEventHandler, verifyInitialOpen } = createSession(host);
54 host.writeFile(commonFile2.path, commonFile2.content);
55 host.runQueuedTimeoutCallbacks();
63 host.writeFile(commonFile3.path, commonFile3.content);
64 host.runQueuedTimeoutCallbacks();
73 describe("with --out or --outFile setting", () => {
93 const host = createServerHost(files); constant
94 … const { verifyInitialOpen, verifyProjectsUpdatedInBackgroundEventHandler } = createSession(host);
[all …]
/third_party/typescript/tests/baselines/reference/
Dimport_var-referencing-an-imported-module-alias.js1 //// [tests/cases/compiler/import_var-referencing-an-imported-module-alias.ts] ////
3 //// [host.ts]
4 export class Host { } class
7 import host = require("host");
8 var hostVar = host;
9 var v = new hostVar.Host();
12 //// [host.js]
16 exports.Host = void 0;
17 var Host = /** @class */ (function () { class
18 function Host() { class in anonymousFunctione93392870100.Host
[all …]
/third_party/node/lib/
Durl.js74 this.host = null;
89 const protocolPattern = /^[a-z0-9.+-]+:/i;
90 const portPattern = /:[0-9]*$/;
128 if (!urlParseWarned && getOptionValue('--pending-deprecation')) {
149 StringPrototypeCharCodeAt(hostname, hostname.length - 1) ===
156 // "forbidden host code point" in the WHATWG URL Standard [1] and the
157 // characters in the host parsing loop in Url.prototype.parse, with the
160 // - ':' since this could cause a "protocol spoofing" bug
161 // - '@' since this could cause parts of the hostname to be confused with auth
162 // - '[' and ']' since this could cause a non-IPv6 hostname to be interpreted
[all …]
/third_party/python/Tools/wasm/
Dwasm_build.py4 $ ./Tools/wasm/wasm_builder.py emscripten-browser build repl
5 $ ./Tools/wasm/wasm_builder.py emscripten-node-dl build test
8 Primary build targets are "emscripten-node-dl" (NodeJS, dynamic linking),
9 "emscripten-browser", and "wasi".
16 and falls back to /opt/wasi-sdk.
21 ./Tools/wasm/wasm_builder.py --clean build build
55 # path to WASI-SDK root
56 WASI_SDK_PATH = pathlib.Path(os.environ.get("WASI_SDK_PATH", "/opt/wasi-sdk"))
59 # auto-detect's EMSDK in /opt/emsdk without ". emsdk_env.sh".
63 (3, 1, 14): "https://github.com/emscripten-core/emscripten/issues/17338",
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/
DsymLinks.ts42 const host = createServerHost(files); constant
43 const session = createSession(host, { logger: createLoggerWithInMemoryLogs(host) });
59 const recognizersDateTime = `${packages}/recognizers-date-time`;
60 const recognizersText = `${packages}/recognizers-text`;
62 const moduleName = "@microsoft/recognizers-text";
90 path: `${recognizersDateTime}/node_modules/@microsoft/recognizers-text`,
94 path: `${recognizersText}/src/recognizers-text.ts`,
98 path: `${recognizersTextDist}/types/recognizers-text.d.ts`,
104 typings: "dist/types/recognizers-text.d.ts"
108 function createSessionAndOpenFile(host: TestServerHost) {
[all …]
/third_party/nghttp2/src/
Dshrpx_dns_tracker.cc2 * nghttp2 - HTTP/2 C Library
34 auto dns_tracker = static_cast<DNSTracker *>(w->data); in gccb()
35 dns_tracker->gc(); in gccb()
53 head->status = DNSResolverStatus::ERROR; in ~DNSTracker()
54 head->in_qlist = false; in ~DNSTracker()
62 ImmutableString host, in make_entry() argument
65 auto &dnsconf = get_config()->dns; in make_entry()
69 ent.host = std::move(host); in make_entry()
89 auto &dnsconf = get_config()->dns; in update_entry()
110 auto it = ents_.find(dnsq->host); in resolve()
[all …]
/third_party/curl/tests/data/
Dtest10889 --anyauth
10 --location-trusted
15 # Server-side
19 WWW-Authenticate: Basic
20 Content-Type: text/plain
21 Content-Length: 0
27 Server: test-server/fake swsclose
28 Content-Type: text/plain
29 Funny-head: yesyes
30 Location: http://goto.second.host.now/%TESTNUMBER1002
[all …]
Dtest10879 --anyauth
14 # Server-side
18 WWW-Authenticate: Basic
19 Content-Type: text/plain
20 Content-Length: 0
26 Server: test-server/fake swsclose
27 Content-Type: text/plain
28 Funny-head: yesyes
29 Location: http://goto.second.host.now/%TESTNUMBER1002
30 Content-Length: 0
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_host_image_copy/
Dcopies.adoc1 // Copyright 2021-2024 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
5 The following commands can be used to copy between host memory and images.
7 [open,refpage='vkCopyMemoryToImageEXT',desc='Copy data from host memory into an image',type='protos…
8 --
11 To copy data from host memory to an image object, call:
16 pname:pCopyMemoryToImageInfo->dstImage.
22 except it is executed on the host and reads from host memory instead of a
27 * [[VUID-vkCopyMemoryToImageEXT-hostImageCopy-09058]]
28 The <<features-hostImageCopy, pname:hostImageCopy>> feature must: be
[all …]
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksEndian.hpp4 /*-------------------------------------------------------------------------
6 * --------------------
14 * http://www.apache.org/licenses/LICENSE-2.0
22 *-------------------------------------------------------------------------*/
51 inline u16 HostToNetwork16 (u16 host) { return deReverseBytes16(host); } in HostToNetwork16() argument
52 inline u32 HostToNetwork32 (u32 host) { return deReverseBytes32(host); } in HostToNetwork32() argument
53 inline u64 HostToNetwork64 (u64 host) { return ReverseBytes64(host); } in HostToNetwork64() argument
55 inline u16 HostToNetwork16 (u16 host) { return host; } in HostToNetwork16() argument
56 inline u32 HostToNetwork32 (u32 host) { return host; } in HostToNetwork32() argument
57 inline u64 HostToNetwork64 (u64 host) { return host; } in HostToNetwork64() argument

12345678910>>...47