Home
last modified time | relevance | path

Searched defs:Position (Results 1 – 25 of 5987) sorted by relevance

12345678910>>...240

/dports/editors/o/o-2.46.0/
H A Dposition.go10 type Position struct { struct
25 func (p *Position) Copy() *Position {
30 func (p *Position) ScreenX() int {
35 func (p *Position) ScreenY() int {
40 func (p *Position) OffsetX() int {
45 func (p *Position) OffsetY() int {
65 func (p *Position) SetY(y int) {
70 func (p *Position) DecY() {
78 func (p *Position) IncY(c *vt100.Canvas) {
101 func (p *Position) Up() error {
[all …]
/dports/science/py-OpenMC/openmc-0.12.2/include/openmc/
H A Dposition.h17 struct Position { struct
20 Position(double x_, double y_, double z_) : x{x_}, y{y_}, z{z_} { }; in Position() argument
21 Position(const double xyz[]) : x{xyz[0]}, y{xyz[1]}, z{xyz[2]} { }; in Position() function
22 Position(const vector<double>& xyz) : x {xyz[0]}, y {xyz[1]}, z {xyz[2]} {}; in Position() function
23 Position(const array<double, 3>& xyz) : x {xyz[0]}, y {xyz[1]}, z {xyz[2]} {}; in Position() argument
59 throw std::out_of_range {"Index in Position must be between 0 and 2."}; in get() argument
64 throw std::out_of_range {"Index in Position must be between 0 and 2."}; in get() argument
72 inline double dot(Position other) const { in dot() argument
82 Position reflect(Position n) const; argument
95 inline const double& Position::get<0>() const argument
/dports/science/openmc/openmc-0.12.2/include/openmc/
H A Dposition.h17 struct Position { struct
20 Position(double x_, double y_, double z_) : x{x_}, y{y_}, z{z_} { }; in Position() function
21 Position(const double xyz[]) : x{xyz[0]}, y{xyz[1]}, z{xyz[2]} { }; in Position() argument
22 Position(const vector<double>& xyz) : x {xyz[0]}, y {xyz[1]}, z {xyz[2]} {}; in Position() argument
23 Position(const array<double, 3>& xyz) : x {xyz[0]}, y {xyz[1]}, z {xyz[2]} {}; in Position() argument
59 throw std::out_of_range {"Index in Position must be between 0 and 2."}; in get() argument
64 throw std::out_of_range {"Index in Position must be between 0 and 2."}; in get() argument
72 inline double dot(Position other) const { in dot() argument
82 Position reflect(Position n) const; argument
95 inline const double& Position::get<0>() const argument
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go29 type Position struct { struct
33 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` argument
37 XXX_NoUnkeyedLiteral struct{} `json:"-"`
38 XXX_unrecognized []byte `json:"-"`
39 XXX_sizecache int32 `json:"-"`
44 func (*Position) ProtoMessage() {}
58 func (m *Position) XXX_Size() int {
61 func (m *Position) XXX_DiscardUnknown() {
67 func (m *Position) GetReferenceName() string {
74 func (m *Position) GetPosition() int64 {
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go29 type Position struct { struct
33 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` member
37 XXX_NoUnkeyedLiteral struct{} `json:"-"`
38 XXX_unrecognized []byte `json:"-"`
39 XXX_sizecache int32 `json:"-"`
44 func (*Position) ProtoMessage() {}
58 func (m *Position) XXX_Size() int {
61 func (m *Position) XXX_DiscardUnknown() {
67 func (m *Position) GetReferenceName() string {
74 func (m *Position) GetPosition() int64 {
[all …]
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go29 type Position struct { struct
33 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` argument
37 XXX_NoUnkeyedLiteral struct{} `json:"-"`
38 XXX_unrecognized []byte `json:"-"`
39 XXX_sizecache int32 `json:"-"`
44 func (*Position) ProtoMessage() {}
58 func (m *Position) XXX_Size() int {
61 func (m *Position) XXX_DiscardUnknown() {
67 func (m *Position) GetReferenceName() string {
74 func (m *Position) GetPosition() int64 {
[all …]
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go29 type Position struct { struct
33 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` member
37 XXX_NoUnkeyedLiteral struct{} `json:"-"`
38 XXX_unrecognized []byte `json:"-"`
39 XXX_sizecache int32 `json:"-"`
44 func (*Position) ProtoMessage() {}
58 func (m *Position) XXX_Size() int {
61 func (m *Position) XXX_DiscardUnknown() {
67 func (m *Position) GetReferenceName() string {
74 func (m *Position) GetPosition() int64 {
[all …]
/dports/devel/goprotobuf/protobuf-1.1.0/src/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go26 type Position struct { struct
30 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` argument
34 XXX_NoUnkeyedLiteral struct{} `json:"-"`
35 XXX_unrecognized []byte `json:"-"`
36 XXX_sizecache int32 `json:"-"`
41 func (*Position) ProtoMessage() {}
54 func (m *Position) XXX_Size() int {
57 func (m *Position) XXX_DiscardUnknown() {
63 func (m *Position) GetReferenceName() string {
70 func (m *Position) GetPosition() int64 {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/google.golang.org/genproto/go-genproto-082222b4a5c5/googleapis/genomics/v1/
H A Dposition.pb.go26 type Position struct { struct
30 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` argument
34 XXX_NoUnkeyedLiteral struct{} `json:"-"`
35 XXX_unrecognized []byte `json:"-"`
36 XXX_sizecache int32 `json:"-"`
41 func (*Position) ProtoMessage() {}
54 func (m *Position) XXX_Size() int {
57 func (m *Position) XXX_DiscardUnknown() {
63 func (m *Position) GetReferenceName() string {
70 func (m *Position) GetPosition() int64 {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go29 type Position struct { struct
33 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` member
37 XXX_NoUnkeyedLiteral struct{} `json:"-"`
38 XXX_unrecognized []byte `json:"-"`
39 XXX_sizecache int32 `json:"-"`
44 func (*Position) ProtoMessage() {}
58 func (m *Position) XXX_Size() int {
61 func (m *Position) XXX_DiscardUnknown() {
67 func (m *Position) GetReferenceName() string {
74 func (m *Position) GetPosition() int64 {
[all …]
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go29 type Position struct { struct
33 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` argument
37 XXX_NoUnkeyedLiteral struct{} `json:"-"`
38 XXX_unrecognized []byte `json:"-"`
39 XXX_sizecache int32 `json:"-"`
44 func (*Position) ProtoMessage() {}
58 func (m *Position) XXX_Size() int {
61 func (m *Position) XXX_DiscardUnknown() {
67 func (m *Position) GetReferenceName() string {
74 func (m *Position) GetPosition() int64 {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go26 type Position struct { struct
30 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` argument
34 XXX_NoUnkeyedLiteral struct{} `json:"-"`
35 XXX_unrecognized []byte `json:"-"`
36 XXX_sizecache int32 `json:"-"`
41 func (*Position) ProtoMessage() {}
54 func (m *Position) XXX_Size() int {
57 func (m *Position) XXX_DiscardUnknown() {
63 func (m *Position) GetReferenceName() string {
70 func (m *Position) GetPosition() int64 {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/google.golang.org/genproto/go-genproto-eb59cef1c072/googleapis/genomics/v1/
H A Dposition.pb.go29 type Position struct { struct
33 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` argument
37 XXX_NoUnkeyedLiteral struct{} `json:"-"`
38 XXX_unrecognized []byte `json:"-"`
39 XXX_sizecache int32 `json:"-"`
44 func (*Position) ProtoMessage() {}
58 func (m *Position) XXX_Size() int {
61 func (m *Position) XXX_DiscardUnknown() {
67 func (m *Position) GetReferenceName() string {
74 func (m *Position) GetPosition() int64 {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go29 type Position struct { struct
33 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` argument
37 XXX_NoUnkeyedLiteral struct{} `json:"-"`
38 XXX_unrecognized []byte `json:"-"`
39 XXX_sizecache int32 `json:"-"`
44 func (*Position) ProtoMessage() {}
58 func (m *Position) XXX_Size() int {
61 func (m *Position) XXX_DiscardUnknown() {
67 func (m *Position) GetReferenceName() string {
74 func (m *Position) GetPosition() int64 {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go29 type Position struct { struct
33 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` argument
37 XXX_NoUnkeyedLiteral struct{} `json:"-"`
38 XXX_unrecognized []byte `json:"-"`
39 XXX_sizecache int32 `json:"-"`
44 func (*Position) ProtoMessage() {}
58 func (m *Position) XXX_Size() int {
61 func (m *Position) XXX_DiscardUnknown() {
67 func (m *Position) GetReferenceName() string {
74 func (m *Position) GetPosition() int64 {
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go29 type Position struct { struct
33 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` member
37 XXX_NoUnkeyedLiteral struct{} `json:"-"`
38 XXX_unrecognized []byte `json:"-"`
39 XXX_sizecache int32 `json:"-"`
44 func (*Position) ProtoMessage() {}
58 func (m *Position) XXX_Size() int {
61 func (m *Position) XXX_DiscardUnknown() {
67 func (m *Position) GetReferenceName() string {
74 func (m *Position) GetPosition() int64 {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/google.golang.org/genproto/go-genproto-c66870c02cf8/googleapis/genomics/v1/
H A Dposition.pb.go26 type Position struct { struct
30 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` member
34 XXX_NoUnkeyedLiteral struct{} `json:"-"`
35 XXX_unrecognized []byte `json:"-"`
36 XXX_sizecache int32 `json:"-"`
41 func (*Position) ProtoMessage() {}
54 func (m *Position) XXX_Size() int {
57 func (m *Position) XXX_DiscardUnknown() {
63 func (m *Position) GetReferenceName() string {
70 func (m *Position) GetPosition() int64 {
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go29 type Position struct { struct
33 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` member
37 XXX_NoUnkeyedLiteral struct{} `json:"-"`
38 XXX_unrecognized []byte `json:"-"`
39 XXX_sizecache int32 `json:"-"`
44 func (*Position) ProtoMessage() {}
58 func (m *Position) XXX_Size() int {
61 func (m *Position) XXX_DiscardUnknown() {
67 func (m *Position) GetReferenceName() string {
74 func (m *Position) GetPosition() int64 {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go29 type Position struct { struct
33 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` member
37 XXX_NoUnkeyedLiteral struct{} `json:"-"`
38 XXX_unrecognized []byte `json:"-"`
39 XXX_sizecache int32 `json:"-"`
44 func (*Position) ProtoMessage() {}
58 func (m *Position) XXX_Size() int {
61 func (m *Position) XXX_DiscardUnknown() {
67 func (m *Position) GetReferenceName() string {
74 func (m *Position) GetPosition() int64 {
[all …]
/dports/net/grpcox/grpcox-1.0.0/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go26 type Position struct { struct
30 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` argument
34 XXX_NoUnkeyedLiteral struct{} `json:"-"`
35 XXX_unrecognized []byte `json:"-"`
36 XXX_sizecache int32 `json:"-"`
41 func (*Position) ProtoMessage() {}
54 func (m *Position) XXX_Size() int {
57 func (m *Position) XXX_DiscardUnknown() {
63 func (m *Position) GetReferenceName() string {
70 func (m *Position) GetPosition() int64 {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go29 type Position struct { struct
33 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` argument
37 XXX_NoUnkeyedLiteral struct{} `json:"-"`
38 XXX_unrecognized []byte `json:"-"`
39 XXX_sizecache int32 `json:"-"`
44 func (*Position) ProtoMessage() {}
58 func (m *Position) XXX_Size() int {
61 func (m *Position) XXX_DiscardUnknown() {
67 func (m *Position) GetReferenceName() string {
74 func (m *Position) GetPosition() int64 {
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go43 type Position struct { struct
44 state protoimpl.MessageState
45 sizeCache protoimpl.SizeCache
46 unknownFields protoimpl.UnknownFields
51 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` member
57 func (x *Position) Reset() {
66 func (x *Position) String() string {
70 func (*Position) ProtoMessage() {}
89 func (x *Position) GetReferenceName() string {
96 func (x *Position) GetPosition() int64 {
[all …]
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go43 type Position struct { struct
44 state protoimpl.MessageState
45 sizeCache protoimpl.SizeCache
46 unknownFields protoimpl.UnknownFields
51 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` argument
57 func (x *Position) Reset() {
66 func (x *Position) String() string {
70 func (*Position) ProtoMessage() {}
89 func (x *Position) GetReferenceName() string {
96 func (x *Position) GetPosition() int64 {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go43 type Position struct { struct
44 state protoimpl.MessageState
45 sizeCache protoimpl.SizeCache
46 unknownFields protoimpl.UnknownFields
51 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` member
57 func (x *Position) Reset() {
66 func (x *Position) String() string {
70 func (*Position) ProtoMessage() {}
89 func (x *Position) GetReferenceName() string {
96 func (x *Position) GetPosition() int64 {
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dposition.pb.go43 type Position struct { struct
44 state protoimpl.MessageState
45 sizeCache protoimpl.SizeCache
46 unknownFields protoimpl.UnknownFields
51 Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` argument
57 func (x *Position) Reset() {
66 func (x *Position) String() string {
70 func (*Position) ProtoMessage() {}
89 func (x *Position) GetReferenceName() string {
96 func (x *Position) GetPosition() int64 {
[all …]

12345678910>>...240