Home
last modified time | relevance | path

Searched defs:Optionals (Results 1 – 25 of 57) sorted by relevance

123

/dports/security/lego/lego-4.5.3/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/jsonhooks-v1/
H A Djsonhooks_test.go11 type Optionals struct { struct
12 Sr string `json:"sr"`
13 So string `json:"so,omitempty"`
14 Sw string `json:"-"`
17 Io int `json:"io,omitempty"`
25 Fr float64 `json:"fr"`
28 Br bool `json:"br"`
29 Bo bool `json:"bo,omitempty"`
31 Ur uint `json:"ur"`
32 Uo uint `json:"uo,omitempty"`
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/json/
H A Dencode_test.go20 type Optionals struct { struct
21 Sr string `json:"sr"`
22 So string `json:"so,omitempty"`
23 Sw string `json:"-"`
26 Io int `json:"io,omitempty"`
34 Fr float64 `json:"fr"`
37 Br bool `json:"br"`
38 Bo bool `json:"bo,omitempty"`
40 Ur uint `json:"ur"`
41 Uo uint `json:"uo,omitempty"`
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/legacy/json/
H A Dencode_test.go22 type Optionals struct { struct
23 Sr string `json:"sr"`
24 So string `json:"so,omitempty"`
25 Sw string `json:"-"`
28 Io int `json:"io,omitempty"`
36 Fr float64 `json:"fr"`
39 Br bool `json:"br"`
40 Bo bool `json:"bo,omitempty"`
42 Ur uint `json:"ur"`
43 Uo uint `json:"uo,omitempty"`
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/encoding/json/
H A Dencode_test.go14 type Optionals struct { struct
15 Sr string `json:"sr"`
16 So string `json:"so,omitempty"`
17 Sw string `json:"-"`
19 Ir int `json:"omitempty"` // actually named omitempty, not an option
20 Io int `json:"io,omitempty"`
22 Slr []string `json:"slr,random"`
23 Slo []string `json:"slo,omitempty"`
25 Mr map[string]interface{} `json:"mr"`
26 Mo map[string]interface{} `json:",omitempty"`
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/encoding/json/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/gopkg.in/square/go-jose.v2/json/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/square/go-jose.v2/json/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/gopkg.in/square/go-jose.v2/json/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/gopkg.in/square/go-jose.v2/json/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/dustin/gojson/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/ChimeraCoder/anaconda/vendor/github.com/dustin/gojson/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/gopkg.in/square/go-jose.v2/json/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/dustin/gojson/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/gopkg.in/square/go-jose.v2/json/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/encoding/json/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/security/acmetool/acmetool-0.2.1/vendor/gopkg.in/square/go-jose.v1/json/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gopkg.in/square/go-jose.v2/go-jose-2.3.1/json/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/security/acmetool/acmetool-0.2.1/vendor/gopkg.in/square/go-jose.v2/json/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/encoding/json/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/www/miniflux/v2-2.0.35/vendor/gopkg.in/square/go-jose.v2/json/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gopkg.in/square/go-jose.v2/json/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/gopkg.in/square/go-jose.v2/json/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gopkg.in/square/go-jose.v2/json/
H A Dencode_test.go15 type Optionals struct { struct
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
21 Io int `json:"io,omitempty"`
29 Fr float64 `json:"fr"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
[all …]
/dports/mail/mailhog/MailHog-1.0.0/vendor/gopkg.in/mgo.v2/internal/json/
H A Dencode_test.go16 type Optionals struct { struct
17 Sr string `json:"sr"`
18 So string `json:"so,omitempty"`
19 Sw string `json:"-"`
22 Io int `json:"io,omitempty"`
30 Fr float64 `json:"fr"`
33 Br bool `json:"br"`
34 Bo bool `json:"bo,omitempty"`
36 Ur uint `json:"ur"`
37 Uo uint `json:"uo,omitempty"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/mgo.v2/internal/json/
H A Dencode_test.go16 type Optionals struct { struct
17 Sr string `json:"sr"`
18 So string `json:"so,omitempty"`
19 Sw string `json:"-"`
22 Io int `json:"io,omitempty"`
30 Fr float64 `json:"fr"`
33 Br bool `json:"br"`
34 Bo bool `json:"bo,omitempty"`
36 Ur uint `json:"ur"`
37 Uo uint `json:"uo,omitempty"`
[all …]

123