Searched refs:strict_ns_domain (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/ |
D | cookielib.py | 872 strict_ns_domain=DomainLiberal, argument 884 self.strict_ns_domain = strict_ns_domain 1037 (self.strict_ns_domain & self.DomainRFC2965Match)): 1043 (self.strict_ns_domain & self.DomainStrictNoDots)): 1144 (self.strict_ns_domain & self.DomainStrictNonDomain) and
|
/external/python/cpython3/Lib/http/ |
D | cookiejar.py | 885 strict_ns_domain=DomainLiberal, argument 898 self.strict_ns_domain = strict_ns_domain 1052 (self.strict_ns_domain & self.DomainRFC2965Match)): 1058 (self.strict_ns_domain & self.DomainStrictNoDots)): 1164 (self.strict_ns_domain & self.DomainStrictNonDomain) and
|
/external/python/cpython3/Doc/library/ |
D | http.cookiejar.rst | 85 …se, strict_rfc2965_unverifiable=True, strict_ns_unverifiable=False, strict_ns_domain=DefaultCookie… 556 .. attribute:: DefaultCookiePolicy.strict_ns_domain 571 :attr:`strict_ns_domain` is a collection of flags. Its value is constructed by 764 rfc2965=True, strict_ns_domain=Policy.DomainStrict,
|
/external/python/cpython2/Doc/library/ |
D | cookielib.rst | 88 …se, strict_rfc2965_unverifiable=True, strict_ns_unverifiable=False, strict_ns_domain=DefaultCookie… 552 .. attribute:: DefaultCookiePolicy.strict_ns_domain 567 :attr:`strict_ns_domain` is a collection of flags. Its value is constructed by 766 rfc2965=True, strict_ns_domain=DefaultCookiePolicy.DomainStrict,
|
/external/python/cpython2/Lib/test/ |
D | test_cookielib.py | 786 strict_ns_domain=DefaultCookiePolicy.DomainStrictNonDomain)
|
/external/python/cpython3/Lib/test/ |
D | test_http_cookiejar.py | 889 strict_ns_domain=DefaultCookiePolicy.DomainStrictNonDomain)
|