Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 76 – 90 of 90) sorted by path

1234

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DConfigCache.php93 public function getTimestamp($resource) function in Assetic\\Cache\\ConfigCache
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DCachedFormulaLoader.php58 …gCache->has($id) || ($this->debug && !$resource->isFresh($this->configCache->getTimestamp($id)))) {
/plugin/jsonrpc/
H A DIJR_Date.php45 function getTimestamp() { function in IJR_Date
/plugin/mediathumbnails/
H A Dthumbnail.php161 public function getTimestamp() { function in thumbnail
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js30875 var html = this.DBG_TIMESTAMP ? [getTimestamp(), " | "] : [];
30944 function getTimestamp() function
/plugin/strata/types/
H A Ddate.php42 return $date->getTimestamp();
/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/struct/meta/
H A DAccessTable.php553 public function getTimestamp()
552 public function getTimestamp() global() function in dokuwiki\\plugin\\struct\\meta\\AccessTable
/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/swarmwebhook/webhooks/
H A DIFTTT.php166 $guessedOffset = round(($dateTime->getTimestamp() - $nowTS)/3600)*100;
/plugin/timetrack/
H A Dhelper.php894 if(($projectDetails['from'] && $projectDetails['from'] > $date->getTimestamp()) ||
895 ($projectDetails['to'] && $projectDetails['to'] < $date->getTimestamp())) {
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js8165 this.logFormatted=function(objects,className){var html=this.DBG_TIMESTAMP?[getTimestamp()," | "]:[];
8196 }function getTimestamp(){var now=new Date(); function
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php470 if ($this->currentDate->getTimestamp() > 253402300799) {
/plugin/webdavclient/
H A Dhelper.php260 $query .= " AND lastoccurence > ".$sqlite->quote_string($startTs->getTimestamp());
265 $query .= " AND firstoccurence < ".$sqlite->quote_string($endTs->getTimestamp());
1390 …t['calendar-data'], $calendarobject['href'], $connectionId, $lastmod->getTimestamp(), $calendarobj…

1234