Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Cache/
DNullCache.php34 public function getTimestamp($key) function in Twig\\Cache\\NullCache
DCacheInterface.php57 public function getTimestamp($key); function
DFilesystemCache.php83 public function getTimestamp($key) function in Twig\\Cache\\FilesystemCache
/template/strap/ComboStrap/
H A DIFetcherLocalImage.php67 return strval((new \DateTime())->getTimestamp());
H A DFile.php133 return strval($this->getModifiedTime()->getTimestamp());
H A DCreationDate.php78 self::DATE_DOKUWIKI_PROPERTY_NAME => [self::DOKUWIKI_SUB_KEY => $value->getTimestamp()]
H A DDataType.php212 $secs = $dateTime->getTimestamp(); // Gets the seconds
H A DDateTag.php65 $timeStamp = Iso8601Date::createFromString($date)->getDateTime()->getTimestamp();
H A DIso8601Date.php273 return strftime($pattern, $this->dateTime->getTimestamp());
H A DFileSystems.php202 return strval($time->getTimestamp());
H A DWikiPath.php925 return FileSystems::getModifiedTime($this)->getTimestamp();
/template/strap/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php304 return $this->getNextRunDate($currentDate, 0, true)->getTimestamp() == $currentTime;
/template/strap/action/
H A Dlinkmove.php53 $lockFileModifiedTimestamp = $lockFileDateTimeModified->getTimestamp();
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php401 … if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {
/template/strap/vendor/symfony/yaml/
H A DInline.php707 if (false !== $scalar = $time->getTimestamp()) {
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js8176 this.logFormatted=function(objects,className){var html=this.DBG_TIMESTAMP?[getTimestamp()," | "]:[];
8207 }function getTimestamp(){var now=new Date(); function