Home
last modified time | relevance | path

Searched refs:nextRun (Results 1 – 25 of 148) sorted by relevance

123456

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/engine/
H A Dtimer.cpp37 entry.nextRun = 0; in operator ()()
42 if (_curTime < nextRun) in operator ()()
43 nextRun = 0; in operator ()()
44 entry.nextRun = nextRun; in operator ()()
77 pos->nextRun += pausedTime; in pause()
184 timer->nextRun = nextRun; in setNextRun()
194 return timer->nextRun; in getNextRun()
215 timer->nextRun += elapsedTime; in pauseSingleTimer()
261 if (nextRun) { in loadDataFromFile()
262 timer->nextRun = nextRun + loadTime; in loadDataFromFile()
[all …]
H A Dsprites.cpp129 …if (_anims[i].script == 0 || !_anims[i].play || (_anims[i].nextRun != 0 && _anims[i].nextRun > cur… in updateSceneAnims()
176 _anims[i].nextRun = _system->getMillis() + READ_LE_UINT16(data) * _vm->tickLength(); in updateSceneAnims()
177 _anims[i].nextRun -= _system->getMillis() - _anims[i].lastRefresh; in updateSceneAnims()
188 _anims[i].nextRun = _system->getMillis() + rndNr * _vm->tickLength(); in updateSceneAnims()
189 _anims[i].nextRun -= _system->getMillis() - _anims[i].lastRefresh; in updateSceneAnims()
194 update = (_anims[i].nextRun < currTime); in updateSceneAnims()
224 _anims[i].nextRun = _system->getMillis(); in updateSceneAnims()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/engine/
H A Dtimer.cpp37 entry.nextRun = 0; in operator ()()
42 if (_curTime < nextRun) in operator ()()
43 nextRun = 0; in operator ()()
44 entry.nextRun = nextRun; in operator ()()
77 pos->nextRun += pausedTime; in pause()
184 timer->nextRun = nextRun; in setNextRun()
194 return timer->nextRun; in getNextRun()
215 timer->nextRun += elapsedTime; in pauseSingleTimer()
261 if (nextRun) { in loadDataFromFile()
262 timer->nextRun = nextRun + loadTime; in loadDataFromFile()
[all …]
/dports/net-mgmt/torrus/torrus-2.09/perllib/Torrus/
H A DScheduler.pm154 my $nextRun = time() + 3600;
183 if( $nextRun > $whenNext )
185 $nextRun = $whenNext;
191 elsif( $nextRun > $when )
193 $nextRun = $when;
209 scalar(localtime($nextRun)));
214 Debug('We will sleep until ' . scalar(localtime($nextRun)));
220 while( time() < $nextRun )
222 my $sleep = $nextRun - time();
233 my $sleep = $nextRun - time();
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/scheduler/
H A DTaskRunner.java40 private long nextRun; field in TaskRunner.Task
73 this.nextRun = startTime; in timeRebase()
89 if (nextRun == startTime) { in run()
91 nextRun += repeatInterval; in run()
92 if (nextRun <= endTime) { in run()
95 } else if (nextRun < endTime) { in run()
97 nextRun += repeatInterval; in run()
111 return unit.convert(nextRun - System.currentTimeMillis(), in getDelay()
121 return (int) Math.signum(nextRun - other.nextRun); in compareTo()
/dports/www/elgg/elgg-3.3.23/vendor/mtdowling/cron-expression/tests/Cron/
H A DCronExpressionTest.php192 public function testDeterminesIfCronIsDue($schedule, $relativeTime, $nextRun, $isDue) argument
205 $this->assertEquals(new DateTime($nextRun), $next);
309 $nextRun = $cron->getNextRunDate("2008-11-09 08:00:00");
310 $this->assertEquals($nextRun, new DateTime("2008-11-16 00:00:00"));
313 $nextRun = $cron->getNextRunDate("2008-11-09 00:00:00", true, true);
314 $this->assertEquals($nextRun, new DateTime("2008-11-16 00:00:00"));
318 $this->assertEquals($nextRun, new DateTime("2008-11-23 00:00:00"));
321 $nextRun = $cron->getNextRunDate("2008-11-09 00:00:00", 2, true);
322 $this->assertEquals($nextRun, new DateTime("2008-11-23 00:00:00"));
323 $nextRun = $cron->getNextRunDate("2008-11-09 00:00:00", 3, true);
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/mtdowling/cron-expression/tests/Cron/
H A DCronExpressionTest.php192 public function testDeterminesIfCronIsDue($schedule, $relativeTime, $nextRun, $isDue) argument
205 $this->assertEquals(new DateTime($nextRun), $next);
309 $nextRun = $cron->getNextRunDate("2008-11-09 08:00:00");
310 $this->assertEquals($nextRun, new DateTime("2008-11-16 00:00:00"));
313 $nextRun = $cron->getNextRunDate("2008-11-09 00:00:00", true, true);
314 $this->assertEquals($nextRun, new DateTime("2008-11-16 00:00:00"));
318 $this->assertEquals($nextRun, new DateTime("2008-11-23 00:00:00"));
321 $nextRun = $cron->getNextRunDate("2008-11-09 00:00:00", 2, true);
322 $this->assertEquals($nextRun, new DateTime("2008-11-23 00:00:00"));
323 $nextRun = $cron->getNextRunDate("2008-11-09 00:00:00", 3, true);
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Sheets/
H A DDataSourceRefreshSchedule.php70 public function setNextRun(Google_Service_Sheets_Interval $nextRun) argument
72 $this->nextRun = $nextRun;
79 return $this->nextRun;
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/
H A Dcron.php78 $nextRun = ($lastrun + $cronJob['frequency'] * 60) - $now; variable
79 if ($nextRun > $maxNextRun) {
80 $maxNextRun = $nextRun;
83 … cl_output('Will run '.$cronJob['plugin'].' - '.$cronJob['page'].' in'.secs2time($nextRun));
/dports/net-mgmt/icingaweb2-module-x509/icingaweb2-module-x509-1.0.0-8-g39fd7e1/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php335 $nextRun = clone $currentDate;
359 $satisfied = $field->isSatisfiedBy($nextRun, $part);
362 if ($field->isSatisfiedBy($nextRun, $listPart)) {
371 $field->increment($nextRun, $invert, $part);
377 if ((!$allowCurrentDate && $nextRun == $currentDate) || --$nth > -1) {
378 …$this->fieldFactory->getField(0)->increment($nextRun, $invert, isset($parts[0]) ? $parts[0] : null…
382 return $nextRun;
/dports/www/elgg/elgg-3.3.23/vendor/mtdowling/cron-expression/src/Cron/
H A DCronExpression.php335 $nextRun = clone $currentDate;
359 $satisfied = $field->isSatisfiedBy($nextRun, $part);
362 if ($field->isSatisfiedBy($nextRun, $listPart)) {
371 $field->increment($nextRun, $invert, $part);
377 if ((!$allowCurrentDate && $nextRun == $currentDate) || --$nth > -1) {
378 …$this->fieldFactory->getField(0)->increment($nextRun, $invert, isset($parts[0]) ? $parts[0] : null…
382 return $nextRun;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/mtdowling/cron-expression/src/Cron/
H A DCronExpression.php335 $nextRun = clone $currentDate;
359 $satisfied = $field->isSatisfiedBy($nextRun, $part);
362 if ($field->isSatisfiedBy($nextRun, $listPart)) {
371 $field->increment($nextRun, $invert, $part);
377 if ((!$allowCurrentDate && $nextRun == $currentDate) || --$nth > -1) {
378 …$this->fieldFactory->getField(0)->increment($nextRun, $invert, isset($parts[0]) ? $parts[0] : null…
382 return $nextRun;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php338 $nextRun = clone $currentDate;
362 $satisfied = $field->isSatisfiedBy($nextRun, $part);
365 if ($field->isSatisfiedBy($nextRun, $listPart)) {
374 $field->increment($nextRun, $invert, $part);
380 if ((!$allowCurrentDate && $nextRun == $currentDate) || --$nth > -1) {
381 …$this->fieldFactory->getField(0)->increment($nextRun, $invert, isset($parts[0]) ? $parts[0] : null…
385 return $nextRun;
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/drawing/
H A DDrawing.Sprite.RLE.cpp44 auto nextRun = src0 + lineOffset; in DrawRLESpriteMagnify() local
52 auto src = nextRun; in DrawRLESpriteMagnify()
59 nextRun = src + dataSize; in DrawRLESpriteMagnify()
114 auto nextRun = src0 + lineOffset; in DrawRLESpriteMinify() local
122 auto src = nextRun; in DrawRLESpriteMinify()
129 nextRun = src + dataSize; in DrawRLESpriteMinify()
/dports/www/nextcloud/nextcloud/core/Command/Background/
H A DJob.php146 $nextRun = new \DateTime();
147 $nextRun->setTimestamp($row['last_run'] + $interval);
149 if ($nextRun > new \DateTime()) {
150 …$output->writeln('Next execution: <comment>' . $nextRun->format(\DateTimeInterface::ATOM) . …
152 …$output->writeln('Next execution: <info>' . $nextRun->format(\DateTimeInterface::ATOM) . '</…
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php368 $nextRun = clone $currentDate;
408 $satisfied = $field->isSatisfiedBy($nextRun, $part);
411 if ($field->isSatisfiedBy($nextRun, $listPart)) {
421 $field->increment($nextRun, $invert, $part);
428 if ((!$allowCurrentDate && $nextRun == $currentDate) || --$nth > -1) {
429 $this->fieldFactory->getField(0)->increment($nextRun, $invert, $parts[0] ?? null);
434 return $nextRun;
/dports/www/mod_webkit/w4py-1.2.3/TaskKit/
H A DScheduler.py463 nextRun = None
469 if not nextRun:
470 nextRun = startTime
471 elif startTime < nextRun:
472 nextRun = startTime
473 self.setNextTime(nextRun)
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-directwrite.cc288 Run *nextRun; member
299 for (Run *run = mRunHead.nextRun; run;) in ~TextAnalysis()
302 run = run->nextRun; in ~TextAnalysis()
321 mRunHead.nextRun = nullptr; in GenerateResults()
437 mCurrentRun = mCurrentRun->nextRun; in FetchNextRun()
454 for (Run *run = &mRunHead; run; run = run->nextRun) in SetCurrentRun()
483 newRun->nextRun = mCurrentRun->nextRun; in SplitCurrentRun()
484 mCurrentRun->nextRun = newRun; in SplitCurrentRun()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-directwrite.cc288 Run *nextRun; member
299 for (Run *run = mRunHead.nextRun; run;) in ~TextAnalysis()
302 run = run->nextRun; in ~TextAnalysis()
321 mRunHead.nextRun = nullptr; in GenerateResults()
437 mCurrentRun = mCurrentRun->nextRun; in FetchNextRun()
454 for (Run *run = &mRunHead; run; run = run->nextRun) in SetCurrentRun()
483 newRun->nextRun = mCurrentRun->nextRun; in SplitCurrentRun()
484 mCurrentRun->nextRun = newRun; in SplitCurrentRun()
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-directwrite.cc288 Run *nextRun; member
299 for (Run *run = mRunHead.nextRun; run;) in ~TextAnalysis()
302 run = run->nextRun; in ~TextAnalysis()
321 mRunHead.nextRun = nullptr; in GenerateResults()
437 mCurrentRun = mCurrentRun->nextRun; in FetchNextRun()
454 for (Run *run = &mRunHead; run; run = run->nextRun) in SetCurrentRun()
483 newRun->nextRun = mCurrentRun->nextRun; in SplitCurrentRun()
484 mCurrentRun->nextRun = newRun; in SplitCurrentRun()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-directwrite.cc288 Run *nextRun; member
299 for (Run *run = mRunHead.nextRun; run;) in ~TextAnalysis()
302 run = run->nextRun; in ~TextAnalysis()
321 mRunHead.nextRun = nullptr; in GenerateResults()
437 mCurrentRun = mCurrentRun->nextRun; in FetchNextRun()
454 for (Run *run = &mRunHead; run; run = run->nextRun) in SetCurrentRun()
483 newRun->nextRun = mCurrentRun->nextRun; in SplitCurrentRun()
484 mCurrentRun->nextRun = newRun; in SplitCurrentRun()
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/services/continuous_querier/
H A Dservice.go317 run, nextRun, err := cq.shouldRunContinuousQuery(now, interval)
352 startTime := truncate(nextRun.Add(interval-resampleFor-offset-1), interval).Add(offset)
517 nextRun := cq.LastRun.Add(resampleEvery)
519 if _, endOffset := nextRun.Add(-1).Zone(); startOffset != endOffset {
522 nextRun = nextRun.Add(time.Duration(diff))
525 if nextRun.UnixNano() <= now.UnixNano() {
526 return true, nextRun, nil
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/services/continuous_querier/
H A Dservice.go317 run, nextRun, err := cq.shouldRunContinuousQuery(now, interval)
352 startTime := truncate(nextRun.Add(interval-resampleFor-offset-1), interval).Add(offset)
517 nextRun := cq.LastRun.Add(resampleEvery)
519 if _, endOffset := nextRun.Add(-1).Zone(); startOffset != endOffset {
522 nextRun = nextRun.Add(time.Duration(diff))
525 if nextRun.UnixNano() <= now.UnixNano() {
526 return true, nextRun, nil
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/services/continuous_querier/
H A Dservice.go317 run, nextRun, err := cq.shouldRunContinuousQuery(now, interval)
352 startTime := truncate(nextRun.Add(interval-resampleFor-offset-1), interval).Add(offset)
517 nextRun := cq.LastRun.Add(resampleEvery)
519 if _, endOffset := nextRun.Add(-1).Zone(); startOffset != endOffset {
522 nextRun = nextRun.Add(time.Duration(diff))
525 if nextRun.UnixNano() <= now.UnixNano() {
526 return true, nextRun, nil
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/services/continuous_querier/
H A Dservice.go317 run, nextRun, err := cq.shouldRunContinuousQuery(now, interval)
352 startTime := truncate(nextRun.Add(interval-resampleFor-offset-1), interval).Add(offset)
517 nextRun := cq.LastRun.Add(resampleEvery)
519 if _, endOffset := nextRun.Add(-1).Zone(); startOffset != endOffset {
522 nextRun = nextRun.Add(time.Duration(diff))
525 if nextRun.UnixNano() <= now.UnixNano() {
526 return true, nextRun, nil

123456