/plugin/authfacebook/lib/Authentication/ |
H A D | AccessToken.php | 101 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 D | date.test | 17 …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 D | TypedItem.php | 81 return $this->currentTime()->getTimestamp() < $this->expiration->getTimestamp();
|
H A D | Item.php | 88 return $this->currentTime()->getTimestamp() < $this->expiration->getTimestamp();
|
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/ |
H A D | Intl.php | 64 return $formatter->format($date->getTimestamp()); 76 return $formatter->format($date->getTimestamp());
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/ |
H A D | NullCache.php | 36 public function getTimestamp($key) function in Twig\\Cache\\NullCache
|
H A D | CacheInterface.php | 57 public function getTimestamp($key); function
|
/plugin/freesync/ |
H A D | helper.php | 151 "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 D | DeduplicationHandler.php | 125 $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 D | Timestamp.php | 21 public function getTimestamp() function in JMS\\Serializer\\Tests\\Fixtures\\Timestamp
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/ |
H A D | TimestampedEvent.php | 55 public function getTimestamp() function in Google\\Service\\Genomics\\TimestampedEvent
|
H A D | Event.php | 73 public function getTimestamp() function in Google\\Service\\Genomics\\Event
|
/plugin/icalevents/ |
H A D | syntax-impl.php | 239 $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 D | IntegerGauge.php | 39 public function getTimestamp() function in Google\\Service\\Dataflow\\IntegerGauge
|
H A D | CPUTime.php | 50 public function getTimestamp() function in Google\\Service\\Dataflow\\CPUTime
|
H A D | MemInfo.php | 95 public function getTimestamp() function in Google\\Service\\Dataflow\\MemInfo
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
H A D | GooglePrivacyDlpV2ProfileStatus.php | 53 public function getTimestamp() function in Google\\Service\\DLP\\GooglePrivacyDlpV2ProfileStatus
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/ |
H A D | Exemplar.php | 57 public function getTimestamp() function in Google\\Service\\Monitoring\\Exemplar
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/ |
H A D | Exemplar.php | 39 public function getTimestamp() function in Google\\Service\\Networkconnectivity\\Exemplar
|
/plugin/strata/types/ |
H A D | date.php | 42 return $date->getTimestamp();
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/ |
H A D | FilesystemTest.php | 155 $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 D | date.test | 47 …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 D | InstanceManagedByIgmError.php | 69 public function getTimestamp() function in Google\\Service\\Compute\\InstanceManagedByIgmError
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/ |
H A D | FluentdFormatter.php | 76 return Utils::jsonEncode([$tag, $record['datetime']->getTimestamp(), $message]);
|
/plugin/davcal/ |
H A D | helper.php | 864 $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);
|