Lines Matching defs:rev
109 $rev = filemtime(wikiFN($ID));
118 $difflink = $this->hlp->getDifflink($ID, $oldrev, $rev);
122 $oldrev = $changelog->getRelativeRevision($rev, -1);
123 $difflink = $this->hlp->getDifflink($ID, $oldrev, $rev);
136 $newlink = $this->revlink($ID, $rev);
140 $newlink = $this->revlink($ID, $rev);
144 $revinfo = $changelog->getRevisionInfo($rev);
176 $rev = $data['lastmod'];
178 $rev=$REV;
181 $revinfo = $changelog->getRevisionInfo($rev);
212 * @param string $rev The timestamp of the revision
215 function revlink($id, $rev) {
218 'rev'=> $rev,