| /third_party/curl/tests/data/ |
| H A D | test1439 | 15 Content-Type: text/plain 43 Content-Type: text/plain
|
| H A D | test1438 | 16 Content-Type: text/plain 44 Content-Type: text/plain
|
| H A D | test1680 | 16 Content-Type: text/plain 49 Content-Type: text/plain
|
| H A D | test3014 | 15 Content-Type: text/plain 43 Content-Type: text/plain
|
| H A D | test1434 | 17 Content-Type: text/plain
47 Content-Type: text/plain
|
| /third_party/curl/docs/cmdline-opts/ |
| H A D | sasl-authzid.md | 6 Help: Identity for SASL PLAIN authentication 18 Use this authorization identity (**authzid**), during SASL PLAIN
|
| /third_party/backends/tools/ |
| H A D | update-upstreams.sh | 17 CONFIG_BASE_URL=https://git.savannah.gnu.org/cgit/config.git/plain 23 GNULIB_BASE_URL=https://git.savannah.gnu.org/cgit/gnulib.git/plain
|
| /third_party/node/test/fixtures/wpt/encoding/resources/ |
| H A D | decoding-helpers.js | 5 req.open('GET', `data:text/plain,${url_encoded_string}`); 6 req.overrideMimeType(`text/plain; charset="${label}"`);
|
| /third_party/node/test/fixtures/wpt/common/ |
| H A D | README.md | 7 * `text-plain.txt` - A text/plain document.
|
| /third_party/node/deps/base64/base64/lib/arch/generic/ |
| H A D | codec.c | 21 BASE64_ENC_FUNCTION(plain) in BASE64_ENC_FUNCTION() 32 BASE64_DEC_FUNCTION(plain) in BASE64_DEC_FUNCTION()
|
| /third_party/ltp/tools/sparse/sparse-src/validation/ |
| H A D | Wuniv-init-ko.c | 25 Wuniv-init-ko.c:6:23: warning: Using plain integer as NULL pointer 28 Wuniv-init-ko.c:10:26: warning: Using plain integer as NULL pointer
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | wpa_auth.c | 2699 struct wpabuf *plain; in fils_encrypt_assoc() local 2735 plain = fils_prepare_plainbuf(sm, hlp); in fils_encrypt_assoc() 2736 if (!plain) { in fils_encrypt_assoc() 2737 wpa_printf(MSG_DEBUG, "FILS: Plain buffer prep failed"); in fils_encrypt_assoc() 2741 if (pos + wpabuf_len(plain) + AES_BLOCK_SIZE > end) { in fils_encrypt_assoc() 2744 wpabuf_clear_free(plain); in fils_encrypt_assoc() 2749 plain); in fils_encrypt_assoc() 2752 wpabuf_head(plain), wpabuf_len(plain), in fils_encrypt_assoc() 2754 wpabuf_clear_free(plain); in fils_encrypt_assoc() 2773 struct wpabuf *plain; fils_prepare_plainbuf() local 2914 struct wpabuf *plain; hostapd_eid_assoc_fils_session() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | crypto.h | 124 * @plain: Plaintext data to be encrypted (16 bytes) 128 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt); 148 * @plain: Buffer for the decrypted data (16 bytes) 151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain); 243 * @plain: Plaintext to cipher 253 const u8 *plain, u8 *crypt, size_t len); 259 * @plain: Resulting plaintext 268 const u8 *crypt, u8 *plain, size_t len); 412 * @plain: Buffer for plaintext (at least crypt_len bytes) 418 u8 *plain, size_ [all...] |
| /third_party/python/Lib/email/ |
| H A D | message.py | 160 self._default_type = 'text/plain' 360 and encoded properly, if needed, when generating the plain text 374 self.add_header('Content-Type', 'text/plain', 600 RFC 2045 defines a message's default type to be text/plain unless it 610 # RFC 2045, section 5.2 says if its invalid, use text/plain 612 return 'text/plain' 636 Most messages have a default content type of text/plain, except for 645 ctype should be either "text/plain" or "message/rfc822", although this 736 message, it will be set to "text/plain" and the new parameter and 750 ctype = 'text/plain' [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
| H A D | radius.c | 985 u8 *plain, *ppos, *res; in decrypt_ms_key() local 1010 ppos = plain = os_malloc(plen); in decrypt_ms_key() 1011 if (plain == NULL) in decrypt_ms_key() 1013 plain[0] = 0; in decrypt_ms_key() 1031 os_free(plain); in decrypt_ms_key() 1041 if (plain[0] == 0 || plain[0] > plen - 1) { in decrypt_ms_key() 1043 os_free(plain); in decrypt_ms_key() 1047 res = os_memdup(plain + 1, plain[ in decrypt_ms_key() [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
| H A D | radius.c | 985 u8 *plain, *ppos, *res; in decrypt_ms_key() local 1010 ppos = plain = os_malloc(plen); in decrypt_ms_key() 1011 if (plain == NULL) in decrypt_ms_key() 1013 plain[0] = 0; in decrypt_ms_key() 1031 os_free(plain); in decrypt_ms_key() 1041 if (plain[0] == 0 || plain[0] > plen - 1) { in decrypt_ms_key() 1043 os_free(plain); in decrypt_ms_key() 1047 res = os_memdup(plain + 1, plain[ in decrypt_ms_key() [all...] |
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
| H A D | hks_cross_test.cpp | 81 uint8_t plain[CROSS_COMMON_SIZE] = {0}; in HWTEST_F() local 82 struct HksBlob plainText = { CROSS_COMMON_SIZE, plain }; in HWTEST_F() 124 uint8_t plain[CROSS_COMMON_SIZE] = {0}; in HWTEST_F() local 125 struct HksBlob plainText = { CROSS_COMMON_SIZE, plain }; in HWTEST_F() 171 uint8_t plain[CROSS_COMMON_SIZE] = {0}; in HWTEST_F() local 172 struct HksBlob plainText = { CROSS_COMMON_SIZE, plain }; in HWTEST_F() 219 uint8_t plain[CROSS_COMMON_SIZE] = {0}; in HWTEST_F() local 220 struct HksBlob plainText = { CROSS_COMMON_SIZE, plain }; in HWTEST_F()
|
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
| H A D | JsonFormatterTest.cs | 399 message = new TestJsonFieldOrdering { O1Int32 = 5, O2String = "o2", PlainInt32 = 10, PlainString = "plain" }; in OutputIsInNumericFieldOrder_NoDefaults() 400 AssertJson("{ 'plainString': 'plain', 'o2String': 'o2', 'plainInt32': 10, 'o1Int32': 5 }", formatter.Format(message)); in OutputIsInNumericFieldOrder_NoDefaults() 401 message = new TestJsonFieldOrdering { O1String = "", O2Int32 = 0, PlainInt32 = 10, PlainString = "plain" }; in OutputIsInNumericFieldOrder_NoDefaults() 402 AssertJson("{ 'plainString': 'plain', 'o1String': '', 'plainInt32': 10, 'o2Int32': 0 }", formatter.Format(message)); in OutputIsInNumericFieldOrder_NoDefaults() 411 message = new TestJsonFieldOrdering { O1Int32 = 5, O2String = "o2", PlainInt32 = 10, PlainString = "plain" }; in OutputIsInNumericFieldOrder_WithDefaults() 412 AssertJson("{ 'plainString': 'plain', 'o2String': 'o2', 'plainInt32': 10, 'o1Int32': 5 }", formatter.Format(message)); in OutputIsInNumericFieldOrder_WithDefaults() 413 message = new TestJsonFieldOrdering { O1String = "", O2Int32 = 0, PlainInt32 = 10, PlainString = "plain" }; in OutputIsInNumericFieldOrder_WithDefaults() 414 AssertJson("{ 'plainString': 'plain', 'o1String': '', 'plainInt32': 10, 'o2Int32': 0 }", formatter.Format(message)); in OutputIsInNumericFieldOrder_WithDefaults()
|
| /test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance/entry/src/main/resources/rawfile/ |
| H A D | post_data.html | 7 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"}); 18 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
|
| /test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance/entry/src/ohosTest/resources/rawfile/ |
| H A D | post_data.html | 7 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"}); 18 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
|
| /test/xts/acts/arkui/ace_ets_web_scheme_handler_four_napis/entry/src/ohosTest/resources/rawfile/ |
| H A D | post_data.html | 7 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"}); 18 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
|
| /test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/resources/rawfile/ |
| H A D | post_data.html | 7 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"}); 18 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
|
| /test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/ohosTest/resources/rawfile/ |
| H A D | post_data.html | 7 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"}); 18 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
|
| /test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/resources/rawfile/ |
| H A D | post_data.html | 7 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"}); 18 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
|
| /test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/ohosTest/resources/rawfile/ |
| H A D | post_data.html | 7 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"}); 18 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
|