Lines Matching refs:clone

1455 exports.clone = clone;
1583 function clone(object) {
6187 var clone = document.createElement('DIV');
6190 clone.className = 'ht_clone_' + direction + ' handsontable';
6191 clone.style.position = 'absolute';
6192 clone.style.top = 0;
6193 clone.style.left = 0;
6194 clone.style.overflow = 'hidden';
6197 clone.appendChild(clonedTable);
6200 this.wot.wtTable.wtRootElement.parentNode.appendChild(clone);
6231 if (this.clone && (this.needFullRender || nextCycleRenderFlag)) {
6232 this.clone.draw(fastDraw);
6244 if (!this.clone) {
6247 var holder = this.clone.wtTable.holder;
6248 var hider = this.clone.wtTable.hider;
6266 new _eventManager2.default(this.clone).destroy();
9912 res = model.clone();
10041 this.utcOffset() > this.clone().month(0).utcOffset() ||
10042 this.utcOffset() > this.clone().month(5).utcOffset()
10165 if (base.clone().add(res.months, 'M').isAfter(other)) {
10169 res.milliseconds = +other - +(base.clone().add(res.months, 'M'));
10261 function clone () {
10274 return localInput.valueOf() < this.clone().startOf(units).valueOf();
10287 return this.clone().endOf(units).valueOf() < localInput.valueOf();
10308 …return this.clone().startOf(units).valueOf() <= inputMs && inputMs <= this.clone().endOf(units).va…
10362 anchor = a.clone().add(wholeMonthDiff, 'months'),
10366 anchor2 = a.clone().add(wholeMonthDiff - 1, 'months');
10370 anchor2 = a.clone().add(wholeMonthDiff + 1, 'months');
10383 return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ');
10390 var m = this.clone().utc();
10785 …var dayOfYear = Math.round((this.clone().startOf('day') - this.clone().startOf('year')) / 864e5) +…
10913 proto.clone = clone;
11931 editedCell = this.instance.view.wt.wtOverlays.topOverlay.clone.wtTable.getCell({
11938 editedCell = this.instance.view.wt.wtOverlays.topLeftCornerOverlay.clone.wtTable.getCell({
11945 editedCell = this.instance.view.wt.wtOverlays.bottomLeftCornerOverlay.clone.wtTable.getCell({
11952 editedCell = this.instance.view.wt.wtOverlays.leftOverlay.clone.wtTable.getCell({
11959 editedCell = this.instance.view.wt.wtOverlays.bottomOverlay.clone.wtTable.getCell({
12014 …(0, _element.getCssTransform)(this.instance.view.wt.wtOverlays.topOverlay.clone.wtTable.holder.par…
12017 …0, _element.getCssTransform)(this.instance.view.wt.wtOverlays.leftOverlay.clone.wtTable.holder.par…
12020 …nt.getCssTransform)(this.instance.view.wt.wtOverlays.topLeftCornerOverlay.clone.wtTable.holder.par…
12023 …getCssTransform)(this.instance.view.wt.wtOverlays.bottomLeftCornerOverlay.clone.wtTable.holder.par…
12026 … _element.getCssTransform)(this.instance.view.wt.wtOverlays.bottomOverlay.clone.wtTable.holder.par…
13395 clone: function() {
24933 return this.wtOverlays.topLeftCornerOverlay.clone.wtTable.getCell(coords);
24935 return this.wtOverlays.topOverlay.clone.wtTable.getCell(coords);
24937 … if (this.wtOverlays.bottomLeftCornerOverlay && this.wtOverlays.bottomLeftCornerOverlay.clone) {
24938 return this.wtOverlays.bottomLeftCornerOverlay.clone.wtTable.getCell(coords);
24941 return this.wtOverlays.leftOverlay.clone.wtTable.getCell(coords);
24943 if (this.wtOverlays.bottomOverlay && this.wtOverlays.bottomOverlay.clone) {
24944 return this.wtOverlays.bottomOverlay.clone.wtTable.getCell(coords);
25848 listenersToRegister.push([this.topOverlay.clone.wtTable.holder, 'scroll', function (event) {
25851 listenersToRegister.push([this.topOverlay.clone.wtTable.holder, 'wheel', function (event) {
25857 … listenersToRegister.push([this.bottomOverlay.clone.wtTable.holder, 'scroll', function (event) {
25860 … listenersToRegister.push([this.bottomOverlay.clone.wtTable.holder, 'wheel', function (event) {
25866 … listenersToRegister.push([this.leftOverlay.clone.wtTable.holder, 'scroll', function (event) {
25869 listenersToRegister.push([this.leftOverlay.clone.wtTable.holder, 'wheel', function (event) {
25875 …listenersToRegister.push([this.topLeftCornerOverlay.clone.wtTable.holder, 'wheel', function (event…
25881 …listenersToRegister.push([this.bottomLeftCornerOverlay.clone.wtTable.holder, 'wheel', function (ev…
25894 if (_this.topOverlay.clone.wtTable.holder.contains(event.realTarget)) {
25896 …} else if (_this.bottomOverlay.clone && _this.bottomOverlay.clone.wtTable.holder.contains(event.re…
25898 } else if (_this.leftOverlay.clone.wtTable.holder.contains(event.realTarget)) {
25900 …this.topLeftCornerOverlay && _this.topLeftCornerOverlay.clone && _this.topLeftCornerOverlay.clone.…
25902 …tomLeftCornerOverlay && _this.bottomLeftCornerOverlay.clone && _this.bottomLeftCornerOverlay.clone
25997 var topOverlay = this.topOverlay.clone.wtTable.holder;
25998 var bottomOverlay = this.bottomOverlay.clone ? this.bottomOverlay.clone.wtTable.holder : null;
25999 var leftOverlay = this.leftOverlay.clone.wtTable.holder;
26000 …= this.topLeftCornerOverlay && this.topLeftCornerOverlay.clone ? this.topLeftCornerOverlay.clone.w…
26001 …ottomLeftCornerOverlay && this.bottomLeftCornerOverlay.clone ? this.bottomLeftCornerOverlay.clone.…
26078 topOverlay = this.topOverlay.clone.wtTable.holder;
26082 bottomOverlay = this.bottomOverlay.clone.wtTable.holder;
26086 leftOverlay = this.leftOverlay.clone.wtTable.holder;
26090 topLeftCornerOverlay = this.topLeftCornerOverlay.clone.wtTable.holder;
26094 bottomLeftCornerOverlay = this.bottomLeftCornerOverlay.clone.wtTable.holder;
26281 this.topOverlay.clone.wtTable.holder.scrollLeft = scrollLeft;
26284 this.bottomOverlay.clone.wtTable.holder.scrollLeft = scrollLeft;
26287 this.leftOverlay.clone.wtTable.holder.scrollTop = scrollTop;
26322 if (this.bottomOverlay.clone) {
26331 if (this.bottomLeftCornerOverlay && this.bottomLeftCornerOverlay.clone) {
26362 if (this.bottomOverlay.clone) {
26373 if (this.bottomLeftCornerOverlay && this.bottomLeftCornerOverlay.clone) {
26405 if (this.bottomOverlay.clone) {
26422 if (this.bottomOverlay.clone) {
26451 if (elem.clone && elem.clone.wtTable.TABLE.contains(element)) {
26452 result = elem.clone;
27284 if (wtOverlays.bottomOverlay.clone) {
27294 if (wtOverlays.bottomLeftCornerOverlay && wtOverlays.bottomLeftCornerOverlay.clone) {
28836 if (fixedRowsBottom && this.wot.wtOverlays.bottomOverlay.clone) {
31858 _this.clone = _this.makeClone(_base2.default.CLONE_DEBUG);
31859 _this.clone.wtTable.holder.style.opacity = 0.4;
31860 _this.clone.wtTable.holder.style.textShadow = '0 0 2px #ff0000';
31862 (0, _element.addClass)(_this.clone.wtTable.holder.parentNode, 'wtDebugVisible');
31912 _this.clone = _this.makeClone(_base2.default.CLONE_LEFT);
31940 var overlayRoot = this.clone.wtTable.holder.parentNode;
32052 var overlayRoot = this.clone.wtTable.holder.parentNode;
32067 this.clone.wtTable.holder.style.height = overlayRootStyle.height;
32069 tableWidth = (0, _element.outerWidth)(this.clone.wtTable.TABLE);
32082 this.clone.wtTable.hider.style.height = this.hider.style.height;
32083 this.clone.wtTable.holder.style.height = this.clone.wtTable.holder.parentNode.style.height;
32088 …this.clone.wtTable.holder.style.width = parseInt(this.clone.wtTable.holder.parentNode.style.width,…
32125 …this.clone.wtTable.spreader.style.top = this.wot.wtViewport.rowsRenderCalculator.startPosition + '…
32127 this.clone.wtTable.spreader.style.top = '';
32274 _this.clone = _this.makeClone(_base2.default.CLONE_TOP);
32302 var overlayRoot = this.clone.wtTable.holder.parentNode;
32417 var overlayRoot = this.clone.wtTable.holder.parentNode;
32432 this.clone.wtTable.holder.style.width = overlayRootStyle.width;
32434 tableHeight = (0, _element.outerHeight)(this.clone.wtTable.TABLE);
32447 this.clone.wtTable.hider.style.width = this.hider.style.width;
32448 this.clone.wtTable.holder.style.width = this.clone.wtTable.holder.parentNode.style.width;
32453 …this.clone.wtTable.holder.style.height = parseInt(this.clone.wtTable.holder.parentNode.style.heigh…
32491 …this.clone.wtTable.spreader.style.left = this.wot.wtViewport.columnsRenderCalculator.startPosition…
32493 this.clone.wtTable.spreader.style.left = '';
32633 var secondHeaderCell = this.clone.wtTable.THEAD.querySelectorAll('th:nth-of-type(2)');
32690 _this.clone = _this.makeClone(_base2.default.CLONE_TOP_LEFT_CORNER);
32720 var overlayRoot = this.clone.wtTable.holder.parentNode;
32721 var tableHeight = (0, _element.outerHeight)(this.clone.wtTable.TABLE);
32722 var tableWidth = (0, _element.outerWidth)(this.clone.wtTable.TABLE);
35947 …(0, _element.getCssTransform)(this.instance.view.wt.wtOverlays.topOverlay.clone.wtTable.holder.par…
35950 …0, _element.getCssTransform)(this.instance.view.wt.wtOverlays.leftOverlay.clone.wtTable.holder.par…
35953 …nt.getCssTransform)(this.instance.view.wt.wtOverlays.topLeftCornerOverlay.clone.wtTable.holder.par…
35956 …getCssTransform)(this.instance.view.wt.wtOverlays.bottomLeftCornerOverlay.clone.wtTable.holder.par…
35959 … _element.getCssTransform)(this.instance.view.wt.wtOverlays.bottomOverlay.clone.wtTable.holder.par…
36001 editedCell = this.instance.view.wt.wtOverlays.topOverlay.clone.wtTable.getCell({
36008 editedCell = this.instance.view.wt.wtOverlays.topLeftCornerOverlay.clone.wtTable.getCell({
36015 editedCell = this.instance.view.wt.wtOverlays.leftOverlay.clone.wtTable.getCell({
36859 _this4.hot.view.wt.wtOverlays.leftOverlay.clone.draw();
37522 _this4.hot.view.wt.wtOverlays.leftOverlay.clone.draw();
43106 …rowHeaderWidth = this.hot.view.wt.wtOverlays.leftOverlay.clone.wtTable.getColumnHeader(-1).offsetW…
44865 topOverlayHeight = this.hot.view.wt.wtOverlays.topOverlay.clone.wtTable.TABLE.offsetHeight;