HomeSort by relevance Sort by last modified time
    Searched refs:rfc2965 (Results 1 - 8 of 8) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cookielib.py 411 for rfc2109_as_netscape, rfc2965, version in [
412 # default according to rfc2965 if not explicitly specified
423 rfc2965=rfc2965)
435 if rfc2965:
533 pol = DefaultCookiePolicy(rfc2965=True)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cookielib.py 411 for rfc2109_as_netscape, rfc2965, version in [
412 # default according to rfc2965 if not explicitly specified
423 rfc2965=rfc2965)
435 if rfc2965:
533 pol = DefaultCookiePolicy(rfc2965=True)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 411 for rfc2109_as_netscape, rfc2965, version in [
412 # default according to rfc2965 if not explicitly specified
423 rfc2965=rfc2965)
435 if rfc2965:
533 pol = DefaultCookiePolicy(rfc2965=True)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 411 for rfc2109_as_netscape, rfc2965, version in [
412 # default according to rfc2965 if not explicitly specified
423 rfc2965=rfc2965)
435 if rfc2965:
533 pol = DefaultCookiePolicy(rfc2965=True)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 850 netscape=True, rfc2965=False,
862 self.rfc2965 = rfc2965
937 if cookie.version > 0 and not self.rfc2965:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 850 netscape=True, rfc2965=False,
862 self.rfc2965 = rfc2965
937 if cookie.version > 0 and not self.rfc2965:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 850 netscape=True, rfc2965=False,
862 self.rfc2965 = rfc2965
937 if cookie.version > 0 and not self.rfc2965:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 850 netscape=True, rfc2965=False,
862 self.rfc2965 = rfc2965
937 if cookie.version > 0 and not self.rfc2965:
    [all...]

Completed in 56 milliseconds