HomeSort by relevance Sort by last modified time
    Searched defs:split_header_words (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cookielib.py 326 def split_header_words(header_values): function
363 >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz'])
365 >>> split_header_words(['text/html; charset="iso-8859-1"'])
367 >>> split_header_words([r'Basic realm="\"foo\bar\""'])
405 "split_header_words bug: '%s', '%s', %s" %
413 """Do the inverse (almost) of the conversion done by split_header_words.
449 parser instead of split_header_words.
    [all...]
  /external/python/cpython2/Lib/
cookielib.py 326 def split_header_words(header_values): function
363 >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz'])
365 >>> split_header_words(['text/html; charset="iso-8859-1"'])
367 >>> split_header_words([r'Basic realm="\"foo\bar\""'])
405 "split_header_words bug: '%s', '%s', %s" %
413 """Do the inverse (almost) of the conversion done by split_header_words.
449 parser instead of split_header_words.
    [all...]
  /external/python/cpython3/Lib/http/
cookiejar.py 337 def split_header_words(header_values): function
374 >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz'])
376 >>> split_header_words(['text/html; charset="iso-8859-1"'])
378 >>> split_header_words([r'Basic realm="\"foo\bar\""'])
416 "split_header_words bug: '%s', '%s', %s" %
424 """Do the inverse (almost) of the conversion done by split_header_words.
460 parser instead of split_header_words.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 326 def split_header_words(header_values): function
363 >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz'])
365 >>> split_header_words(['text/html; charset="iso-8859-1"'])
367 >>> split_header_words([r'Basic realm="\"foo\bar\""'])
405 "split_header_words bug: '%s', '%s', %s" %
413 """Do the inverse (almost) of the conversion done by split_header_words.
449 parser instead of split_header_words.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 326 def split_header_words(header_values): function
363 >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz'])
365 >>> split_header_words(['text/html; charset="iso-8859-1"'])
367 >>> split_header_words([r'Basic realm="\"foo\bar\""'])
405 "split_header_words bug: '%s', '%s', %s" %
413 """Do the inverse (almost) of the conversion done by split_header_words.
449 parser instead of split_header_words.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 326 def split_header_words(header_values): function
363 >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz'])
365 >>> split_header_words(['text/html; charset="iso-8859-1"'])
367 >>> split_header_words([r'Basic realm="\"foo\bar\""'])
405 "split_header_words bug: '%s', '%s', %s" %
413 """Do the inverse (almost) of the conversion done by split_header_words.
449 parser instead of split_header_words.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 326 def split_header_words(header_values): function
363 >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz'])
365 >>> split_header_words(['text/html; charset="iso-8859-1"'])
367 >>> split_header_words([r'Basic realm="\"foo\bar\""'])
405 "split_header_words bug: '%s', '%s', %s" %
413 """Do the inverse (almost) of the conversion done by split_header_words.
449 parser instead of split_header_words.
    [all...]

Completed in 233 milliseconds