Home
last modified time | relevance | path

Searched defs:Set (Results 51 – 75 of 18714) sorted by relevance

12345678910>>...749

/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/oklog/ulid/v2/vendor/github.com/pborman/getopt/
H A Dset.go27 type Set struct { struct
28 State // State of getopt
31 args []string
36 program string
40 parameters string
44 shortOptions map[rune]*option
45 longOptions map[string]*option
46 options optionList
105 func (s *Set) Args() []string {
115 func (s *Set) NArgs() int {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/oklog/ulid/vendor/github.com/pborman/getopt/
H A Dset.go27 type Set struct { struct
28 State // State of getopt
31 args []string
36 program string
40 parameters string
44 shortOptions map[rune]*option
45 longOptions map[string]*option
46 options optionList
105 func (s *Set) Args() []string {
115 func (s *Set) NArgs() int {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/oklog/ulid/vendor/github.com/pborman/getopt/
H A Dset.go27 type Set struct { struct
28 State // State of getopt
31 args []string
36 program string
40 parameters string
44 shortOptions map[rune]*option
45 longOptions map[string]*option
46 options optionList
105 func (s *Set) Args() []string {
115 func (s *Set) NArgs() int {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/oklog/ulid/vendor/github.com/pborman/getopt/
H A Dset.go27 type Set struct { struct
28 State // State of getopt
31 args []string
36 program string
40 parameters string
44 shortOptions map[rune]*option
45 longOptions map[string]*option
46 options optionList
105 func (s *Set) Args() []string {
115 func (s *Set) NArgs() int {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/oklog/ulid/v2/vendor/github.com/pborman/getopt/
H A Dset.go27 type Set struct { struct
28 State // State of getopt
31 args []string
36 program string
40 parameters string
44 shortOptions map[rune]*option
45 longOptions map[string]*option
46 options optionList
105 func (s *Set) Args() []string {
115 func (s *Set) NArgs() int {
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/pborman/getopt/
H A Dset.go27 type Set struct { struct
28 State // State of getopt
31 args []string
36 program string
40 parameters string
44 shortOptions map[rune]*option
45 longOptions map[string]*option
46 options optionList
105 func (s *Set) Args() []string {
115 func (s *Set) NArgs() int {
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/pborman/getopt/
H A Dset.go27 type Set struct { struct
28 State // State of getopt
31 args []string
36 program string
40 parameters string
44 shortOptions map[rune]*option
45 longOptions map[string]*option
46 options optionList
105 func (s *Set) Args() []string {
115 func (s *Set) NArgs() int {
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/oklog/ulid/v2/vendor/github.com/pborman/getopt/
H A Dset.go27 type Set struct { struct
28 State // State of getopt
31 args []string
36 program string
40 parameters string
44 shortOptions map[rune]*option
45 longOptions map[string]*option
46 options optionList
105 func (s *Set) Args() []string {
115 func (s *Set) NArgs() int {
[all …]
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/pborman/getopt/
H A Dset.go27 type Set struct { struct
28 State // State of getopt
31 args []string
36 program string
40 parameters string
44 shortOptions map[rune]*option
45 longOptions map[string]*option
46 options optionList
105 func (s *Set) Args() []string {
115 func (s *Set) NArgs() int {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/oklog/ulid/vendor/github.com/pborman/getopt/
H A Dset.go27 type Set struct { struct
28 State // State of getopt
31 args []string
36 program string
40 parameters string
44 shortOptions map[rune]*option
45 longOptions map[string]*option
46 options optionList
105 func (s *Set) Args() []string {
115 func (s *Set) NArgs() int {
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/emirpasic/gods/gods-1.12.0/sets/hashset/
H A Dhashset.go23 type Set struct { struct
24 items map[interface{}]struct{}
39 func (set *Set) Add(items ...interface{}) {
46 func (set *Set) Remove(items ...interface{}) {
55 func (set *Set) Contains(items ...interface{}) bool {
65 func (set *Set) Empty() bool {
70 func (set *Set) Size() int {
75 func (set *Set) Clear() {
80 func (set *Set) Values() []interface{} {
91 func (set *Set) String() string {
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/emirpasic/gods/sets/hashset/
H A Dhashset.go23 type Set struct { struct
24 items map[interface{}]struct{}
39 func (set *Set) Add(items ...interface{}) {
46 func (set *Set) Remove(items ...interface{}) {
55 func (set *Set) Contains(items ...interface{}) bool {
65 func (set *Set) Empty() bool {
70 func (set *Set) Size() int {
75 func (set *Set) Clear() {
80 func (set *Set) Values() []interface{} {
91 func (set *Set) String() string {
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/emirpasic/gods/sets/hashset/
H A Dhashset.go23 type Set struct { struct
24 items map[interface{}]struct{}
39 func (set *Set) Add(items ...interface{}) {
46 func (set *Set) Remove(items ...interface{}) {
55 func (set *Set) Contains(items ...interface{}) bool {
65 func (set *Set) Empty() bool {
70 func (set *Set) Size() int {
75 func (set *Set) Clear() {
80 func (set *Set) Values() []interface{} {
91 func (set *Set) String() string {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/emirpasic/gods/sets/hashset/
H A Dhashset.go23 type Set struct { struct
24 items map[interface{}]struct{}
39 func (set *Set) Add(items ...interface{}) {
46 func (set *Set) Remove(items ...interface{}) {
55 func (set *Set) Contains(items ...interface{}) bool {
65 func (set *Set) Empty() bool {
70 func (set *Set) Size() int {
75 func (set *Set) Clear() {
80 func (set *Set) Values() []interface{} {
91 func (set *Set) String() string {
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/emirpasic/gods/sets/hashset/
H A Dhashset.go23 type Set struct { struct
24 items map[interface{}]struct{}
39 func (set *Set) Add(items ...interface{}) {
46 func (set *Set) Remove(items ...interface{}) {
55 func (set *Set) Contains(items ...interface{}) bool {
65 func (set *Set) Empty() bool {
70 func (set *Set) Size() int {
75 func (set *Set) Clear() {
80 func (set *Set) Values() []interface{} {
91 func (set *Set) String() string {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/multiformats/go-multihash/
H A Dset.go4 type Set struct { struct
5 set map[string]struct{}
16 func (s *Set) Add(m Multihash) {
21 func (s *Set) Len() int {
26 func (s *Set) Has(m Multihash) bool {
33 func (s *Set) Visit(m Multihash) bool {
44 func (s *Set) ForEach(f func(m Multihash) error) error {
55 func (s *Set) Remove(m Multihash) {
60 func (s *Set) All() []Multihash {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/ipfs/go-cid/
H A Dset.go5 type Set struct { struct
6 set map[Cid]struct{}
15 func (s *Set) Add(c Cid) {
20 func (s *Set) Has(c Cid) bool {
26 func (s *Set) Remove(c Cid) {
31 func (s *Set) Len() int {
36 func (s *Set) Keys() []Cid {
46 func (s *Set) Visit(c Cid) bool {
57 func (s *Set) ForEach(f func(c Cid) error) error {
/dports/audio/pms-devel/pms-c94e3c6/commands/
H A Dset.go14 type Set struct { struct
15 newcommand
16 api api.API
17 tokens []parser.OptionToken
29 func (cmd *Set) Parse() error {
58 func (cmd *Set) ParseSet() error {
86 func (cmd *Set) Exec() error {
136 func (cmd *Set) setTabCompleteVerbs(lit string) {
141 func (cmd *Set) setTabCompleteOption(tok parser.OptionToken) {
/dports/audio/visp-go/visp-2585747/commands/
H A Dset.go15 type Set struct { struct
16 command
17 api api.API
18 tokens []parser.OptionToken
30 func (cmd *Set) Parse() error {
59 func (cmd *Set) ParseSet() error {
87 func (cmd *Set) Exec() error {
146 func (cmd *Set) setTabCompleteVerbs(lit string) {
151 func (cmd *Set) setTabCompleteOption(tok parser.OptionToken) {
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/zclconf/go-cty/cty/set/
H A Dset.go22 type Set struct { struct
23 vals map[int][]interface{}
24 rules Rules
43 func sameRules(s1 Set, s2 Set) bool {
47 func mustHaveSameRules(s1 Set, s2 Set) {
55 func (s Set) HasRules(rules Rules) bool {
60 func (s Set) Rules() Rules {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/zclconf/go-cty/cty/set/
H A Dset.go22 type Set struct { struct
23 vals map[int][]interface{}
24 rules Rules
43 func sameRules(s1 Set, s2 Set) bool {
47 func mustHaveSameRules(s1 Set, s2 Set) {
55 func (s Set) HasRules(rules Rules) bool {
60 func (s Set) Rules() Rules {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-core/peer/
H A Dset.go8 type Set struct { struct
9 lk sync.RWMutex
10 ps map[ID]struct{}
12 size int
29 func (ps *Set) Add(p ID) {
35 func (ps *Set) Contains(p ID) bool {
42 func (ps *Set) Size() int {
52 func (ps *Set) TryAdd(p ID) bool {
63 func (ps *Set) Peers() []ID {
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/zclconf/go-cty/cty/set/
H A Dset.go22 type Set struct { struct
23 vals map[int][]interface{}
24 rules Rules
43 func sameRules(s1 Set, s2 Set) bool {
47 func mustHaveSameRules(s1 Set, s2 Set) {
55 func (s Set) HasRules(rules Rules) bool {
60 func (s Set) Rules() Rules {
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/zclconf/go-cty/cty/set/
H A Dset.go22 type Set struct { struct
23 vals map[int][]interface{}
24 rules Rules
43 func sameRules(s1 Set, s2 Set) bool {
47 func mustHaveSameRules(s1 Set, s2 Set) {
55 func (s Set) HasRules(rules Rules) bool {
60 func (s Set) Rules() Rules {
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/zclconf/go-cty/cty/set/
H A Dset.go22 type Set struct { struct
23 vals map[int][]interface{}
24 rules Rules
43 func sameRules(s1 Set, s2 Set) bool {
47 func mustHaveSameRules(s1 Set, s2 Set) {
55 func (s Set) HasRules(rules Rules) bool {
60 func (s Set) Rules() Rules {

12345678910>>...749