Lines Matching refs:username

98 const uriObj4 = new uri.URI("https://username:password@host:8080/directory/file?foo=1&bar=2#fragmen…
103 console.info(uriObj4.userInfo) // username:password
116 const uriObj6 = new uri.URI("https://username:my+name@host:8080/directory/my+file?foo=1&bar=2#fragm…
117 console.info(uriObj6.encodedUserInfo) // username:my+name
121 console.info(uriObj6.encodedAuthority) // username:my+name@host:8080
122 console.info(uriObj6.encodedSSP) // //username:my+name@host:8080/directory/my+file?foo=1&bar=2
164 let mm = 'https://username:password@host:8080/directory/file?foo=1&bar=2#fragment';
168 new uri.URI('https://username:password@host:8080');
191 const result = new uri.URI('https://username:password@host:8080/directory/file?ab=pppppp#qwer da');
192 let result1 = result.toString(); // https://username:password@host:8080/directory/file?ab=pppppp#qw…
228 const uriInstance = new uri.URI('https://username:password@host:8080/directory/file?query=pppppp#qw…
229 const uriInstance1 = new uri.URI('https://username:password@host:8080/directory/file?query=pppppp#q…
252 const uriInstance = new uri.URI('https://username:password@www.qwer.com:8080?query=pppppp');
288 const uriInstance = new uri.URI('https://username:password@www.qwer.com:8080/path/path1/../path2/./…
319 const uriInstance = new uri.URI("https://username:password@www.qwer.com:8080?query=p");
775 const uriInstance = new uri.URI('https://username:password@host:8080/directory/file?query=pppppp#qw…
776 const uriInstance1 = new uri.URI('https://username:password@host:8080/directory/file?query=pppppp#q…