Lines Matching refs:top

2199       if (location.top) {
2201 for (var row = location.top; row <= location.bottom; row++) {
2289 for (y = range.top; y <= range.bottom; y++) {
2526 row: decoded.top
2664 top: Math.min(tl.row, br.row),
2674 top: Math.min(t, b),
2713 top: value.model.top,
2722 } else if (value.top && value.left && value.bottom && value.right) {
2725 top: value.top,
2735 if (tlbr.top) {
2737 top: tlbr.top,
2745 top: tlbr.row,
2759 top: 0,
2772 value: function expand(top, left, bottom, right) {
2773 if (!this.model.top || top < this.top) this.top = top;
2805 if (other.bottom < this.top) return false;
2806 if (other.top > this.bottom) return false;
2821 …return address.row >= this.top && address.row <= this.bottom && address.col >= this.left && addres…
2827 for (var row = this.top; row <= this.bottom; row++) {
2835 return this.model.top || 1;
2838 this.model.top = value;
2890 return colCache.n2l(this.left) + this.top;
2895 return "$".concat(colCache.n2l(this.left), "$").concat(this.top);
2930 return (1 + this.bottom - this.top) * (1 + this.right - this.left);
4358 top: 0.75,
4850 var master = this.getCell(dimensions.top, dimensions.left);
4852 for (var i = dimensions.top; i <= dimensions.bottom; i++) {
4855 if (i > dimensions.top || j > dimensions.left) {
4871 for (var i = merge.top; i <= merge.bottom; i++) {
4892 for (var i = dimensions.top; i <= dimensions.bottom; i++) {
4916 var top = decoded.top,
4921 var masterAddress = colCache.encodeAddress(top, left);
4931 return results[row - top][col - left];
4936 return results[(row - top) * width + (col - left)];
4947 for (var r = top; r <= bottom; r++) {
5482 if (address.top) {
5483 for (var row = address.top; row <= address.bottom; row++) {
5863 top: Math.min(tl.row, br.row),
5869 result.tl = this.n2l(result.left) + result.top;
5889 var top = Math.min(tl.row, br.row);
5893 tl = this.n2l(left) + top;
5896 top: top,
5904 row: top,
5905 $col$row: "$".concat(this.n2l(left), "$").concat(top),
5954 top = _range[1],
5962 return col >= left && col <= right && row >= top && row <= bottom;
9486 var t = Math.floor(anchor.top);
9487 var tf = Math.floor((anchor.top - t) * 18);
16918 for (var i = dimensions.top; i <= dimensions.bottom; i++) {
17166 top: model.top,
17187 top: parseFloat(node.attributes.top || 0.75),
20908 top: new EdgeXform('top'),
20946 add(model.top, this.map.top);
21010 add('top', this.map.top.model);
21572 if (model.center.top) {
21573 xmlStream.addAttribute('top', model.center.top);
21576 xmlStream.addAttribute('bottom', model.center.top);
21618 top: node.attributes.top ? parseFloat(node.attributes.top) : 0
21625 if (node.attributes.bottom !== node.attributes.top) {
65487 top: do {
65579 break top;
65598 break top;
65736 break top;
65751 break top;
65755 break top;
77994 var top = this.tag = (_c = tags[tags.length - 1]) !== null && _c !== void 0 ? _c : null;
77996 if (top === null) {