Home
last modified time | relevance | path

Searched refs:_url (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/npm/node_modules/agent-base/
Dpatch-core.js37 https.get = function (_url, _options, cb) { argument
39 if (typeof _url === 'string' && _options && typeof _options !== 'function') {
40 options = Object.assign({}, url.parse(_url), _options);
42 options = _url;
44 options = _url;
/third_party/node/lib/
D_http_common.js69 this._url += url;
88 url = parser._url;
89 parser._url = '';
157 parser._url = '';
237 parser._url = '';
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterObservatoryPublisher.mm39 fml::scoped_nsobject<NSURL> _url;
51 return _url.get();
100 _url.reset([[NSURL alloc] initWithString:[NSString stringWithUTF8String:uri.c_str()]]);
107 auto path = std::string{[[_url path] UTF8String]};
123 uint16_t port = [[_url port] intValue];
138 port:[[_url port] intValue]];
/third_party/jsframework/runtime/vdom/
DDocument.ts41 private _url: string property in Document
45 this._url = url;
84 return this._url;
/third_party/skia/tools/skp/
Dwebpages_playback.py499 self._url = data_store_url.rstrip('/')
502 return self._url
510 'gsutil', 'ls', '/'.join((self._url, name))])
518 subprocess.check_call(['gsutil', 'rm', '-r', '/'.join((self._url, path))])
522 'gsutil', 'cp', '/'.join((self._url, name)), local_path])
526 'gsutil', 'cp', '-r', source_dir, '/'.join((self._url, dest_dir))])
/third_party/flutter/skia/tools/skp/
Dwebpages_playback.py498 self._url = data_store_url.rstrip('/')
501 return self._url
509 'gsutil', 'ls', '/'.join((self._url, name))])
517 subprocess.check_call(['gsutil', 'rm', '-r', '/'.join((self._url, path))])
521 'gsutil', 'cp', '/'.join((self._url, name)), local_path])
525 'gsutil', 'cp', '-r', source_dir, '/'.join((self._url, dest_dir))])
/third_party/node/deps/npm/node_modules/http-cache-semantics/node4/
Dindex.js91 this._url = req.url;
191 return (!this._url || this._url === req.url) && this._host === req.headers.host && (
409 this._url = obj.u;
427 u: this._url,
/third_party/gstreamer/gstreamer/gst/parse/
Dparse.l171 {_url} {
/third_party/libwebsockets/plugins/acme-client/
Dprotocol_lws_acme_client.c594 char path[200], _url[256]; in lws_acme_client_connect() local
599 lws_strncpy(_url, url, sizeof(_url)); in lws_acme_client_connect()
600 if (lws_parse_uri(_url, &prot, &i->address, &i->port, &p)) { in lws_acme_client_connect()
/third_party/python/Lib/test/
Dtest_http_cookiejar.py309 self._url = url
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md592 …m/nodejs/node/commit/2837788849)] - **src**: fix compile warnings in node\_url.cc (Anna Henningsen…
597 …js/node/commit/af612bcc21)] - **src**: various minor improvements to node\_url (James M Snell) [#3…
DCHANGELOG_V12.md332 …m/nodejs/node/commit/249a0fe61d)] - **src**: fix compile warnings in node\_url.cc (Anna Henningsen…
337 …js/node/commit/5e68a13d53)] - **src**: various minor improvements to node\_url (James M Snell) [#3…
DCHANGELOG_V10.md904 …nodejs/node/commit/8c48302a50)] - **src**: elevate v8 namespaces for node\_url.cc (Jayasankar) [#2…
1959 …/nodejs/node/commit/046fd987e4)] - **src**: reduce variable scope in node\_url.cc (cjihrig) [#2329…
DCHANGELOG_V9.md147 …om/nodejs/node/commit/01e31906e8)] - **src**: general C++ cleanup in node\_url.cc (Anna Henningsen…
DCHANGELOG_V11.md1918 …nodejs/node/commit/8a91fc1af0)] - **src**: elevate v8 namespaces for node\_url.cc (Jayasankar) [#2…
DCHANGELOG_V14.md1020 …/node/commit/51da7d2048)] - **src,url**: separate some tables out of node\_url.cc (Khaidi Chu) [#3…
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log3699 …ront_end/bindings/CSSWorkspaceBinding.js(218,43): error TS2339: Property '_url' does not exist on …
4465 …/front_end/console/ConsoleViewMessage.js(332,23): error TS2551: Property '_url' does not exist on …
4466 …/front_end/console/ConsoleViewMessage.js(333,77): error TS2551: Property '_url' does not exist on …
10208 …sources/EditingLocationHistoryManager.js(150,69): error TS2339: Property '_url' does not exist on …
10555 …_end/sources/XHRBreakpointsSidebarPane.js(81,13): error TS2339: Property '_url' does not exist on …
10557 …_end/sources/XHRBreakpointsSidebarPane.js(95,26): error TS2339: Property '_url' does not exist on …
10558 …_end/sources/XHRBreakpointsSidebarPane.js(95,49): error TS2339: Property '_url' does not exist on …
10559 …_end/sources/XHRBreakpointsSidebarPane.js(95,64): error TS2339: Property '_url' does not exist on …
/third_party/chromium/patch/
D0004-3.2-Beta5.patch45629 + .callsFake((_url, _headers, streamId, callback) => {
45649 + .callsFake((_url, _headers, streamId, callback) => {