Home
last modified time | relevance | path

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

123

/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js292 var topLeft = {x: 0, y: 0, fixed: true, index: size}; class in getScreenConstraints
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/
H A Dhandsontable.full.js18388 var topLeft = this.getTopLeftCorner();
18391 …return topLeft.row <= row && bottomRight.row >= row && topLeft.col <= col && bottomRight.col >= co…
18466 var topLeft = this.getTopLeftCorner();
18773 if (topLeft.row === r && topLeft.col === c) {
18774 out.push(topLeft);
24001 topLeft: this.selectionHandles.topLeft.style,
32906 return [topLeft.row, topLeft.col, bottomRight.row, bottomRight.col];
41412 var startRow = topLeft.row;
41413 var startCol = topLeft.col;
46177 mergeParent.row = topLeft.row;
[all …]
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt742 topLeft=topLeft
H A Ddia_ru.txt742 topLeft=Верхний левый
H A Ddia_bg.txt742 topLeft=Горе вляво
H A Ddia_el.txt742 topLeft=Στοίχιση στα Αριστερά
H A Ddia_zh.txt742 topLeft=左上
H A Ddia_uk.txt742 topLeft=Верхній лівий
H A Ddia_fa.txt742 topLeft=‫بالا سمت چپ‬
H A Ddia_ja.txt742 topLeft=上端左
H A Ddia_he.txt742 topLeft=‫שמאל למעלה‬
H A Ddia_ko.txt742 topLeft=왼쪽 상단
H A Ddia_th.txt742 topLeft=จัดเรียงข้างซ้ายด้านบนสุด
H A Ddia_zh-tw.txt742 topLeft=左上
H A Ddia_ar.txt742 topLeft=Top Left
H A Ddia_eu.txt742 topLeft=Lerrokatu ezkerrean
H A Ddia_et.txt742 topLeft=Üleval vasakul
H A Ddia_kn.txt742 topLeft=Top Left
H A Ddia_si.txt742 topLeft=Top Left
H A Ddia_sl.txt742 topLeft=Top Left
H A Ddia_ta.txt742 topLeft=Top Left
H A Ddia_bn.txt742 topLeft=Top Left
H A Ddia_da.txt742 topLeft=Øverst venstre
H A Ddia_eo.txt742 topLeft=Top Left
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1 …OrgChart.Layout.Size.$ctor1(w,h)},$ctor1:function(topLeft,size){this.$initialize();this.TopLeft=to… argument

123