Home
last modified time | relevance | path

Searched +defs:interval +defs:end (Results 1 – 25 of 2190) sorted by relevance

12345678910>>...88

/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/multimedia/
H A Dqmediatimerange.cpp90 QMediaTimeInterval::QMediaTimeInterval(qint64 start, qint64 end) in QMediaTimeInterval()
130 qint64 QMediaTimeInterval::end() const in end() function in QMediaTimeInterval
242 void QMediaTimeRangePrivate::addInterval(const QMediaTimeInterval &interval) in addInterval()
274 void QMediaTimeRangePrivate::removeInterval(const QMediaTimeInterval &interval) in removeInterval()
355 QMediaTimeRange::QMediaTimeRange(qint64 start, qint64 end) in QMediaTimeRange()
371 QMediaTimeRange::QMediaTimeRange(const QMediaTimeInterval &interval) in QMediaTimeRange()
459 void QMediaTimeRange::addInterval(qint64 start, qint64 end) in addInterval()
479 void QMediaTimeRange::addInterval(const QMediaTimeInterval &interval) in addInterval()
506 void QMediaTimeRange::removeInterval(qint64 start, qint64 end) in removeInterval()
527 void QMediaTimeRange::removeInterval(const QMediaTimeInterval &interval) in removeInterval()
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/
H A DSimpleIntervalUnitTest.java28 public void badIntervals(String contig, int start, int end, String name){ in badIntervals()
29 SimpleInterval interval = new SimpleInterval(contig, start, end); in badIntervals() local
34 public void badIntervalsFromLocatable(String contig, int start, int end, String name){ in badIntervalsFromLocatable()
59 public void testGoodIntervals(String str, String contig, int start, int end){ in testGoodIntervals()
60 SimpleInterval interval = new SimpleInterval(str); in testGoodIntervals() local
64 Assert.assertEquals(interval.getEnd(), end, "end"); in testGoodIntervals() local
65 Assert.assertEquals(interval.getGA4GHEnd(), end, "GA4GH start"); in testGoodIntervals() local
69 public void testGoodIntervalsFromLocatable(String ignoreMe, String contig, int start, int end){ in testGoodIntervalsFromLocatable()
72 SimpleInterval interval = new SimpleInterval(l); in testGoodIntervalsFromLocatable() local
75 Assert.assertEquals(interval.getEnd(), end, "end"); in testGoodIntervalsFromLocatable() local
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/floodfill/
H A Dkis_fill_interval_map.cpp34 void KisFillIntervalMap::insertInterval(const KisFillInterval &interval) in insertInterval()
44 void KisFillIntervalMap::cropInterval(KisFillInterval *interval) in cropInterval()
123 KisFillIntervalMap::Private::findFirstIntersectingInterval(const KisFillInterval &interval) in findFirstIntersectingInterval()
131 LineIntervalMap::iterator end = rowMap->end(); in findFirstIntersectingInterval() local
156 Private::LineIntervalMap::const_iterator end = rowMapIt->constEnd(); in fetchAllIntervals() local
159 KisFillInterval interval = *it; in fetchAllIntervals() local
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/
H A DRangePartitioningRange.php20 public $end; variable in Google_Service_Bigquery_RangePartitioningRange
21 public $interval; variable in Google_Service_Bigquery_RangePartitioningRange
24 public function setEnd($end)
32 public function setInterval($interval)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Sheets/
H A DHistogramRule.php20 public $end; variable in Google_Service_Sheets_HistogramRule
21 public $interval; variable in Google_Service_Sheets_HistogramRule
24 public function setEnd($end)
32 public function setInterval($interval)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Sheets/
H A DHistogramRule.php20 public $end; variable in Google_Service_Sheets_HistogramRule
21 public $interval; variable in Google_Service_Sheets_HistogramRule
24 public function setEnd($end)
32 public function setInterval($interval)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Bigquery/
H A DRangePartitioningRange.php20 public $end; variable in Google_Service_Bigquery_RangePartitioningRange
21 public $interval; variable in Google_Service_Bigquery_RangePartitioningRange
24 public function setEnd($end)
32 public function setInterval($interval)
/dports/biology/vt/vt-0.57721/
H A Dinterval_tree.cpp29 IntervalTreeNode::IntervalTreeNode(Interval* interval) in IntervalTreeNode()
58 void IntervalTreeNode::insert(Interval* interval) in insert()
109 void IntervalTree::insert(Interval* interval) in insert()
191 void IntervalTree::search(int32_t start, int32_t end, std::vector<Interval*>& intervals) in search()
204 void IntervalTree::search_brute(int32_t start, int32_t end, std::vector<Interval*>& intervals) in search_brute()
235 IntervalTreeNode* IntervalTree::simple_insert(Interval* interval) in simple_insert()
308 void IntervalTree::search_iter_brute(int32_t start, int32_t end, std::vector<Interval*>& intervals,… in search_iter_brute()
337 void IntervalTree::search_iter(int32_t start, int32_t end, std::vector<Interval*>& intervals, Inter… in search_iter()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/datetime/
H A Dinterval.d746 auto end = _end < interval._end ? _end : interval._end; local
1126 auto end = _end + duration; local
1176 auto end = _end; local
1227 auto end = _end + duration; local
1239 auto end = _end + duration; local
1308 auto end = _end; local
1323 auto end = _end; local
6190 auto end = _end; in NegInfInterval() local
6258 auto end = _end; in NegInfInterval() local
8191 auto end = _func(_interval.end); in opAssign() local
[all …]
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/datetime/
H A Dinterval.d718 auto end = _end < interval._end ? _end : interval._end; local
1098 auto end = _end + duration; local
1148 auto end = _end; local
1199 auto end = _end + duration; local
1211 auto end = _end + duration; local
1280 auto end = _end; local
1295 auto end = _end; local
6167 auto end = _end; in NegInfInterval() local
6235 auto end = _end; in NegInfInterval() local
8166 auto end = _func(_interval.end); in opAssign() local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/datetime/
H A Dinterval.d718 auto end = _end < interval._end ? _end : interval._end; local
1098 auto end = _end + duration; local
1148 auto end = _end; local
1199 auto end = _end + duration; local
1211 auto end = _end + duration; local
1280 auto end = _end; local
1295 auto end = _end; local
6167 auto end = _end; in NegInfInterval() local
6235 auto end = _end; in NegInfInterval() local
8166 auto end = _func(_interval.end); in opAssign() local
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/datetime/
H A Dinterval.d718 auto end = _end < interval._end ? _end : interval._end; local
1098 auto end = _end + duration; local
1148 auto end = _end; local
1199 auto end = _end + duration; local
1211 auto end = _end + duration; local
1280 auto end = _end; local
1295 auto end = _end; local
6167 auto end = _end; in NegInfInterval() local
6235 auto end = _end; in NegInfInterval() local
8166 auto end = _func(_interval.end); in opAssign() local
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/datetime/
H A Dinterval.d718 auto end = _end < interval._end ? _end : interval._end; local
1098 auto end = _end + duration; local
1148 auto end = _end; local
1199 auto end = _end + duration; local
1211 auto end = _end + duration; local
1280 auto end = _end; local
1295 auto end = _end; local
6167 auto end = _end; in NegInfInterval() local
6235 auto end = _end; in NegInfInterval() local
8166 auto end = _func(_interval.end); in opAssign() local
[all …]
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/datetime/
H A Dinterval.d718 auto end = _end < interval._end ? _end : interval._end; local
1098 auto end = _end + duration; local
1148 auto end = _end; local
1199 auto end = _end + duration; local
1211 auto end = _end + duration; local
1280 auto end = _end; local
1295 auto end = _end; local
6167 auto end = _end; in NegInfInterval() local
6235 auto end = _end; in NegInfInterval() local
8166 auto end = _func(_interval.end); in opAssign() local
[all …]
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/datetime/
H A Dinterval.d718 auto end = _end < interval._end ? _end : interval._end; local
1098 auto end = _end + duration; local
1148 auto end = _end; local
1199 auto end = _end + duration; local
1211 auto end = _end + duration; local
1280 auto end = _end; local
1295 auto end = _end; local
6167 auto end = _end; in NegInfInterval() local
6235 auto end = _end; in NegInfInterval() local
8166 auto end = _func(_interval.end); in opAssign() local
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/datetime/
H A Dinterval.d718 auto end = _end < interval._end ? _end : interval._end; local
1098 auto end = _end + duration; local
1148 auto end = _end; local
1199 auto end = _end + duration; local
1211 auto end = _end + duration; local
1280 auto end = _end; local
1295 auto end = _end; local
6167 auto end = _end; in NegInfInterval() local
6235 auto end = _end; in NegInfInterval() local
8166 auto end = _func(_interval.end); in opAssign() local
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/datetime/
H A Dinterval.d718 auto end = _end < interval._end ? _end : interval._end; local
1098 auto end = _end + duration; local
1148 auto end = _end; local
1199 auto end = _end + duration; local
1211 auto end = _end + duration; local
1280 auto end = _end; local
1295 auto end = _end; local
6167 auto end = _end; in NegInfInterval() local
6235 auto end = _end; in NegInfInterval() local
8166 auto end = _func(_interval.end); in opAssign() local
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/datetime/
H A Dinterval.d718 auto end = _end < interval._end ? _end : interval._end; local
1098 auto end = _end + duration; local
1148 auto end = _end; local
1199 auto end = _end + duration; local
1211 auto end = _end + duration; local
1280 auto end = _end; local
1295 auto end = _end; local
6167 auto end = _end; in NegInfInterval() local
6235 auto end = _end; in NegInfInterval() local
8166 auto end = _func(_interval.end); in opAssign() local
[all …]
/dports/net/kimap/kimap-21.12.3/src/
H A Dimapset.cpp31 Id end; member in ImapInterval::Private
60 ImapInterval::ImapInterval(Id begin, Id end) in ImapInterval()
110 ImapInterval::Id ImapInterval::end() const in end() function in ImapInterval
163 Id end; in fromImapSequence() local
185 ImapSet::ImapSet(Id begin, Id end) in ImapSet()
220 for (const ImapInterval &interval : std::as_const(d->intervals)) { in operator ==() local
257 void ImapSet::add(const ImapInterval &interval) in add()
266 for (const ImapInterval &interval : std::as_const(d->intervals)) { in toImapSequenceSet() local
275 const QList<QByteArray>::ConstIterator end = rv.constEnd(); in toImapSequenceSet() local
291 for (const QByteArray &interval : std::as_const(intervals)) { in fromImapSequenceSet() local
[all …]
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/ews/
H A DGetUserAvailabilityMethod.java33 protected final String end; field in GetUserAvailabilityMethod
35 protected final int interval; field in GetUserAvailabilityMethod
45 public GetUserAvailabilityMethod(String attendee, String start, String end, int interval) { in GetUserAvailabilityMethod()
/dports/finance/R-cran-RFinanceYJ/RFinanceYJ/R/
H A DquoteStockTsData.R2 quoteStockTsData <- function(x, since=NULL,start.num=0,date.end=NULL,time.interval='daily')
18 quoteFundTsData <- function(x, since=NULL,start.num=0,date.end=NULL,time.interval='daily')
32 quoteFXTsData <- function(x, since=NULL,start.num=0,date.end=NULL,time.interval='daily')
47 quoteTsData <- function(x,function.financialproduct,since,start.num,date.end,time.interval,type="st…
51 end <- (gsub("([0-9]{4,4})-([0-9]{2,2})-([0-9]{2,2})","&ey=\\1&em=\\2&ed=\\3",date.end)) functionVar
91 convertToDate <- function(date.string,time.interval)
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/graph/topo/
H A Dtarjan_test.go17 type interval struct{ start, end int } struct
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/graph/topo/
H A Dtarjan_test.go17 type interval struct{ start, end int } argument
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/intervals/
H A Dintersection.pyx86 def __cinit__(IntervalNode self, int start, int end, object interval):
102 cpdef IntervalNode insert(IntervalNode self, int start, int end, object interval):
168 def intersect( self, int start, int end, sort=True ):
179 cdef void _intersect( IntervalNode self, int start, int end, list results):
389 def insert( self, int start, int end, object value=None ):
401 def find( self, start, end ): argument
429 def insert_interval( self, interval ): argument
438 def before_interval( self, interval, num_intervals=1, max_dist=2500 ): argument
447 def after_interval( self, interval, num_intervals=1, max_dist=2500 ): argument
456 def upstream_of_interval( self, interval, num_intervals=1, max_dist=2500 ): argument
[all …]
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/metadata/
H A D_intersection.pyx92 def __cinit__(IntervalNode self, int start, int end, object interval):
108 cpdef IntervalNode insert(IntervalNode self, int start, int end, object interval):
173 def intersect( self, int start, int end, sort=True ):
205 cpdef void update(IntervalNode self, int start, int end,
420 def insert( self, int start, int end, object value=None ):
432 def update( self, start, end, old_feature, new_feature): argument
441 def find( self, start, end ): argument
469 def insert_interval( self, interval ): argument
478 def before_interval( self, interval, num_intervals=1, max_dist=2500 ): argument
487 def after_interval( self, interval, num_intervals=1, max_dist=2500 ): argument
[all …]

12345678910>>...88