Searched refs:topOffset (Results 1 – 6 of 6) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
H A D | CropProperties.php | 41 public $topOffset; variable in Google\\Service\\Slides\\CropProperties 102 public function setTopOffset($topOffset) argument 104 $this->topOffset = $topOffset; 111 return $this->topOffset;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
H A D | PositionedObjectPositioning.php | 62 public function setTopOffset(Dimension $topOffset) argument 64 $this->topOffset = $topOffset; 71 return $this->topOffset;
|
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | fullcalendar.js | 6164 CoordCache.prototype.getVerticalIndex = function (topOffset) { 6171 if (topOffset >= tops[i] && topOffset < bottoms[i]) { 6247 CoordCache.prototype.isPointInBounds = function (leftOffset, topOffset) { 6253 CoordCache.prototype.isTopInBounds = function (topOffset) { 6254 …return !this.boundingRect || (topOffset >= this.boundingRect.top && topOffset < this.boundingRect.… 7510 DayGrid.prototype.queryHit = function (leftOffset, topOffset) { 7513 var row = this.rowCoordCache.getVerticalIndex(topOffset); 10352 DateComponent.prototype.queryHit = function (leftOffset, topOffset) { 10357 hit = childrenByUid[uid].queryHit(leftOffset, topOffset); 13161 TimeGrid.prototype.queryHit = function (leftOffset, topOffset) { [all …]
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 13 …topOffset:offsets.top}},_getCursorBoundariesOffsets:function(chars,typeOfBoundaries){var lineLeftO…
|
H A D | fabric.js | 20823 topOffset: offsets.top 20836 topOffset = 0, 20842 topOffset += this._getHeightOfLine(this.ctx, lineIndex); 20855 …topOffset += (1 - this._fontSizeFraction) * this._getHeightOfLine(this.ctx, lineIndex) / this.line… 20860 top: topOffset, 20896 boundaries.top + boundaries.topOffset, 20943 boundaries.top + boundaries.topOffset, 20947 boundaries.topOffset += lineHeight;
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 48795 TableView.prototype.maximumVisibleElementHeight = function (topOffset) { 48797 var maxHeight = workspaceHeight - topOffset;
|