Searched refs:_changed (Results 1 – 5 of 5) sorted by relevance
/web-bugs/src/Horde/Text/Diff/Renderer/ | ||
H A D | Unified.php | 53 protected function _changed($orig, $final) function in Horde_Text_Diff_Renderer_Unified |
H A D | Context.php | 62 protected function _changed($orig, $final) function in Horde_Text_Diff_Renderer_Context |
H A D | Inline.php | 120 protected function _changed($orig, $final) function in Horde_Text_Diff_Renderer_Inline |
/web-bugs/src/Utils/ | ||
H A D | Diff.php | 61 public function _changed($orig, $final) function in App\\Utils\\Diff |
/web-bugs/src/Horde/Text/Diff/ | ||
H A D | Renderer.php | 163 $output .= $this->_changed($edit->orig, $edit->final); |
Completed in 12 milliseconds