Searched refs:rev (Results 1 – 4 of 4) sorted by relevance
/web-bugs/templates/ |
H A D | listpatches.php | 20 <?php foreach ($revs as $rev) { ?> 21 …ho urlencode($pname); ?>&revision=<?php echo $rev[0]; ?>&display=1"><?php echo format_date… 22 by <?php echo spam_protect($rev[1]); ?></a><br>
|
H A D | patchdisplay.php | 34 foreach ($revisions as $i => $rev) { 36 $patch_name_url, '&revision=', urlencode($rev['revision']), '">', 37 format_date($rev['revision']), '</a>', 40 '&bug_id=', $bug_id, '&diff=1&old=', $rev['revision'], '&revision=',
|
/web-bugs/src/Horde/Text/ |
H A D | Diff.php | 109 $rev = clone($this); 111 $rev = $this; 113 $rev->_edits = array(); 115 $rev->_edits[] = $edit->reverse(); 117 return $rev; 215 $rev = $this->reverse(); 216 if (serialize($to_lines) != serialize($rev->getOriginal())) { 219 if (serialize($from_lines) != serialize($rev->getFinal())) {
|
/web-bugs/www/ |
H A D | stats.php | 30 $rev = isset($_GET['rev']) ? $_GET['rev'] : 1; variable 67 if ($rev == 1) { 189 global $sort_by, $rev, $titles; 192 $reve = (int) !$rev;
|
Completed in 5 milliseconds