Lines Matching refs:top

714 		position = { left: 0, top: 0 },  property in PROTOTYPE.reposition.position
726 position = { left: target[0], top: target[1] }; property in position
761 top: event.pageY - position.top + (offset && offset.top || 0) property in position
767 position.top -= (mouse.scrollY || 0) - win.scrollTop();
798 top: (viewport || target).scrollTop(), property in position
838 position.top -= win.scrollTop();
844 position.top += at.y === BOTTOM ? targetHeight : at.y === CENTER ? targetHeight / 2 : 0;
850 …position.top += adjust.y + (my.y === BOTTOM ? -tooltipHeight : my.y === CENTER ? -tooltipHeight / …
860 if(offset && position.adjusted.top) { position.top += offset.top; }
864 else { position.adjusted = { left: 0, top: 0 }; } property in position.adjusted
871 …if(effect === FALSE || !visible || isNaN(position.left) || isNaN(position.top) || target === 'mous…
904 pos.top += i * e.scrollTop();
917 parentOffset.top += (parseFloat($.css(parent, 'borderTopWidth')) || 0);
921 pos.top -= parentOffset.top + (parseFloat($.css(parent, 'marginTop')) || 0);
1088 top: ''
2098 …corner.y === TOP || (corner.y === CENTER && this.element.position().top + (this.size[1] / 2) + thi…
2366 top: translate[1] - (translate[2] * Number(precedance === Y)),
2447 tip.css({ margin: '', top: '', bottom: '', left: '', right: '' }).css(position);
2460 shift = { left: FALSE, top: FALSE, x: 0, y: 0 }, property in AnonymousFunction67a4f05f4200.shift
2498 …if(newCorner.string() !== cache.corner.string() && (cache.cornerTop !== adjust.top || cache.corner…
2508 if(offset.bottom !== undefined) { offset.top = -offset.bottom; }
2513 if(shift.top = (vertical === SHIFT && !!adjust.top)) { shiftonly(Y, TOP, BOTTOM); }
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;
2531 cache.cornerLeft = adjust.left; cache.cornerTop = adjust.top;
2768 elem.css({ left: '', top: '' });
2944 adjusted = { left: 0, top: 0 }, property in PLUGINS.viewport.adjusted
2961 …viewportScroll = { left: fixed ? 0 : viewport.scrollLeft(), top: fixed ? 0 : viewport.scrollTop() … property in viewportScroll
3032top: methodY !== 'none' ? calculate( Y, X, methodY, adjust.y, TOP, BOTTOM, HEIGHT, targetHeight, e… property in adjusted
3050 top: 1e10, right: 0, property in PLUGINS.polys.polygon.result.position
3068 if(next[1] < result.position.top){ result.position.top = next[1]; }
3075 newHeight = result.height = Math.abs(result.position.bottom - result.position.top);
3081 top: result.position.top + (result.height / 2) property in result.position
3104 realY = coords[i][1] - result.position.top;
3116 result.position = { left: coords[0][0], top: coords[0][1] }; property in result.position
3128 top: Math.min(ay, by)
3148 top: cy + rys
3220 top: result.top property in result.position
3239 points.y = position.top;
3242 position.top = transformed.y;
3254 position.top += doc.scrollTop();
3292 imageOffset.top += Math.ceil((image.outerHeight(FALSE) - image.height()) / 2);
3296 result.position.top += imageOffset.top;
3317 overlay && (overlay[0].style.top = $(window).scrollTop() + 'px');
3358 offset = { left: -offset, top: -offset };