Home
last modified time | relevance | path

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

12345678910>>...27

/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/input.output/iostream.format/quoted.manip/
Dquoted.pass.cpp12 // quoted
32 auto q = std::quoted(str); in both_ways()
43 ss << std::quoted(p); in round_trip()
45 ss >> std::quoted(s); in round_trip()
54 ss << std::quoted(p); in round_trip_ws()
56 ss >> std::quoted(s); in round_trip_ws()
63 ss << std::quoted(p, delim); in round_trip_d()
65 ss >> std::quoted(s, delim); in round_trip_d()
71 ss << std::quoted(p, '"', escape ); in round_trip_e()
73 ss >> std::quoted(s, '"', escape ); in round_trip_e()
[all …]
Dquoted_char.fail.cpp12 // quoted
23 ss << std::quoted(p); in round_trip()
25 ss >> std::quoted(s); in round_trip()
/external/libcxx/test/std/experimental/string.view/string.view.nonmem/
Dquoted.pass.cpp12 // quoted
20 // quoted is C++14 only
36 ss << std::quoted(sv); in round_trip()
38 ss >> std::quoted(s); in round_trip()
49 ss << std::quoted(sv); in round_trip_ws()
51 ss >> std::quoted(s); in round_trip_ws()
60 ss << std::quoted(sv, delim); in round_trip_d()
62 ss >> std::quoted(s, delim); in round_trip_d()
70 ss << std::quoted(sv, '"', escape ); in round_trip_e()
72 ss >> std::quoted(s, '"', escape ); in round_trip_e()
[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/dbus/dbus/
Ddbus-shell.c36 * in the quoted text, you have to do something like 'foo'\''bar'
153 * The @quoted_string need not actually contain quoted or
161 * \' - if you want a ' in the quoted text, you have to do something
166 * @quoted_string: shell-quoted string
194 /* Append all non-quoted chars, honoring backslash escape in _dbus_shell_unquote()
266 * note that tokenization ignores the internals of a quoted
275 * double-quote (\, ' or ") and it is not quoted, it will affect
276 * quoting for subsequent characters up to the end of the quoted
283 * mark and the end of the quoted text. The token will not be
284 * delimited by the end of the quoted field."
[all …]
/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/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/autotest/frontend/afe/doctests/
Dtest.control.32 some content\"""quoted content\"""
3 '''other quoted content\"""'''
7 some content\'''quoted content\'''
8 """other quoted content\'''"""
/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 …]
/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/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)]
/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/llvm/test/CodeGen/MIR/X86/
Dblock-address-operands.mir21 store volatile i8* blockaddress(@test2, %"quoted block"), i8** @addr
23 indirectbr i8* %val, [label %"quoted block"]
25 "quoted block":
74 ; CHECK: %rax = LEA64r %rip, 1, _, blockaddress(@test2, %ir-block."quoted block"), _
75 %rax = LEA64r %rip, 1, _, blockaddress(@test2, %ir-block."quoted block"), _
Dmissing-closing-quote.mir5 @"quoted name" = external global i32
9 %a = load i32, i32* @"quoted name"
19 %rax = MOV64rm %rip, 1, _, @"quoted name, _
/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/nist-sip/java/gov/nist/javax/sip/header/ims/
DPAccessNetworkInfoHeader.java56 * cgi-3gpp = "cgi-3gpp" EQUAL (token / quoted-string)
57 * utran-cell-id-3gpp = "utran-cell-id-3gpp" EQUAL (token / quoted-string)
58 * dsl-location = "dsl-location" EQUAL (token / quoted-string)
59 * ci-3gpp2 = "ci-3gpp2" EQUAL (token / quoted-string)
61 * gen-value = token / host / quoted-string
/external/llvm/utils/lit/lit/
DShCommands.py19 quoted = "'%s'" % arg
21 quoted = '"%s"' % arg
24 file.write(quoted)
28 dequoted = list(ShUtil.ShLexer(quoted).lex())
/external/jetty/src/java/org/eclipse/jetty/server/
DCookieCutter.java133 boolean quoted=false; in parseFields()
141 // Handle quoted values for name or value in parseFields()
142 if (quoted) in parseFields()
154 quoted=false; in parseFields()
191 quoted=true; in parseFields()
236 quoted=true; in parseFields()
/external/llvm/test/YAMLParser/
Dspec-05-12.test9 quoted: "Quoted "
18 # CHECK: !!str "Quoted\t\t"
/external/bison/lib/
Dquotearg.h29 style and the default flags and quoted characters. Note that the
91 characters if no quoted characters are encountered.
260 it would not otherwise be quoted). C must never be a digit or a
284 /* Place into buffer BUFFER (of size BUFFERSIZE) a quoted version of
314 /* Use storage slot N to return a quoted version of the string ARG.
326 /* Use storage slot N to return a quoted version of the argument ARG
334 /* Use style S and storage slot N to return a quoted version of the string ARG.
339 /* Use style S and storage slot N to return a quoted version of the
/external/iptables/iptables/
Diptables-xml.c81 /* arg meta data, were they quoted, frinstance */
104 add_argv(char *what, int quoted) in add_argv() argument
109 newargvattr[newargc] = quoted; in add_argv()
397 /* use argvattr to tell which arguments were quoted in do_rule_part()
398 to avoid comparing quoted arguments, like comments, to -j, */ in do_rule_part()
502 || (argv[arg + 1][0] == '-' /* NOT QUOTED */ )) { in do_rule_part()
742 int quote_open, quoted; in iptables_xml_main() local
781 /* We need to know which args were quoted so we in iptables_xml_main()
783 quoted = 0; in iptables_xml_main()
797 quoted = 1; in iptables_xml_main()
[all …]

12345678910>>...27