Lines Matching refs:username
95 const uriObj4 = new uri.URI("https://username:password@host:8080/directory/file?foo=1&bar=2#fragmen…
100 console.info(uriObj4.userInfo) // username:password
113 const uriObj6 = new uri.URI("https://username:my+name@host:8080/directory/my+file?foo=1&bar=2#fragm…
114 console.info(uriObj6.encodedUserInfo) // username:my+name
118 console.info(uriObj6.encodedAuthority) // username:my+name@host:8080
119 console.info(uriObj6.encodedSSP) // //username:my+name@host:8080/directory/my+file?foo=1&bar=2
161 let mm = 'https://username:password@host:8080/directory/file?foo=1&bar=2#fragment';
165 new uri.URI('https://username:password@host:8080');
188 const result = new uri.URI('https://username:password@host:8080/directory/file?ab=pppppp#qwer da');
189 let result1 = result.toString(); // https://username:password@host:8080/directory/file?ab=pppppp#qw…
225 const uriInstance = new uri.URI('https://username:password@host:8080/directory/file?query=pppppp#qw…
226 const uriInstance1 = new uri.URI('https://username:password@host:8080/directory/file?query=pppppp#q…
249 const uriInstance = new uri.URI('https://username:password@www.qwer.com:8080?query=pppppp');
286 const uriInstance = new uri.URI('https://username:password@www.qwer.com:8080/path/path1/../path2/./…
317 const uriInstance = new uri.URI("https://username:password@www.qwer.com:8080?query=p");
773 const uriInstance = new uri.URI('https://username:password@host:8080/directory/file?query=pppppp#qw…
774 const uriInstance1 = new uri.URI('https://username:password@host:8080/directory/file?query=pppppp#q…