/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicClientCookie2.java | 52 private String commentURL; 77 return this.commentURL; 80 public void setCommentURL(final String commentURL) { 81 this.commentURL = commentURL;
|
RFC2965CommentUrlAttributeHandler.java | 55 public void parse(final SetCookie cookie, final String commenturl) 59 cookie2.setCommentURL(commenturl);
|
RFC2965DiscardAttributeHandler.java | 55 public void parse(final SetCookie cookie, final String commenturl)
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
HttpCookieTest.java | 54 constructHttpCookie("CommentURL", value); 585 // 'CommentURL' is one of the tokens reserved, case-insensitive 586 checkInvalidCookie("Set-Cookie2:COmmentURL=\"lala\""); 591 checkInvalidCookie("Set-Cookie2:name=test;comMentUrL=u,rl"); 672 .parse("Set-cookie2:test=null\";;Port=abde,82;Path=/temp;;;Discard;commentURl=http://harmonytest.org;Max-age=-10;"); 684 .parse("Set-Cookie:name=tes,t;Comment=version1-cookie;Discard=false;commentURL=vers\nion1-cookie-url;Domain=x.y;"); 713 // Check CommentURL 715 .parse("Set-Cookie:name=tes,t;Commenturl;commentuRL=(la,la)"); 832 .parse("Set-Cookie:a name=tes,t;Commenturl;commentuRL=(la,la);path=hello") [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
_LWPCookieJar.py | 38 if cookie.comment_url: h.append(("commenturl", cookie.comment_url))
108 "comment", "commenturl")
157 h("commenturl"),
|
cookielib.py | [all...] |
/external/python/cpython2/Lib/ |
_LWPCookieJar.py | 38 if cookie.comment_url: h.append(("commenturl", cookie.comment_url)) 108 "comment", "commenturl") 157 h("commenturl"),
|
cookielib.py | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
_LWPCookieJar.py | 38 if cookie.comment_url: h.append(("commenturl", cookie.comment_url)) 108 "comment", "commenturl") 157 h("commenturl"),
|
cookielib.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
_LWPCookieJar.py | 38 if cookie.comment_url: h.append(("commenturl", cookie.comment_url)) 108 "comment", "commenturl") 157 h("commenturl"),
|
cookielib.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_LWPCookieJar.py | 38 if cookie.comment_url: h.append(("commenturl", cookie.comment_url)) 108 "comment", "commenturl") 157 h("commenturl"),
|
cookielib.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_LWPCookieJar.py | 38 if cookie.comment_url: h.append(("commenturl", cookie.comment_url)) 108 "comment", "commenturl") 157 h("commenturl"),
|
cookielib.py | [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldCookieHandlerTest.java | 60 + "CommentURL=\"http://google.com/\"; "
|
AbstractCookiesTest.java | 157 + "CommentURL=http://google.com/; " 192 + "CommentURL=\"http://google.com/\"; " [all...] |
/external/apache-http/src/org/apache/http/cookie/ |
ClientCookie.java | 65 public static final String COMMENTURL_ATTR = "commenturl";
|
SetCookie2.java | 53 void setCommentURL(String commentURL);
|
/libcore/ojluni/src/main/java/java/net/ |
HttpCookie.java | 65 RESERVED_NAMES.add("commenturl"); // RFC 2965 RFC 6265 86 private String commentURL; // CommentURL="http URL" ... describes cookie's use 305 commentURL = purpose; 318 return commentURL; [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
CookiesTest.java | 129 + "CommentURL=http://google.com/; " 163 + "CommentURL=\"http://google.com/\"; "
|
/external/python/cpython3/Lib/http/ |
cookiejar.py | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_cookielib.py | [all...] |
/external/python/cpython2/Lib/test/ |
test_cookielib.py | [all...] |