Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DDifferenceEngine.php942 protected $_tag; variable in _HWLDF_WordAccumulator
948 $this->_tag = '';
953 if ($this->_tag == 'mark')
955 elseif ($this->_tag == 'add')
957 elseif ($this->_tag == 'del')
963 $this->_tag = $new_tag;
977 if ($tag != $this->_tag)