Lines Matching refs:right

4139 	    right: bounds.x + (bounds.width || 0),
4157 width: trbl.right - trbl.left,
4208 right = rectOrientation.left - padding.x >= referenceOrientation.right,
4210 left = rectOrientation.right + padding.x <= referenceOrientation.left;
4213 horizontal = left ? 'left' : (right ? 'right' : null);
5343 right: padding.right || defaultPadding, property in AnonymousFunctionf8d14cd17a00.padding
5357 viewboxBounds.width -= (padding.right + padding.left) / zoom;
5372 var dRight = Math.max(0, elementTrbl.right - viewboxTrbl.right),
18606 return assign({ top: 0, left: 0, right: 0, bottom: 0 }, padding);
18611 right: padding,
18853 var maxWidth = box.width - padding.left - padding.right;
18910 - padding.right - line.width);
21363 if (position.right !== undefined) {
21373 left = position.right * -1 + width;
25773 right: function(element) {
26075 return asTRBL(a).left - asTRBL(b).right;
26091 return asTRBL(b).left - asTRBL(a).right;
26093 return getMid(b).x - asTRBL(a).right;
26095 return asTRBL(b).right - asTRBL(a).right;
26299 x: sourceTrbl.right + distance + element.width / 2,
26419 x: sourceTrbl.right + horizontalDistance + element.width / 2,
26453 x: sourceTrbl.right + element.width / 2,
26476 x: sourceTrbl.right - 10 + element.width / 2,
26779 if (targetTrbl.right - elementsTrbl.right < padding.right) {
26780 newTrbl.right = elementsTrbl.right + offset.right;
26843 return { top: 60, bottom: 60, left: 100, right: 100 };
26856 return { top: 2, bottom: 2, left: 15, right: 15 };
26900 if (oldBounds.right < newBounds.right) {
30835 right: '0px',
31133 right: -9, property in ContextPad._overlaysConfig.position
32023 if (createConstraints.right) {
32024 event.x = Math.min(event.x, createConstraints.right);
35735 right: trblA.right - trblB.right,
35792 width: bounds.width - (resize.left || 0) + (resize.right || 0),
35825 right: applyConstraints('right', currentTrbl, resizeConstraints),
35838 left: /w/.test(direction) ? currentBox.right - minDimensions.width : currentBox.left,
35840 right: /e/.test(direction) ? currentBox.left + minDimensions.width : currentBox.right property in getMinResizeBounds.minBox
35849 right: max$4(minBox.right, childrenBox.right) property in getMinResizeBounds.combinedBox
35864 var left, right, top, bottom;
35868 right = asPadding(padding.right);
35872 left = right = top = bottom = asPadding(padding);
35878 width: bbox.width + left + right,
36033 rightResize = trblResize.right,
36065 right: rightResize,
37451 snapConstraints.x.max = createConstraints.right;
37468 snapConstraints.x.min = minResizeConstraints.right;
37488 snapConstraints.x.max = maxResizeConstraints.right;
38361 right: function(speed) {
38788 referencePoint.x = trbl.right;
39782 x: elementTrbl.right + ELEMENT_LABEL_DISTANCE + label.width / 2,
40681 left: childrenBBox.right - shape.width / 2 + HORIZONTAL_PARTICIPANT_PADDING,
40683right: childrenBBox.left + shape.width / 2 - HORIZONTAL_PARTICIPANT_PADDING - PARTICIPANT_BORDER_W…
42516 x: newTRBL.right - oldTRBL.right,
42546 return oldTRBL.right !== newTRBL.right && oldTRBL.left !== newTRBL.left;
43533 minTrbl.right = laneTrbl.left + LANE_MIN_DIMENSIONS.width;
43536 minTrbl.left = laneTrbl.right - LANE_MIN_DIMENSIONS.width;
43592 addMax(minTrbl, 'right', flowElementTrbl.right + LANE_RIGHT_PADDING);
47523 right: trbl.right + PADDING,
47546 if (isNumber(spaceToolConstraints.right)) {
47547 x = Math.min(event.x, spaceToolConstraints.right);
47610 spaceToolConstraints.right = max = isNumber(max) ? Math.min(max, minOrMax) : minOrMax;
47628 spaceToolConstraints.right = max = isNumber(max) ? Math.min(max, minOrMax) : minOrMax;
47650 spaceToolConstraints.right = max = isNumber(max) ? Math.min(max, minOrMax) : minOrMax;
49044 } else if (alignment.right) {
49045 delta.x = (alignment.right - element.width) - element.x;
51987 if (trblDiff.left || trblDiff.right) {
51989 change = trblDiff.right || trblDiff.left;
51990 spacePos = shape.x + (trblDiff.right ? shape.width : 0) + (trblDiff.right ? -10 : 100);
51991 direction = trblDiff.right ? 'e' : 'w';
51993 offset = trblDiff.left > 0 || trblDiff.right < 0 ? -change : change;
52037 elementMid.x < laneTrbl.right &&
53067 if (!/^(top|bottom|left|right)$/.test(orientation)) {
53415 right: 'r',
56432 setSnapped(event, 'x', targetTRBL.right - offset.x);
56460 right = createConstraints.right,
56464 if ((left && left >= event.x) || (right && right <= event.x)) {
56612 snapOrigin.x = trbl.right;
57250 right: w - offset