Home
last modified time | relevance | path

Searched refs:getNow (Results 1 – 25 of 644) sorted by relevance

12345678910>>...26

/dports/www/aria2/aria2-1.36.0/src/
H A DTimerA2.cc45 Timer::Clock::time_point getNow() { return Timer::Clock::now() + OFFSET; } in getNow() function
48 Timer::Timer() : tp_(getNow()) { reset(); } in Timer()
52 void Timer::reset() { tp_ = getNow(); } in reset()
56 auto now = getNow(); in difference()
/dports/lang/php73/php-7.3.33/ext/intl/tests/
H A Dcalendar_getNow_error.phpt2 IntlCalendar::getNow(): bad arguments
12 var_dump(IntlCalendar::getNow(2));
19 Warning: IntlCalendar::getNow() expects exactly 0 parameters, 1 given in %s on line %d
21 Warning: IntlCalendar::getNow(): intlcal_get_now: bad arguments in %s on line %d
/dports/lang/php74/php-7.4.27/ext/intl/tests/
H A Dcalendar_getNow_error.phpt2 IntlCalendar::getNow(): bad arguments
12 var_dump(IntlCalendar::getNow(2));
19 Warning: IntlCalendar::getNow() expects exactly 0 parameters, 1 given in %s on line %d
21 Warning: IntlCalendar::getNow(): intlcal_get_now: bad arguments in %s on line %d
/dports/devel/php73-intl/php-7.3.33/ext/intl/tests/
H A Dcalendar_getNow_error.phpt2 IntlCalendar::getNow(): bad arguments
12 var_dump(IntlCalendar::getNow(2));
19 Warning: IntlCalendar::getNow() expects exactly 0 parameters, 1 given in %s on line %d
21 Warning: IntlCalendar::getNow(): intlcal_get_now: bad arguments in %s on line %d
/dports/devel/php74-intl/php-7.4.27/ext/intl/tests/
H A Dcalendar_getNow_error.phpt2 IntlCalendar::getNow(): bad arguments
12 var_dump(IntlCalendar::getNow(2));
19 Warning: IntlCalendar::getNow() expects exactly 0 parameters, 1 given in %s on line %d
21 Warning: IntlCalendar::getNow(): intlcal_get_now: bad arguments in %s on line %d
/dports/www/mod_php73/php-7.3.33/ext/intl/tests/
H A Dcalendar_getNow_error.phpt2 IntlCalendar::getNow(): bad arguments
12 var_dump(IntlCalendar::getNow(2));
19 Warning: IntlCalendar::getNow() expects exactly 0 parameters, 1 given in %s on line %d
21 Warning: IntlCalendar::getNow(): intlcal_get_now: bad arguments in %s on line %d
/dports/www/mod_php74/php-7.4.27/ext/intl/tests/
H A Dcalendar_getNow_error.phpt2 IntlCalendar::getNow(): bad arguments
12 var_dump(IntlCalendar::getNow(2));
19 Warning: IntlCalendar::getNow() expects exactly 0 parameters, 1 given in %s on line %d
21 Warning: IntlCalendar::getNow(): intlcal_get_now: bad arguments in %s on line %d
/dports/www/bolt/bolt-2.2.24/vendor/symfony/stopwatch/Symfony/Component/Stopwatch/
H A DStopwatchEvent.php82 $this->started[] = $this->getNow();
102 $this->periods[] = new StopwatchPeriod(array_pop($this->started), $this->getNow());
182 $periods[] = new StopwatchPeriod($this->started[$index], $this->getNow());
215 protected function getNow() function in Symfony\\Component\\Stopwatch\\StopwatchEvent
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/
H A DStopwatchEvent.php87 $this->started[] = $this->getNow();
105 …$this->periods[] = new StopwatchPeriod(array_pop($this->started), $this->getNow(), $this->morePrec…
191 … $periods[] = new StopwatchPeriod($this->started[$i], $this->getNow(), $this->morePrecision);
224 protected function getNow() function in Symfony\\Component\\Stopwatch\\StopwatchEvent
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/
H A DStopwatchEvent.php87 $this->started[] = $this->getNow();
105 …$this->periods[] = new StopwatchPeriod(array_pop($this->started), $this->getNow(), $this->morePrec…
191 … $periods[] = new StopwatchPeriod($this->started[$i], $this->getNow(), $this->morePrecision);
224 protected function getNow() function in Symfony\\Component\\Stopwatch\\StopwatchEvent
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/tlslite/tlslite/utils/
H A Ddatefuncs.py29 def getNow(): function
61 def getNow(): function
68 d = getNow()
73 n = getNow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tlslite/tlslite/utils/
H A Ddatefuncs.py29 def getNow(): function
61 def getNow(): function
68 d = getNow()
73 n = getNow()
/dports/security/py-tlslite/tlslite-0.4.9/tlslite/utils/
H A Ddatefuncs.py29 def getNow(): function
61 def getNow(): function
68 d = getNow()
73 n = getNow()
/dports/www/matomo/piwik/plugins/Login/
H A DPasswordVerifier.php94 private function getNow() function in Piwik\\Plugins\\Login\\PasswordVerifier
105 $sessionNamespace->lastPasswordAuth = $this->getNow()->getDatetime();
119 $now = $this->getNow();
139 $now = $this->getNow()->addPeriod(self::VERIFY_REVALIDATE_X_MINUTES_LEFT, 'minute');
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Ddatastream.cxx46 double getNow() in getNow() function
412 double fStart = getNow(); in Refresh()
418 fTimes[ DebugTime::Recalc ] = getNow() - fStart; in Refresh()
420 mfLastRefreshTime = getNow(); in Refresh()
476 double fStart = getNow(); in Text2Doc()
499 fTimes[ DebugTime::Import ] = getNow() - fStart; in Text2Doc()
511 if (getNow() - mfLastRefreshTime > 0.1 && mnLinesSinceRefresh > 200) in Text2Doc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Ddatastream.cxx46 double getNow() in getNow() function
412 double fStart = getNow(); in Refresh()
418 fTimes[ DebugTime::Recalc ] = getNow() - fStart; in Refresh()
420 mfLastRefreshTime = getNow(); in Refresh()
476 double fStart = getNow(); in Text2Doc()
499 fTimes[ DebugTime::Import ] = getNow() - fStart; in Text2Doc()
511 if (getNow() - mfLastRefreshTime > 0.1 && mnLinesSinceRefresh > 200) in Text2Doc()
/dports/games/bzflag-server/bzflag-2.4.22/src/game/
H A DServerItem.cxx103 updateTime = getNow(); in setUpdateTime()
109 time_t time = (getNow() - updateTime)/(time_t)60; in getAgeMinutes()
116 time_t time = (getNow() - updateTime); in getAgeSeconds()
164 time_t ServerItem::getNow() const in getNow() function in ServerItem
/dports/games/bzflag/bzflag-2.4.22/src/game/
H A DServerItem.cxx103 updateTime = getNow(); in setUpdateTime()
109 time_t time = (getNow() - updateTime)/(time_t)60; in getAgeMinutes()
116 time_t time = (getNow() - updateTime); in getAgeSeconds()
164 time_t ServerItem::getNow() const in getNow() function in ServerItem
/dports/astro/stellarium/stellarium-0.21.3/plugins/TelescopeControl/src/
H A DTelescopeClient.cpp168 qint64 getNow(void) in getNow() function
305 qint64 now = getNow(); in telescopeGoto()
463 interpolatedPosition.add(j2000Position, getNow(), server_micros, status); in performReading()
490 const qint64 now = getNow() - time_delay; in getJ2000EquatorialPos()
509 const qint64 now = getNow(); in prepareCommunication()
519 const qint64 now = getNow(); in prepareCommunication()
/dports/www/mod_php81/php-8.1.1/ext/intl/tests/
H A Dcalendar_getNow_basic.phpt2 IntlCalendar::getNow() basic test
10 $now = IntlCalendar::getNow();
/dports/lang/php81/php-8.1.1/ext/intl/tests/
H A Dcalendar_getNow_basic.phpt2 IntlCalendar::getNow() basic test
10 $now = IntlCalendar::getNow();
/dports/devel/php81-intl/php-8.1.1/ext/intl/tests/
H A Dcalendar_getNow_basic.phpt2 IntlCalendar::getNow() basic test
10 $now = IntlCalendar::getNow();
/dports/lang/php80/php-8.0.15/ext/intl/tests/
H A Dcalendar_getNow_basic.phpt2 IntlCalendar::getNow() basic test
12 $now = IntlCalendar::getNow();
/dports/devel/php80-intl/php-8.0.15/ext/intl/tests/
H A Dcalendar_getNow_basic.phpt2 IntlCalendar::getNow() basic test
12 $now = IntlCalendar::getNow();
/dports/www/mod_php80/php-8.0.15/ext/intl/tests/
H A Dcalendar_getNow_basic.phpt2 IntlCalendar::getNow() basic test
12 $now = IntlCalendar::getNow();

12345678910>>...26