Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DDifferenceEngine.php939 protected $_group; variable in _HWLDF_WordAccumulator
947 $this->_group = '';
952 if ($this->_group !== '') {
954 $this->_line .= '<strong '.HTMLDiff::css('diff-mark').'>'.$this->_escape($this->_group).'</strong>';
956 $this->_line .= '<span '.HTMLDiff::css('diff-addedline').'>'.$this->_escape($this->_group).'</span>';
958 $this->_line .= '<span '.HTMLDiff::css('diff-deletedline').'><del>'.$this->_escape($this->_group).'</del></span>';
960 $this->_line .= $this->_escape($this->_group);
962 $this->_group = '';
985 $this->_group .= NBSP;
990 $this->_group
[all...]