Home
last modified time | relevance | path

Searched refs:topOffset (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DCropProperties.php41 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 DPositionedObjectPositioning.php62 public function setTopOffset(Dimension $topOffset) argument
64 $this->topOffset = $topOffset;
71 return $this->topOffset;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js6164 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 Dfabric.min.js13topOffset:offsets.top}},_getCursorBoundariesOffsets:function(chars,typeOfBoundaries){var lineLeftO…
H A Dfabric.js20823 topOffset: offsets.top
20836 topOffset = 0,
20842 topOffset += this._getHeightOfLine(this.ctx, lineIndex);
20855topOffset += (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 Dhandsontable.full.js48795 TableView.prototype.maximumVisibleElementHeight = function (topOffset) {
48797 var maxHeight = workspaceHeight - topOffset;