Home
last modified time | relevance | path

Searched refs:_edits (Results 1 – 3 of 3) sorted by relevance

/web-bugs/src/Horde/Text/
H A DDiff.php25 protected $_edits; variable in Horde_Text_Diff
55 return $this->_edits;
66 foreach ($this->_edits as $edit) {
83 foreach ($this->_edits as $edit) {
113 $rev->_edits = array();
114 foreach ($this->_edits as $edit) {
127 foreach ($this->_edits as $edit) {
145 foreach ($this->_edits as $edit) {
163 foreach ($this->_edits as $edit) {
181 foreach ($this->_edits as $edit) {
[all …]
/web-bugs/src/Horde/Text/Diff/
H A DMapped.php47 for ($i = 0; $i < count($this->_edits); $i++) {
48 $orig = &$this->_edits[$i]->orig;
54 $final = &$this->_edits[$i]->final;
H A DThreeWay.php20 protected $_edits; variable in Horde_Text_Diff_ThreeWay
44 $this->_edits = $this->_diff3($engine->diff($orig, $final1),
53 foreach ($this->_edits as $edit) {

Completed in 8 milliseconds