Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/Response/
H A DPageChange.php13 public $revision; variable in dokuwiki\\Remote\\Response\\PageChange
29 * @param int $revision
36 public function __construct($id, $revision, $author, $ip, $summary, $type, $sizechange) argument
39 $this->revision = $revision;
50 return $this->id . '@' . $this->revision;
H A DMediaChange.php13 public $revision; variable in dokuwiki\\Remote\\Response\\MediaChange
29 * @param int $revision
36 public function __construct($id, $revision, $author, $ip, $summary, $type, $sizechange) argument
39 $this->revision = $revision;
50 return $this->id . '@' . $this->revision;
H A DMedia.php15 public $revision; variable in dokuwiki\\Remote\\Response\\Media
34 * @param int $revision The media revision aka last modified timestamp
43 $revision = 0, argument
52 $this->file = mediaFN($this->id, $revision);
53 $this->revision = $revision ?: $mtime ?: filemtime($this->file);
78 $info = $pagelog->getRevisionInfo($this->revision);
85 return $this->id . '@' . $this->revision;
H A DPage.php15 public $revision; variable in dokuwiki\\Remote\\Response\\Page
34 * @param int $revision The page revision 0 for current
44 $revision = 0, argument
53 $this->file = wikiFN($this->id, $revision);
54 $this->revision = $revision ?: $mtime ?: @filemtime($this->file);
98 $info = $pagelog->getRevisionInfo($this->revision);
105 return $this->id . '@' . $this->revision;
/dokuwiki/inc/Remote/
H A DLegacyApiCore.php138 'lastModified' => $this->toDate($info->revision),
186 'lastModified' => $this->toDate($page->revision),
205 'rev' => $page->revision,
206 'mtime' => $page->revision,
227 'rev' => $page->revision,
228 'lastModified' => $this->toDate($page->revision),
258 'rev' => $file->revision,
259 'lastModified' => $this->toDate($file->revision),
260 'mtime' => $this->toDate($file->revision),
287 'lastModified' => $this->toDate($info->revision),
[all …]
/dokuwiki/inc/lang/en/
H A Dnorev.txt1 ====== No such revision ======
3 The specified revision doesn't exist. Click on "Old revisions" for a list of old revisions of this …
H A Dshowrev.txt1 **This is an old revision of the document!**
H A Deditrev.txt1 **You've loaded an old revision of the document!** If you save it, you will create a new version wi…
H A Drevisions.txt3 These are the older revisons of the current document. To revert to an old revision, select it from …
H A Duploadmail.txt4 Old revision: @OLD@
H A Dmailtext.txt12 There may be newer changes after this revision. If this
/dokuwiki/inc/lang/da/
H A Deditrev.txt1 **Du har hentet en gammel revision af dette dokument!** Hvis du gemmer dokumentet vil du overskrive…
H A Dnorev.txt1 ====== Den valgte revision findes ikke ======
3 Den valgte revision af dokumentet findes ikke. Tryk på knappen **''[Gamle revisioner]''** for at se…
H A Dsubscr_digest.txt10 Gammel revision: @OLDPAGE@
11 Ny revision: @NEWPAGE@
H A Dsubscr_single.txt13 Gammel revision: @OLDPAGE@
14 Ny revision: @NEWPAGE@
H A Dshowrev.txt1 **Dette er en gammel revision af dokumentet!**
H A Duploadmail.txt4 Gammel revision: @OLD@
H A Drevisions.txt3 Her er de gamle revisioner af dette dokument. Du kan vende tilbage til en tidligere revision af dok…
/dokuwiki/inc/lang/es/
H A Dnorev.txt1 ====== No existe esta revision ======