Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 1 – 25 of 90) sorted by relevance

1234

/plugin/authfacebook/lib/Authentication/
H A DAccessToken.php101 return $this->expiresAt->getTimestamp() > time() + (60 * 60 * 2);
119 return $this->getExpiresAt()->getTimestamp() < time();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Ddate.test17 …romFormat('Y-m-d H:i', '2010-10-04 13:45', new \DateTimeZone('UTC'))->getTimestamp() -- A unixtime…
18 …eTime::createFromFormat('Y-m-d H:i', '1964-01-02 03:04', new \DateTimeZone('UTC'))->getTimestamp(),
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DTypedItem.php81 return $this->currentTime()->getTimestamp() < $this->expiration->getTimestamp();
H A DItem.php88 return $this->currentTime()->getTimestamp() < $this->expiration->getTimestamp();
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DIntl.php64 return $formatter->format($date->getTimestamp());
76 return $formatter->format($date->getTimestamp());
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DNullCache.php36 public function getTimestamp($key) function in Twig\\Cache\\NullCache
H A DCacheInterface.php57 public function getTimestamp($key); function
/plugin/freesync/
H A Dhelper.php151 "rlastModified" => $page["lastModified"]->getTimestamp());
178 "rlastModified" => $file["lastModified"]->getTimestamp(),
272 $this->_profile[$id] = $page['version'].','.$rversion['lastModified']->getTimestamp();
354 $this->_profile[$id] = $lversion['version'].','.$page['lastModified']->getTimestamp();
384 $file['lastModified'] = $file['lastModified']->getTimestamp();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php125 $timestampValidity = $record['datetime']->getTimestamp() - $this->time;
184 …file_put_contents($this->deduplicationStore, $record['datetime']->getTimestamp() . ':' . $record['…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DTimestamp.php21 public function getTimestamp() function in JMS\\Serializer\\Tests\\Fixtures\\Timestamp
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DTimestampedEvent.php55 public function getTimestamp() function in Google\\Service\\Genomics\\TimestampedEvent
H A DEvent.php73 public function getTimestamp() function in Google\\Service\\Genomics\\Event
/plugin/icalevents/
H A Dsyntax-impl.php239 $diff = $e1->DTSTART->getDateTime($this->localTimezone)->getTimestamp()
240 - $e2->DTSTART->getDateTime($this->localTimezone)->getTimestamp();
424 $dt['datestring'] = strftime($dateFormat, $dtImmutable->getTimestamp());
425 …$dt['timestring'] = $dtSabre->hasTime() ? strftime($timeFormat, $dtImmutable->getTimestamp()) : '';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DIntegerGauge.php39 public function getTimestamp() function in Google\\Service\\Dataflow\\IntegerGauge
H A DCPUTime.php50 public function getTimestamp() function in Google\\Service\\Dataflow\\CPUTime
H A DMemInfo.php95 public function getTimestamp() function in Google\\Service\\Dataflow\\MemInfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2ProfileStatus.php53 public function getTimestamp() function in Google\\Service\\DLP\\GooglePrivacyDlpV2ProfileStatus
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DExemplar.php57 public function getTimestamp() function in Google\\Service\\Monitoring\\Exemplar
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DExemplar.php39 public function getTimestamp() function in Google\\Service\\Networkconnectivity\\Exemplar
/plugin/strata/types/
H A Ddate.php42 return $date->getTimestamp();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php155 $this->assertSame(1234567890, $this->cache->getTimestamp($key));
161 $this->assertSame(0, $this->cache->getTimestamp($key));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate.test47 …romFormat('Y-m-d H:i', '2010-10-04 13:45', new \DateTimeZone('UTC'))->getTimestamp() -- A unixtime…
48 …eTime::createFromFormat('Y-m-d H:i', '1964-01-02 03:04', new \DateTimeZone('UTC'))->getTimestamp(),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceManagedByIgmError.php69 public function getTimestamp() function in Google\\Service\\Compute\\InstanceManagedByIgmError
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFluentdFormatter.php76 return Utils::jsonEncode([$tag, $record['datetime']->getTimestamp(), $message]);
/plugin/davcal/
H A Dhelper.php864 $res = $sqlite->query($query, $calid, $uri, $eventStr, $now->getTimestamp(), 'VEVENT',
996 $query .= " AND lastoccurence > ".$sqlite->quote_string($startTs->getTimestamp());
1001 $query .= " AND firstoccurence < ".$sqlite->quote_string($endTs->getTimestamp());
1052 … if(($endTs !== null) && ($rEvents->getDtStart()->getTimestamp() > $endTs->getTimestamp()))
1056 … if(($startTs != null) && ($rEvents->getDtEnd()->getTimestamp() < $startTs->getTimestamp()))
1378 $res = $sqlite->query($query, $eventStr, $now->getTimestamp(), $dtStart->getTimestamp(),
1379 … $dtEnd->getTimestamp(), strlen($eventStr), md5($eventStr), $uid);

1234