Lines Matching refs:offset

720 		pluginCalculations, offset;
753 if(type !== 'static') { position = container.offset(); }
755 offset = $(document.body).offset();
760 left: event.pageX - position.left + (offset && offset.left || 0),
761 top: event.pageY - position.top + (offset && offset.top || 0)
818 position = target.offset();
825 offset = pluginCalculations.offset;
830 position = this.reposition.offset(target, position, container);
859 if(offset && position.adjusted.left) { position.left += offset.left; }
860 if(offset && position.adjusted.top) { position.top += offset.top; }
894 PROTOTYPE.reposition.offset = function(elem, pos, container) { function
2047 this.offset = options.offset;
2098 …ENTER && this.element.position().top + (this.size[1] / 2) + this.options.offset < titlebar.outerHe…
2409 userOffset = this.options.offset,
2461 offset, css = {}, props;
2476 css[MARGIN+'-'+side] = shift[xy] = offset[MARGIN+'-'+side] - adjust[side];
2479 props = offset[opposite] !== undefined ?
2480 [ adjust[side], -offset[side] ] : [ -adjust[side], offset[side] ];
2487 css[ offset[opposite] !== undefined ? opposite : side ] = shift[xy];
2504 offset = this.calculate(newCorner);
2507 if(offset.right !== undefined) { offset.left = -offset.right; }
2508 if(offset.bottom !== undefined) { offset.top = -offset.bottom; }
2509 offset.user = this.offset;
2525 pos.left -= offset.left.charAt ? offset.user :
2526 horizontal !== SHIFT || shift.top || !shift.left && !shift.top ? offset.left + this.border : 0;
2527 pos.top -= offset.top.charAt ? offset.user :
2528 vertical !== SHIFT || shift.left || !shift.left && !shift.top ? offset.top + this.border : 0;
2594 offset: 0
2954 containerOffset = container.offset() || adjusted;
2962 viewportOffset = viewport.offset() || adjusted;
2975offset = myLength - (my.precedance === side || mySide === my[otherSide] ? atLength : 0) - (atSide …
2979 offset = (mySide === side1 ? 1 : -1) * myLength;
2985 initialPos - offset,
2989 initialPos + offset
3007 position[side1] -= offset + adjust;
3013 position[side1] -= (mySide === CENTER ? -offset : offset) + adjust;
3290 imageOffset = image.offset();
3354 tipAdjust, offset;
3357 offset = parseInt(tooltip.css('borderLeftWidth'), 10) || 0;
3358 offset = { left: -offset, top: -offset };
3363 offset[ tipAdjust[1] ] -= tip[ tipAdjust[0] ]();
3367 this.bgiframe.css(offset).css(dimensions);