Home
last modified time | relevance | path

Searched refs:Timestamp (Results 201 – 225 of 34786) sorted by relevance

12345678910>>...1392

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/jackc/pgx/pgtype/
H A Dtimestamp_test.go14 &pgtype.Timestamp{Time: time.Date(1800, 1, 1, 0, 0, 0, 0, time.UTC), Status: pgtype.Present},
24 &pgtype.Timestamp{Status: pgtype.Null},
25 &pgtype.Timestamp{Status: pgtype.Present, InfinityModifier: pgtype.Infinity},
26 &pgtype.Timestamp{Status: pgtype.Present, InfinityModifier: -pgtype.Infinity},
28 at := a.(pgtype.Timestamp)
29 bt := b.(pgtype.Timestamp)
40 result pgtype.Timestamp
53 var r pgtype.Timestamp
70 src pgtype.Timestamp
90 src pgtype.Timestamp
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/mongodb/mongo-tools-common/db/
H A Doplog.go22 Timestamp primitive.Timestamp `bson:"ts"` member
41 Latest primitive.Timestamp
42 Restart primitive.Timestamp
77 return primitive.Timestamp{}, nil
102 return primitive.Timestamp{}, err
111 return primitive.Timestamp{}, err
120 return primitive.Timestamp{}, err
125 latestOpTime, confirmOp.Timestamp)
140 return primitive.Timestamp{}, err
144 return primitive.Timestamp{}, err
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/
H A Dgitlabtest.go21 Date: &timestamppb.Timestamp{Seconds: 1474987066},
27 Date: &timestamppb.Timestamp{Seconds: 1474987066},
44 Date: &timestamppb.Timestamp{Seconds: 1491906794},
50 Date: &timestamppb.Timestamp{Seconds: 1491906794},
67 Date: &timestamppb.Timestamp{Seconds: 1491905339},
73 Date: &timestamppb.Timestamp{Seconds: 1491905339},
108 Date: &timestamppb.Timestamp{Seconds: 1474470806},
114 Date: &timestamppb.Timestamp{Seconds: 1474470806},
128 Date: &timestamppb.Timestamp{Seconds: 1393491261},
134 Date: &timestamppb.Timestamp{Seconds: 1393491261},
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/
H A Dgitlabtest.go21 Date: &timestamppb.Timestamp{Seconds: 1474987066},
27 Date: &timestamppb.Timestamp{Seconds: 1474987066},
44 Date: &timestamppb.Timestamp{Seconds: 1491906794},
50 Date: &timestamppb.Timestamp{Seconds: 1491906794},
67 Date: &timestamppb.Timestamp{Seconds: 1491905339},
73 Date: &timestamppb.Timestamp{Seconds: 1491905339},
108 Date: &timestamppb.Timestamp{Seconds: 1474470806},
114 Date: &timestamppb.Timestamp{Seconds: 1474470806},
128 Date: &timestamppb.Timestamp{Seconds: 1393491261},
134 Date: &timestamppb.Timestamp{Seconds: 1393491261},
[all …]
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/jackc/pgtype/
H A Dtimestamp_test.go24 &pgtype.Timestamp{Status: pgtype.Null},
25 &pgtype.Timestamp{Status: pgtype.Present, InfinityModifier: pgtype.Infinity},
28 at := a.(pgtype.Timestamp)
29 bt := b.(pgtype.Timestamp)
45 ts := pgtype.Timestamp{Time: tt.input, Status: pgtype.Present}
62 ts := pgtype.Timestamp{Time: tt.input, Status: pgtype.Present}
85 result pgtype.Timestamp
100 var r pgtype.Timestamp
117 src pgtype.Timestamp
137 src pgtype.Timestamp
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DTimestamps.java41 import com.google.protobuf.Timestamp;
81 public static final Timestamp EPOCH = Timestamp.newBuilder().setSeconds(0).setNanos(0).build();
104 new Comparator<Timestamp>() {
106 public int compare(Timestamp t1, Timestamp t2) {
130 public static int compare(Timestamp x, Timestamp y) { in compare()
168 public static Timestamp checkValid(Timestamp timestamp) { in checkValid()
188 public static Timestamp checkValid(Timestamp.Builder timestampBuilder) { in checkValid()
361 public static Duration between(Timestamp from, Timestamp to) { in between()
370 public static Timestamp add(Timestamp start, Duration length) { in add()
379 public static Timestamp subtract(Timestamp start, Duration length) { in subtract()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DTimestamps.java41 import com.google.protobuf.Timestamp;
81 public static final Timestamp EPOCH = Timestamp.newBuilder().setSeconds(0).setNanos(0).build();
104 new Comparator<Timestamp>() {
106 public int compare(Timestamp t1, Timestamp t2) {
130 public static int compare(Timestamp x, Timestamp y) { in compare()
168 public static Timestamp checkValid(Timestamp timestamp) { in checkValid()
188 public static Timestamp checkValid(Timestamp.Builder timestampBuilder) { in checkValid()
361 public static Duration between(Timestamp from, Timestamp to) { in between()
370 public static Timestamp add(Timestamp start, Duration length) { in add()
379 public static Timestamp subtract(Timestamp start, Duration length) { in subtract()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/pc/e2e/analyzer/video/
H A Ddefault_video_quality_analyzer.h52 Timestamp event_first_time_ = Timestamp::MinusInfinity();
53 Timestamp event_last_time_ = Timestamp::MinusInfinity();
247 Timestamp pre_encode_time = Timestamp::MinusInfinity();
248 Timestamp encoded_time = Timestamp::MinusInfinity();
250 Timestamp received_time = Timestamp::MinusInfinity();
252 Timestamp decode_end_time = Timestamp::MinusInfinity();
253 Timestamp rendered_time = Timestamp::MinusInfinity();
350 Timestamp received_time = Timestamp::MinusInfinity();
352 Timestamp decode_end_time = Timestamp::MinusInfinity();
353 Timestamp rendered_time = Timestamp::MinusInfinity();
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dkeys_collection_manager_sharding_test.cpp128 ASSERT_EQ(Timestamp(105, 0), key.getExpiresAt().asTimestamp()); in TEST_F()
151 ASSERT_EQ(Timestamp(105, 0), key.getExpiresAt().asTimestamp()); in TEST_F()
160 ASSERT_EQ(Timestamp(205, 0), key.getExpiresAt().asTimestamp()); in TEST_F()
190 operationContext(), 1, LogicalTime(Timestamp(100, 0))); in TEST_F()
201 operationContext(), 2, LogicalTime(Timestamp(105, 0))); in TEST_F()
227 ASSERT_EQ(Timestamp(105, 0), key.getExpiresAt().asTimestamp()); in TEST_F()
268 const LogicalTime currentTime(LogicalTime(Timestamp(100, 0))); in TEST_F()
284 const LogicalTime currentTime(LogicalTime(Timestamp(100, 0))); in TEST_F()
310 const LogicalTime fakeTime(Timestamp(20000, 0)); in TEST_F()
332 const LogicalTime currentTime(Timestamp(100, 0)); in TEST_F()
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexes/datetimes/
H A Dtest_constructors.py170 [Timestamp("2011-01-01"), Timestamp("2011-01-02")], name="idx"
185 [Timestamp("2011-01-01 10:00"), Timestamp("2011-01-02 10:00")],
203 [Timestamp("2011-01-01 10:00"), Timestamp("2011-08-01 10:00")],
269 [pd.NaT, Timestamp("2011-01-01"), pd.NaT, Timestamp("2011-01-02")],
273 [pd.NaT, Timestamp("2011-01-01"), pd.NaT, Timestamp("2011-01-02")],
315 [Timestamp("2011-01-01 10:00"), pd.NaT, Timestamp("2011-08-01 10:00")],
390 [Timestamp("2011-01-01"), Timestamp("2011-01-02")], name="idx"
393 [Timestamp("2011-01-01"), Timestamp("2011-01-02")], name="idx"
407 [Timestamp("2011-01-01 10:00"), Timestamp("2011-01-02 10:00")],
423 [Timestamp("2011-01-01 10:00"), Timestamp("2011-08-01 10:00")],
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/pkg/media/samplebuilder/
H A Dsamplebuilder_test.go32 {Header: rtp.Header{SequenceNumber: 5000, Timestamp: 5}, Payload: []byte{0x01}},
40 {Header: rtp.Header{SequenceNumber: 5000, Timestamp: 5}, Payload: []byte{0x01}},
41 {Header: rtp.Header{SequenceNumber: 5001, Timestamp: 6}, Payload: []byte{0x02}},
42 {Header: rtp.Header{SequenceNumber: 5002, Timestamp: 7}, Payload: []byte{0x03}},
52 {Header: rtp.Header{SequenceNumber: 5000, Timestamp: 5}, Payload: []byte{0x01}},
53 {Header: rtp.Header{SequenceNumber: 5001, Timestamp: 6}, Payload: []byte{0x02}},
54 {Header: rtp.Header{SequenceNumber: 5002, Timestamp: 6}, Payload: []byte{0x03}},
55 {Header: rtp.Header{SequenceNumber: 5003, Timestamp: 7}, Payload: []byte{0x04}},
65 {Header: rtp.Header{SequenceNumber: 5000, Timestamp: 5}, Payload: []byte{0x01}},
66 {Header: rtp.Header{SequenceNumber: 5007, Timestamp: 6}, Payload: []byte{0x02}},
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
118 func (m *Timestamp) Reset() { *m = Timestamp{} } argument
120 func (*Timestamp) ProtoMessage() {} argument
121 func (*Timestamp) Descriptor() ([]byte, []int) { argument
125 func (*Timestamp) XXX_WellKnownType() string { return "Timestamp" } argument
127 func (m *Timestamp) XXX_Unmarshal(b []byte) error { argument
133 func (m *Timestamp) XXX_Merge(src proto.Message) { argument
136 func (m *Timestamp) XXX_Size() int { argument
139 func (m *Timestamp) XXX_DiscardUnknown() { argument
145 func (m *Timestamp) GetSeconds() int64 { argument
[all …]
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
118 func (m *Timestamp) Reset() { *m = Timestamp{} } argument
120 func (*Timestamp) ProtoMessage() {} argument
121 func (*Timestamp) Descriptor() ([]byte, []int) { argument
125 func (*Timestamp) XXX_WellKnownType() string { return "Timestamp" } argument
127 func (m *Timestamp) XXX_Unmarshal(b []byte) error { argument
133 func (m *Timestamp) XXX_Merge(src proto.Message) { argument
136 func (m *Timestamp) XXX_Size() int { argument
139 func (m *Timestamp) XXX_DiscardUnknown() { argument
145 func (m *Timestamp) GetSeconds() int64 { argument
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go107 type Timestamp struct { struct
122 func (m *Timestamp) Reset() { *m = Timestamp{} } argument
124 func (*Timestamp) ProtoMessage() {} argument
125 func (*Timestamp) Descriptor() ([]byte, []int) { argument
129 func (*Timestamp) XXX_WellKnownType() string { return "Timestamp" } argument
131 func (m *Timestamp) XXX_Unmarshal(b []byte) error { argument
137 func (m *Timestamp) XXX_Merge(src proto.Message) { argument
140 func (m *Timestamp) XXX_Size() int { argument
143 func (m *Timestamp) XXX_DiscardUnknown() { argument
149 func (m *Timestamp) GetSeconds() int64 { argument
[all …]
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
118 func (m *Timestamp) Reset() { *m = Timestamp{} } argument
120 func (*Timestamp) ProtoMessage() {} argument
121 func (*Timestamp) Descriptor() ([]byte, []int) { argument
125 func (*Timestamp) XXX_WellKnownType() string { return "Timestamp" } argument
127 func (m *Timestamp) XXX_Unmarshal(b []byte) error { argument
133 func (m *Timestamp) XXX_Merge(src proto.Message) { argument
136 func (m *Timestamp) XXX_Size() int { argument
139 func (m *Timestamp) XXX_DiscardUnknown() { argument
145 func (m *Timestamp) GetSeconds() int64 { argument
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
118 func (m *Timestamp) Reset() { *m = Timestamp{} } argument
120 func (*Timestamp) ProtoMessage() {} argument
121 func (*Timestamp) Descriptor() ([]byte, []int) { argument
125 func (*Timestamp) XXX_WellKnownType() string { return "Timestamp" } argument
127 func (m *Timestamp) XXX_Unmarshal(b []byte) error { argument
133 func (m *Timestamp) XXX_Merge(src proto.Message) { argument
136 func (m *Timestamp) XXX_Size() int { argument
139 func (m *Timestamp) XXX_DiscardUnknown() { argument
145 func (m *Timestamp) GetSeconds() int64 { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
118 func (m *Timestamp) Reset() { *m = Timestamp{} } argument
120 func (*Timestamp) ProtoMessage() {} argument
121 func (*Timestamp) Descriptor() ([]byte, []int) { argument
125 func (*Timestamp) XXX_WellKnownType() string { return "Timestamp" } argument
127 func (m *Timestamp) XXX_Unmarshal(b []byte) error { argument
133 func (m *Timestamp) XXX_Merge(src proto.Message) { argument
136 func (m *Timestamp) XXX_Size() int { argument
139 func (m *Timestamp) XXX_DiscardUnknown() { argument
145 func (m *Timestamp) GetSeconds() int64 { argument
[all …]
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go99 type Timestamp struct { struct
114 func (m *Timestamp) Reset() { *m = Timestamp{} } argument
116 func (*Timestamp) ProtoMessage() {} argument
117 func (*Timestamp) Descriptor() ([]byte, []int) { argument
120 func (*Timestamp) XXX_WellKnownType() string { return "Timestamp" } argument
121 func (m *Timestamp) XXX_Unmarshal(b []byte) error { argument
127 func (dst *Timestamp) XXX_Merge(src proto.Message) { argument
130 func (m *Timestamp) XXX_Size() int { argument
133 func (m *Timestamp) XXX_DiscardUnknown() { argument
139 func (m *Timestamp) GetSeconds() int64 { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
118 func (m *Timestamp) Reset() { *m = Timestamp{} } argument
120 func (*Timestamp) ProtoMessage() {} argument
121 func (*Timestamp) Descriptor() ([]byte, []int) { argument
125 func (*Timestamp) XXX_WellKnownType() string { return "Timestamp" } argument
127 func (m *Timestamp) XXX_Unmarshal(b []byte) error { argument
133 func (m *Timestamp) XXX_Merge(src proto.Message) { argument
136 func (m *Timestamp) XXX_Size() int { argument
139 func (m *Timestamp) XXX_DiscardUnknown() { argument
145 func (m *Timestamp) GetSeconds() int64 { argument
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
118 func (m *Timestamp) Reset() { *m = Timestamp{} } argument
120 func (*Timestamp) ProtoMessage() {} argument
121 func (*Timestamp) Descriptor() ([]byte, []int) { argument
125 func (*Timestamp) XXX_WellKnownType() string { return "Timestamp" } argument
127 func (m *Timestamp) XXX_Unmarshal(b []byte) error { argument
133 func (m *Timestamp) XXX_Merge(src proto.Message) { argument
136 func (m *Timestamp) XXX_Size() int { argument
139 func (m *Timestamp) XXX_DiscardUnknown() { argument
145 func (m *Timestamp) GetSeconds() int64 { argument
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/golang/protobuf/protobuf-1.3.1/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
118 func (m *Timestamp) Reset() { *m = Timestamp{} } argument
120 func (*Timestamp) ProtoMessage() {} argument
121 func (*Timestamp) Descriptor() ([]byte, []int) { argument
125 func (*Timestamp) XXX_WellKnownType() string { return "Timestamp" } argument
127 func (m *Timestamp) XXX_Unmarshal(b []byte) error { argument
133 func (m *Timestamp) XXX_Merge(src proto.Message) { argument
136 func (m *Timestamp) XXX_Size() int { argument
139 func (m *Timestamp) XXX_DiscardUnknown() { argument
145 func (m *Timestamp) GetSeconds() int64 { argument
[all …]
/dports/devel/lab/lab-0.17.2/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go99 type Timestamp struct { struct
114 func (m *Timestamp) Reset() { *m = Timestamp{} } argument
116 func (*Timestamp) ProtoMessage() {} argument
117 func (*Timestamp) Descriptor() ([]byte, []int) { argument
120 func (*Timestamp) XXX_WellKnownType() string { return "Timestamp" } argument
121 func (m *Timestamp) XXX_Unmarshal(b []byte) error { argument
127 func (dst *Timestamp) XXX_Merge(src proto.Message) { argument
130 func (m *Timestamp) XXX_Size() int { argument
133 func (m *Timestamp) XXX_DiscardUnknown() { argument
139 func (m *Timestamp) GetSeconds() int64 { argument
[all …]
/dports/net-mgmt/nsd_exporter/nsd_exporter-0.1.0/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go99 type Timestamp struct { struct
114 func (m *Timestamp) Reset() { *m = Timestamp{} } argument
116 func (*Timestamp) ProtoMessage() {} argument
117 func (*Timestamp) Descriptor() ([]byte, []int) { argument
120 func (*Timestamp) XXX_WellKnownType() string { return "Timestamp" } argument
121 func (m *Timestamp) XXX_Unmarshal(b []byte) error { argument
127 func (dst *Timestamp) XXX_Merge(src proto.Message) { argument
130 func (m *Timestamp) XXX_Size() int { argument
133 func (m *Timestamp) XXX_DiscardUnknown() { argument
139 func (m *Timestamp) GetSeconds() int64 { argument
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go107 type Timestamp struct { struct
122 func (m *Timestamp) Reset() { *m = Timestamp{} } argument
124 func (*Timestamp) ProtoMessage() {} argument
125 func (*Timestamp) Descriptor() ([]byte, []int) { argument
129 func (*Timestamp) XXX_WellKnownType() string { return "Timestamp" } argument
131 func (m *Timestamp) XXX_Unmarshal(b []byte) error { argument
137 func (m *Timestamp) XXX_Merge(src proto.Message) { argument
140 func (m *Timestamp) XXX_Size() int { argument
143 func (m *Timestamp) XXX_DiscardUnknown() { argument
149 func (m *Timestamp) GetSeconds() int64 { argument
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go107 type Timestamp struct { struct
122 func (m *Timestamp) Reset() { *m = Timestamp{} } argument
124 func (*Timestamp) ProtoMessage() {} argument
125 func (*Timestamp) Descriptor() ([]byte, []int) { argument
129 func (*Timestamp) XXX_WellKnownType() string { return "Timestamp" } argument
131 func (m *Timestamp) XXX_Unmarshal(b []byte) error { argument
137 func (m *Timestamp) XXX_Merge(src proto.Message) { argument
140 func (m *Timestamp) XXX_Size() int { argument
143 func (m *Timestamp) XXX_DiscardUnknown() { argument
149 func (m *Timestamp) GetSeconds() int64 { argument
[all …]

12345678910>>...1392