Home
last modified time | relevance | path

Searched defs:Map (Results 1 – 25 of 5757) sorted by relevance

12345678910>>...231

/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dheader.c32 int Vect_print_header(const struct Map_info *Map) in Vect_print_header()
50 int Vect_read_header(struct Map_info *Map) in Vect_read_header()
63 int Vect_write_header(const struct Map_info *Map) in Vect_write_header()
78 int Vect__write_head(const struct Map_info *Map) in Vect__write_head()
116 int Vect__read_head(struct Map_info *Map) in Vect__read_head()
255 int Vect_is_3d(const struct Map_info *Map) in Vect_is_3d()
425 int Vect_get_scale(const struct Map_info *Map) in Vect_get_scale()
466 int Vect_set_zone(struct Map_info *Map, int zone) in Vect_set_zone()
480 int Vect_get_zone(const struct Map_info *Map) in Vect_get_zone()
502 int Vect_set_proj(struct Map_info *Map, int proj) in Vect_set_proj()
[all …]
H A Dlevel_two.c20 static void check_level(const struct Map_info *Map) in check_level()
34 plus_t Vect_get_num_nodes(const struct Map_info *Map) in Vect_get_num_nodes()
74 plus_t Vect_get_num_lines(const struct Map_info *Map) in Vect_get_num_lines()
86 plus_t Vect_get_num_areas(const struct Map_info *Map) in Vect_get_num_areas()
98 plus_t Vect_get_num_kernels(const struct Map_info *Map) in Vect_get_num_kernels()
111 plus_t Vect_get_num_faces(const struct Map_info *Map) in Vect_get_num_faces()
124 plus_t Vect_get_num_volumes(const struct Map_info *Map) in Vect_get_num_volumes()
137 plus_t Vect_get_num_islands(const struct Map_info *Map) in Vect_get_num_islands()
150 plus_t Vect_get_num_holes(const struct Map_info *Map) in Vect_get_num_holes()
163 int Vect_get_num_dblinks(const struct Map_info *Map) in Vect_get_num_dblinks()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/
H A Dlib.rs49 pub struct Map { struct
57 turns: BTreeMap<TurnID, Turn>, argument
63 bus_stops: BTreeMap<BusStopID, BusStop>, argument
70 stop_signs: BTreeMap<IntersectionID, ControlStopSign>, argument
71 traffic_signals: BTreeMap<IntersectionID, ControlTrafficSignal>, argument
75 config: MapConfig, argument
85 edits: MapEdits, argument
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/emirpasic/gods/gods-1.12.0/maps/treemap/
H A Dtreemap.go27 type Map struct { struct
28 tree *rbt.Tree
48 func (m *Map) Put(key interface{}, value interface{}) {
61 func (m *Map) Remove(key interface{}) {
66 func (m *Map) Empty() bool {
71 func (m *Map) Size() int {
76 func (m *Map) Keys() []interface{} {
81 func (m *Map) Values() []interface{} {
86 func (m *Map) Clear() {
92 func (m *Map) Min() (key interface{}, value interface{}) {
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/emirpasic/gods/maps/treemap/
H A Dtreemap.go27 type Map struct { struct
28 tree *rbt.Tree
48 func (m *Map) Put(key interface{}, value interface{}) {
61 func (m *Map) Remove(key interface{}) {
66 func (m *Map) Empty() bool {
71 func (m *Map) Size() int {
76 func (m *Map) Keys() []interface{} {
81 func (m *Map) Values() []interface{} {
86 func (m *Map) Clear() {
92 func (m *Map) Min() (key interface{}, value interface{}) {
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/emirpasic/gods/maps/treemap/
H A Dtreemap.go27 type Map struct { struct
28 tree *rbt.Tree
48 func (m *Map) Put(key interface{}, value interface{}) {
61 func (m *Map) Remove(key interface{}) {
66 func (m *Map) Empty() bool {
71 func (m *Map) Size() int {
76 func (m *Map) Keys() []interface{} {
81 func (m *Map) Values() []interface{} {
86 func (m *Map) Clear() {
92 func (m *Map) Min() (key interface{}, value interface{}) {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/emirpasic/gods/maps/treemap/
H A Dtreemap.go27 type Map struct { struct
28 tree *rbt.Tree
48 func (m *Map) Put(key interface{}, value interface{}) {
61 func (m *Map) Remove(key interface{}) {
66 func (m *Map) Empty() bool {
71 func (m *Map) Size() int {
76 func (m *Map) Keys() []interface{} {
81 func (m *Map) Values() []interface{} {
86 func (m *Map) Clear() {
92 func (m *Map) Min() (key interface{}, value interface{}) {
[all …]
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/emirpasic/gods/maps/treemap/
H A Dtreemap.go27 type Map struct { struct
28 tree *rbt.Tree
48 func (m *Map) Put(key interface{}, value interface{}) {
61 func (m *Map) Remove(key interface{}) {
66 func (m *Map) Empty() bool {
71 func (m *Map) Size() int {
76 func (m *Map) Keys() []interface{} {
81 func (m *Map) Values() []interface{} {
86 func (m *Map) Clear() {
92 func (m *Map) Min() (key interface{}, value interface{}) {
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/emirpasic/gods/gods-1.12.0/maps/hashbidimap/
H A Dhashbidimap.go29 type Map struct { struct
30 forwardMap hashmap.Map
31 inverseMap hashmap.Map
40 func (m *Map) Put(key interface{}, value interface{}) {
64 func (m *Map) Remove(key interface{}) {
72 func (m *Map) Empty() bool {
77 func (m *Map) Size() int {
82 func (m *Map) Keys() []interface{} {
87 func (m *Map) Values() []interface{} {
92 func (m *Map) Clear() {
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/emirpasic/gods/maps/hashbidimap/
H A Dhashbidimap.go29 type Map struct { struct
30 forwardMap hashmap.Map
31 inverseMap hashmap.Map
40 func (m *Map) Put(key interface{}, value interface{}) {
64 func (m *Map) Remove(key interface{}) {
72 func (m *Map) Empty() bool {
77 func (m *Map) Size() int {
82 func (m *Map) Keys() []interface{} {
87 func (m *Map) Values() []interface{} {
92 func (m *Map) Clear() {
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/emirpasic/gods/maps/hashbidimap/
H A Dhashbidimap.go29 type Map struct { struct
30 forwardMap hashmap.Map
31 inverseMap hashmap.Map
40 func (m *Map) Put(key interface{}, value interface{}) {
64 func (m *Map) Remove(key interface{}) {
72 func (m *Map) Empty() bool {
77 func (m *Map) Size() int {
82 func (m *Map) Keys() []interface{} {
87 func (m *Map) Values() []interface{} {
92 func (m *Map) Clear() {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/emirpasic/gods/maps/hashbidimap/
H A Dhashbidimap.go29 type Map struct { struct
30 forwardMap hashmap.Map
31 inverseMap hashmap.Map
40 func (m *Map) Put(key interface{}, value interface{}) {
64 func (m *Map) Remove(key interface{}) {
72 func (m *Map) Empty() bool {
77 func (m *Map) Size() int {
82 func (m *Map) Keys() []interface{} {
87 func (m *Map) Values() []interface{} {
92 func (m *Map) Clear() {
[all …]
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/emirpasic/gods/maps/hashbidimap/
H A Dhashbidimap.go29 type Map struct { struct
30 forwardMap hashmap.Map
31 inverseMap hashmap.Map
40 func (m *Map) Put(key interface{}, value interface{}) {
64 func (m *Map) Remove(key interface{}) {
72 func (m *Map) Empty() bool {
77 func (m *Map) Size() int {
82 func (m *Map) Keys() []interface{} {
87 func (m *Map) Values() []interface{} {
92 func (m *Map) Clear() {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow/Flatbuf/
H A DMap.cs35 internal struct Map : IFlatbufferObject struct
37 private Table __p;
38 public ByteBuffer ByteBuffer { get { return __p.bb; } }
39 public static Map GetRootAsMap(ByteBuffer _bb) { return GetRootAsMap(_bb, new Map()); } in GetRootAsMap()
41 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
42 public Map __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
45 …d { get { int o = __p.__offset(4); return o != 0 ? 0!=__p.bb.Get(o + __p.bb_pos) : (bool)false; } }
47 public static Offset<Map> CreateMap(FlatBufferBuilder builder, in CreateMap()
54 public static void StartMap(FlatBufferBuilder builder) { builder.StartObject(1); } in StartMap()
55 …ddKeysSorted(FlatBufferBuilder builder, bool keysSorted) { builder.AddBool(0, keysSorted, false); } in AddKeysSorted()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/csharp/src/Apache.Arrow/Flatbuf/
H A DMap.cs35 internal struct Map : IFlatbufferObject struct
37 private Table __p;
38 public ByteBuffer ByteBuffer { get { return __p.bb; } }
39 public static Map GetRootAsMap(ByteBuffer _bb) { return GetRootAsMap(_bb, new Map()); } in GetRootAsMap()
41 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
42 public Map __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
45 …d { get { int o = __p.__offset(4); return o != 0 ? 0!=__p.bb.Get(o + __p.bb_pos) : (bool)false; } }
47 public static Offset<Map> CreateMap(FlatBufferBuilder builder, in CreateMap()
54 public static void StartMap(FlatBufferBuilder builder) { builder.StartObject(1); } in StartMap()
55 …ddKeysSorted(FlatBufferBuilder builder, bool keysSorted) { builder.AddBool(0, keysSorted, false); } in AddKeysSorted()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow/Flatbuf/
H A DMap.cs35 internal struct Map : IFlatbufferObject struct
37 private Table __p;
38 public ByteBuffer ByteBuffer { get { return __p.bb; } }
39 public static Map GetRootAsMap(ByteBuffer _bb) { return GetRootAsMap(_bb, new Map()); } in GetRootAsMap()
41 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
42 public Map __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
45 …d { get { int o = __p.__offset(4); return o != 0 ? 0!=__p.bb.Get(o + __p.bb_pos) : (bool)false; } }
47 public static Offset<Map> CreateMap(FlatBufferBuilder builder, in CreateMap()
54 public static void StartMap(FlatBufferBuilder builder) { builder.StartObject(1); } in StartMap()
55 …ddKeysSorted(FlatBufferBuilder builder, bool keysSorted) { builder.AddBool(0, keysSorted, false); } in AddKeysSorted()
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/emirpasic/gods/gods-1.12.0/maps/linkedhashmap/
H A Dlinkedhashmap.go26 type Map struct { struct
27 table map[interface{}]interface{}
28 ordering *doublylinkedlist.List
41 func (m *Map) Put(key interface{}, value interface{}) {
59 func (m *Map) Remove(key interface{}) {
68 func (m *Map) Empty() bool {
73 func (m *Map) Size() int {
78 func (m *Map) Keys() []interface{} {
83 func (m *Map) Values() []interface{} {
95 func (m *Map) Clear() {
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/emirpasic/gods/maps/linkedhashmap/
H A Dlinkedhashmap.go26 type Map struct { struct
27 table map[interface{}]interface{}
28 ordering *doublylinkedlist.List
41 func (m *Map) Put(key interface{}, value interface{}) {
59 func (m *Map) Remove(key interface{}) {
68 func (m *Map) Empty() bool {
73 func (m *Map) Size() int {
78 func (m *Map) Keys() []interface{} {
83 func (m *Map) Values() []interface{} {
95 func (m *Map) Clear() {
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/emirpasic/gods/maps/linkedhashmap/
H A Dlinkedhashmap.go26 type Map struct { struct
27 table map[interface{}]interface{}
28 ordering *doublylinkedlist.List
41 func (m *Map) Put(key interface{}, value interface{}) {
59 func (m *Map) Remove(key interface{}) {
68 func (m *Map) Empty() bool {
73 func (m *Map) Size() int {
78 func (m *Map) Keys() []interface{} {
83 func (m *Map) Values() []interface{} {
95 func (m *Map) Clear() {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/emirpasic/gods/maps/linkedhashmap/
H A Dlinkedhashmap.go26 type Map struct { struct
27 table map[interface{}]interface{}
28 ordering *doublylinkedlist.List
41 func (m *Map) Put(key interface{}, value interface{}) {
59 func (m *Map) Remove(key interface{}) {
68 func (m *Map) Empty() bool {
73 func (m *Map) Size() int {
78 func (m *Map) Keys() []interface{} {
83 func (m *Map) Values() []interface{} {
95 func (m *Map) Clear() {
[all …]
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/emirpasic/gods/maps/linkedhashmap/
H A Dlinkedhashmap.go26 type Map struct { struct
27 table map[interface{}]interface{}
28 ordering *doublylinkedlist.List
41 func (m *Map) Put(key interface{}, value interface{}) {
59 func (m *Map) Remove(key interface{}) {
68 func (m *Map) Empty() bool {
73 func (m *Map) Size() int {
78 func (m *Map) Keys() []interface{} {
83 func (m *Map) Values() []interface{} {
95 func (m *Map) Clear() {
[all …]
/dports/security/gopass/gopass-1.13.0/
H A DARCHITECTURE.md45 ### `docs/backends`
50 ### `docs/commands`
59 ### `docs/usecases`
66 ### `helpers/`
93 ### `internal/action`
121 ### `internal/config`
134 ### `internal/cui`
147 ### `internal/queue`
172 ### `internal/tree`
192 ### `pkg/`
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/emirpasic/gods/gods-1.12.0/maps/treebidimap/
H A Dtreebidimap.go33 type Map struct { struct
34 forwardMap redblacktree.Tree
35 inverseMap redblacktree.Tree
36 keyComparator utils.Comparator
37 valueComparator utils.Comparator
105 func (m *Map) Empty() bool {
110 func (m *Map) Size() int {
115 func (m *Map) Keys() []interface{} {
120 func (m *Map) Values() []interface{} {
125 func (m *Map) Clear() {
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/emirpasic/gods/maps/treebidimap/
H A Dtreebidimap.go33 type Map struct { struct
34 forwardMap redblacktree.Tree
35 inverseMap redblacktree.Tree
36 keyComparator utils.Comparator
37 valueComparator utils.Comparator
105 func (m *Map) Empty() bool {
110 func (m *Map) Size() int {
115 func (m *Map) Keys() []interface{} {
120 func (m *Map) Values() []interface{} {
125 func (m *Map) Clear() {
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/emirpasic/gods/maps/treebidimap/
H A Dtreebidimap.go33 type Map struct { struct
34 forwardMap redblacktree.Tree
35 inverseMap redblacktree.Tree
36 keyComparator utils.Comparator
37 valueComparator utils.Comparator
105 func (m *Map) Empty() bool {
110 func (m *Map) Size() int {
115 func (m *Map) Keys() []interface{} {
120 func (m *Map) Values() []interface{} {
125 func (m *Map) Clear() {
[all …]

12345678910>>...231