Lines Matching +full:last -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
67 * Checks if the revision is last revision
70 * @return bool true if $rev is last revision, otherwise false
81 * identical with or newer than the "last" revision, that depends on whether the file
98 * Return the last revision identifier, date value of the last entry of the changelog
224 // skip last revision if the page exists
330 //no direction given or last rev, so no follow-up
393 * @param int $rev2 newest revision timestamp (0 looks up last revision)
410 //empty right side means a removed page. Look up last revision.
433 $lastRev = array_pop($allRevs); //keep last entry that could be external edit
451 $revs1[] = $lastRev; //push back last entry
497 * - $lastTail: position of end of last read changelog line
586 * When the file has not modified since its last revision, the information of the last
588 * Otherwise, the change information since the last revision caused outside DokuWiki
599 * - date: revision identifier (timestamp or last revision +1)
656 … // here, file timestamp $fileRev is different with last revision timestamp $lastRev in changelog
673 $msg = "Warning: current file modification time is older than last revision date";
675 … . 'Last revision: ' . $lastRev . ' ' . dformat($lastRev, "%Y-%m-%d %H:%M:%S");