Home
last modified time | relevance | path

Searched refs:topLeft (Results 1 – 25 of 76) sorted by relevance

1234

/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.fixed.js54 topLeft: "fancytree-ext-fixed-wrapper-tl", property
80 $topLeftWrapper = $("<div>").addClass(fcn.topLeft),
285 $topLeftWrapper = $wrapper.find("div." + fcn.topLeft),
540 $tlWrapper = $wrapper.find("div." + fcn.topLeft),
593 $topLeftWrapper = $wrapper.find("div." + fcn.topLeft),
644 $topLeftWrapper = $wrapper.find("div." + fcn.topLeft),
/plugin/diagramsnet/lib/plugins/webcola/
DmxWebColaAdaptor.js292 var topLeft = {x: 0, y: 0, fixed: true, index: size}; variable
294 layout._nodes.push(topLeft);
299 … constraints.push({ axis: 'x', type: 'separation', left: topLeft.index, right: index, gap: gap });
300 … constraints.push({ axis: 'y', type: 'separation', left: topLeft.index, right: index, gap: gap });
/plugin/edittable/lib/
Dhandsontable.full.js15025 var topLeft = priv.selRange.getTopLeftCorner();
15031 for (r = topLeft.row; r <= bottomRight.row; r++) {
15032 for (c = topLeft.col; c <= bottomRight.col; c++) {
18388 var topLeft = this.getTopLeftCorner();
18391 …return topLeft.row <= row && bottomRight.row >= row && topLeft.col <= col && bottomRight.col >= co…
18466 var topLeft = this.getTopLeftCorner();
18469 …if (cellCoords.row < topLeft.row || cellCoords.col < topLeft.col || cellCoords.row > bottomRight.r…
18470 …this.from = new _coords2.default(Math.min(topLeft.row, cellCoords.row), Math.min(topLeft.col, cell…
18491 var topLeft = this.getTopLeftCorner();
18499 var resultTopRow = Math.min(topLeft.row, expandingTopLeft.row);
[all …]
/plugin/diagramsnet/lib/resources/
Ddia_i18n.txt742 topLeft=topLeft
Ddia_ru.txt742 topLeft=Верхний левый
Ddia_bg.txt742 topLeft=Горе вляво
Ddia_el.txt742 topLeft=Στοίχιση στα Αριστερά
Ddia_zh.txt742 topLeft=左上
Ddia_uk.txt742 topLeft=Верхній лівий
Ddia_ko.txt742 topLeft=왼쪽 상단
Ddia_zh-tw.txt742 topLeft=左上
Ddia_th.txt742 topLeft=จัดเรียงข้างซ้ายด้านบนสุด
Ddia_fa.txt742 topLeft=‫بالا سمت چپ‬
Ddia_he.txt742 topLeft=‫שמאל למעלה‬
Ddia_ja.txt742 topLeft=上端左
Ddia_ar.txt742 topLeft=Top Left
Ddia_eu.txt742 topLeft=Lerrokatu ezkerrean
Ddia_et.txt742 topLeft=Üleval vasakul
Ddia_fi.txt742 topLeft=Ylös vasemmalle
Ddia_sl.txt742 topLeft=Top Left
Ddia_hi.txt742 topLeft=Top Left
Ddia_pt.txt742 topLeft=Superior Esquerdo
/plugin/zwidoku/files/
H A Djs.js1topLeft=priv.selRange.getTopLeftCorner();var bottomRight=priv.selRange.getBottomRightCorner();var …
/plugin/statistics/js/
Dchart.js13topLeft,s+a.topLeft,a.topLeft,1.5*C,C,!0),t.lineTo(i,s+o-a.bottomLeft),t.arc(i+a.bottomLeft,s+o-a.… property
/plugin/diagramsnet/lib/js/orgchart/
DOrgChart.Layout.min.js1 …OrgChart.Layout.Size.$ctor1(w,h)},$ctor1:function(topLeft,size){this.$initialize();this.TopLeft=to… argument

1234