OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Jar
(Results
1 - 13
of
13
) sorted by null
/prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar.go
48
// Options are the options for creating a new
Jar
.
59
//
Jar
implements the http.CookieJar interface from the net/http package.
60
type
Jar
struct {
75
// New returns a new cookie
jar
. A nil *Options is equivalent to a zero
77
func New(o *Options) (*
Jar
, error) {
78
jar
:= &
Jar
{
82
jar
.psList = o.PublicSuffixList
84
return
jar
, nil
153
func (j *
Jar
) Cookies(u *url.URL) (cookies []*http.Cookie)
[
all
...]
/prebuilts/go/linux-x86/src/net/http/cookiejar/
jar.go
48
// Options are the options for creating a new
Jar
.
59
//
Jar
implements the http.CookieJar interface from the net/http package.
60
type
Jar
struct {
75
// New returns a new cookie
jar
. A nil *Options is equivalent to a zero
77
func New(o *Options) (*
Jar
, error) {
78
jar
:= &
Jar
{
82
jar
.psList = o.PublicSuffixList
84
return
jar
, nil
153
func (j *
Jar
) Cookies(u *url.URL) (cookies []*http.Cookie)
[
all
...]
/external/guice/extensions/struts2/lib/
ant-1.6.5.jar
/external/guice/lib/build/
bnd-0.0.384.jar
/prebuilts/misc/common/robolectric/3.1.1/lib/
ant-1.8.0.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar
/external/jarjar/lib/
apache-ant-1.9.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
/prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar
/prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar
Completed in 166 milliseconds