Searched refs:leftOffset (Results 1 – 9 of 9) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
H A D | CropProperties.php | 33 public $leftOffset; variable in Google\\Service\\Slides\\CropProperties 74 public function setLeftOffset($leftOffset) argument 76 $this->leftOffset = $leftOffset; 83 return $this->leftOffset;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
H A D | PositionedObjectPositioning.php | 48 public function setLeftOffset(Dimension $leftOffset) argument 50 $this->leftOffset = $leftOffset; 57 return $this->leftOffset;
|
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | fullcalendar.js | 6150 CoordCache.prototype.getHorizontalIndex = function (leftOffset) { 6157 if (leftOffset >= lefts[i] && leftOffset < rights[i]) { 6247 CoordCache.prototype.isPointInBounds = function (leftOffset, topOffset) { 6250 CoordCache.prototype.isLeftInBounds = function (leftOffset) { 6251 …return !this.boundingRect || (leftOffset >= this.boundingRect.left && leftOffset < this.boundingRe… 7510 DayGrid.prototype.queryHit = function (leftOffset, topOffset) { 7512 var col = this.colCoordCache.getHorizontalIndex(leftOffset); 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 | 11 …numSpaces,leftOffset=0;for(var i=0,len=words.length;i<len;i++){this._renderChars(method,ctx,words[… 13 …leftOffset:offsets.left+offsets.lineLeft,topOffset:offsets.top}},_getCursorBoundariesOffsets:funct…
|
H A D | fabric.js | 19792 leftOffset = 0; 19795 this._renderChars(method, ctx, words[i], left + leftOffset, top, lineIndex); 19796 leftOffset += ctx.measureText(words[i]).width + spaceWidth; 20822 leftOffset: offsets.left + offsets.lineLeft, 20837 leftOffset = 0; 20841 leftOffset = 0; 20848 leftOffset += this._getWidthOfChar(this.ctx, chars[i], lineIndex, charIndex); 20861 left: leftOffset, 20887 leftOffset = (lineIndex === 0 && charIndex === 0) 20889 : boundaries.leftOffset; [all …]
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 43291 var leftOffset = Math.abs(this.getColumnsWidth(start, coords.col) + mouseOffset); 43293 … this.backlight.setPosition(topPos, this.getColumnsWidth(countColumnsFrom, start) + leftOffset); 43295 this.backlight.setOffset(null, leftOffset * -1); 48782 TableView.prototype.maximumVisibleElementWidth = function (leftOffset) { 48784 var maxWidth = workspaceWidth - leftOffset;
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 13803 var leftOffset = colLeftOffset(i); 13811 self.writer.context().beginColumn(width, leftOffset, getEndingCell(column, i));
|
H A D | pdfmake.min.js.map | 1 …leftOffset","colSpan","beginColumn","_columnEndingContext","markEnding","completeColumnGroup","ord…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …leftOffset = canvasLeftOffset;\n const centerOffset = leftOffset + leftWidth;\n …
|