Home
last modified time | relevance | path

Searched defs:List (Results 151 – 175 of 36567) sorted by relevance

12345678910>>...1463

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/option/
H A Dls.go34 type List struct { struct
35 *flags.ClientFlag
36 *flags.OutputFlag
43 func (cmd *List) Register(ctx context.Context, f *flag.FlagSet) {
51 func (cmd *List) Process(ctx context.Context) error {
61 func (cmd *List) Usage() string {
69 func (cmd *List) Description() string {
78 func (cmd *List) Query(ctx context.Context, f *flag.FlagSet, m *object.OptionManager) error {
101 func (cmd *List) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/audio/pms-devel/pms-c94e3c6/commands/
H A Dlist.go14 type List struct { struct
15 command
16 api api.API
17 relative int
18 absolute int
19 duplicate bool
20 remove bool
30 func (cmd *List) Execute(class int, s string) error {
/dports/textproc/ebook-tools/ebook-tools-0.2.2/src/libepub/
H A Dlinklist.c14 listPtr List; in NewListAlloc() local
51 void *GetNode(listPtr List) in GetNode()
276 int SplayRemoveList(listPtr List) in SplayRemoveList()
307 int DelNode(listPtr List) in DelNode()
323 int RemoveList(listPtr List) in RemoveList()
352 int DelHeadList(listPtr List) in DelHeadList()
375 int DelTailList(listPtr List) in DelTailList()
398 void *NextNode(listPtr List) in NextNode()
413 void *PrevNode(listPtr List) in PrevNode()
471 void SwapList(listPtr List) in SwapList()
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/shared/markdown/
H A Dlist.go72 type List struct { struct
73 blockBase
75 hasTrailingBlankLine bool
76 hasBlankLineBetweenChildren bool
78 IsLoose bool
79 IsOrdered bool
80 OrderedStart int
81 BulletOrDelimiter byte
82 Children []*ListItem
126 func (b *List) isLoose() bool {
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/shared/markdown/
H A Dlist.go72 type List struct { struct
73 blockBase
75 hasTrailingBlankLine bool
76 hasBlankLineBetweenChildren bool
78 IsLoose bool
79 IsOrdered bool
80 OrderedStart int
81 BulletOrDelimiter byte
82 Children []*ListItem
126 func (b *List) isLoose() bool {
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/utils/markdown/
H A Dlist.go72 type List struct { struct
73 blockBase
75 hasTrailingBlankLine bool
76 hasBlankLineBetweenChildren bool
78 IsLoose bool
79 IsOrdered bool
80 OrderedStart int
81 BulletOrDelimiter byte
82 Children []*ListItem
126 func (b *List) isLoose() bool {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/shared/markdown/
H A Dlist.go72 type List struct { struct
73 blockBase
75 hasTrailingBlankLine bool
76 hasBlankLineBetweenChildren bool
78 IsLoose bool
79 IsOrdered bool
80 OrderedStart int
81 BulletOrDelimiter byte
82 Children []*ListItem
126 func (b *List) isLoose() bool {
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/Smerity/govarint/
H A Dgovarint.go11 type U32VarintDecoder interface {
13 }
35 func NewU32GroupVarintEncoder(w io.Writer) *U32GroupVarintEncoder { return &U32GroupVarintEncoder{w…
37 func (b *U32GroupVarintEncoder) Flush() (int, error) {
43 // In the case we're flushing (the group isn't of size four), the non-values should be zero
49 // We need to reset the size byte to zero as we only bitwise OR into it, we don't overwrite it
55 // Always writes at least one byte -- the first one (shift = 0)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/passport/
H A Dpassport_panel_edit_scans.h73 struct List { struct
104 List &list(FileType type); argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/kit/errors/
H A Dlist.go9 type List struct { struct
10 errs []error
11 err error // cached error
15 func (l *List) Append(err error) {
21 func (l *List) AppendString(text string) {
27 func (l *List) Clear() {
37 func (l *List) Err() error {
/dports/textproc/libepubgen/libepubgen-0.1.1/src/lib/
H A DEPUBListStyleManager.h34 struct List struct
39 List() : m_contentsList(), m_level(0) in List() function
43 ~List() in ~List() argument
66 std::vector<EPUBCSSProperties> m_contentsList; argument
71 EPUBListStyleManager() : EPUBParagraphStyleManager(), m_levelNameMap(), in EPUBListStyleManager() argument
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/adlio/trello/
H A Dlist.go15 type List struct { struct
16 client *Client
17 ID string `json:"id"`
18 Name string `json:"name"`
19 IDBoard string `json:"idBoard,omitempty"`
20 Closed bool `json:"closed"`
21 Pos float32 `json:"pos,omitempty"`
22 Board *Board `json:"board,omitempty"`
23 Cards []*Card `json:"cards,omitempty"`
27 func (l *List) CreatedAt() time.Time {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/adlio/trello/trello-1.0.0/
H A Dlist.go15 type List struct { struct
16 client *Client
17 ID string `json:"id"`
18 Name string `json:"name"`
19 IDBoard string `json:"idBoard,omitempty"`
20 Closed bool `json:"closed"`
21 Pos float32 `json:"pos,omitempty"`
22 Board *Board `json:"board,omitempty"`
23 Cards []*Card `json:"cards,omitempty"`
27 func (l *List) CreatedAt() time.Time {
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/gizak/termui/
H A Dlist.go32 type List struct { struct
33 Block
34 Items []string
35 Overflow string
36 ItemFgColor Attribute
37 ItemBgColor Attribute
50 func (l *List) Buffer() Buffer {
/dports/finance/cointop/cointop-1.5.4/cointop/common/gizak/termui/
H A Dlist.go32 type List struct { struct
33 Block
34 Items []string
35 Overflow string
36 ItemFgColor Attribute
37 ItemBgColor Attribute
50 func (l *List) Buffer() Buffer {
/dports/net-im/slack-term/slack-term-0.4.1/vendor/github.com/erroneousboat/termui/
H A Dlist.go32 type List struct { struct
33 Block
34 Items []string
35 Overflow string
36 ItemFgColor Attribute
37 ItemBgColor Attribute
50 func (l *List) Buffer() Buffer {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/gizak/termui/
H A Dlist.go32 type List struct { struct
33 Block
34 Items []string
35 Overflow string
36 ItemFgColor Attribute
37 ItemBgColor Attribute
50 func (l *List) Buffer() Buffer {
/dports/irc/ergo/ergo-2.8.0/irc/isupport/
H A Dlist.go17 type List struct { struct
18 Tokens map[string]string
19 CachedReply [][]string
29 func (il *List) Initialize() {
35 func (il *List) Add(name string, value string) {
40 func (il *List) AddNoValue(name string) {
54 func (il *List) GetDifference(newil *List) [][]string {
113 func (il *List) RegenerateCachedReply() (err error) {
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/conversation/
H A Dlist.pb.go39 type List struct { struct
40 state protoimpl.MessageState
41 sizeCache protoimpl.SizeCache
42 unknownFields protoimpl.UnknownFields
52 func (x *List) Reset() {
61 func (x *List) String() string {
65 func (*List) ProtoMessage() {}
80 func (*List) Descriptor() ([]byte, []int) {
84 func (x *List) GetTitle() string {
91 func (x *List) GetSubtitle() string {
[all …]
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/conversation/
H A Dlist.pb.go39 type List struct { struct
40 state protoimpl.MessageState
41 sizeCache protoimpl.SizeCache
42 unknownFields protoimpl.UnknownFields
52 func (x *List) Reset() {
61 func (x *List) String() string {
65 func (*List) ProtoMessage() {}
80 func (*List) Descriptor() ([]byte, []int) {
84 func (x *List) GetTitle() string {
91 func (x *List) GetSubtitle() string {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/conversation/
H A Dlist.pb.go39 type List struct { struct
40 state protoimpl.MessageState
41 sizeCache protoimpl.SizeCache
42 unknownFields protoimpl.UnknownFields
52 func (x *List) Reset() {
61 func (x *List) String() string {
65 func (*List) ProtoMessage() {}
80 func (*List) Descriptor() ([]byte, []int) {
84 func (x *List) GetTitle() string {
91 func (x *List) GetSubtitle() string {
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/conversation/
H A Dlist.pb.go39 type List struct { struct
40 state protoimpl.MessageState
41 sizeCache protoimpl.SizeCache
42 unknownFields protoimpl.UnknownFields
52 func (x *List) Reset() {
61 func (x *List) String() string {
65 func (*List) ProtoMessage() {}
80 func (*List) Descriptor() ([]byte, []int) {
84 func (x *List) GetTitle() string {
91 func (x *List) GetSubtitle() string {
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/conversation/
H A Dlist.pb.go39 type List struct { struct
40 state protoimpl.MessageState
41 sizeCache protoimpl.SizeCache
42 unknownFields protoimpl.UnknownFields
52 func (x *List) Reset() {
61 func (x *List) String() string {
65 func (*List) ProtoMessage() {}
80 func (*List) Descriptor() ([]byte, []int) {
84 func (x *List) GetTitle() string {
91 func (x *List) GetSubtitle() string {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/conversation/
H A Dlist.pb.go39 type List struct { struct
40 state protoimpl.MessageState
41 sizeCache protoimpl.SizeCache
42 unknownFields protoimpl.UnknownFields
52 func (x *List) Reset() {
61 func (x *List) String() string {
65 func (*List) ProtoMessage() {}
80 func (*List) Descriptor() ([]byte, []int) {
84 func (x *List) GetTitle() string {
91 func (x *List) GetSubtitle() string {
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/conversation/
H A Dlist.pb.go39 type List struct { struct
40 state protoimpl.MessageState
41 sizeCache protoimpl.SizeCache
42 unknownFields protoimpl.UnknownFields
52 func (x *List) Reset() {
61 func (x *List) String() string {
65 func (*List) ProtoMessage() {}
80 func (*List) Descriptor() ([]byte, []int) {
84 func (x *List) GetTitle() string {
91 func (x *List) GetSubtitle() string {
[all …]

12345678910>>...1463