Searched refs:_openTag (Results 1 – 1 of 1) sorted by relevance
/plugin/xml/ |
D | renderer.php | 125 $this->_openTag($this, 'p_close', array()); 143 $this->_openTag($this, 'strong_close', array()); 153 $this->_openTag($this, 'emphasis_close', array()); 163 $this->_openTag($this, 'underline_close', array()); 173 $this->_openTag($this, 'monospace_close', array()); 183 $this->_openTag($this, 'subscript_close', array()); 193 $this->_openTag($this, 'superscript_close', array()); 203 $this->_openTag($this, 'deleted_close', array()); 213 $this->_openTag($this, 'footnote_close', array()); 223 $this->_openTag($this, 'listu_close', array()); [all …]
|