Searched refs:_opentag (Results 1 – 3 of 3) sorted by relevance
| /plugin/exttab2/ |
| D | syntax.php | 236 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/ |
| D | pdfmake.js | 66377 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);
|
| D | pdfmake.min.js | 2 …_opentag=function(r){var i=new XmlElement(r);this._addChild(i),u.unshift(i)},XmlElement.prototype.…
|