Home
last modified time | relevance | path

Searched refs:getNextRunTime (Results 1 – 8 of 8) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DFunctionScheduler.h284 std::chrono::steady_clock::time_point getNextRunTime() const { in getNextRunTime() function
307 return f1->getNextRunTime() > f2->getNextRunTime(); in operator()
H A DFunctionScheduler.cpp457 auto sleepTime = functions_.back()->getNextRunTime() - now; in run()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/
H A DTransferConfig.php96 public function getNextRunTime() function in Google_Service_BigQueryDataTransfer_TransferConfig
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/
H A DTransferConfig.php113 public function getNextRunTime() function in Google_Service_BigQueryDataTransfer_TransferConfig
/dports/www/matomo/piwik/plugins/GeoIp2/
H A DController.php105 $view->nextRunTime = GeoIP2AutoUpdater::getNextRunTime();
H A DGeoIP2AutoUpdater.php741 public static function getNextRunTime() function in Piwik\\Plugins\\GeoIp2\\GeoIP2AutoUpdater
/dports/games/tads/tads-3.0.8/tads3/t3library/adv3/
H A Devents.t46 curTime = cur.getNextRunTime();
119 while (cur.getNextRunTime() == minTime)
150 if (cur.getNextRunTime() == minTime)
244 getNextRunTime() { return nextRunTime; }
271 * have the same getNextRunTime() values). The item with the lowest
442 getNextRunTime()
456 curTime = cur.getNextRunTime();
479 lst = events_.subset({x: x.getNextRunTime()
621 getNextRunTime() { return nextRunTime; }
/dports/www/matomo/piwik/plugins/GeoIp2/LocationProvider/GeoIp2/
H A DPhp.php469 $view->nextRunTime = GeoIP2AutoUpdater::getNextRunTime();