Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DDifferenceEngine.php1529 $this->_append($this->orig, $lines);
1535 $this->_append($this->final1, $lines);
1541 $this->_append($this->final2, $lines);
1563 function _append(&$array, $lines) { function in _Diff3_BlockBuilder