Searched refs:bottomRight (Results 1 – 25 of 70) sorted by relevance
123
| /plugin/indexmenu/scripts/fancytree/modules/ ! |
| D | jquery.fancytree.fixed.js | 57 bottomRight: "fancytree-ext-fixed-wrapper-br", property 83 $bottomRightWrapper = $("<div>").addClass(fcn.bottomRight), 193 fcn.bottomRight + 207 fcn.bottomRight + 288 $bottomRightWrapper = $wrapper.find("div." + fcn.bottomRight); 392 "div." + fcn.bottomRight + " table tbody" 543 $brWrapper = $wrapper.find("div." + fcn.bottomRight); 596 $bottomRightWrapper = $wrapper.find("div." + fcn.bottomRight),
|
| /plugin/diagramsnet/lib/plugins/webcola/ ! |
| D | mxWebColaAdaptor.js | 293 var bottomRight = {x: width, y: height, fixed: true, index: size + 1}; variable 295 layout._nodes.push(bottomRight); 301 …constraints.push({ axis: 'x', type: 'separation', left: index, right: bottomRight.index, gap: gap … 302 …constraints.push({ axis: 'y', type: 'separation', left: index, right: bottomRight.index, gap: gap …
|
| /plugin/edittable/lib/ ! |
| D | handsontable.full.js | 15026 var bottomRight = priv.selRange.getBottomRightCorner(); 15031 for (r = topLeft.row; r <= bottomRight.row; r++) { 15032 for (c = topLeft.col; c <= bottomRight.col; c++) { 18389 var bottomRight = this.getBottomRightCorner(); 18391 …return topLeft.row <= row && bottomRight.row >= row && topLeft.col <= col && bottomRight.col >= co… 18467 var bottomRight = this.getBottomRightCorner(); 18469 … || cellCoords.col < topLeft.col || cellCoords.row > bottomRight.row || cellCoords.col > bottomRig… 18471 …this.to = new _coords2.default(Math.max(bottomRight.row, cellCoords.row), Math.max(bottomRight.col… 18492 var bottomRight = this.getBottomRightCorner(); 18501 var resultBottomRow = Math.max(bottomRight.row, expandingBottomRight.row); [all …]
|
| /plugin/diagramsnet/lib/resources/ ! |
| D | dia_i18n.txt | 75 bottomRight=bottomRight
|
| D | dia_ru.txt | 75 bottomRight=Правый нижний
|
| D | dia_bg.txt | 75 bottomRight=Долу вдясно
|
| D | dia_el.txt | 75 bottomRight=Κάτω Δεξιά
|
| D | dia_zh.txt | 75 bottomRight=右下
|
| D | dia_uk.txt | 75 bottomRight=Правий нижній
|
| D | dia_ko.txt | 75 bottomRight=오른쪽 하단
|
| D | dia_zh-tw.txt | 75 bottomRight=右下
|
| D | dia_th.txt | 75 bottomRight=จัดแนวที่มุมล่างด้านขวา
|
| D | dia_fa.txt | 75 bottomRight=پایین راست
|
| D | dia_he.txt | 75 bottomRight=ימין למטה
|
| D | dia_ja.txt | 75 bottomRight=右下端
|
| D | dia_ar.txt | 75 bottomRight=محاذاة الي يمين الاسفل
|
| D | dia_eu.txt | 75 bottomRight=Behean eskuinean
|
| D | dia_et.txt | 75 bottomRight=All paremal
|
| D | dia_fi.txt | 75 bottomRight=Alas oikealle
|
| D | dia_sl.txt | 75 bottomRight=Bottom Right
|
| D | dia_hi.txt | 75 bottomRight=Bottom Right
|
| D | dia_pt.txt | 75 bottomRight=Inferior direito
|
| D | dia_te.txt | 75 bottomRight=Bottom Right
|
| /plugin/zwidoku/files/ ! |
| H A D | js.js | 1 …bottomRight=priv.selRange.getBottomRightCorner();var r,c,changes=[];for(r=topLeft.row;r<=bottomRig…
|
| /plugin/statistics/js/ ! |
| D | chart.js | 13 …bottomRight,s+o),t.arc(i+n-a.bottomRight,s+o-a.bottomRight,a.bottomRight,E,0,!0),t.lineTo(i+n,s+a.… property
|
123