Home
last modified time | relevance | path

Searched refs:_clone (Results 1 – 12 of 12) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
Dpath.point.php12 function _clone() { function in Point
Dpath.php24 $rect = new Rectangle($this->_points[0]->_clone(),
25 $this->_points[0]->_clone());
/plugin/datatables/assets/datatables.net-fixedheader-dt/js/
DdataTables.fixedHeader.js337 _clone: function (item, force) { method
625 this._clone(item, forceChange);
673 this._clone(item, forceChange);
687 this._clone(item, forceChange);
DdataTables.fixedHeader.min.js4_clone:function(t,e){var o,i,s=this,n=this.s.dt,r=this.dom[t],d="header"===t?this.dom.thead:this.d… method
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/
DDocument.php105 public function _clone() { function in DOMWrap\\Document
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dast.js94 _clone: function(deep) { method
106 return this._clone(deep);
215 var node = this._clone(deep);
/plugin/s5reloaded/ui/effects_support/
Ddragdrop.js334 this._clone = this.element.cloneNode(true);
338 this.element.parentNode.insertBefore(this._clone, this.element);
410 Element.remove(this._clone);
411 this._clone = null;
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dast.js93 _clone: function(deep) { method
105 return this._clone(deep);
/plugin/asciidocjs/node_modules/babel-types/lib/
Dindex.js321 var _clone = require("lodash/clone"); variable
323 var _clone2 = _interopRequireDefault(_clone);
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/
DManipulationTrait.php349 public function _clone() { function
/plugin/datatables/assets/pdfmake/
Dpdfmake.js26348 function _clone(parent, depth) {
26409 child[i] = _clone(parent[i], depth - 1);
26415 return _clone(parent, depth);
Dpdfmake.min.js2_clone(r,o){if(null===r)return null;if(0==o)return r;var _,x;if("object"!=typeof r)return r;if(clo…