Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 51 – 75 of 90) sorted by relevance

1234

/plugin/combo/ComboStrap/
H A DDataType.php212 $secs = $dateTime->getTimestamp(); // Gets the seconds
H A DIso8601Date.php274 return strftime($pattern, $this->dateTime->getTimestamp());
H A DFileSystems.php202 return strval($time->getTimestamp());
/plugin/swarmwebhook/webhooks/
H A DIFTTT.php166 $guessedOffset = round(($dateTime->getTimestamp() - $nowTS)/3600)*100;
/plugin/authfacebook/lib/Authentication/
H A DAccessTokenMetadata.php359 if ($this->getExpiresAt()->getTimestamp() < time()) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogEntry.php303 public function getTimestamp() function in Google\\Service\\Logging\\LogEntry
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DPerformanceReport.php210 public function getTimestamp() function in Google\\Service\\AdExchangeBuyer\\PerformanceReport
/plugin/mediathumbnails/
H A Dthumbnail.php161 public function getTimestamp() { function in thumbnail
/plugin/countdown/
H A Dsyntax.php124 … $renderer->doc .= " (" . strftime($this->getLang('outputformat'), $Next->getTimestamp()) . ")";
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPushoverHandler.php157 $timestamp = $record['datetime']->getTimestamp();
/plugin/structpublish/action/
H A Dbanner.php108 '{datetime}' => $this->makeLink($rev->getId(), $rev->getRev(), dformat($rev->getTimestamp())),
/plugin/structpublish/meta/
H A DRevision.php171 public function getTimestamp()
170 public function getTimestamp() global() function in dokuwiki\\plugin\\structpublish\\meta\\Revision
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DMedia.php526 public function getTimestamp() function in Google\\Service\\CloudSupport\\Media
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DGdataMedia.php526 public function getTimestamp() function in Google\\Service\\YouTubeReporting\\GdataMedia
/plugin/combo/action/
H A Dlinkmove.php53 $lockFileModifiedTimestamp = $lockFileDateTimeModified->getTimestamp();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php154 'ts' => $record['datetime']->getTimestamp(),
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php304 return $this->getNextRunDate($currentDate, 0, true)->getTimestamp() == $currentTime;
/plugin/authgoogle/google/contrib/
H A DGoogle_FreebaseService.php355 public function getTimestamp() { function in Google_TopicValue
H A DGoogle_AdexchangebuyerService.php702 public function getTimestamp() { function in Google_PerformanceReportListPerformanceReport
H A DGoogle_CoordinateService.php536 public function getTimestamp() { function in Google_JobChange
/plugin/davcard/
H A Dhelper.php530 $now->getTimestamp(),
610 $now->getTimestamp(),
/plugin/webdavclient/
H A Dhelper.php260 $query .= " AND lastoccurence > ".$sqlite->quote_string($startTs->getTimestamp());
265 $query .= " AND firstoccurence < ".$sqlite->quote_string($endTs->getTimestamp());
1390 …t['calendar-data'], $calendarobject['href'], $connectionId, $lastmod->getTimestamp(), $calendarobj…
/plugin/timetrack/
H A Dhelper.php894 if(($projectDetails['from'] && $projectDetails['from'] > $date->getTimestamp()) ||
895 ($projectDetails['to'] && $projectDetails['to'] < $date->getTimestamp())) {
/plugin/struct/meta/
H A DAccessTable.php553 public function getTimestamp()
552 public function getTimestamp() global() function in dokuwiki\\plugin\\struct\\meta\\AccessTable
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php470 if ($this->currentDate->getTimestamp() > 253402300799) {

1234