Home
last modified time | relevance | path

Searched refs:getDatetime (Results 1 – 25 of 63) sorted by relevance

123

/dports/www/matomo/piwik/core/DataAccess/
H A DModel.php146 . " AND date2 >= '" . $period->getDateStart()->getDatetime()
150 . " AND date1 = '" . $period->getDateStart()->getDatetime() . "'"
151 . " AND date2 = '" . $period->getDateEnd()->getDatetime() . "')";
203 $now = Date::now()->getDatetime();
265 'date1' => $period->getDateStart()->getDatetime(),
266 'date2' => $period->getDateEnd()->getDatetime(),
330 $bind[] = $period->getDateStart()->getDatetime();
331 $bind[] = $period->getDateEnd()->getDatetime();
423 …:fetchAll($sql, [$params->getSite()->getId(), $dateStart->getDatetime(), $dateEnd->getDatetime(), …
872 …$bind = [$idSite, $period->getDateStart()->getDatetime(), $period->getDateEnd()->getDatetime(), $p…
[all …]
/dports/www/matomo/piwik/plugins/PrivacyManager/Model/
H A DLogDataAnonymizations.php178 $now = Date::now()->getDatetime();
189 'scheduled_date' => Date::now()->getDatetime(),
235 $startDate = $period->getDateTimeStart()->getDatetime();
236 $endDate = $period->getDateTimeEnd()->getDatetime();
249 $this->updateEntry($idLogData, 'job_start_date', Date::now()->getDatetime());
302 $this->updateEntry($idLogData, 'job_finish_date', Date::now()->getDatetime());
/dports/www/matomo/piwik/plugins/Login/
H A DAuth.php106 $this->userModel->setTokenAuthWasUsed($token, Date::now()->getDatetime());
118 $this->userModel->setTokenAuthWasUsed($token, Date::now()->getDatetime());
H A DModel.php67 return Date::now()->subPeriod($minutes, 'minute')->getDatetime();
/dports/www/matomo/piwik/core/Tracker/
H A DFailures.php77 …PiwikDb::get()->query($sql, array($idSite, $idFailure, $this->getNow()->getDatetime(), http_build_…
115 $minutesAgo = $this->getNow()->subDay($days)->getDatetime();
/dports/www/matomo/piwik/core/CronArchive/
H A DQueueConsumer.php166 $this->currentSiteArchivingStartTime = Date::now()->getDatetime();
239 $now = Date::now()->getDatetime();
249 $now = Date::now()->getDatetime();
606 …ved = !empty($archiveIdAndVisits[4]) ? Date::factory($archiveIdAndVisits[4])->getDatetime() : null;
/dports/www/matomo/piwik/plugins/CoreAdminHome/Commands/
H A DDeleteLogsData.php136 $dateObjects = array($dateObjects[0]->getDatetime(), $dateObjects[1]->getDatetime());
H A DMigrateTokenAuths.php68 'date_created' => Date::now()->getDatetime(),
/dports/www/matomo/piwik/plugins/Login/Security/
H A DBruteForceDetection.php71 $now = $this->getNow()->getDatetime();
163 return $this->getNow()->subPeriod($minutes, 'minute')->getDatetime();
/dports/www/matomo/piwik/plugins/TagManager/Model/
H A DBaseModel.php33 return Date::now()->getDatetime();
/dports/www/matomo/piwik/plugins/UsersManager/
H A DTasks.php38 $this->usersModel->deleteExpiredTokens(Date::now()->getDatetime());
H A DModel.php332 'bind' => array(Date::now()->getDatetime())
458 'ts_password_modified' => Date::now()->getDatetime(),
484 $bind[] = Date::now()->getDatetime();
/dports/devel/commoncpp/commoncpp2-1.8.1/inc/cc++/
H A Dnumbers.h288 char *getDatetime(char *buffer) const;
289 time_t getDatetime(void) const;
/dports/www/matomo/piwik/plugins/SitesManager/Tracker/
H A DSitesManagerRequestProcessor.php71 $this->sitesManagerModel->updateSiteCreatedTime(array($idSite), $timestamp->getDatetime());
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/tinymce4/plugins/tinyzenpage/
H A Dzoom.php66 echo '<p><small>'.$obj->getDatetime().'</small></p>';
/dports/www/matomo/piwik/plugins/TagManager/Dao/
H A DBaseDao.php75 return Date::now()->getDatetime();
/dports/www/kanboard/kanboard-1.2.21/vendor/eluceo/ical/src/Property/Event/
H A DRecurrenceId.php73 public function getDatetime() function in Eluceo\\iCal\\Property\\Event\\RecurrenceId
/dports/www/matomo/piwik/core/Updates/
H A D2.0.4-b5.php86 'date_registered' => Date::now()->getDatetime(),
/dports/www/matomo/piwik/plugins/Diagnostics/Diagnostic/
H A DPhpInformational.php56 … $results[] = DiagnosticResult::informationalResult('PHP Datetime', Date::now()->getDatetime());
H A DReportInformational.php59 $time = Date::now()->subDay($numDays)->getDatetime();
/dports/www/matomo/piwik/plugins/SegmentEditor/
H A DAPI.php266 'ts_last_edit' => Date::now()->getDatetime(),
320 'ts_created' => Date::now()->getDatetime(),
/dports/www/ilias/ILIAS-5.4.25/Services/LearningHistory/classes/
H A Dclass.ilLearningHistoryTimelineItem.php60 public function getDatetime() function in ilLearningHistoryTimelineItem
/dports/security/softhsm2/softhsm-2.6.1/src/lib/object_store/
H A DDB.h124 time_t getDatetime(unsigned int fieldidx);
/dports/www/matomo/piwik/plugins/PrivacyManager/
H A DLogDataPurger.php74 $this->logDeleter->deleteVisitsFor($start = null, $dateUpperLimit->getDatetime());
/dports/www/ilias6/ILIAS-6.14/Services/LearningHistory/classes/
H A Dclass.ilLearningHistoryTimelineItem.php60 public function getDatetime() function in ilLearningHistoryTimelineItem

123