Home
last modified time | relevance | path

Searched refs:getCurrentTimestamp (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/www/matomo/piwik/core/Tracker/
H A DVisit.php124 $request->getCurrentTimestamp();
278 …his->visitProperties->setProperty('visit_last_action_time', $this->request->getCurrentTimestamp());
286 $timeSpent = $this->request->getCurrentTimestamp() -
332 …is->visitProperties->setProperty('visit_first_action_time', $this->request->getCurrentTimestamp());
333 …his->visitProperties->setProperty('visit_last_action_time', $this->request->getCurrentTimestamp());
611 $time = $this->request->getCurrentTimestamp();
H A DVisitorRecognizer.php230 $timeLookBack = date('Y-m-d H:i:s', $request->getCurrentTimestamp() - $lookBackNSeconds);
231 $timeLookAhead = date('Y-m-d H:i:s', $request->getCurrentTimestamp() + $lookAheadNSeconds);
H A DRequest.php352 return date($format, $this->getCurrentTimestamp());
474 public function getCurrentTimestamp() function in Piwik\\Tracker\\Request
560 $now = $this->getCurrentTimestamp();
703 …return $this->getCurrentTimestamp() + TrackerConfig::getConfigValue('cookie_expire', $this->getIdS…
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Drollback_impl_test.cpp81 Timestamp getCurrentTimestamp() { in getCurrentTimestamp() function in __anon793e4c5a0111::StorageInterfaceRollback
293 ASSERT_EQUALS(currTimestamp, _storageInterface->getCurrentTimestamp()); in TEST_F()
300 ASSERT_EQUALS(stableTimestamp, _storageInterface->getCurrentTimestamp()); in TEST_F()
319 ASSERT_EQUALS(currTimestamp, _storageInterface->getCurrentTimestamp()); in TEST_F()
326 ASSERT_EQUALS(currTimestamp, _storageInterface->getCurrentTimestamp()); in TEST_F()
/dports/www/elgg/elgg-3.3.23/vendor/robmorgan/phinx/src/Phinx/Util/
H A DUtil.php53 public static function getCurrentTimestamp() function in Phinx\\Util\\Util
111 $fileName = static::getCurrentTimestamp() . '_' . strtolower(implode($arr, '_')) . '.php';
/dports/www/matomo/piwik/plugins/CoreHome/Columns/
H A DVisitLastActionTime.php90 return Date::getDatetimeFromTimestamp($request->getCurrentTimestamp());
108 …&& Date::factory($originalVisitLastActionTime)->getTimestamp() > $request->getCurrentTimestamp()) {
H A DServerTime.php52 $timestamp = $request->getCurrentTimestamp();
H A DVisitFirstActionTime.php52 return Date::getDatetimeFromTimestamp($request->getCurrentTimestamp());
H A DVisitTotalTime.php50 $totalTime = 1 + $request->getCurrentTimestamp() - $firstActionTime;
H A DVisitorSecondsSinceOrder.php64 $secondsSinceLastAction = $request->getCurrentTimestamp() - $visitFirstActionTime;
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/log/
H A DTrace.java36 this.time = getCurrentTimestamp(); in Trace()
52 private Timestamp getCurrentTimestamp() { in getCurrentTimestamp() method in Trace
/dports/www/matomo/piwik/plugins/CoreHome/Tracker/
H A DVisitRequestProcessor.php214 && ($lastActionTime > ($request->getCurrentTimestamp() - $this->visitStandardLength));
238 $now = $request->getCurrentTimestamp();
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/maps/deniran/cityinterior/tannery/
H A DTannerNPCTest.java73 private String getCurrentTimestamp() { in getCurrentTimestamp() method in TannerNPCTest
135 player.setQuest(QUEST_SLOT, getCurrentTimestamp()); in testNightTime()
156 player.setQuest(QUEST_SLOT, getCurrentTimestamp()); in testNightTime()
/dports/www/matomo/piwik/plugins/VisitorInterest/Columns/
H A DVisitorSecondsSinceLast.php47 $currentTimestamp = $request->getCurrentTimestamp();
/dports/www/matomo/piwik/plugins/SitesManager/Tracker/
H A DSitesManagerRequestProcessor.php44 $requestTimestamp = Date::factory((int) $request->getCurrentTimestamp());
/dports/devel/ccrtp/ccrtp-2.1.2/src/ccrtp/
H A Dioqueue.h201 getCurrentTimestamp() const;
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_junit.hpp22 std::string getCurrentTimestamp() { in getCurrentTimestamp() function
114 xml.writeAttribute( "timestamp", getCurrentTimestamp() ); in writeGroup()
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_junit.hpp22 std::string getCurrentTimestamp() { in getCurrentTimestamp() function
114 xml.writeAttribute( "timestamp", getCurrentTimestamp() ); in writeGroup()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/reporters/
H A Dcatch_reporter_junit.cpp24 std::string getCurrentTimestamp() { in getCurrentTimestamp() function
126 xml.writeAttribute( "timestamp", getCurrentTimestamp() ); in writeGroup()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/reporters/
H A Dcatch_reporter_junit.hpp22 std::string getCurrentTimestamp() { in getCurrentTimestamp() function
119 xml.writeAttribute( "timestamp", getCurrentTimestamp() ); in writeGroup()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/reporters/
H A Dcatch_reporter_junit.hpp22 std::string getCurrentTimestamp() { in getCurrentTimestamp() function
119 xml.writeAttribute( "timestamp", getCurrentTimestamp() ); in writeGroup()
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/Core/
H A DBuildEngine.cpp184 result.builtAt == engine->getCurrentTimestamp(); in isComplete()
196 result.builtAt = engine->getCurrentTimestamp(); in setComplete()
1137 Timestamp getCurrentTimestamp() { in getCurrentTimestamp() function in __anon43768ed00111::BuildEngineImpl
1466 uint64_t getCurrentTimestamp() const { return currentTimestamp; } in getCurrentTimestamp() function in __anon43768ed00111::BuildEngineImpl
1488 Timestamp BuildEngine::getCurrentTimestamp() { in getCurrentTimestamp() function in BuildEngine
1489 return static_cast<BuildEngineImpl*>(impl)->getCurrentTimestamp(); in getCurrentTimestamp()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/reporters/
H A Dcatch_reporter_junit.cpp25 std::string getCurrentTimestamp() { in getCurrentTimestamp() function
129 xml.writeAttribute( "timestamp", getCurrentTimestamp() ); in writeGroup()
/dports/math/e-antic/Catch2-ff349a5/include/reporters/
H A Dcatch_reporter_junit.cpp25 std::string getCurrentTimestamp() { in getCurrentTimestamp() function
129 xml.writeAttribute( "timestamp", getCurrentTimestamp() ); in writeGroup()
/dports/www/restbed/restbed-4.8/dependency/catch/include/reporters/
H A Dcatch_reporter_junit.cpp25 std::string getCurrentTimestamp() { in getCurrentTimestamp() function
129 xml.writeAttribute( "timestamp", getCurrentTimestamp() ); in writeGroup()

12345678910