Lines Matching refs:height

1508     var height = $tip[0].offsetHeight
1538 if (placement == 'top' && actualHeight != height) {
1539 offset.top = offset.top + height - actualHeight
1548 … = isVertical ? delta.left * 2 - width + actualWidth : delta.top * 2 - height + actualHeight
1621 …elRect = $.extend({}, elRect, { width: elRect.right - elRect.left, height: elRect.bottom - elRect.…
1628 var outerDims = isBody ? { width: $(window).width(), height: $(window).height() } : null
1634 …return placement == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - act…
1636 …placement == 'left' ? { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actua…
1637 …/* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + po…
1653 …} else if (bottomEdgeOffset > viewportDimensions.top + viewportDimensions.height) { // bottom over…
1654 delta.top = viewportDimensions.top + viewportDimensions.height - bottomEdgeOffset
1963 var maxScroll = this.options.offset + scrollHeight - this.$scrollElement.height()
2255 Affix.prototype.getState = function (scrollHeight, height, offsetTop, offsetBottom) { argument
2258 var targetHeight = this.$target.height()
2269 var colliderHeight = initializing ? targetHeight : height
2292 var height = this.$element.height()
2296 var scrollHeight = Math.max($(document).height(), $(document.body).height())
2302 var affix = this.getState(scrollHeight, height, offsetTop, offsetBottom)
2325 top: scrollHeight - height - offsetBottom