/plugin/authfacebook/lib/Authentication/ |
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/ |
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/ |
D | TypedItem.php | 81 return $this->currentTime()->getTimestamp() < $this->expiration->getTimestamp();
|
D | Item.php | 88 return $this->currentTime()->getTimestamp() < $this->expiration->getTimestamp();
|
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/ |
D | Intl.php | 64 return $formatter->format($date->getTimestamp()); 76 return $formatter->format($date->getTimestamp());
|
/plugin/freesync/ |
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/ |
D | DeduplicationHandler.php | 125 $timestampValidity = $record['datetime']->getTimestamp() - $this->time; 184 …file_put_contents($this->deduplicationStore, $record['datetime']->getTimestamp() . ':' . $record['…
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/ |
D | NullCache.php | 36 public function getTimestamp($key) function in Twig\\Cache\\NullCache
|
D | CacheInterface.php | 57 public function getTimestamp($key); function
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
D | Timestamp.php | 21 public function getTimestamp() function in JMS\\Serializer\\Tests\\Fixtures\\Timestamp
|
/plugin/icalevents/ |
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/Genomics/ |
D | TimestampedEvent.php | 55 public function getTimestamp() function in Google\\Service\\Genomics\\TimestampedEvent
|
D | Event.php | 73 public function getTimestamp() function in Google\\Service\\Genomics\\Event
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
D | GooglePrivacyDlpV2ProfileStatus.php | 53 public function getTimestamp() function in Google\\Service\\DLP\\GooglePrivacyDlpV2ProfileStatus
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
D | IntegerGauge.php | 39 public function getTimestamp() function in Google\\Service\\Dataflow\\IntegerGauge
|
D | CPUTime.php | 50 public function getTimestamp() function in Google\\Service\\Dataflow\\CPUTime
|
D | MemInfo.php | 95 public function getTimestamp() function in Google\\Service\\Dataflow\\MemInfo
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/ |
D | Exemplar.php | 57 public function getTimestamp() function in Google\\Service\\Monitoring\\Exemplar
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/ |
D | Exemplar.php | 39 public function getTimestamp() function in Google\\Service\\Networkconnectivity\\Exemplar
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/ |
D | FilesystemTest.php | 155 $this->assertSame(1234567890, $this->cache->getTimestamp($key)); 161 $this->assertSame(0, $this->cache->getTimestamp($key));
|
/plugin/strata/types/ |
D | date.php | 42 return $date->getTimestamp();
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
D | InstanceManagedByIgmError.php | 69 public function getTimestamp() function in Google\\Service\\Compute\\InstanceManagedByIgmError
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/ |
D | FluentdFormatter.php | 76 return Utils::jsonEncode([$tag, $record['datetime']->getTimestamp(), $message]);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/ |
D | Action.php | 101 public function getTimestamp() function in Google\\Service\\DriveActivity\\Action
|