Home
last modified time | relevance | path

Searched refs:Jar (Results 1 – 25 of 1876) sorted by relevance

12345678910>>...76

/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/exp/cookiejar/
H A Djar.go56 type Jar struct { struct
62 func New(o *Options) *Jar {
63 return &Jar{
79 func (j *Jar) Cookies(u *url.URL) []*http.Cookie { argument
87 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
/dports/www/grails/grails-1.3.6/gradle/
H A Dassemble.gradle6 // todo Add correct description to all Jar tasks
19 tasks.withType(Jar).allObjects {jar ->
73 appFilesJars = tasks.withType(Jar).matching({ jar -> jar.appFileJar } as Spec)
86 distJars = tasks.withType(Jar).matching({ jar -> !jar.appFileJar } as Spec)
104 task testJar(type: Jar, description: 'Package up the Grails testing jar') {
121 task springJar(type: Jar, description: 'Package up the Spring related Grails classes') {
147 task gormJar(type: Jar, description: 'Package up GORM related classes.') {
156 task webJar(type: Jar, description: 'Package up web related classes.') {
168 task webflowJar(type: Jar, description: 'Package up Web Flow integration classes.') {
175 task crudJar(type: Jar, description: 'Package up scaffolding related classes.') {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/website/source/docs/drivers/
H A Djava.html.md13 The `java` driver is used to execute Java applications packaged into a Java Jar
14 file. The driver requires the Jar file to be accessible from the Nomad
34 rather than a Jar, please specify the class to run and the `class_path`.
39 * `jar_path` - (Optional) The path to the downloaded Jar. In most cases this will just be
40 the name of the Jar. However, if the supplied artifact is an archive that
41 contains the Jar in a subfolder, the path will need to be the relative path
44 * `args` - (Optional) A list of arguments to the Jar's main method. References
54 A simple config block to run a Java Jar:
66 # mechanism to ship the Jar to be run.
90 # mechanism to ship the Jar to be run.
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
171 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
176 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
235 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
240 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
388 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
440 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/lang/gcc8/gcc-8.5.0/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
153 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
158 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
228 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
233 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
384 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
436 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/lang/gcc48/gcc-4.8.5/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
171 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
176 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
235 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
240 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
388 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
440 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
153 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
158 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
228 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
233 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
384 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
436 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/lang/gcc10/gcc-10.3.0/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
154 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
159 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
229 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
234 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
385 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
446 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
153 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
158 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
228 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
233 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
384 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
436 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
154 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
159 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
229 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
234 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
385 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
446 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/net/http/cookiejar/
H A Djar.go61 type Jar struct { struct
78 func New(o *Options) (*Jar, error) {
79 jar := &Jar{
155 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
160 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
230 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
235 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
391 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
452 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/net/http/cookiejar/
H A Djar.go61 type Jar struct { struct
78 func New(o *Options) (*Jar, error) {
79 jar := &Jar{
155 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
160 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
230 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
235 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
391 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
452 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
154 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
159 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
229 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
234 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
385 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
446 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
153 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
158 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
228 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
233 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
384 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
436 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
154 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
159 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
229 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
234 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
385 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
446 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
153 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
158 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
228 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
233 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
384 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
436 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
153 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
158 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
228 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
233 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
384 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
436 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
171 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
176 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
235 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
240 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
388 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
440 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
154 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
159 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
229 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
234 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
385 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
446 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
153 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
158 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
228 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
233 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
384 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
436 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
171 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
176 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
235 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
240 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
388 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
440 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
154 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
159 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
229 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
234 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
385 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
446 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/lang/gcc11/gcc-11.2.0/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
154 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
159 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
229 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
234 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
385 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
446 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
154 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
159 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
229 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
234 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
385 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
446 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument
/dports/lang/gcc9/gcc-9.4.0/libgo/go/net/http/cookiejar/
H A Djar.go60 type Jar struct { struct
77 func New(o *Options) (*Jar, error) {
78 jar := &Jar{
154 func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) { argument
159 func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) { argument
229 func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) { argument
234 func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) { argument
385 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, … argument
446 func (j *Jar) domainAndType(host, domain string) (string, bool, error) { argument

12345678910>>...76