Searched refs:edit (Results 1 – 6 of 6) sorted by relevance
/web-bugs/src/Horde/Text/ |
H A D | Diff.php | 66 foreach ($this->_edits as $edit) { 69 $count += $edit->nfinal(); 83 foreach ($this->_edits as $edit) { 86 $count += $edit->norig(); 114 foreach ($this->_edits as $edit) { 127 foreach ($this->_edits as $edit) { 145 foreach ($this->_edits as $edit) { 163 foreach ($this->_edits as $edit) { 164 if ($edit->orig) { 182 if ($edit->final) { [all …]
|
/web-bugs/src/Horde/Text/Diff/ |
H A D | Renderer.php | 82 foreach ($diffs as $i => $edit) { 95 $block[] = $edit; 111 $context = $edit->orig; 124 $block[] = $edit; 127 if ($edit->orig) { 128 $xi += count($edit->orig); 130 if ($edit->final) { 131 $yi += count($edit->final); 148 foreach ($edits as $edit) { 149 switch (get_class($edit)) { [all …]
|
H A D | ThreeWay.php | 53 foreach ($this->_edits as $edit) { 54 if ($edit->isConflict()) { 58 $edit->final1, 60 $edit->final2, 64 $lines = array_merge($lines, $edit->merged()); 87 if ($edit = $bb->finish()) { 88 $edits[] = $edit; 137 if ($edit = $bb->finish()) { 138 $edits[] = $edit;
|
/web-bugs/www/ |
H A D | bug.php | 49 $edit = isset($_REQUEST['edit']) ? (int) $_REQUEST['edit'] : 0; variable 188 if ($edit && $edit < 3) { 194 if ($edit === 1) { 579 redirect("bug.php?id=$bug_id&thanks=$edit"); 794 if ($edit == 1 || $edit == 2) { ?> 799 if ($edit == 2) { 901 <?php if ($edit == 1) { ?> 981 if ($edit == 3 && $bug['private'] == 'N') { 1205 if ($edit == 1) { 1280 global $bug_id, $edit; [all …]
|
/web-bugs/src/Horde/Text/Diff/ThreeWay/ |
H A D | BlockBuilder.php | 49 $edit = new Horde_Text_Diff_ThreeWay_Op_Base($this->orig, $this->final1, $this->final2); 51 return $edit;
|
/web-bugs/include/ |
H A D | functions.php | 818 function mail_bug_updates($bug, $in, $from, $ncomment, $edit = 1, $id = false) argument 832 switch ($edit) { 955 …if (isset($in['status']) && $in['status'] != $bug['status'] && $edit != 3) { /* status changed … 958 } elseif ($edit == 4) { /* patch */ 960 } elseif ($edit == 3) { /* comment */ 979 $tmp = $edit != 3 ? $in : $bug; 1006 if ($edit == 1 && $in['assign'] && $in['assign'] != $bug['assign']) {
|
Completed in 18 milliseconds