Home
last modified time | relevance | path

Searched defs:Interval (Results 226 – 250 of 7361) sorted by relevance

12345678910>>...295

/dports/www/grafana8/grafana-8.3.6/pkg/tsdb/intervalv2/
H A Dintervalv2.go20 type Interval struct { struct
21 Text string
22 Value time.Duration
52 func (i *Interval) Milliseconds() int64 {
/dports/graphics/povray37/povray-3.7.0.10/libraries/ilmbase/Imath/
H A DImathInterval.h126 inline Interval<T>::Interval() in Interval() function
132 inline Interval<T>::Interval(const T& point) in Interval() function
139 inline Interval<T>::Interval(const T& minV, const T& maxV) in Interval() function
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/Imath/
H A DImathInterval.h126 inline Interval<T>::Interval() in Interval() function
132 inline Interval<T>::Interval(const T& point) in Interval() function
139 inline Interval<T>::Interval(const T& minV, const T& maxV) in Interval() function
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/Imath/
H A DImathInterval.h126 inline Interval<T>::Interval() in Interval() function
132 inline Interval<T>::Interval(const T& point) in Interval() function
139 inline Interval<T>::Interval(const T& minV, const T& maxV) in Interval() function
/dports/devel/spark/spark-2.1.1/streaming/src/main/scala/org/apache/spark/streaming/
H A DInterval.scala21 class Interval(val beginTime: Time, val endTime: Time) { class
52 object Interval { object
/dports/math/lib2geom/lib2geom-1.1/include/2geom/
H A Dinterval.h65 Interval() {} in Interval() function
67 explicit Interval(Coord u) : Base(u) {} in Interval() function
69 Interval(Coord u, Coord v) : Base(u,v) {} in Interval() function
71 Interval(IntInterval const &i) : Base(i.min(), i.max()) {} in Interval() function
72 Interval(Base const &b) : Base(b) {} in Interval() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/Workiva/go-datastructures/rangetree/
H A Dinterface.go40 type Interval interface { interface
65 Query(interval Interval) Entries
70 Apply(interval Interval, fn func(Entry) bool)
/dports/net/routinator/routinator-0.10.2/cargo-crates/tokio-stream-0.1.7/src/wrappers/
H A Dinterval.rs23 pub fn into_inner(self) -> Interval { in into_inner()
41 fn as_ref(&self) -> &Interval { in as_ref()
47 fn as_mut(&mut self) -> &mut Interval { in as_mut()
/dports/editors/helix/helix-0.5.0/cargo-crates/tokio-stream-0.1.7/src/wrappers/
H A Dinterval.rs23 pub fn into_inner(self) -> Interval { in into_inner()
41 fn as_ref(&self) -> &Interval { in as_ref()
47 fn as_mut(&mut self) -> &mut Interval { in as_mut()
/dports/net/oha/oha-0.4.7/cargo-crates/tokio-stream-0.1.7/src/wrappers/
H A Dinterval.rs23 pub fn into_inner(self) -> Interval { in into_inner()
41 fn as_ref(&self) -> &Interval { in as_ref()
47 fn as_mut(&mut self) -> &mut Interval { in as_mut()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/tokio-stream-0.1.7/src/wrappers/
H A Dinterval.rs23 pub fn into_inner(self) -> Interval { in into_inner()
41 fn as_ref(&self) -> &Interval { in as_ref()
47 fn as_mut(&mut self) -> &mut Interval { in as_mut()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/tokio-stream-0.1.7/src/wrappers/
H A Dinterval.rs23 pub fn into_inner(self) -> Interval { in into_inner()
41 fn as_ref(&self) -> &Interval { in as_ref()
47 fn as_mut(&mut self) -> &mut Interval { in as_mut()
/dports/lang/rust/rustc-1.58.1-src/vendor/tokio-stream/src/wrappers/
H A Dinterval.rs23 pub fn into_inner(self) -> Interval { in into_inner()
41 fn as_ref(&self) -> &Interval { in as_ref()
47 fn as_mut(&mut self) -> &mut Interval { in as_mut()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/tokio-stream-0.1.8/src/wrappers/
H A Dinterval.rs23 pub fn into_inner(self) -> Interval { in into_inner()
41 fn as_ref(&self) -> &Interval { in as_ref()
47 fn as_mut(&mut self) -> &mut Interval { in as_mut()
/dports/biology/pbbam/pbbam-0.18.0/include/pbbam/internal/
H A DInterval.inl13 inline Interval<T>::Interval() function in PacBio::BAM::Interval
18 inline Interval<T>::Interval(const T val) function in PacBio::BAM::Interval
23 inline Interval<T>::Interval(const T start, const T stop) function in PacBio::BAM::Interval
/dports/math/Imath/Imath-3.1.4/src/Imath/
H A DImathInterval.h130 IMATH_HOSTDEVICE inline IMATH_CONSTEXPR14 Interval<T>::Interval() IMATH_NOEXCEPT in Interval() function
136 IMATH_HOSTDEVICE IMATH_CONSTEXPR14 inline Interval<T>::Interval (const T& point) IMATH_NOEXCEPT in Interval() function
143 IMATH_HOSTDEVICE IMATH_CONSTEXPR14 inline Interval<T>::Interval (const T& minV, const T& maxV) IMAT… in Interval() function
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgunichartables.h19457 struct Interval struct
19462 static const struct Interval g_unicode_width_table_wide[] = { argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Dplot_base.h67 struct Interval { struct
69 Interval(double begin, double end) : begin(begin), end(end) {} in Interval() argument
87 std::vector<Interval> intervals; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Dplot_base.h74 struct Interval { in RTC_POP_IGNORING_WUNDEF() struct
76 Interval(double begin, double end) : begin(begin), end(end) {} in RTC_POP_IGNORING_WUNDEF() function
78 double begin; in RTC_POP_IGNORING_WUNDEF()
79 double end; in RTC_POP_IGNORING_WUNDEF()
/dports/graphics/geos/geos-3.9.1/src/index/bintree/
H A DInterval.cpp22 Interval::Interval() in Interval() function in geos::index::bintree::Interval
28 Interval::Interval(double nmin, double nmax) in Interval() function in geos::index::bintree::Interval
33 Interval::Interval(const Interval* interval) in Interval() function in geos::index::bintree::Interval
/dports/finance/fava/fava-1.18/src/fava/util/
H A Ddate.py50 class Interval(enum.Enum): class
80 date: datetime.date, interval: Interval
115 first: datetime.date, last: datetime.date, interval: Interval
375 def number_of_days_in_period(interval: Interval, date: datetime.date) -> int:
/dports/math/py-libpoly/libpoly-0.1.11/src/polyxx/
H A Dinterval.cpp7 Interval::Interval(const lp_interval_t* i) { in Interval() function in poly::Interval
11 Interval::Interval() { lp_interval_construct_zero(get_internal()); } in Interval() function in poly::Interval
13 Interval::Interval(const Value& a, bool a_open, const Value& b, bool b_open) { in Interval() function in poly::Interval
18 Interval::Interval(const Value& a, const Value& b) in Interval() function in poly::Interval
21 Interval::Interval(const Value& a) { in Interval() function in poly::Interval
25 Interval::Interval(const Interval& i) { in Interval() function in poly::Interval
28 Interval::Interval(Interval&& i) { in Interval() function in poly::Interval
/dports/math/libpoly/libpoly-0.1.11/src/polyxx/
H A Dinterval.cpp7 Interval::Interval(const lp_interval_t* i) { in Interval() function in poly::Interval
11 Interval::Interval() { lp_interval_construct_zero(get_internal()); } in Interval() function in poly::Interval
13 Interval::Interval(const Value& a, bool a_open, const Value& b, bool b_open) { in Interval() function in poly::Interval
18 Interval::Interval(const Value& a, const Value& b) in Interval() function in poly::Interval
21 Interval::Interval(const Value& a) { in Interval() function in poly::Interval
25 Interval::Interval(const Interval& i) { in Interval() function in poly::Interval
28 Interval::Interval(Interval&& i) { in Interval() function in poly::Interval
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/
H A Dinterval.h65 Interval() {} in Interval() function
67 explicit Interval(Coord u) : Base(u) {} in Interval() function
69 Interval(Coord u, Coord v) : Base(u,v) {} in Interval() function
71 Interval(IntInterval const &i) : Base(i.min(), i.max()) {} in Interval() function
72 Interval(Base const &b) : Base(b) {} in Interval() function
/dports/biology/pbbam/pbbam-0.18.0/src/
H A DBaiIndexedBamReader.cpp29 void Interval(const BamHeader& header, const GenomicInterval& interval) in Interval() function
76 const GenomicInterval& BaiIndexedBamReader::Interval() const in Interval() function in PacBio::BAM::BaiIndexedBamReader
88 BaiIndexedBamReader& BaiIndexedBamReader::Interval(const GenomicInterval& interval) in Interval() function in PacBio::BAM::BaiIndexedBamReader

12345678910>>...295