/third_party/node/deps/npm/node_modules/agent-base/ |
D | patch-core.js | 37 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.js | 69 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/ |
D | FlutterObservatoryPublisher.mm | 39 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/ |
D | Document.ts | 41 private _url: string property in Document 45 this._url = url; 84 return this._url;
|
/third_party/skia/tools/skp/ |
D | webpages_playback.py | 499 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/ |
D | webpages_playback.py | 498 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/ |
D | index.js | 91 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/ |
D | parse.l | 171 {_url} {
|
/third_party/libwebsockets/plugins/acme-client/ |
D | protocol_lws_acme_client.c | 594 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/ |
D | test_http_cookiejar.py | 309 self._url = url
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V13.md | 592 …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…
|
D | CHANGELOG_V12.md | 332 …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…
|
D | CHANGELOG_V10.md | 904 …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…
|
D | CHANGELOG_V9.md | 147 …om/nodejs/node/commit/01e31906e8)] - **src**: general C++ cleanup in node\_url.cc (Anna Henningsen…
|
D | CHANGELOG_V11.md | 1918 …nodejs/node/commit/8a91fc1af0)] - **src**: elevate v8 namespaces for node\_url.cc (Jayasankar) [#2…
|
D | CHANGELOG_V14.md | 1020 …/node/commit/51da7d2048)] - **src,url**: separate some tables out of node\_url.cc (Khaidi Chu) [#3…
|
/third_party/typescript/tests/baselines/reference/user/ |
D | chrome-devtools-frontend.log | 3699 …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/ |
D | 0004-3.2-Beta5.patch | 45629 + .callsFake((_url, _headers, streamId, callback) => { 45649 + .callsFake((_url, _headers, streamId, callback) => {
|