Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 1 – 25 of 90) sorted by last modified time

1234

/plugin/structpublish/action/
H A Dbanner.php108 '{datetime}' => $this->makeLink($rev->getId(), $rev->getRev(), dformat($rev->getTimestamp())),
/plugin/structpublish/meta/
H A DRevision.php171 public function getTimestamp()
170 public function getTimestamp() global() function in dokuwiki\\plugin\\structpublish\\meta\\Revision
/plugin/struct/meta/
H A DAccessTable.php553 public function getTimestamp()
552 public function getTimestamp() global() function in dokuwiki\\plugin\\struct\\meta\\AccessTable
/plugin/struct/action/
H A Dinline.php181 $this->initFromInput($this->schemadata->getTimestamp());
185 $data = json_encode(['value' => $R->doc, 'rev' => $this->schemadata->getTimestamp()], JSON_THROW_ON_ERROR);
/plugin/combo/ComboStrap/
H A DCreationDate.php78 self::DATE_DOKUWIKI_PROPERTY_NAME => [self::DOKUWIKI_SUB_KEY => $value->getTimestamp()]
H A DDateTag.php71 $timeStamp = Iso8601Date::createFromString($date)->getDateTime()->getTimestamp();
H A DIso8601Date.php274 return strftime($pattern, $this->dateTime->getTimestamp());
H A DDataType.php212 $secs = $dateTime->getTimestamp(); // Gets the seconds
H A DFile.php133 return strval($this->getModifiedTime()->getTimestamp());
H A DFileSystems.php202 return strval($time->getTimestamp());
H A DWikiPath.php925 return FileSystems::getModifiedTime($this)->getTimestamp();
H A DIFetcherLocalImage.php67 return strval((new \DateTime())->getTimestamp());
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php304 return $this->getNextRunDate($currentDate, 0, true)->getTimestamp() == $currentTime;
/plugin/combo/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
/plugin/combo/action/
H A Dlinkmove.php53 $lockFileModifiedTimestamp = $lockFileDateTimeModified->getTimestamp();
/plugin/combo/vendor/symfony/yaml/
H A DInline.php707 if (false !== $scalar = $time->getTimestamp()) {
/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);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php154 'ts' => $record['datetime']->getTimestamp(),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DAction.php101 public function getTimestamp() function in Google\\Service\\DriveActivity\\Action
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DIssue.php135 public function getTimestamp() function in Google\\Service\\ManufacturerCenter\\Issue
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DPosInventory.php179 public function getTimestamp() function in Google\\Service\\ShoppingContent\\PosInventory
H A DPosInventoryRequest.php161 public function getTimestamp() function in Google\\Service\\ShoppingContent\\PosInventoryRequest
H A DPosSale.php197 public function getTimestamp() function in Google\\Service\\ShoppingContent\\PosSale
H A DPosSaleRequest.php179 public function getTimestamp() function in Google\\Service\\ShoppingContent\\PosSaleRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DTestExecution.php175 public function getTimestamp() function in Google\\Service\\Testing\\TestExecution

1234