HomeSort by relevance Sort by last modified time
    Searched defs:Cookie (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CookieParser.js 31 // Ideally, we would rely on platform support for parsing a cookie, since
33 // platform cookie parsing logic would require quite a bit of additional
34 // plumbing, and at least some platforms lack support for parsing Cookie,
35 // which is in a format slightly different from Set-Cookie and is normally
60 * @return {Array.<WebInspector.Cookie>}
69 * @return {?Array.<WebInspector.Cookie>}
80 this._addCookie(kv, WebInspector.Cookie.Type.Request);
89 * @return {?Array.<WebInspector.Cookie>}
99 this._addCookie(kv, WebInspector.Cookie.Type.Response);
140 // cookie values, though
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookie.py 1 # Simple test suite for Cookie.py
5 import Cookie
15 'output': 'Set-Cookie: chips=ahoy\nSet-Cookie: vienna=finger',
21 'output': 'Set-Cookie: keebler="E=mc2; L=\\"Loves\\"; fudge=\\012;"',
28 'output': 'Set-Cookie: keebler=E=mc2',
33 C = Cookie.SimpleCookie()
41 C = Cookie.SimpleCookie()
49 'Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme')
53 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme; Version=1"
    [all...]
test_cookielib.py 132 # of Set-Cookie: header
135 # Cookie with name 'expires'
235 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie")
238 """Perform a single request / response cycle, returning Cookie: header."""
242 cookie_hdr = req.get_header("Cookie", "")
304 # Set-Cookie with negative max age.
306 # Set-Cookie cookies.
310 # Should accept unquoted cookie-attribute values? check errata draft.
312 # Should always return quoted cookie-attribute values?
329 ## commas and equals are commonly appear in the cookie value). This als
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookie.py 1 # Simple test suite for Cookie.py
5 import Cookie
15 'output': 'Set-Cookie: chips=ahoy\nSet-Cookie: vienna=finger',
21 'output': 'Set-Cookie: keebler="E=mc2; L=\\"Loves\\"; fudge=\\012;"',
28 'output': 'Set-Cookie: keebler=E=mc2',
33 C = Cookie.SimpleCookie()
41 C = Cookie.SimpleCookie()
49 'Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme')
53 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme; Version=1"
    [all...]
test_cookielib.py 132 # of Set-Cookie: header
135 # Cookie with name 'expires'
235 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie")
238 """Perform a single request / response cycle, returning Cookie: header."""
242 cookie_hdr = req.get_header("Cookie", "")
304 # Set-Cookie with negative max age.
306 # Set-Cookie cookies.
310 # Should accept unquoted cookie-attribute values? check errata draft.
312 # Should always return quoted cookie-attribute values?
329 ## commas and equals are commonly appear in the cookie value). This als
    [all...]
  /external/apache-http/src/org/apache/http/cookie/
Cookie.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/Cookie.java $
32 package org.apache.http.cookie;
37 * HTTP "magic-cookie" represents a piece of state information
45 public interface Cookie {
62 * Returns the comment describing the purpose of this cookie, or
70 * If a user agent (web browser) presents this cookie to a user, the
71 * cookie's purpose will be described by the information at this URL.
76 * Returns the expiration {@link Date} of the cookie, or <tt>null</tt>
86 * Returns <tt>false</tt> if the cookie should be discarded at the en
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Cookie.h 37 struct Cookie {
38 Cookie() { }
40 Cookie(const String& name, const String& value, const String& domain,
65 static unsigned hash(Cookie key)
70 static bool equal(Cookie a, Cookie b)
79 template<> struct DefaultHash<WebCore::Cookie> {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 29 # Id: Cookie.py,v 2.29 2000/08/23 05:28:49 timo Exp
32 # Cookie.py is a Python module for the handling of HTTP
51 >>> import Cookie
53 Most of the time you start by creating a cookie. Cookies come in
57 >>> C = Cookie.SimpleCookie()
58 >>> C = Cookie.SerialCookie()
59 >>> C = Cookie.SmartCookie()
61 [Note: Long-time users of Cookie.py will remember using
62 Cookie.Cookie() to create an Cookie object. Although deprecated, i
    [all...]
cookielib.py 1 r"""HTTP cookie handling for web clients.
7 attributes of the HTTP cookie system as cookie-attributes, to distinguish
28 __all__ = ['Cookie', 'CookieJar', 'CookiePolicy', 'DefaultCookiePolicy',
445 """Ad-hoc parser for Netscape protocol cookie-attributes.
447 The old Netscape cookie format for Set-Cookie can for instance contain
452 that Netscape Cookie headers contain. Ronald Tschalar's HTTPClient
480 # This is an RFC 2109 cookie.
707 class Cookie
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 29 # Id: Cookie.py,v 2.29 2000/08/23 05:28:49 timo Exp
32 # Cookie.py is a Python module for the handling of HTTP
51 >>> import Cookie
53 Most of the time you start by creating a cookie. Cookies come in
57 >>> C = Cookie.SimpleCookie()
58 >>> C = Cookie.SerialCookie()
59 >>> C = Cookie.SmartCookie()
61 [Note: Long-time users of Cookie.py will remember using
62 Cookie.Cookie() to create an Cookie object. Although deprecated, i
    [all...]
cookielib.py 1 r"""HTTP cookie handling for web clients.
7 attributes of the HTTP cookie system as cookie-attributes, to distinguish
28 __all__ = ['Cookie', 'CookieJar', 'CookiePolicy', 'DefaultCookiePolicy',
445 """Ad-hoc parser for Netscape protocol cookie-attributes.
447 The old Netscape cookie format for Set-Cookie can for instance contain
452 that Netscape Cookie headers contain. Ronald Tschalar's HTTPClient
480 # This is an RFC 2109 cookie.
707 class Cookie
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
window_commands.cc 55 struct Cookie {
56 Cookie(const std::string& name,
75 base::DictionaryValue* CreateDictionaryFrom(const Cookie& cookie) {
77 dict->SetString("name", cookie.name);
78 dict->SetString("value", cookie.value);
79 if (!cookie.domain.empty())
80 dict->SetString("domain", cookie.domain);
81 if (!cookie.path.empty())
82 dict->SetString("path", cookie.path)
685 const base::DictionaryValue* cookie; local
    [all...]
  /external/robolectric/lib/main/
json-20080701.jar 
httpclient-4.0.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet_2.5.0.v200910301333.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 558 milliseconds

1 2