Home
last modified time | relevance | path

Searched refs:user2 (Results 1 – 21 of 21) sorted by relevance

/third_party/curl/tests/data/
Dtest68333 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER http://user2@%HOSTIP:%HTTPPORT/
37 machine %HOSTIP login user2 password passwd2
47 Authorization: Basic %b64[user2:passwd2]b64%
Dtest67531 http://user1:foo1@%HOSTIP:%HTTPPORT/user1/%TESTNUMBER http://user2:foo2@%HOSTIP:%HTTPPORT/user2/%TE…
47 GET /user2/%TESTNUMBER HTTP/1.1
Dtest13141 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://user2@%HOSTIP:%FTPPORT/
46 machine %HOSTIP login user2 password passwd2
54 USER user2
Dtest68237 machine %HOSTIP login user2 password passwd2
Dtest13245 machine %HOSTIP login user2 password passwd2
Dtest203946 machine %HOSTIP login user2 password passwd2
Dtest13447 machine %HOSTIP login user2 password passwd2
Dtest13046 machine %HOSTIP login user2 password passwd2
Dtest25782 machine anotherone.com login user2 password passwd2
/third_party/typescript/tests/baselines/reference/
DambientShorthandFindAllRefs.baseline.jsonc85 // === /tests/cases/fourslash/user2.ts ===
93 "fileName": "/tests/cases/fourslash/user2.ts",
157 "fileName": "/tests/cases/fourslash/user2.ts",
DunusedIdentifiersConsolidated1.js30 var user2 = "Jane2 User2"; variable
139 var user2 = "Jane2 User2";
DunusedIdentifiersConsolidated1.symbols65 var user2 = "Jane2 User2";
66 >user2 : Symbol(user2, Decl(unusedIdentifiersConsolidated1.ts, 28, 3))
DunusedIdentifiersConsolidated1.types69 var user2 = "Jane2 User2";
70 >user2 : string
DunusedIdentifiersConsolidated1.errors.txt69 var user2 = "Jane2 User2";
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/
DREADME.md8 and user: user2, password: password again.
47 confirm what a different user sees, you can also log in as "user2" and
Dba-passwords2 user2:password
/third_party/typescript/tests/cases/compiler/
DunusedIdentifiersConsolidated1.ts32 var user2 = "Jane2 User2"; variable
/third_party/selinux/libsepol/src/
Duser_record.c90 int sepol_user_compare2(const sepol_user_t * user, const sepol_user_t * user2) in sepol_user_compare2() argument
93 return strcmp(user->name, user2->name); in sepol_user_compare2()
/third_party/selinux/libsepol/include/sepol/
Duser_record.h33 const sepol_user_t * user2);
/third_party/jerryscript/targets/esp8266/docs/
DESP-PREREQUISITES.md103 0x101000 $BIN_PATH/upgrade/user2.2048.new.5.bin \
/third_party/python/Doc/library/
Dlogging.config.rst802 args=('localhost', 'from@abc', ['user1@abc', 'user2@xyz'], 'Logger Subject')