Home
last modified time | relevance | path

Searched refs:_url (Results 1 - 5 of 5) sorted by relevance

/third_party/node/lib/
H A D_http_common.js65 this._url += url;
84 url = parser._url;
85 parser._url = '';
148 parser._url = '';
229 parser._url = '';
/third_party/skia/tools/skp/
H A 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/node/deps/npm/node_modules/http-cache-semantics/
H A Dindex.js139 this._url = req.url;
267 (!this._url || this._url === req.url) &&
485 this._url = obj.u;
503 u: this._url,
/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c585 char path[200], _url[256]; in lws_acme_client_connect() local
590 lws_strncpy(_url, url, sizeof(_url)); in lws_acme_client_connect()
591 if (lws_parse_uri(_url, &prot, &i->address, &i->port, &p)) { in lws_acme_client_connect()
/third_party/python/Lib/test/
H A Dtest_http_cookiejar.py312 self._url = url

Completed in 7 milliseconds