Home
last modified time | relevance | path

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

/plugin/exttab2/
Dsyntax.php236 function _opentag($tag, $params=NULL, $before='', $after='') { function in syntax_plugin_exttab2
254 $r.= $this->_opentag(EXTTAB2_TABLE, $params);
264 $r.= $this->_opentag(EXTTAB2_TR, $params);
265 $r.= $this->_opentag(EXTTAB2_TD, $params);
271 $r.= $this->_opentag(EXTTAB2_TR, $params);
272 $r.= $this->_opentag(EXTTAB2_TD, $params);
276 $r = $this->_opentag(EXTTAB2_TD, $params);
303 $r.= $this->_opentag(EXTTAB2_CAPTION, $params);
310 $r.= $this->_opentag(EXTTAB2_TR, $params);
317 $r.= $this->_opentag(EXTTAB2_TH, $params);
[all …]
/plugin/datatables/assets/pdfmake/
Dpdfmake.js66377 XmlElement.prototype._opentag = function (tag) {
66622 XmlDocument.prototype._opentag = function (tag) {
66627 else XmlElement.prototype._opentag.apply(this, arguments);
66653 delegates[0] && delegates[0]._opentag.apply(delegates[0], arguments);
Dpdfmake.min.js2_opentag=function(r){var i=new XmlElement(r);this._addChild(i),u.unshift(i)},XmlElement.prototype.…