Home
last modified time | relevance | path

Searched full:quoted (Results 1 – 25 of 788) sorted by relevance

12345678910>>...32

/external/apache-http/src/org/apache/commons/codec/net/
DQuotedPrintableCodec.java31 …* Codec for the Quoted-Printable section of <a href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521…
34 …* The Quoted-Printable encoding is intended to represent data that largely consists of octets that…
37 …gely recognizable by humans. A body which is entirely ASCII may also be encoded in Quoted-Printable
46 …* Rules #3, #4, and #5 of the quoted-printable spec are not implemented yet because the complete q…
49 …* for those applications that do not require quoted-printable line formatting (rules #3, #4, #5), …
112 * Encodes byte into its quoted-printable representation.
128 …* Encodes an array of bytes into an array of quoted-printable 7-bit characters. Unsafe characters …
131 …* This function implements a subset of quoted-printable encoding specification (rule #1 and rule #…
136 * bitset of characters deemed quoted-printable
139 * @return array of bytes containing quoted-printable data
[all …]
DQCodec.java29 * Similar to the Quoted-Printable content-transfer-encoding defined in <a
179 …* Encodes a string into its quoted-printable form using the specified charset. Unsafe characters a…
182 * string to convert to quoted-printable form
185 * @return quoted-printable string
202 …* Encodes a string into its quoted-printable form using the default charset. Unsafe characters are…
205 * string to convert to quoted-printable form
206 * @return quoted-printable string
219 …* Decodes a quoted-printable string into its original form. Escaped characters are converted back …
223 * quoted-printable string to convert into its original form
242 …* Encodes an object into its quoted-printable form using the default charset. Unsafe characters ar…
[all …]
/external/libcxx/test/std/strings/string.view/string.view.nonmem/
Dquoted.pass.cpp12 // quoted
22 // quoted is C++14 only
38 ss << std::quoted(sv); in round_trip()
40 ss >> std::quoted(s); in round_trip()
51 ss << std::quoted(sv); in round_trip_ws()
53 ss >> std::quoted(s); in round_trip_ws()
62 ss << std::quoted(sv, delim); in round_trip_d()
64 ss >> std::quoted(s, delim); in round_trip_d()
72 ss << std::quoted(sv, '"', escape ); in round_trip_e()
74 ss >> std::quoted(s, '"', escape ); in round_trip_e()
[all …]
/external/libcxx/test/std/experimental/string.view/string.view.nonmem/
Dquoted.pass.cpp12 // quoted
22 // quoted is C++14 only
38 ss << std::quoted(sv); in round_trip()
40 ss >> std::quoted(s); in round_trip()
51 ss << std::quoted(sv); in round_trip_ws()
53 ss >> std::quoted(s); in round_trip_ws()
62 ss << std::quoted(sv, delim); in round_trip_d()
64 ss >> std::quoted(s, delim); in round_trip_d()
72 ss << std::quoted(sv, '"', escape ); in round_trip_e()
74 ss >> std::quoted(s, '"', escape ); in round_trip_e()
[all …]
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/
Dquoted.pass.cpp12 // quoted
31 auto q = std::quoted(str); in both_ways()
45 ss << std::quoted(p); in round_trip()
47 ss >> std::quoted(s); in round_trip()
59 ss << std::quoted(p); in round_trip_ws()
61 ss >> std::quoted(s); in round_trip_ws()
71 ss << std::quoted(p, d); in round_trip_d()
73 ss >> std::quoted(s, d); in round_trip_d()
82 ss << std::quoted(p, CharT('"'), e ); in round_trip_e()
84 ss >> std::quoted(s, CharT('"'), e ); in round_trip_e()
[all …]
Dquoted_traits.fail.cpp12 // quoted
23 // Test that mismatches in the traits between the quoted object and the dest string are diagnosed.
33 ss << std::quoted(p); in round_trip()
35 ss >> std::quoted(s); in round_trip()
/external/python/cpython2/Lib/email/
Dquoprimime.py5 """Quoted-printable content transfer encoding per RFCs 2045-2047.
8 to encode US ASCII-like 8-bit data called `quoted-printable'. It is used to
13 Quoted-printable is very space-inefficient for encoding binary files; use the
17 with quoted-printable encoding.
116 """Encode a single header line with quoted-printable (like) encoding.
118 Defined in RFC 2045, this `Q' encoding is similar to quoted-printable, but
152 quoted = []
162 _max_append(quoted, '_', max_encoded)
165 _max_append(quoted, c, max_encoded)
168 _max_append(quoted, "=%02X" % ord(c), max_encoded)
[all …]
/external/jsilver/src/com/google/streamhtmlparser/
DHtmlParserFactory.java47 * Indicates that the attribute value is Javascript-quoted. Only takes
50 * HTML quoted.
71 * Indicates that the parser is inside a quoted {@code String}. Only
186 * @param quoted whether the attribute value is enclosed in double quotes
194 boolean quoted, Set<AttributeOptions> options) { in createParserInAttribute() argument
201 quoted ? parserInDefaultAttrQ : parserInDefaultAttr); in createParserInAttribute()
206 quoted ? parserInUriAttrQPartial : parserInUriAttrPartial); in createParserInAttribute()
209 quoted ? parserInUriAttrQComplete : parserInUriAttrComplete); in createParserInAttribute()
213 // inside a Javascript quoted string that is in an unquoted HTML in createParserInAttribute()
216 // quoted attribute values are always HTML quoted. in createParserInAttribute()
[all …]
/external/tpm2/
DQuote.c28 TPMS_ATTEST quoted; in TPM2_Quote() local
38 &quoted); in TPM2_Quote()
49 quoted.type = TPM_ST_ATTEST_QUOTE; in TPM2_Quote()
62 &quoted.attested.quote.pcrDigest); in TPM2_Quote()
66 quoted.attested.quote.pcrSelect = in->PCRselect; in TPM2_Quote()
77 &quoted, in TPM2_Quote()
79 &out->quoted, in TPM2_Quote()
/external/python/cpython2/Doc/library/
Dquopri.rst1 :mod:`quopri` --- Encode and decode MIME quoted-printable data
5 :synopsis: Encode and decode files using the MIME quoted-printable encoding.
9 pair: quoted-printable; encoding
10 single: MIME; quoted-printable encoding
16 This module performs quoted-printable transport encoding and decoding, as
19 The quoted-printable encoding is designed for data where there are relatively
37 Encode the contents of the *input* file and write the resulting quoted-printable
Demail.charset.rst29 Certain character sets must be encoded with quoted-printable or base64 when used
38 quoted-printable and no output conversion codec is necessary. If
57 quoted-printable), ``Charset.BASE64`` (for base64 encoding), or
97 This is either the string ``quoted-printable`` or ``base64`` depending on
103 Returns the string ``quoted-printable`` if *body_encoding* is ``QP``,
155 quoted-printable or base64 encoding.
169 The type of encoding (base64 or quoted-printable) will be based on the
182 The type of encoding (base64 or quoted-printable) will be based on the
218 quoted-printable, ``Charset.BASE64`` for base64 encoding,
219 ``Charset.SHORTEST`` for the shortest of quoted-printable or base64 encoding,
Dmimify.rst17 of) a message entails encoding the message as quoted-printable if it contains
19 part of) a message entails undoing the quoted-printable encoding. Mimify and
34 Copy the message in *infile* to *outfile*, converting parts to quoted-printable
43 Copy the message in *infile* to *outfile*, decoding all quoted-printable parts.
65 By default, a part will be encoded as quoted-printable when it contains any
95 Encode and decode MIME quoted-printable files.
/external/openssh/regress/
Dsftp-glob.sh60 sftp_ls "${DIR}/g-wild\"*\"" "quoted glob" "g-wild*" "g-wildx"
63 sftp_ls "\"${DIR}/g-quote\\\"\"" "quoted quote" "g-quote\"" ""
64 sftp_ls "'${DIR}/g-quote\"'" "single-quoted quote" "g-quote\"" ""
66 sftp_ls "'${DIR}/g-q space'" "quoted space" "g-q space" ""
68 sftp_ls "'${DIR}/g-sl\\\\ash'" "quoted slash" "g-sl\\ash" "" "$nobs"
70 sftp_ls "'${DIR}/g-slash\\\\'" "quoted slash at EOL" "g-slash\\" "" "$nobs"
72 sftp_ls "'${DIR}/g-qs\\\\\"'" "quoted slash+quote" "g-qs\\\"" "" "$nobs"
/external/apache-http/src/org/apache/http/message/
DHeaderValueParser.java73 * value = ( token | quoted-string )
77 * quoted-string = &lt;"&gt; *( text | quoted-char ) &lt;"&gt;
79 * quoted-char = "\" char
156 * in a quoted string to be used within
167 * A string of text is parsed as a single word if it is quoted using
171 * quoted-string = ( <"> *(qdtext | quoted-pair ) <"> )
176 * quoting mechanism only within quoted-string and comment constructs.
179 * quoted-pair = "\" CHAR
188 * value = token | quoted-string
DBasicNameValuePair.java69 * characters. These special characters MUST be in a quoted string to be used within
80 * A string of text is parsed as a single word if it is quoted using double-quote marks.
83 * quoted-string = ( <"> *(qdtext | quoted-pair ) <"> )
88 * within quoted-string and comment constructs.
91 * quoted-pair = "\" CHAR
100 * value = token | quoted-string
/external/autotest/frontend/afe/doctests/
Dtest.control.32 some content\"""quoted content\"""
3 '''other quoted content\"""'''
7 some content\'''quoted content\'''
8 """other quoted content\'''"""
D003_misc_rpc_features.txt93 # test that multiline quoted strings are not indented
108 some content\"""quoted content\"""
109 '''other quoted content\"""'''
112 some content\'''quoted content\'''
113 """other quoted content\'''"""
/external/python/cpython2/Lib/
Dmimify.py5 Decode quoted-printable parts of a mail message or encode using
6 quoted-printable.
25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable
27 QUOTE = '> ' # string replies are quoted with
38 qp = re.compile('^content-transfer-encoding:\\s*quoted-printable', re.I)
95 """Decode a single line of quoted-printable text to 8bit."""
123 """Convert a quoted-printable part of a MIME mail message to 8bit."""
208 """Convert quoted-printable parts of a MIME mail message to 8bit."""
229 """Code a single line as quoted-printable.
263 """Code a single header line as quoted-printable."""
[all …]
Dshlex.py121 quoted = False
140 if self.token or (self.posix and quoted):
162 if self.token or (self.posix and quoted):
167 quoted = True
207 if self.token or (self.posix and quoted):
216 if self.token or (self.posix and quoted):
233 if self.token or (self.posix and quoted):
239 if self.posix and not quoted and result == '':
/external/apache-http/src/org/apache/http/
DNameValuePair.java65 * characters. These special characters MUST be in a quoted string to be used within
76 * A string of text is parsed as a single word if it is quoted using double-quote marks.
79 * quoted-string = ( <"> *(qdtext | quoted-pair ) <"> )
84 * within quoted-string and comment constructs.
87 * quoted-pair = "\" CHAR
96 * value = token | quoted-string
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
DX500NameTokenizer.java44 boolean quoted = false; in nextToken()
57 quoted = !quoted; in nextToken()
64 if (escaped || quoted) in nextToken()
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp243 "#include \"quoted.h\"\n"; in TEST_F()
246 InclusionDirectiveFilenameRange(Source, "/quoted.h", false); in TEST_F()
248 ASSERT_EQ("\"quoted.h\"", GetSourceString(Range)); in TEST_F()
263 "#define MACRO_QUOTED \"quoted.h\"\n" in TEST_F()
267 InclusionDirectiveFilenameRange(Source, "/quoted.h", false); in TEST_F()
269 ASSERT_EQ("\"quoted.h\"", GetSourceString(Range)); in TEST_F()
286 "#include MACRO_STRINGIZED(quoted.h)\n"; in TEST_F()
289 InclusionDirectiveFilenameRange(Source, "/quoted.h", false); in TEST_F()
291 ASSERT_EQ("\"quoted.h\"", GetSourceString(Range)); in TEST_F()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DX509NameTokenizer.java45 boolean quoted = false; in nextToken()
58 quoted = !quoted; in nextToken()
65 if (escaped || quoted) in nextToken()
/external/v8/tools/release/
Dgit_recipes.py96 def Quoted(s): function
198 self.Git(MakeArgs(["add", Quoted(name)]), **kwargs)
205 args.append(Quoted(patch_file))
212 args += ["--email", Quoted(author)]
214 args += ["-r", Quoted(reviewer)]
222 args += ["--cc", Quoted(cc)]
231 args += ["-aF", Quoted(file_name)]
233 args += ["-am", Quoted(message)]
246 args = ["cl", "comments", "-a", Quoted(message)]
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtokenization.txt389 Switch to the attribute value (double-quoted) state.
396 Switch to the attribute value (single-quoted) state.
413 8.2.4.10 Attribute value (double-quoted) state
418 Switch to the after attribute value (quoted) state.
431 value. Stay in the attribute value (double-quoted) state.
433 8.2.4.11 Attribute value (single-quoted) state
438 Switch to the after attribute value (quoted) state.
450 value. Stay in the attribute value (single-quoted) state.
495 8.2.4.14 After attribute value (quoted) state
781 (double-quoted) state.
[all …]

12345678910>>...32