Lines Matching refs:parse
68 // Original url.parse() API
131 '`url.parse()` behavior is not standardized and prone to ' +
133 'instead. CVEs are not issued for `url.parse()` vulnerabilities.',
142 urlObject.parse(url, parseQueryString, slashesDenoteHost);
157 // characters in the host parsing loop in Url.prototype.parse, with the
170 Url.prototype.parse = function parse(url, parseQueryString, slashesDenoteHost) {
259 this.query = querystring.parse(this.search.slice(1));
467 this.query = querystring.parse(this.query);
725 rel.parse(relative, false, true);
1024 parse: urlParse,