Home
last modified time | relevance | path

Searched defs:username (Results 1 – 25 of 153) sorted by relevance

1234567

/third_party/node/test/parallel/
Dtest-http-decoded-auth.js8 username: 'test@test"', property
13 username: 'test%40test', property
18 username: 'not%3Agood', property
23 username: 'not%22good', property
28 username: 'test1234::::', property
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-whoami.md10 ### Synopsis
16 ### Description
20 ### See Also
/third_party/node/deps/npm/test/tap/
Dconfig-credentials.js78 username: undefined, property
131 username: 'username', property
148 username: 'username', property
165 username: 'username', property
177 username: 'username', property
195 username: 'username', property
222 username: 'username', property
237 username: 'username', property
248 username: 'username', property
266 username: 'username', property
[all …]
/third_party/node/test/fixtures/wpt/url/resources/
Durltestdata.json9 "username": "", string
24 "username": "user", string
39 "username": "test", string
54 "username": "", string
69 "username": "test", string
84 "username": "", string
99 "username": "", string
114 "username": "", string
129 "username": "", string
144 "username": "", string
[all …]
/third_party/gn/examples/ios/host/
Dmain.cc13 const char* username = getenv("USER"); in Username() local
64 std::string username = Username(); in main() local
/third_party/node/deps/npm/lib/
Dwhoami.js32 }).then(({username, token}) => { property
38 })).then(({username}) => { field
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Dmschapv2.c15 const u8 * mschapv2_remove_domain(const u8 *username, size_t *len) in mschapv2_remove_domain()
44 const u8 *username; in mschapv2_derive_response() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Dmschapv2.c15 const u8 * mschapv2_remove_domain(const u8 *username, size_t *len) in mschapv2_remove_domain()
44 const u8 *username; in mschapv2_derive_response() local
/third_party/node/deps/npm/node_modules/registry-auth-token/test/
Dauth-token.test.js295 username: 'foobar', property
319 username: 'foobar', property
342 username: 'username', property
367 username: 'username', property
392 username: 'barbaz' property
415 username: 'barbaz' property
439 username: 'barbaz' property
447 username: 'barbaz' property
/third_party/node/test/fixtures/
Durl-setter-tests-additional.js2 'username': [ property
9 'username': '%F0%9F%98%80' property
18 'username': '%EF%BF%BD' property
27 'username': '%EF%BF%BDnode' property
36 'username': '%EF%BF%BD' property
45 'username': '%EF%BF%BDnode' property
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dms_funcs.c82 const u8 *username, size_t username_len, u8 *challenge) in challenge_hash()
172 const u8 *username, size_t username_len, in generate_nt_response()
200 const u8 *username, size_t username_len, in generate_nt_response_pwhash()
230 const u8 *username, size_t username_len, in generate_authenticator_response_pwhash()
286 const u8 *username, size_t username_len, in generate_authenticator_response()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dms_funcs.c82 const u8 *username, size_t username_len, u8 *challenge) in challenge_hash()
172 const u8 *username, size_t username_len, in generate_nt_response()
200 const u8 *username, size_t username_len, in generate_nt_response_pwhash()
230 const u8 *username, size_t username_len, in generate_authenticator_response_pwhash()
286 const u8 *username, size_t username_len, in generate_authenticator_response()
/third_party/cef/libcef/browser/net_service/
Dlogin_delegate.cc37 void Continue(const CefString& username, const CefString& password) override { in Continue()
135 void LoginDelegate::Continue(const CefString& username, in Continue()
/third_party/typescript/tests/cases/compiler/
DesModuleInteropImportTSLibHasImport.ts9 export const username = () => 'username'; constant
/third_party/ltp/testcases/kernel/syscalls/add_key/
Dadd_key05.c35 char username[] = "ltp_add_key05_n"; in add_user() local
50 char username[] = "ltp_add_key05_n"; in clean_user() local
/third_party/node/lib/internal/
Durl.js250 function onParseComplete(flags, protocol, username, password, argument
273 function onParseProtocolComplete(flags, protocol, username, password, argument
285 function onParseHostnameComplete(flags, protocol, username, password, argument
297 function onParsePortComplete(flags, protocol, username, password, argument
302 function onParseHostComplete(flags, protocol, username, password, argument
309 function onParsePathComplete(flags, protocol, username, password, argument
327 function onParseSearchComplete(flags, protocol, username, password, argument
332 function onParseHashComplete(flags, protocol, username, password, argument
525 set(username) { argument
1455 function constructUrl(flags, protocol, username, password, argument
/third_party/node/deps/npm/lib/auth/
Dsso.js29 username: 'npm_' + ssoType + '_auth_dummy_user', property
56 ({username}) => username, field
/third_party/node/deps/npm/node_modules/npm-user-validate/
Dnpm-user-validate.js23 function username (un) { function
/third_party/node/test/known_issues/
Dtest-url-parse-conformance.js31 let username, password; variable
/third_party/node/deps/npm/lib/config/
Dget-credentials-by-uri.js17 username: undefined, property
/third_party/cef/libcef_dll/ctocpp/
Dauth_callback_ctocpp.cc21 void CefAuthCallbackCToCpp::Continue(const CefString& username, in Continue()
/third_party/cef/libcef_dll/cpptoc/
Dauth_callback_cpptoc.cc23 const cef_string_t* username, in auth_callback_cont()
/third_party/toybox/toys/other/
Dlogin.c42 char *username, *pass = 0, *ss; in login_main() local
/third_party/typescript/tests/baselines/reference/
DesModuleInteropImportTSLibHasImport.js6 export const username = () => 'username'; function
/third_party/selinux/libselinux/src/
Dseusers.c178 char *username = NULL; in getseuserbyname() local
268 int getseuser(const char *username, const char *service, in getseuser()

1234567