Searched refs:getTimestamp (Results 1 – 17 of 17) sorted by relevance
59 public function getTimestamp(string $key): int function in Twig\\Cache\\ChainCache64 if (0 < $timestamp = $cache->getTimestamp($cache->generateKey(...$splitKey))) {
45 public function getTimestamp(string $key): int; function
34 public function getTimestamp(string $key): int function in Twig\\Cache\\NullCache
87 public function getTimestamp(string $key): int function in Twig\\Cache\\FilesystemCache
67 return strval((new \DateTime())->getTimestamp());
133 return strval($this->getModifiedTime()->getTimestamp());
78 self::DATE_DOKUWIKI_PROPERTY_NAME => [self::DOKUWIKI_SUB_KEY => $value->getTimestamp()]
212 $secs = $dateTime->getTimestamp(); // Gets the seconds
65 $timeStamp = Iso8601Date::createFromString($date)->getDateTime()->getTimestamp();
273 return strftime($pattern, $this->dateTime->getTimestamp());
202 return strval($time->getTimestamp());
925 return FileSystems::getModifiedTime($this)->getTimestamp();
304 return $this->getNextRunDate($currentDate, 0, true)->getTimestamp() == $currentTime;
53 $lockFileModifiedTimestamp = $lockFileDateTimeModified->getTimestamp();
402 … if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {
707 if (false !== $scalar = $time->getTimestamp()) {
8176 this.logFormatted=function(objects,className){var html=this.DBG_TIMESTAMP?[getTimestamp()," | "]:[];8207 }function getTimestamp(){var now=new Date(); function