/third_party/node/deps/npm/test/lib/commands/ |
D | unpublish.js | 26 authorization: 'test-auth-token', property 95 authorization: 'test-auth-token', property 121 authorization: 'test-auth-token', property 147 authorization: 'test-auth-token', property 167 authorization: 'test-auth-token', property 188 authorization: 'test-auth-token', property 259 authorization: 'test-auth-token', property 287 authorization: 'test-auth-token', property 308 authorization: 'test-auth-token', property 360 authorization: 'test-other-token', property [all …]
|
D | publish.js | 51 authorization: 'test-other-token', property 107 authorization: 'test-other-token', property 151 authorization: token, property 215 authorization: token, property 316 authorization: 'test-scope-token', property 400 authorization: token, property 429 authorization: token, property 457 authorization: token, property 478 authorization: token, property 513 authorization: token, property [all …]
|
D | deprecate.js | 31 authorization: token, property 85 authorization: token, property 110 authorization: token, property 136 authorization: token, property 162 authorization: token, property
|
D | whoami.js | 14 authorization: 'test-auth-token', property 31 authorization: 'test-auth-token', property 80 authorization: 'Bearer abcd1234', property
|
D | unstar.js | 26 authorization: authToken, property 49 authorization: authToken, property
|
D | star.js | 26 authorization: authToken, property 48 authorization: authToken, property
|
D | access.js | 82 authorization: authToken, property 102 authorization: authToken, property 143 authorization: token, property
|
/third_party/node/test/parallel/ |
D | test-http-request-join-authorization-headers.js | 11 assert.strictEqual(req.headers.authorization, '1, 2'); 24 assert.strictEqual(res.headers.authorization, '3, 4'); 39 assert.strictEqual(req.headers.authorization, '1'); // non joined value 51 assert.strictEqual(res.headers.authorization, '3, 4'); 65 assert.strictEqual(req.headers.authorization, '1, 2'); 77 assert.strictEqual(res.headers.authorization, '3'); // non joined value
|
D | test-http-incoming-matchKnownFields.js | 26 checkDest('Authorization', { authorization: undefined }, undefined); property 27 checkDest('authorization', { authorization: 'test' }, 'value'); property
|
D | test-http-url.parse-auth.js | 30 assert.strictEqual(request.headers.authorization, 'Basic dXNlcjpwYXNzOg==');
|
D | test-http-url.parse-auth-with-header-in-request.js | 30 assert.strictEqual(request.headers.authorization, 'NoAuthForYOU');
|
D | test-http-decoded-auth.js | 37 assert.strictEqual(request.headers.authorization, `Basic ${testCase.expected}`);
|
D | test-http-client-headers-array.js | 23 expectHeaders.authorization =
|
/third_party/python/Lib/http/ |
D | server.py | 1105 authorization = self.headers.get("authorization") 1106 if authorization: 1107 authorization = authorization.split() 1108 if len(authorization) == 2: 1110 env['AUTH_TYPE'] = authorization[0] 1111 if authorization[0].lower() == "basic": 1113 authorization = authorization[1].encode('ascii') 1114 authorization = base64.decodebytes(authorization).\ 1119 authorization = authorization.split(':') 1120 if len(authorization) == 2: [all …]
|
/third_party/ffmpeg/libavformat/ |
D | url.c | 39 const char *authorization, const char *hostname, in ff_url_join() argument 49 if (authorization && authorization[0]) in ff_url_join() 50 av_strlcatf(str, size, "%s@", authorization); in ff_url_join()
|
/third_party/node/deps/undici/src/docs/best-practices/ |
D | proxy.md | 13 If you proxy requires basic authentication, you can send it via the `proxy-authorization` header. 82 …fn(null, req.headers['proxy-authorization'] === `Basic ${Buffer.from('user:pass').toString('base64… 97 'proxy-authorization': `Basic ${Buffer.from('user:pass').toString('base64')}`
|
/third_party/curl/tests/data/ |
D | test2040 | 41 HTTP Basic authorization, then without authorization
|
D | test1071 | 4 # authorization header, but using HTTP 1.0, not 1.1. 73 Downgraded HTTP PUT to HTTP 1.0 with authorization
|
D | test848 | 37 IMAP plain authentication with alternative authorization identity
|
D | test892 | 39 POP3 plain authentication with alternative authorization identity
|
D | test849 | 28 IMAP plain authentication with alternative authorization identity (Not authorized)
|
D | test893 | 30 POP3 plain authentication with alternative authorization identity (Not authorized)
|
/third_party/ltp/testcases/commands/tpm-tools/tpm/tpm_restrictpubek/ |
D | 00_Descriptions.txt | 6 tpm_getpubek requires owner authorization to read the pubek
|
/third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/ |
D | index.js | 235 headers.authorization = `Bearer ${auth.token}` 237 headers.authorization = `Basic ${auth.auth}`
|
/third_party/curl/docs/cmdline-opts/ |
D | sasl-authzid.d | 12 Use this authorization identity (**authzid**), during SASL PLAIN
|