HomeSort by relevance Sort by last modified time
    Searched refs:quoted (Results 201 - 225 of 425) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/mime/multipart/
multipart_test.go 401 "\n--Apple-Mail-2-292336769\nContent-Transfer-Encoding: 7bit\nContent-Type: text/plain;\n\tcharset=US-ASCII;\n\tdelsp=yes;\n\tformat=flowed\n\nI'm finding the same thing happening on my system (10.4.1).\n\n\n--Apple-Mail-2-292336769\nContent-Transfer-Encoding: quoted-printable\nContent-Type: text/html;\n\tcharset=ISO-8859-1\n\n<HTML><BODY>I'm finding the same thing =\nhappening on my system (10.4.1).=A0 But I built it with XCode =\n2.0.</BODY></=\nHTML>=\n\r\n--Apple-Mail-2-292336769--\n"
423 body := "--0016e68ee29c5d515f04cedf6733\r\nContent-Type: text/plain; charset=ISO-8859-1\r\nContent-Disposition: form-data; name=text\r\nContent-Transfer-Encoding: quoted-printable\r\n\r\nwords words words words words words words words words words words words wor=\r\nds words words words words words words words words words words words words =\r\nwords words words words words words words words words words words words wor=\r\nds words words words words words words words words words words words words =\r\nwords words words words words words words words words\r\n--0016e68ee29c5d515f04cedf6733\r\nContent-Type: text/plain; charset=ISO-8859-1\r\nContent-Disposition: form-data; name=submit\r\n\r\nSubmit\r\n--0016e68ee29c5d515f04cedf6733--"
  /prebuilts/go/linux-x86/src/path/filepath/
path_test.go 162 // quoted
171 // partially quoted
  /build/kati/
ninja.go 468 // ninja will emit quoted string for $
  /build/soong/cmd/microfactory/
microfactory.go 154 return fmt.Errorf("%s: invalid quoted string: <%s> %v", filename, importSpec.Path.Value, err)
  /prebuilts/go/darwin-x86/src/cmd/fix/
fix.go 303 // or "" if the path is not properly quoted.
  /prebuilts/go/darwin-x86/src/cmd/go/
alldocs.go 402 // double-quoted strings passed to the generator as individual
405 // Quoted strings use Go syntax and are evaluated before execution; a
406 // quoted string appears as a single argument to the generator.
423 // Other than variable substitution and quoted-string evaluation, no
431 // order of evaluation, variables are expanded even inside quoted
    [all...]
go_test.go     [all...]
  /prebuilts/go/darwin-x86/src/regexp/
exec_test.go 44 // The stanza begins by defining a set of strings, quoted
  /prebuilts/go/darwin-x86/src/text/template/
doc.go 265 All produce the quoted word "output":
funcs.go 563 // Quotes, slashes and angle brackets get quoted.
  /prebuilts/go/linux-x86/src/cmd/fix/
fix.go 303 // or "" if the path is not properly quoted.
  /prebuilts/go/linux-x86/src/cmd/go/
alldocs.go 402 // double-quoted strings passed to the generator as individual
405 // Quoted strings use Go syntax and are evaluated before execution; a
406 // quoted string appears as a single argument to the generator.
423 // Other than variable substitution and quoted-string evaluation, no
431 // order of evaluation, variables are expanded even inside quoted
    [all...]
go_test.go     [all...]
  /prebuilts/go/linux-x86/src/regexp/
exec_test.go 44 // The stanza begins by defining a set of strings, quoted
  /prebuilts/go/linux-x86/src/text/template/
doc.go 265 All produce the quoted word "output":
funcs.go 563 // Quotes, slashes and angle brackets get quoted.
  /prebuilts/go/darwin-x86/src/html/template/
escape_test.go 21 // Keys in valid JSON must be double quoted as must all strings.
239 // URL escaped, then quoted for JS.
    [all...]
  /prebuilts/go/darwin-x86/src/time/
time.go 948 // The time is a quoted string in RFC 3339 format, with sub-second precision added if present.
964 // The time is expected to be a quoted string in RFC 3339 format.
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
escape_test.go 21 // Keys in valid JSON must be double quoted as must all strings.
239 // URL escaped, then quoted for JS.
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 948 // The time is a quoted string in RFC 3339 format, with sub-second precision added if present.
964 // The time is expected to be a quoted string in RFC 3339 format.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cookielib.py 329 The function knows how to deal with ",", ";" and "=" as well as quoted
349 quoted-string = ( <"> *(qdtext | quoted-pair ) <"> )
351 quoted-pair = "\" CHAR
355 value = token | quoted-string
382 if m: # quoted value
416 value. Attribute values are quoted if needed.
    [all...]
  /external/v8/src/js/
i18n.js 155 * Replace quoted text (single quote, anything but the quote and quote again).
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 5730 char quoted = 0; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 329 The function knows how to deal with ",", ";" and "=" as well as quoted
349 quoted-string = ( <"> *(qdtext | quoted-pair ) <"> )
351 quoted-pair = "\" CHAR
355 value = token | quoted-string
382 if m: # quoted value
416 value. Attribute values are quoted if needed.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 329 The function knows how to deal with ",", ";" and "=" as well as quoted
349 quoted-string = ( <"> *(qdtext | quoted-pair ) <"> )
351 quoted-pair = "\" CHAR
355 value = token | quoted-string
382 if m: # quoted value
416 value. Attribute values are quoted if needed.
    [all...]

Completed in 1298 milliseconds

1 2 3 4 5 6 7 891011>>