Home
last modified time | relevance | path

Searched refs:maxTimestamp (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/nakabonne/tstorage/
H A Dmemory_partition.go78 maxTimestamp := rows[0].Timestamp
89 if row.Timestamp > maxTimestamp {
90 maxTimestamp = row.Timestamp
100 if atomic.LoadInt64(&m.maxT) < maxTimestamp {
101 atomic.SwapInt64(&m.maxT, maxTimestamp)
147 func (m *memoryPartition) maxTimestamp() int64 { func
174 maxTimestamp int64 member
198 atomic.StoreInt64(&m.maxTimestamp, point.Timestamp)
205 atomic.StoreInt64(&m.maxTimestamp, point.Timestamp)
217 maxTimestamp := atomic.LoadInt64(&m.maxTimestamp)
[all …]
/dports/net/libkgapi/libkgapi-21.12.3/src/latitude/
H A Dlocationfetchhistoryjob.cpp31 qlonglong maxTimestamp = 0; member in LocationFetchHistoryJob::Private
101 qlonglong LocationFetchHistoryJob::maxTimestamp() const in maxTimestamp() function in LocationFetchHistoryJob
103 return d->maxTimestamp; in maxTimestamp()
106 void LocationFetchHistoryJob::setMaxTimestamp(qlonglong maxTimestamp) in setMaxTimestamp() argument
111 d->maxTimestamp = maxTimestamp; in setMaxTimestamp()
116 …LatitudeService::locationHistoryUrl(d->granularity, d->maxResults, d->maxTimestamp, d->minTimestam… in start()
H A Dlocationfetchhistoryjob.h71 Q_PROPERTY(qlonglong maxTimestamp READ maxTimestamp WRITE setMaxTimestamp)
128 qlonglong maxTimestamp() const;
135 void setMaxTimestamp(qlonglong maxTimestamp);
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/java/org/jitsi/videobridge/cc/
H A DRtpState.java34 public final long maxTimestamp; field in RtpState
46 public RtpState(long ssrc, int maxSequenceNumber, long maxTimestamp) in RtpState() argument
50 this.maxTimestamp = maxTimestamp; in RtpState()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/storage/remote/
H A Dmax_timestamp.go22 type maxTimestamp struct { struct
28 func (m *maxTimestamp) Set(value float64) { argument
37 func (m *maxTimestamp) Get() float64 { argument
43 func (m *maxTimestamp) Collect(c chan<- prometheus.Metric) { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/prometheus/storage/remote/
H A Dmax_timestamp.go22 type maxTimestamp struct { struct
28 func (m *maxTimestamp) Set(value float64) { argument
37 func (m *maxTimestamp) Get() float64 { argument
43 func (m *maxTimestamp) Collect(c chan<- prometheus.Metric) { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/storage/remote/
H A Dmax_timestamp.go22 type maxTimestamp struct { struct
28 func (m *maxTimestamp) Set(value float64) { argument
37 func (m *maxTimestamp) Get() float64 { argument
43 func (m *maxTimestamp) Collect(c chan<- prometheus.Metric) { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/prometheus/storage/remote/
H A Dmax_timestamp.go22 type maxTimestamp struct { struct
28 func (m *maxTimestamp) Set(value float64) { argument
37 func (m *maxTimestamp) Get() float64 { argument
43 func (m *maxTimestamp) Collect(c chan<- prometheus.Metric) { argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/storage/remote/
H A Dmax_timestamp.go22 type maxTimestamp struct { struct
28 func (m *maxTimestamp) Set(value float64) { argument
37 func (m *maxTimestamp) Get() float64 { argument
43 func (m *maxTimestamp) Collect(c chan<- prometheus.Metric) { argument
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/Renameuser/includes/
H A DRenameUserJob.php93 $maxTimestamp = $this->params['maxTimestamp'];
97 $maxTimestamp = null;
133 $conds[] = "$timestampColumn <= " . $dbw->addQuotes( $maxTimestamp );
183 "ar_timestamp <= '$maxTimestamp'"
212 "rev_timestamp <= '$maxTimestamp'"
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/Renameuser/includes/
H A DRenameUserJob.php91 $maxTimestamp = $this->params['maxTimestamp'];
95 $maxTimestamp = null;
131 $conds[] = "$timestampColumn <= " . $dbw->addQuotes( $maxTimestamp );
181 "ar_timestamp <= '$maxTimestamp'"
210 "rev_timestamp <= '$maxTimestamp'"
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/Renameuser/includes/
H A DRenameUserJob.php91 $maxTimestamp = $this->params['maxTimestamp'];
95 $maxTimestamp = null;
131 $conds[] = "$timestampColumn <= " . $dbw->addQuotes( $maxTimestamp );
181 "ar_timestamp <= '$maxTimestamp'"
210 "rev_timestamp <= '$maxTimestamp'"
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/
H A DPacketReassembler.cpp36 if(pts<maxTimestamp){ in AddFragment()
37 LOGW("Received fragment doesn't belong here (ts=%u < maxTs=%u)", pts, maxTimestamp); in AddFragment()
49 maxTimestamp=std::max(maxTimestamp, pts); in AddFragment()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialRandomInCategory.php57 private $maxTimestamp = null; variable in SpecialRandomInCategory
71 $this->maxTimestamp = null;
247 if ( !$this->minTimestamp || !$this->maxTimestamp ) {
249 list( $this->minTimestamp, $this->maxTimestamp ) = $this->getMinAndMaxForCat( $this->category );
256 $ts = ( $this->maxTimestamp - $this->minTimestamp ) * $rand + $this->minTimestamp;
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialRandomInCategory.php59 private $maxTimestamp = null; variable in SpecialRandomInCategory
80 $this->maxTimestamp = null;
256 if ( !$this->minTimestamp || !$this->maxTimestamp ) {
258 list( $this->minTimestamp, $this->maxTimestamp ) = $this->getMinAndMaxForCat( $this->category );
265 $ts = ( $this->maxTimestamp - $this->minTimestamp ) * $rand + $this->minTimestamp;
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialRandomInCategory.php59 private $maxTimestamp = null; variable in SpecialRandomInCategory
80 $this->maxTimestamp = null;
256 if ( !$this->minTimestamp || !$this->maxTimestamp ) {
258 list( $this->minTimestamp, $this->maxTimestamp ) = $this->getMinAndMaxForCat( $this->category );
265 $ts = ( $this->maxTimestamp - $this->minTimestamp ) * $rand + $this->minTimestamp;
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/pagers/
H A DMergeHistoryPager.php39 private $maxTimestamp; variable in MergeHistoryPager
53 $this->maxTimestamp = $maxtimestamp;
93 $conds[] = "rev_timestamp < " . $this->mDb->addQuotes( $this->maxTimestamp );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/pagers/
H A DMergeHistoryPager.php41 private $maxTimestamp; variable in MergeHistoryPager
78 $this->maxTimestamp = $maxtimestamp;
123 $conds[] = "rev_timestamp < " . $dbr->addQuotes( $this->maxTimestamp );
/dports/net/gscloud/gscloud-0.11.0/vendor/google.golang.org/protobuf/types/known/timestamppb/
H A Dtimestamp_test.go27maxTimestamp = +253402300799 // Seconds between 1970-01-01T00:00:00Z and 9999-12-31T23:59:59Z, inc… const
41 … 12, 31, 23, 59, 59, 1e9-1, time.UTC), want: &tspb.Timestamp{Seconds: maxTimestamp, Nanos: 1e9 - 1…
42 … 59, 59, 1e9-1, time.UTC).Add(+time.Nanosecond), want: &tspb.Timestamp{Seconds: maxTimestamp + 1}},
82 …{in: &tspb.Timestamp{Seconds: maxTimestamp, Nanos: 1e9 - 1}, wantTime: time.Date(9999, 12, 31, 23,…
83 …{in: &tspb.Timestamp{Seconds: maxTimestamp + 1}, wantTime: time.Date(9999, 12, 31, 23, 59, 59, 1e9…
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/protobuf/types/known/timestamppb/
H A Dtimestamp_test.go27maxTimestamp = +253402300799 // Seconds between 1970-01-01T00:00:00Z and 9999-12-31T23:59:59Z, inc… const
41 … 12, 31, 23, 59, 59, 1e9-1, time.UTC), want: &tspb.Timestamp{Seconds: maxTimestamp, Nanos: 1e9 - 1…
42 … 59, 59, 1e9-1, time.UTC).Add(+time.Nanosecond), want: &tspb.Timestamp{Seconds: maxTimestamp + 1}},
82 …{in: &tspb.Timestamp{Seconds: maxTimestamp, Nanos: 1e9 - 1}, wantTime: time.Date(9999, 12, 31, 23,…
83 …{in: &tspb.Timestamp{Seconds: maxTimestamp + 1}, wantTime: time.Date(9999, 12, 31, 23, 59, 59, 1e9…
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/protobuf/types/known/timestamppb/
H A Dtimestamp_test.go27maxTimestamp = +253402300799 // Seconds between 1970-01-01T00:00:00Z and 9999-12-31T23:59:59Z, inc… const
41 … 12, 31, 23, 59, 59, 1e9-1, time.UTC), want: &tspb.Timestamp{Seconds: maxTimestamp, Nanos: 1e9 - 1…
42 … 59, 59, 1e9-1, time.UTC).Add(+time.Nanosecond), want: &tspb.Timestamp{Seconds: maxTimestamp + 1}},
82 …{in: &tspb.Timestamp{Seconds: maxTimestamp, Nanos: 1e9 - 1}, wantTime: time.Date(9999, 12, 31, 23,…
83 …{in: &tspb.Timestamp{Seconds: maxTimestamp + 1}, wantTime: time.Date(9999, 12, 31, 23, 59, 59, 1e9…
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/protobuf/types/known/timestamppb/
H A Dtimestamp_test.go27maxTimestamp = +253402300799 // Seconds between 1970-01-01T00:00:00Z and 9999-12-31T23:59:59Z, inc… const
41 … 12, 31, 23, 59, 59, 1e9-1, time.UTC), want: &tspb.Timestamp{Seconds: maxTimestamp, Nanos: 1e9 - 1…
42 … 59, 59, 1e9-1, time.UTC).Add(+time.Nanosecond), want: &tspb.Timestamp{Seconds: maxTimestamp + 1}},
82 …{in: &tspb.Timestamp{Seconds: maxTimestamp, Nanos: 1e9 - 1}, wantTime: time.Date(9999, 12, 31, 23,…
83 …{in: &tspb.Timestamp{Seconds: maxTimestamp + 1}, wantTime: time.Date(9999, 12, 31, 23, 59, 59, 1e9…
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/protobuf/types/known/timestamppb/
H A Dtimestamp_test.go27maxTimestamp = +253402300799 // Seconds between 1970-01-01T00:00:00Z and 9999-12-31T23:59:59Z, inc… const
41 … 12, 31, 23, 59, 59, 1e9-1, time.UTC), want: &tspb.Timestamp{Seconds: maxTimestamp, Nanos: 1e9 - 1…
42 … 59, 59, 1e9-1, time.UTC).Add(+time.Nanosecond), want: &tspb.Timestamp{Seconds: maxTimestamp + 1}},
82 …{in: &tspb.Timestamp{Seconds: maxTimestamp, Nanos: 1e9 - 1}, wantTime: time.Date(9999, 12, 31, 23,…
83 …{in: &tspb.Timestamp{Seconds: maxTimestamp + 1}, wantTime: time.Date(9999, 12, 31, 23, 59, 59, 1e9…
/dports/databases/redis_exporter/redis_exporter-1.33.0/vendor/google.golang.org/protobuf/types/known/timestamppb/
H A Dtimestamp_test.go27maxTimestamp = +253402300799 // Seconds between 1970-01-01T00:00:00Z and 9999-12-31T23:59:59Z, inc… const
41 … 12, 31, 23, 59, 59, 1e9-1, time.UTC), want: &tspb.Timestamp{Seconds: maxTimestamp, Nanos: 1e9 - 1…
42 … 59, 59, 1e9-1, time.UTC).Add(+time.Nanosecond), want: &tspb.Timestamp{Seconds: maxTimestamp + 1}},
82 …{in: &tspb.Timestamp{Seconds: maxTimestamp, Nanos: 1e9 - 1}, wantTime: time.Date(9999, 12, 31, 23,…
83 …{in: &tspb.Timestamp{Seconds: maxTimestamp + 1}, wantTime: time.Date(9999, 12, 31, 23, 59, 59, 1e9…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/protobuf/types/known/timestamppb/
H A Dtimestamp_test.go27maxTimestamp = +253402300799 // Seconds between 1970-01-01T00:00:00Z and 9999-12-31T23:59:59Z, inc… const
41 … 12, 31, 23, 59, 59, 1e9-1, time.UTC), want: &tspb.Timestamp{Seconds: maxTimestamp, Nanos: 1e9 - 1…
42 … 59, 59, 1e9-1, time.UTC).Add(+time.Nanosecond), want: &tspb.Timestamp{Seconds: maxTimestamp + 1}},
82 …{in: &tspb.Timestamp{Seconds: maxTimestamp, Nanos: 1e9 - 1}, wantTime: time.Date(9999, 12, 31, 23,…
83 …{in: &tspb.Timestamp{Seconds: maxTimestamp + 1}, wantTime: time.Date(9999, 12, 31, 23, 59, 59, 1e9…

1234567891011