Home
last modified time | relevance | path

Searched defs:List (Results 101 – 125 of 28759) sorted by relevance

12345678910>>...1151

/dports/lang/gravity/gravity-0.8.5/docs/
H A Dlist.md1 ## List section
29 …r, but sometimes you want to see everything that’s in the list. Since the List class implements th… argument
38 A List instance can be expanded by setting an index that is greater than the current size of the li… argument
44 ### List as a stack argument
53 ### List Contains argument
60 ### List Join argument
67 ### List Map argument
79 ### List Filter argument
91 ### List Reduce argument
103 ### List Sort argument
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/plumbing/protocol/packp/capability/
H A Dlist.go25 type List struct { struct
26 m map[Capability]*entry
27 sort []string
43 func (l *List) IsEmpty() bool {
48 func (l *List) Decode(raw []byte) error {
79 func (l *List) Get(capability Capability) []string {
94 func (l *List) Add(c Capability, values ...string) error {
144 func (l *List) Supports(capability Capability) bool {
150 func (l *List) Delete(capability Capability) {
167 func (l *List) All() []Capability {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability/
H A Dlist.go25 type List struct { struct
26 m map[Capability]*entry
27 sort []string
43 func (l *List) IsEmpty() bool {
48 func (l *List) Decode(raw []byte) error {
79 func (l *List) Get(capability Capability) []string {
94 func (l *List) Add(c Capability, values ...string) error {
144 func (l *List) Supports(capability Capability) bool {
150 func (l *List) Delete(capability Capability) {
167 func (l *List) All() []Capability {
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability/
H A Dlist.go25 type List struct { struct
26 m map[Capability]*entry
27 sort []string
43 func (l *List) IsEmpty() bool {
48 func (l *List) Decode(raw []byte) error {
79 func (l *List) Get(capability Capability) []string {
94 func (l *List) Add(c Capability, values ...string) error {
144 func (l *List) Supports(capability Capability) bool {
150 func (l *List) Delete(capability Capability) {
167 func (l *List) All() []Capability {
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability/
H A Dlist.go25 type List struct { struct
26 m map[Capability]*entry
27 sort []string
43 func (l *List) IsEmpty() bool {
48 func (l *List) Decode(raw []byte) error {
79 func (l *List) Get(capability Capability) []string {
94 func (l *List) Add(c Capability, values ...string) error {
144 func (l *List) Supports(capability Capability) bool {
150 func (l *List) Delete(capability Capability) {
167 func (l *List) All() []Capability {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability/
H A Dlist.go25 type List struct { struct
26 m map[Capability]*entry
27 sort []string
43 func (l *List) IsEmpty() bool {
48 func (l *List) Decode(raw []byte) error {
79 func (l *List) Get(capability Capability) []string {
94 func (l *List) Add(c Capability, values ...string) error {
144 func (l *List) Supports(capability Capability) bool {
150 func (l *List) Delete(capability Capability) {
167 func (l *List) All() []Capability {
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability/
H A Dlist.go25 type List struct { struct
26 m map[Capability]*entry
27 sort []string
43 func (l *List) IsEmpty() bool {
48 func (l *List) Decode(raw []byte) error {
79 func (l *List) Get(capability Capability) []string {
94 func (l *List) Add(c Capability, values ...string) error {
144 func (l *List) Supports(capability Capability) bool {
150 func (l *List) Delete(capability Capability) {
167 func (l *List) All() []Capability {
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/gopkg.in/src-d/go-git.v4/plumbing/protocol/packp/capability/
H A Dlist.go25 type List struct { struct
26 m map[Capability]*entry
27 sort []string
43 func (l *List) IsEmpty() bool {
48 func (l *List) Decode(raw []byte) error {
79 func (l *List) Get(capability Capability) []string {
97 func (l *List) Add(c Capability, values ...string) error {
147 func (l *List) Supports(capability Capability) bool {
153 func (l *List) Delete(capability Capability) {
170 func (l *List) All() []Capability {
[all …]
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability/
H A Dlist.go25 type List struct { struct
26 m map[Capability]*entry
27 sort []string
43 func (l *List) IsEmpty() bool {
48 func (l *List) Decode(raw []byte) error {
79 func (l *List) Get(capability Capability) []string {
94 func (l *List) Add(c Capability, values ...string) error {
144 func (l *List) Supports(capability Capability) bool {
150 func (l *List) Delete(capability Capability) {
167 func (l *List) All() []Capability {
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/docs/
H A DTraits.md192 ### AffineScope
218 ### Broadcastable
235 ### Commutative
242 ### ElementwiseMappable
256 ### Function-Like
284 ### HasParent
292 ### IsolatedFromAbove
312 ### MemRefsNormalizable
326 ### Single Block Region
341 ### SymbolTable
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/docs/
H A DTraits.md192 ### AffineScope
218 ### Broadcastable
235 ### Commutative
242 ### ElementwiseMappable
256 ### Function-Like
284 ### HasParent
292 ### IsolatedFromAbove
312 ### MemRefsNormalizable
326 ### Single Block Region
341 ### SymbolTable
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/docs/
H A DTraits.md192 ### AffineScope
218 ### Broadcastable
235 ### Commutative
242 ### ElementwiseMappable
256 ### Function-Like
284 ### HasParent
292 ### IsolatedFromAbove
312 ### MemRefsNormalizable
326 ### Single Block Region
341 ### SymbolTable
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/docs/
H A DTraits.md192 ### AffineScope
218 ### Broadcastable
235 ### Commutative
242 ### ElementwiseMappable
256 ### Function-Like
284 ### HasParent
292 ### IsolatedFromAbove
312 ### MemRefsNormalizable
326 ### Single Block Region
341 ### SymbolTable
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dlists.h65 struct List struct
71 List () : Head ((Node *)&Tail), Tail (NULL), TailPred ((Node *)&Head) in List() argument
75 bool IsEmpty () const in IsEmpty()
80 void MakeEmpty () in MakeEmpty()
86 void AddHead (Node *node) in AddHead()
94 void AddTail (Node *node) in AddTail()
102 Node *RemHead () in RemHead()
114 Node *RemHeadQ () // Only use if list is definitely not empty in RemHeadQ()
143 List &operator= (const List&) { return *this; } argument
/dports/devel/awless/awless-0.1.11/vendor/gopkg.in/src-d/go-git.v4/plumbing/protocol/packp/capability/
H A Dlist.go25 type List struct { struct
26 m map[Capability]*entry
27 sort []string
43 func (l *List) IsEmpty() bool {
48 func (l *List) Decode(raw []byte) error {
79 func (l *List) Get(capability Capability) []string {
97 func (l *List) Add(c Capability, values ...string) error {
142 func (l *List) Supports(capability Capability) bool {
148 func (l *List) Delete(capability Capability) {
165 func (l *List) All() []Capability {
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/ChimeraCoder/anaconda/
H A Dlist.go13 type List struct { struct
14 Slug string `json:"slug"`
15 Name string `json:"name"`
16 URL string `json:"uri"`
17 CreatedAt string `json:"created_at"`
18 Id int64 `json:"id"`
21 Mode string `json:"mode"`
22 FullName string `json:"full_name"`
23 Description string `json:"description"`
24 User User `json:"user"`
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow/Flatbuf/Types/
H A DList.cs11 internal struct List : IFlatbufferObject struct
13 private Table __p;
14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public static List GetRootAsList(ByteBuffer _bb) { return GetRootAsList(_bb, new List()); } in GetRootAsList()
16 …(ByteBuffer _bb, List obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); } in GetRootAsList()
17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
18 public List __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
21 public static void StartList(FlatBufferBuilder builder) { builder.StartObject(0); } in StartList()
22 public static Offset<List> EndList(FlatBufferBuilder builder) { in EndList()
/dports/databases/arrow/apache-arrow-6.0.1/csharp/src/Apache.Arrow/Flatbuf/Types/
H A DList.cs11 internal struct List : IFlatbufferObject struct
13 private Table __p;
14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public static List GetRootAsList(ByteBuffer _bb) { return GetRootAsList(_bb, new List()); } in GetRootAsList()
16 …(ByteBuffer _bb, List obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); } in GetRootAsList()
17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
18 public List __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
21 public static void StartList(FlatBufferBuilder builder) { builder.StartObject(0); } in StartList()
22 public static Offset<List> EndList(FlatBufferBuilder builder) { in EndList()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow/Flatbuf/Types/
H A DList.cs11 internal struct List : IFlatbufferObject struct
13 private Table __p;
14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public static List GetRootAsList(ByteBuffer _bb) { return GetRootAsList(_bb, new List()); } in GetRootAsList()
16 …(ByteBuffer _bb, List obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); } in GetRootAsList()
17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
18 public List __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
21 public static void StartList(FlatBufferBuilder builder) { builder.StartObject(0); } in StartList()
22 public static Offset<List> EndList(FlatBufferBuilder builder) { in EndList()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/docs/
H A DTraits.md192 ### AffineScope
207 ### AutomaticAllocationScope
218 ### Broadcastable
235 ### Commutative
242 ### ElementwiseMappable
256 ### Function-Like
284 ### HasParent
292 ### IsolatedFromAbove
312 ### MemRefsNormalizable
334 ### SymbolTable
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/docs/
H A DTraits.md192 ### AffineScope
207 ### AutomaticAllocationScope
218 ### Broadcastable
235 ### Commutative
242 ### ElementwiseMappable
256 ### Function-Like
284 ### HasParent
292 ### IsolatedFromAbove
312 ### MemRefsNormalizable
334 ### SymbolTable
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/docs/
H A DTraits.md192 ### AffineScope
207 ### AutomaticAllocationScope
218 ### Broadcastable
235 ### Commutative
242 ### ElementwiseMappable
256 ### Function-Like
284 ### HasParent
292 ### IsolatedFromAbove
312 ### MemRefsNormalizable
334 ### SymbolTable
[all …]
/dports/audio/visp-go/visp-2585747/clipboard/
H A Dclipboard.go11 type List struct { struct
12 list.Base
13 lists map[string]list.List
14 active list.List
29 func (clipboard *List) Insert(l list.List) {
49 func (clipboard *List) Update(l list.List) {
59 func (clipboard *List) Current() list.List {
67 func (clipboard *List) Get(id string) list.List {
71 func (clipboard *List) Active() list.List {
/dports/net/storj/storj-1.45.3/storagenode/trust/
H A Dlist.go15 type List struct { struct
16 log *zap.Logger
17 sources Sources
18 rules Rules
19 cache *Cache
48 func (list *List) FetchURLs(ctx context.Context) ([]storj.NodeURL, error) {
83 func (list *List) fetchEntries(ctx context.Context) (_ []Entry, err error) {
113 func (list *List) lookupCache(source Source) ([]Entry, bool) {
121 func (list *List) updateCache(source Source, entries []Entry) {
129 func (list *List) saveCache(ctx context.Context) error {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/docs/
H A DTraits.md151 ### AffineScope
166 ### AutomaticAllocationScope
177 ### Broadcastable
194 ### Commutative
201 ### Function-Like
223 ### HasParent
230 ### IsolatedFromAbove
250 ### Single Block with Implicit Terminator
258 ### Symbol
265 ### SymbolTable
[all …]

12345678910>>...1151