Searched refs:_second_block (Results 1 – 1 of 1) sorted by relevance
26 protected $_second_block = ''; variable in Horde_Text_Diff_Renderer_Context36 $this->_second_block = "--- $ybeg ----\n";42 return $this->_second_block;47 $this->_second_block .= $this->_lines($lines, ' ');53 $this->_second_block .= $this->_lines($lines, '+ ');64 $this->_second_block .= $this->_lines($final, '! ');
Completed in 10 milliseconds