Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DDifferenceEngine.php1007 list ($orig_words, $orig_stripped) = $this->_split($orig_lines);
1008 list ($closing_words, $closing_stripped) = $this->_split($closing_lines);
1013 function _split($lines) { function in WordLevelDiff
1049 list ($orig_words, $orig_stripped) = $this->_split($orig_lines);
1050 list ($closing_words, $closing_stripped) = $this->_split($closing_lines);
1055 function _split($lines) { function in InlineWordLevelDiff