Home
last modified time | relevance | path

Searched refs:url (Results 476 - 500 of 1040) sorted by relevance

1...<<11121314151617181920>>...42

/third_party/node/test/parallel/
H A Dtest-whatwg-url-properties.js4 const { URL, URLSearchParams, format } = require('url');
18 ].forEach((url) => {
19 const u = new URL(url);
/third_party/node/deps/icu-small/source/i18n/
H A Dvzone.h90 * @param url Receives the RFC2445 TZURL property value.
91 * @param urlLength, length of the url
95 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength);
100 * @param url The TZURL property value.
101 * @param urlLength, length of the url
104 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength);
/third_party/node/deps/npm/node_modules/hosted-git-info/lib/
H A Dindex.js5 const fromUrl = require('./from-url.js')
6 const parseUrl = require('./parse-url.js')
59 static parseUrl (url) {
60 return parseUrl(url)
114 // the url is the same as browse, but for others like GitHub a file can use both `/tree/`
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
H A Dpolicy.js19 url: request.url,
/third_party/icu/icu4c/source/i18n/
H A Dvzone.h90 * @param url Receives the RFC2445 TZURL property value.
91 * @param urlLength, length of the url
95 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength);
100 * @param url The TZURL property value.
101 * @param urlLength, length of the url
104 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength);
/third_party/python/Tools/scripts/
H A Dparse_html5_entities.py19 def get_json(url):
20 """Download the json file from the url and returns a decoded object."""
21 with urlopen(url) as f:
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dvzone.h92 * @param url Receives the RFC2445 TZURL property value.
93 * @param urlLength, length of the url
97 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength);
102 * @param url The TZURL property value.
103 * @param urlLength, length of the url
106 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength);
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_structures.c120 PRINT_INFO2("free proxy called for '%s'", proxy->url); in free_proxy()
125 free(proxy->url); in free_proxy()
/third_party/skia/third_party/externals/tint/tools/src/cmd/gerrit-stats/
H A Dmain.go21 "net/url"
140 fmt.Printf("Submitted query: %vq/%v\n", gerrit.URL, url.QueryEscape(submittedQuery))
141 fmt.Printf("Review query: %vq/%v\n", gerrit.URL, url.QueryEscape(reviewQuery))
/third_party/skia/tools/skqp/
H A Ddownload_model.py34 url = 'https://storage.googleapis.com/skia-skqp-assets/' + md5
36 shutil.copyfileobj(urllib2.urlopen(url), o)
/third_party/skia/bin/
H A Dfetch-sk84 url = 'https://chrome-infra-packages.appspot.com/dl/skia/tools/sk/%s/+/%s' % ( variable
86 f.write(urlopen(url).read())
/third_party/node/deps/ada/
H A Dada.h129 // https://url.spec.whatwg.org/#forbidden-domain-code-point
1204 * @see https://url.spec.whatwg.org/#url-parsing
1372 * @see https://url.spec.whatwg.org/#url-miscellaneous
1384 * @see https://url.spec.whatwg.org/#url-miscellaneous
1392 * @see https://url.spec.whatwg.org/#special-scheme
1434 * ada::url and ada::url_aggregator.
1471 * @see https://url
5087 struct url : url_base { global() struct
[all...]
/third_party/python/Lib/test/
H A Dtest_pydoc.py393 def call_url_handler(self, url, expected_title):
394 text = pydoc._url_handler(url, "text/html")
1372 def my_url_handler(url, content_type):
1373 text = 'the URL sent was: (%s, %s)' % (url, content_type)
1386 self.assertIn('localhost', serverthread.url)
1391 urlopen(urllib.parse.urljoin(serverthread.url, '/test')).read(),
1395 urlopen(urllib.parse.urljoin(serverthread.url, '/test.css')).read(),
1401 self.assertIsNone(serverthread.url)
1431 for url, title in requests:
1432 self.call_url_handler(url, titl
[all...]
/third_party/ffmpeg/libavformat/
H A Durldecode.h28 * @param url a string to be decoded.
34 char *ff_urldecode(const char *url, int decode_plus_sign);
H A Dsdp.c124 static int sdp_get_address(char *dest_addr, int size, int *ttl, const char *url) in sdp_get_address() argument
130 av_url_split(proto, sizeof(proto), NULL, 0, dest_addr, size, &port, NULL, 0, url); in sdp_get_address()
135 /* The url isn't for the actual rtp sessions, in sdp_get_address()
141 p = strchr(url, '?'); in sdp_get_address()
853 port = sdp_get_address(dst, sizeof(dst), &ttl, ac[0]->url ? ac[0]->url : ""); in av_sdp_create()
873 port = sdp_get_address(dst, sizeof(dst), &ttl, ac[i]->url ? ac[i]->url : ""); in av_sdp_create()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwnm_ap.c745 struct sta_info *sta, const char *url, in wnm_send_ess_disassoc_imminent()
772 url_len = os_strlen(url); in wnm_send_ess_disassoc_imminent()
776 os_memcpy(pos, url, url_len); in wnm_send_ess_disassoc_imminent()
797 const char *url, const u8 *nei_rep, size_t nei_rep_len, in wnm_send_bss_tm_req()
834 if (url) { in wnm_send_bss_tm_req()
836 url_len = os_strlen(url); in wnm_send_bss_tm_req()
843 os_memcpy(pos, url, url_len); in wnm_send_bss_tm_req()
744 wnm_send_ess_disassoc_imminent(struct hostapd_data *hapd, struct sta_info *sta, const char *url, int disassoc_timer) wnm_send_ess_disassoc_imminent() argument
794 wnm_send_bss_tm_req(struct hostapd_data *hapd, struct sta_info *sta, u8 req_mode, int disassoc_timer, u8 valid_int, const u8 *bss_term_dur, u8 dialog_token, const char *url, const u8 *nei_rep, size_t nei_rep_len, const u8 *mbo_attrs, size_t mbo_len) wnm_send_bss_tm_req() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwnm_ap.c685 struct sta_info *sta, const char *url, in wnm_send_ess_disassoc_imminent()
712 url_len = os_strlen(url); in wnm_send_ess_disassoc_imminent()
716 os_memcpy(pos, url, url_len); in wnm_send_ess_disassoc_imminent()
736 const u8 *bss_term_dur, const char *url, in wnm_send_bss_tm_req()
772 if (url) { in wnm_send_bss_tm_req()
774 url_len = os_strlen(url); in wnm_send_bss_tm_req()
781 os_memcpy(pos, url, url_len); in wnm_send_bss_tm_req()
684 wnm_send_ess_disassoc_imminent(struct hostapd_data *hapd, struct sta_info *sta, const char *url, int disassoc_timer) wnm_send_ess_disassoc_imminent() argument
734 wnm_send_bss_tm_req(struct hostapd_data *hapd, struct sta_info *sta, u8 req_mode, int disassoc_timer, u8 valid_int, const u8 *bss_term_dur, const char *url, const u8 *nei_rep, size_t nei_rep_len, const u8 *mbo_attrs, size_t mbo_len) wnm_send_bss_tm_req() argument
/test/testfwk/xdevice/plugins/ohos/
H A Dsetup.py27 url='', variable
/test/testfwk/xdevice/
H A Dsetup.py24 url='', variable
/third_party/curl/src/
H A Dtool_ipfs.h30 CURLcode ipfs_url_rewrite(CURLU *uh, const char *protocol, char **url,
/third_party/qrcodegen/python/
H A Dsetup.py37 url = "https://www.nayuki.io/page/qr-code-generator-library", variable
/third_party/typescript/tests/baselines/reference/
H A DmoduleNodeImportRequireEmit(target=es5).js11 // This should emit a call to createRequire(import.meta.url)
17 var __require = _createRequire(import.meta.url);
19 // This should emit a call to createRequire(import.meta.url)
/test/testfwk/xdevice/plugins/devicetest/
H A Dsetup.py30 url='', variable
/third_party/curl/docs/examples/
H A Dhtmltitle.cpp89 static bool init(CURL *&conn, char *url) in init() argument
106 code = curl_easy_setopt(conn, CURLOPT_URL, url); in init()
266 fprintf(stderr, "Usage: %s <url>\n", argv[0]); in main()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DSerializableChecker.java196 URL url = new URL(arg); in main()
197 URLHandler handler = URLHandler.get(url); in main()

Completed in 17 milliseconds

1...<<11121314151617181920>>...42