Home
last modified time | relevance | path

Searched refs:_lines (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/
H A DDifferenceEngine.php849 function _lines($lines, $prefix = ' ') { function in DiffFormatter
855 $this->_lines($lines);
859 $this->_lines($lines, ">");
862 $this->_lines($lines, "<");
933 protected $_lines; variable in _HWLDF_WordAccumulator
945 $this->_lines = array();
972 $this->_lines[] = $this->_line;
996 return $this->_lines;
1105 $this->_lines($lines, "+");
1108 $this->_lines(
1163 function _lines($lines, $prefix=' ', $color="white") { global() function in TableDiffFormatter
1280 function _lines($lines, $prefix=' ', $color="white") { global() function in InlineDiffFormatter
[all...]