| /dokuwiki/inc/Remote/Response/ |
| H A D | PageChange.php | 13 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 D | MediaChange.php | 13 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 D | Media.php | 15 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 D | Page.php | 15 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 D | LegacyApiCore.php | 138 '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 D | norev.txt | 1 ====== No such revision ====== 3 The specified revision doesn't exist. Click on "Old revisions" for a list of old revisions of this …
|
| H A D | showrev.txt | 1 **This is an old revision of the document!**
|
| H A D | editrev.txt | 1 **You've loaded an old revision of the document!** If you save it, you will create a new version wi…
|
| H A D | revisions.txt | 3 These are the older revisons of the current document. To revert to an old revision, select it from …
|
| H A D | uploadmail.txt | 4 Old revision: @OLD@
|
| H A D | mailtext.txt | 12 There may be newer changes after this revision. If this
|
| /dokuwiki/inc/lang/da/ |
| H A D | editrev.txt | 1 **Du har hentet en gammel revision af dette dokument!** Hvis du gemmer dokumentet vil du overskrive…
|
| H A D | norev.txt | 1 ====== Den valgte revision findes ikke ====== 3 Den valgte revision af dokumentet findes ikke. Tryk på knappen **''[Gamle revisioner]''** for at se…
|
| H A D | subscr_digest.txt | 10 Gammel revision: @OLDPAGE@ 11 Ny revision: @NEWPAGE@
|
| H A D | subscr_single.txt | 13 Gammel revision: @OLDPAGE@ 14 Ny revision: @NEWPAGE@
|
| H A D | showrev.txt | 1 **Dette er en gammel revision af dokumentet!**
|
| H A D | uploadmail.txt | 4 Gammel revision: @OLD@
|
| H A D | revisions.txt | 3 Her er de gamle revisioner af dette dokument. Du kan vende tilbage til en tidligere revision af dok…
|
| /dokuwiki/inc/lang/es/ |
| H A D | norev.txt | 1 ====== No existe esta revision ======
|