Lines Matching refs:_openTag
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());
233 $this->_openTag($this, 'listo_close', array());
243 $this->_openTag($this, 'listitem_close', array());
253 $this->_openTag($this, 'listcontent_close', array());
299 $this->_openTag($this, 'quote_close', array());
353 $this->_openTag($this, 'singlequoteclosing', array());
369 $this->_openTag($this, 'doublequoteclosing', array());
498 $this->_openTag($this, 'table_close', array());
508 $this->_openTag($this, 'tablerow_close', array());
522 $this->_openTag($this, 'tableheader_close', array());
536 $this->_openTag($this, 'tablecell_close', array());
621 function _openTag($class, $func, $data=null) { function in renderer_plugin_xml