Searched refs:_clone (Results 1 – 12 of 12) sorted by relevance
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | path.point.php | 12 function _clone() { function in Point
|
| D | path.php | 24 $rect = new Rectangle($this->_points[0]->_clone(), 25 $this->_points[0]->_clone());
|
| /plugin/datatables/assets/datatables.net-fixedheader-dt/js/ |
| D | dataTables.fixedHeader.js | 337 _clone: function (item, force) { method 625 this._clone(item, forceChange); 673 this._clone(item, forceChange); 687 this._clone(item, forceChange);
|
| D | dataTables.fixedHeader.min.js | 4 …_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/ |
| D | Document.php | 105 public function _clone() { function in DOMWrap\\Document
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | ast.js | 94 _clone: function(deep) { method 106 return this._clone(deep); 215 var node = this._clone(deep);
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | dragdrop.js | 334 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/ |
| D | ast.js | 93 _clone: function(deep) { method 105 return this._clone(deep);
|
| /plugin/asciidocjs/node_modules/babel-types/lib/ |
| D | index.js | 321 var _clone = require("lodash/clone"); variable 323 var _clone2 = _interopRequireDefault(_clone);
|
| /plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/ |
| D | ManipulationTrait.php | 349 public function _clone() { function
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 26348 function _clone(parent, depth) { 26409 child[i] = _clone(parent[i], depth - 1); 26415 return _clone(parent, depth);
|
| D | pdfmake.min.js | 2 …_clone(r,o){if(null===r)return null;if(0==o)return r;var _,x;if("object"!=typeof r)return r;if(clo…
|