Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/
H A DLegacyApiCore.php70 protected function toDate($ts) function in dokuwiki\\Remote\\LegacyApiCore
138 'lastModified' => $this->toDate($info->revision),
186 'lastModified' => $this->toDate($page->revision),
228 'lastModified' => $this->toDate($page->revision),
259 'lastModified' => $this->toDate($file->revision),
260 'mtime' => $this->toDate($file->revision),
287 'lastModified' => $this->toDate($info->revision),
301 'lastModified' => $this->toDate($info->revision),
457 'lastModified' => $this->toDate($recent->revision),
477 'lastModified' => $this->toDate($recent->revision),
[all …]