Lines Matching +defs:border +defs:left +defs:width
153 'width': options.style.width || '', property
714 position = { left: 0, top: 0 }, property
726 position = { left: target[0], top: target[1] }; property
760 left: event.pageX - position.left + (offset && offset.left || 0), property
799 left: (viewport || target).scrollLeft() property
864 else { position.adjusted = { left: 0, top: 0 }; } property
1087 left: '', property
1958 width: FALSE, property
2287 border = this.border = this._parseWidth(corner, corner[corner.precedance]); property
2302 width: newSize[0], property
2447 tip.css({ margin: '', top: '', bottom: '', left: '', right: '' }).css(position); property
2460 shift = { left: FALSE, top: FALSE, x: 0, y: 0 }, property
2591 width: 6, property
2593 border: TRUE, property
2768 elem.css({ left: '', top: '' }); property
2944 adjusted = { left: 0, top: 0 }, property
2961 …viewportScroll = { left: fixed ? 0 : viewport.scrollLeft(), top: fixed ? 0 : viewport.scrollTop() … property
3031 …left: methodX !== 'none' ? calculate( X, Y, methodX, adjust.x, LEFT, RIGHT, WIDTH, targetWidth, el… property
3048 width: 0, height: 0, property
3051 bottom: 0, left: 1e10 property
3080 left: result.position.left + (result.width / 2), property
3116 result.position = { left: coords[0][0], top: coords[0][1] }; property
3217 width: result.width, height: result.height, property
3219 left: result.left, property
3350 width: tooltip.outerWidth(FALSE) property
3358 offset = { left: -offset, top: -offset }; property
3393 if(width % 2 < 1) { width += 1; } field