Home
last modified time | relevance | path

Searched refs:subdomain (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/npm/node_modules/psl/
Dindex.js173 subdomain: null, property
192 if (parsed.subdomain) {
193 parsed.subdomain = Punycode.toASCII(parsed.subdomain);
209 parsed.subdomain = domainParts.pop();
243 parsed.subdomain = privateParts.join('.');
DREADME.md64 * `subdomain`: Optional parts left of the domain.
71 // Parse domain without subdomain
76 console.log(parsed.subdomain); // null
78 // Parse domain with subdomain
83 console.log(parsed.subdomain); // 'www'
90 console.log(parsed.subdomain); // 'a.b.c.d'
/third_party/curl/lib/
Dhsts.c238 bool subdomain) in Curl_hsts() argument
254 if(subdomain && sts->includeSubDomains) { in Curl_hsts()
400 bool subdomain = FALSE; in hsts_add() local
404 subdomain = TRUE; in hsts_add()
407 e = Curl_hsts(h, p, subdomain); in hsts_add()
409 result = hsts_create(h, p, subdomain, expires); in hsts_add()
Dhsts.h53 bool subdomain);
/third_party/node/deps/npm/node_modules/psl/dist/
Dpsl.min.js1subdomain:null,listed:!1},n=o.split(".");if("local"===n[n.length-1])return e;var s=function(){retu… property
Dpsl.js176 subdomain: null, property
195 if (parsed.subdomain) {
196 parsed.subdomain = Punycode.toASCII(parsed.subdomain);
212 parsed.subdomain = domainParts.pop();
246 parsed.subdomain = privateParts.join('.');
/third_party/pcre2/pcre2/testdata/
Dtestinput953 ) # initial subdomain
104 ) # initial subdomain
132 ) # initial subdomain
186 ) # initial subdomain
Dtestoutput961 ) # initial subdomain
112 ) # initial subdomain
140 ) # initial subdomain
194 ) # initial subdomain
Dtestinput1150 ) # initial subdomain
101 ) # initial subdomain
129 ) # initial subdomain
183 ) # initial subdomain
Dtestoutput11-3261 ) # initial subdomain
112 ) # initial subdomain
140 ) # initial subdomain
194 ) # initial subdomain
Dtestoutput11-1661 ) # initial subdomain
112 ) # initial subdomain
140 ) # initial subdomain
194 ) # initial subdomain
Dtestinput6984 ) # initial subdomain
1035 ) # initial subdomain
1063 ) # initial subdomain
1117 ) # initial subdomain
Dtestinput1506 ) # initial subdomain
557 ) # initial subdomain
585 ) # initial subdomain
639 ) # initial subdomain
Dtestoutput61710 ) # initial subdomain
1761 ) # initial subdomain
1789 ) # initial subdomain
1843 ) # initial subdomain
Dtestoutput1939 ) # initial subdomain
990 ) # initial subdomain
1018 ) # initial subdomain
1072 ) # initial subdomain
/third_party/boost/libs/proto/doc/
Dglossary.qbk82 [ [ [anchor subdomain] sub-domain]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DREADME-HS20234 # (non-exact match means any subdomain matches the entry; priority is in
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DREADME-HS20234 # (non-exact match means any subdomain matches the entry; priority is in
/third_party/node/deps/npm/node_modules/tough-cookie/
DREADME.md86 For example: `www.example.com` and `www.subdomain.example.com` both have public suffix `example.com…