Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/
H A DLegacyApiCore.php71 protected function toDate($ts) function in dokuwiki\\Remote\\LegacyApiCore
139 'lastModified' => $this->toDate($info->revision),
187 'lastModified' => $this->toDate($page->revision),
229 'lastModified' => $this->toDate($page->revision),
260 'lastModified' => $this->toDate($file->revision),
261 'mtime' => $this->toDate($file->revision),
288 'lastModified' => $this->toDate($info->revision),
302 'lastModified' => $this->toDate($info->revision),
458 'lastModified' => $this->toDate($recent->revision),
478 'lastModified' => $this->toDate($recent->revision),
[all …]