Home
last modified time | relevance | path

Searched refs:rev1 (Results 1 – 3 of 3) sorted by path

/plugin/publish/action/
H A Dbanner.php53 function difflink($id, $rev1, $rev2) { argument
54 if($rev1 == $rev2) {
58 $difflink = $this->hlp->getDifflink($id,$rev1,$rev2);
/plugin/publish/
H A Dhelper.php359 * @param int $rev1
363 public function getDifflink($id, $rev1, $rev2) { argument
364 if($rev1 == $rev2) {
367 $params = 'do=diff,rev2[0]=' . $rev1 . ',rev2[1]=' . $rev2 . ',difftype=sidebyside';
/plugin/structtasks/_test/
H A DUtilitiesTest.php72 $this->rev1 = time() - 1;
103 $this->rev1);
115 'some:page', 'valid', $this->rev1, $this->rev2);
127 'some:page', 'valid', $this->rev1, $this->rev3);
151 …list($old_data, $new_data, $valid) = $this->util->getMetadata($page, $schema, $this->rev1, $this->…