Searched refs:cookie (Results 1 - 25 of 2439) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A D_LWPCookieJar.py20 def lwp_cookie_str(cookie):
21 """Return string representation of Cookie in an the LWP cookie file format.
26 h = [(cookie.name, cookie.value),
27 ("path", cookie.path),
28 ("domain", cookie.domain)]
29 if cookie.port is not None: h.append(("port", cookie.port))
30 if cookie.path_specified: h.append(("path_spec", None))
31 if cookie
[all...]
H A D_MozillaCookieJar.py1 """Mozilla / Netscape cookie loading / saving."""
27 In particular, the cookie version and port number information is lost,
75 # cookies.txt regards 'Set-Cookie: foo' as a cookie
77 # cookie with no value.
122 for cookie in self:
123 if not ignore_discard and cookie.discard:
125 if not ignore_expires and cookie.is_expired(now):
127 if cookie.secure: secure = "TRUE"
129 if cookie.domain.startswith("."): initial_dot = "TRUE"
131 if cookie
[all...]
H A Dcookielib.py1 r"""HTTP cookie handling for web clients.
7 attributes of the HTTP cookie system as cookie-attributes, to distinguish
445 """Ad-hoc parser for Netscape protocol cookie-attributes.
447 The old Netscape cookie format for Set-Cookie can for instance contain
480 # This is an RFC 2109 cookie.
713 possible to construct Cookie instances that don't comply with the cookie
715 objects -- it deals with cookie parsing, supplying defaults, and
752 # cookie-attribute had an initial dot, in order to follow RFC 2965
814 def set_ok(self, cookie, reques
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A D_LWPCookieJar.py20 def lwp_cookie_str(cookie):
21 """Return string representation of Cookie in an the LWP cookie file format.
26 h = [(cookie.name, cookie.value),
27 ("path", cookie.path),
28 ("domain", cookie.domain)]
29 if cookie.port is not None: h.append(("port", cookie.port))
30 if cookie.path_specified: h.append(("path_spec", None))
31 if cookie
[all...]
H A D_MozillaCookieJar.py1 """Mozilla / Netscape cookie loading / saving."""
27 In particular, the cookie version and port number information is lost,
75 # cookies.txt regards 'Set-Cookie: foo' as a cookie
77 # cookie with no value.
122 for cookie in self:
123 if not ignore_discard and cookie.discard:
125 if not ignore_expires and cookie.is_expired(now):
127 if cookie.secure: secure = "TRUE"
129 if cookie.domain.startswith("."): initial_dot = "TRUE"
131 if cookie
[all...]
H A Dcookielib.py1 r"""HTTP cookie handling for web clients.
7 attributes of the HTTP cookie system as cookie-attributes, to distinguish
445 """Ad-hoc parser for Netscape protocol cookie-attributes.
447 The old Netscape cookie format for Set-Cookie can for instance contain
480 # This is an RFC 2109 cookie.
713 possible to construct Cookie instances that don't comply with the cookie
715 objects -- it deals with cookie parsing, supplying defaults, and
752 # cookie-attribute had an initial dot, in order to follow RFC 2965
814 def set_ok(self, cookie, reques
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A D_LWPCookieJar.py20 def lwp_cookie_str(cookie):
21 """Return string representation of Cookie in an the LWP cookie file format.
26 h = [(cookie.name, cookie.value),
27 ("path", cookie.path),
28 ("domain", cookie.domain)]
29 if cookie.port is not None: h.append(("port", cookie.port))
30 if cookie.path_specified: h.append(("path_spec", None))
31 if cookie
[all...]
H A D_MozillaCookieJar.py1 """Mozilla / Netscape cookie loading / saving."""
27 In particular, the cookie version and port number information is lost,
75 # cookies.txt regards 'Set-Cookie: foo' as a cookie
77 # cookie with no value.
122 for cookie in self:
123 if not ignore_discard and cookie.discard:
125 if not ignore_expires and cookie.is_expired(now):
127 if cookie.secure: secure = "TRUE"
129 if cookie.domain.startswith("."): initial_dot = "TRUE"
131 if cookie
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A D_LWPCookieJar.py20 def lwp_cookie_str(cookie):
21 """Return string representation of Cookie in an the LWP cookie file format.
26 h = [(cookie.name, cookie.value),
27 ("path", cookie.path),
28 ("domain", cookie.domain)]
29 if cookie.port is not None: h.append(("port", cookie.port))
30 if cookie.path_specified: h.append(("path_spec", None))
31 if cookie
[all...]
H A D_MozillaCookieJar.py1 """Mozilla / Netscape cookie loading / saving."""
27 In particular, the cookie version and port number information is lost,
75 # cookies.txt regards 'Set-Cookie: foo' as a cookie
77 # cookie with no value.
122 for cookie in self:
123 if not ignore_discard and cookie.discard:
125 if not ignore_expires and cookie.is_expired(now):
127 if cookie.secure: secure = "TRUE"
129 if cookie.domain.startswith("."): initial_dot = "TRUE"
131 if cookie
[all...]
/prebuilts/ndk/r10/platforms/android-10/arch-arm64/usr/include/sys/
H A Dsystem_properties.h97 void (*propfn)(const prop_info *pi, void *cookie),
98 void *cookie);
/prebuilts/ndk/r10/platforms/android-10/arch-mips64/usr/include/sys/
H A Dsystem_properties.h97 void (*propfn)(const prop_info *pi, void *cookie),
98 void *cookie);
/prebuilts/ndk/r10/platforms/android-10/arch-x86_64/usr/include/sys/
H A Dsystem_properties.h97 void (*propfn)(const prop_info *pi, void *cookie),
98 void *cookie);
/prebuilts/ndk/r10/platforms/android-11/arch-arm64/usr/include/sys/
H A Dsystem_properties.h97 void (*propfn)(const prop_info *pi, void *cookie),
98 void *cookie);
/prebuilts/ndk/r10/platforms/android-11/arch-mips64/usr/include/sys/
H A Dsystem_properties.h97 void (*propfn)(const prop_info *pi, void *cookie),
98 void *cookie);
/prebuilts/ndk/r10/platforms/android-11/arch-x86_64/usr/include/sys/
H A Dsystem_properties.h97 void (*propfn)(const prop_info *pi, void *cookie),
98 void *cookie);
/prebuilts/ndk/r10/platforms/android-12/arch-arm64/usr/include/sys/
H A Dsystem_properties.h97 void (*propfn)(const prop_info *pi, void *cookie),
98 void *cookie);
/prebuilts/ndk/r10/platforms/android-12/arch-mips64/usr/include/sys/
H A Dsystem_properties.h97 void (*propfn)(const prop_info *pi, void *cookie),
98 void *cookie);
/prebuilts/ndk/r10/platforms/android-12/arch-x86_64/usr/include/sys/
H A Dsystem_properties.h97 void (*propfn)(const prop_info *pi, void *cookie),
98 void *cookie);
/prebuilts/ndk/r10/platforms/android-13/arch-arm64/usr/include/sys/
H A Dsystem_properties.h97 void (*propfn)(const prop_info *pi, void *cookie),
98 void *cookie);
/prebuilts/ndk/r10/platforms/android-13/arch-mips64/usr/include/sys/
H A Dsystem_properties.h97 void (*propfn)(const prop_info *pi, void *cookie),
98 void *cookie);
/prebuilts/ndk/r10/platforms/android-13/arch-x86_64/usr/include/sys/
H A Dsystem_properties.h97 void (*propfn)(const prop_info *pi, void *cookie),
98 void *cookie);
/prebuilts/ndk/r10/platforms/android-14/arch-arm64/usr/include/sys/
H A Dsystem_properties.h97 void (*propfn)(const prop_info *pi, void *cookie),
98 void *cookie);
/prebuilts/ndk/r10/platforms/android-14/arch-mips64/usr/include/sys/
H A Dsystem_properties.h97 void (*propfn)(const prop_info *pi, void *cookie),
98 void *cookie);
/prebuilts/ndk/r10/platforms/android-14/arch-x86_64/usr/include/sys/
H A Dsystem_properties.h97 void (*propfn)(const prop_info *pi, void *cookie),
98 void *cookie);

Completed in 787 milliseconds

1234567891011>>