Searched refs:_escape (Results 1 – 1 of 1) sorted by relevance
851 echo "$prefix ".$this->_escape($line)."\n";880 function _escape($str){ function in DiffFormatter954 …$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).…960 $this->_line .= $this->_escape($this->_group);999 function _escape($str){ function in _HWLDF_WordAccumulator1168 $line = $this->_escape($line);1176 $line = $this->_escape($line);1188 '<td '.HTMLDiff::css('diff-context').'>'.$this->_escape($line).'</td>';[all …]