Home
last modified time | relevance | path

Searched refs:bottomRight (Results 1 – 25 of 70) sorted by relevance

123

/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.fixed.js57 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/
DmxWebColaAdaptor.js293 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/
Dhandsontable.full.js15026 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/
Ddia_i18n.txt75 bottomRight=bottomRight
Ddia_ru.txt75 bottomRight=Правый нижний
Ddia_bg.txt75 bottomRight=Долу вдясно
Ddia_el.txt75 bottomRight=Κάτω Δεξιά
Ddia_zh.txt75 bottomRight=右下
Ddia_uk.txt75 bottomRight=Правий нижній
Ddia_ko.txt75 bottomRight=오른쪽 하단
Ddia_zh-tw.txt75 bottomRight=右下
Ddia_th.txt75 bottomRight=จัดแนวที่มุมล่างด้านขวา
Ddia_fa.txt75 bottomRight=‫پایین راست‬
Ddia_he.txt75 bottomRight=‫ימין למטה‬
Ddia_ja.txt75 bottomRight=右下端
Ddia_ar.txt75 bottomRight=‫محاذاة الي يمين الاسفل‬
Ddia_eu.txt75 bottomRight=Behean eskuinean
Ddia_et.txt75 bottomRight=All paremal
Ddia_fi.txt75 bottomRight=Alas oikealle
Ddia_sl.txt75 bottomRight=Bottom Right
Ddia_hi.txt75 bottomRight=Bottom Right
Ddia_pt.txt75 bottomRight=Inferior direito
Ddia_te.txt75 bottomRight=Bottom Right
/plugin/zwidoku/files/
H A Djs.js1bottomRight=priv.selRange.getBottomRightCorner();var r,c,changes=[];for(r=topLeft.row;r<=bottomRig…
/plugin/statistics/js/
Dchart.js13bottomRight,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