Home
last modified time | relevance | path

Searched refs:nRight (Results 1 – 25 of 886) sorted by relevance

12345678910>>...36

/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/generic/
H A Dgen.cxx47 nRight = RECT_EMPTY; in SetSize()
64 nRight = RECT_EMPTY; in SaturatingSetSize()
76 if (nRight != RECT_EMPTY) in SaturatingSetX()
77 nRight = o3tl::saturating_add(nRight, x - nLeft); in SaturatingSetX()
98 nRight = std::max( std::max( nLeft, rRect.nLeft ), std::max( nRight, rRect.nRight ) ); in Union()
123 nRight = std::min( nRight, aTmpRect.nRight ); in Intersection()
136 if ( (nRight < nLeft) && (nRight != RECT_EMPTY) ) in Justify()
152 if ( nLeft <= nRight ) in IsInside()
226 return nRight; in AdjustRight()
254 return nRight == RECT_EMPTY ? nLeft : nRight; in Right()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/generic/
H A Dgen.cxx56 nRight = RECT_EMPTY; in SetSize()
73 nRight = RECT_EMPTY; in SaturatingSetSize()
85 if (nRight != RECT_EMPTY) in SaturatingSetX()
86 nRight = o3tl::saturating_add(nRight, x - nLeft); in SaturatingSetX()
106 std::tie(nLeft, nRight) = std::minmax({ nLeft, rRect.nLeft, nRight, rRect.nRight }); in Union()
130 nRight = std::min( nRight, aTmpRect.nRight ); in Intersection()
143 if ( (nRight < nLeft) && (nRight != RECT_EMPTY) ) in Justify()
159 if ( nLeft <= nRight ) in IsInside()
233 return nRight; in AdjustRight()
261 return nRight == RECT_EMPTY ? nLeft : nRight; in Right()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Dgen.hxx496 nRight = rRB.X(); in Rectangle()
505 nRight = _nRight; in Rectangle()
536 return Point( (nRight == RECT_EMPTY) ? nLeft : nRight, nTop ); in TopRight()
546 return Point( (nRight == RECT_EMPTY) ? nLeft : nRight, in BottomRight()
555 return Point( std::min( nLeft, nRight ) + std::abs( (nRight - nLeft)/2 ), in TopCenter()
564 return Point( std::min( nLeft, nRight ) + std::abs( (nRight - nLeft)/2 ), in BottomCenter()
619 n = nRight - nLeft; in GetWidth()
667 (nRight == rRect.nRight ) && in operator ==()
675 (nRight != rRect.nRight ) || in operator !=()
684 nRight += rPt.X(); in operator +=()
[all …]
H A Dsvborder.hxx29 long nTop, nRight, nBottom, nLeft; member in SvBorder
34 nTop = nRight = nBottom = nLeft = 0; in SvBorder()
40 nRight = nRightP; in SvBorder()
45 return nTop == rObj.nTop && nRight == rObj.nRight && in operator ==()
59 long & Right() { return nRight; } in Right()
63 long Right() const { return nRight; } in Right()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/util/
H A DLSPPadding.cpp32 sPadding.nRight = 0; in LSPPadding()
53 size_t old = sPadding.nRight; in set_right()
54 sPadding.nRight = value; in set_right()
82 (sPadding.nRight == value) && in set_all()
88 sPadding.nRight = value; in set_all()
98 (sPadding.nRight == right)) in set_horizontal()
102 sPadding.nRight = right; in set_horizontal()
124 (sPadding.nRight == right) && in set()
130 sPadding.nRight = right; in set()
141 (sPadding.nRight == p->nRight) && in set()
[all …]
/dports/japanese/skkinput3/skkinput-3.0.6/lib/misc/
H A Dcstring.h199 register int nRight) in cmemcmp() argument
202 register int nLoop = (nLeft < nRight) ? nLeft : nRight ; in cmemcmp()
205 assert (pRight != NULL || nRight == 0) ; in cmemcmp()
214 if (nLeft < nRight) in cmemcmp()
216 if (nLeft > nRight) in cmemcmp()
226 register int nRight) in cmemccmp() argument
229 register int nLoop = (nLeft < nRight) ? nLeft : nRight ; in cmemccmp()
232 assert (pRight != NULL || nRight == 0) ; in cmemccmp()
241 if (nLeft < nRight) in cmemccmp()
243 if (nLeft > nRight) in cmemccmp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfdoc/
H A Dcsection.cpp107 while (nLeft <= nRight) { in UpdateWordPlace()
110 nRight = nMid - 1; in UpdateWordPlace()
111 nMid = (nLeft + nRight) / 2; in UpdateWordPlace()
114 nMid = (nLeft + nRight) / 2; in UpdateWordPlace()
129 while (nLeft <= nRight) { in SearchWordPlace()
139 nRight = nMid - 1; in SearchWordPlace()
140 nMid = (nLeft + nRight) / 2; in SearchWordPlace()
183 while (nLeft < nRight) { in SearchWordPlace()
186 if (nMid == nRight) { in SearchWordPlace()
198 nRight = nMid; in SearchWordPlace()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfdoc/
H A Dcsection.cpp108 while (nLeft <= nRight) { in UpdateWordPlace()
111 nRight = nMid - 1; in UpdateWordPlace()
112 nMid = (nLeft + nRight) / 2; in UpdateWordPlace()
115 nMid = (nLeft + nRight) / 2; in UpdateWordPlace()
130 while (nLeft <= nRight) { in SearchWordPlace()
140 nRight = nMid - 1; in SearchWordPlace()
141 nMid = (nLeft + nRight) / 2; in SearchWordPlace()
184 while (nLeft < nRight) { in SearchWordPlace()
187 if (nMid == nRight) { in SearchWordPlace()
199 nRight = nMid; in SearchWordPlace()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfdoc/
H A Dcsection.cpp131 while (nLeft <= nRight) { in UpdateWordPlace()
134 nRight = nMid - 1; in UpdateWordPlace()
135 nMid = (nLeft + nRight) / 2; in UpdateWordPlace()
138 nMid = (nLeft + nRight) / 2; in UpdateWordPlace()
159 while (nLeft <= nRight) { in SearchWordPlace()
171 nRight = nMid - 1; in SearchWordPlace()
172 nMid = (nLeft + nRight) / 2; in SearchWordPlace()
176 nMid = (nLeft + nRight) / 2; in SearchWordPlace()
219 while (nLeft < nRight) { in SearchWordPlace()
223 if (nMid == nRight) { in SearchWordPlace()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfdoc/
H A Dcsection.cpp130 while (nLeft <= nRight) { in UpdateWordPlace()
133 nRight = nMid - 1; in UpdateWordPlace()
134 nMid = (nLeft + nRight) / 2; in UpdateWordPlace()
137 nMid = (nLeft + nRight) / 2; in UpdateWordPlace()
158 while (nLeft <= nRight) { in SearchWordPlace()
170 nRight = nMid - 1; in SearchWordPlace()
171 nMid = (nLeft + nRight) / 2; in SearchWordPlace()
175 nMid = (nLeft + nRight) / 2; in SearchWordPlace()
218 while (nLeft < nRight) { in SearchWordPlace()
222 if (nMid == nRight) { in SearchWordPlace()
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/index/
H A DIndexAVLMemory.java154 NodeAVL r = p.nRight; in checkNodes()
263 n = x.nRight;
302 dp.nRight = x;
317 x.nRight = dr;
319 x.nRight = d;
327 xp.nRight = d;
333 x.nRight = dr;
336 x.nRight.nParent = x;
346 d.nRight = null;
425 NodeAVL r = x.nRight; in next()
[all …]
/dports/math/universal/universal-3.48/applications/floating-point/
H A Dprinting.cpp34 void NarrowInterval(Real v, int& e, Real& nLeft, Real& nRight) { in NarrowInterval() argument
39 nRight = nHigh * pow(Real(10.0), Real(-e)); in NarrowInterval()
49 void Digits(Real& nLeft, Real& nRight) { in Digits() argument
54 NextDigit(nRight, dRight); in Digits()
56 std::cout << "(" << nLeft << ", " << nRight << ") - (" << dLeft << ", " << dRight << ")\n"; in Digits()
63 Real nLeft, nRight; in Convert() local
64 NarrowInterval(v, e, nLeft, nRight); in Convert()
65 std::cout << "(" << e << ", " << nLeft << ", " << nRight << ")\n"; in Convert()
66 Digits(nLeft, nRight); in Convert()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Dsvborder.hxx30 tools::Long nTop, nRight, nBottom, nLeft; member in SvBorder
35 nTop = nRight = nBottom = nLeft = 0; in SvBorder()
41 nRight = nRightP; in SvBorder()
46 return nTop == rObj.nTop && nRight == rObj.nRight && in operator ==()
60 tools::Long & Right() { return nRight; } in Right()
64 tools::Long Right() const { return nRight; } in Right()
H A Dgen.hxx493 return Point( (nRight == RECT_EMPTY) ? nLeft : nRight, nTop );
625 , nRight( RECT_EMPTY )
632 , nRight( rRB.X())
640 , nRight( _nRight )
647 , nRight( RECT_EMPTY )
670 return Point( (nRight == RECT_EMPTY) ? nLeft : nRight,
711 nRight += nHorzMove;
742 (nRight == rRect.nRight ) &&
750 (nRight != rRect.nRight ) ||
759 nRight += rPt.X();
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/ado/
H A DADatabaseMetaDataImpl.cxx332 sal_Int32 nRight = 0; in MapRight() local
352 return nRight; in MapRight()
357 sal_Int32 nRight = adRightNone; in Map2Right() local
359 nRight |= adRightRead; in Map2Right()
362 nRight |= adRightInsert; in Map2Right()
365 nRight |= adRightUpdate; in Map2Right()
368 nRight |= adRightDelete; in Map2Right()
371 nRight |= adRightReadDesign; in Map2Right()
374 nRight |= adRightCreate; in Map2Right()
380 nRight |= adRightReference; in Map2Right()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/ado/
H A DADatabaseMetaDataImpl.cxx328 sal_Int32 nRight = 0; in MapRight() local
348 return nRight; in MapRight()
353 sal_Int32 nRight = adRightNone; in Map2Right() local
355 nRight |= adRightRead; in Map2Right()
358 nRight |= adRightInsert; in Map2Right()
361 nRight |= adRightUpdate; in Map2Right()
364 nRight |= adRightDelete; in Map2Right()
367 nRight |= adRightReadDesign; in Map2Right()
370 nRight |= adRightCreate; in Map2Right()
376 nRight |= adRightReference; in Map2Right()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/table/
H A Dcellrange.cxx35 …const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom… in CellRange() argument
39 , mnRight(nRight) in CellRange()
88 …ange::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom… in getCellRangeByPosition() argument
90 if( (nLeft >= 0 ) && (nTop >= 0) && (nRight >= nLeft) && (nBottom >= nTop) ) in getCellRangeByPosition()
94 nRight += mnLeft; in getCellRangeByPosition()
99 … if( (nLeft < nMaxColumns) && (nRight < nMaxColumns) && (nTop < nMaxRows) && (nBottom < nMaxRows) ) in getCellRangeByPosition()
101 return mxTable->getCellRangeByPosition( nLeft, nTop, nRight, nBottom ); in getCellRangeByPosition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/table/
H A Dcellrange.cxx35 …const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom… in CellRange() argument
39 , mnRight(nRight) in CellRange()
88 …ange::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom… in getCellRangeByPosition() argument
90 if( (nLeft >= 0 ) && (nTop >= 0) && (nRight >= nLeft) && (nBottom >= nTop) ) in getCellRangeByPosition()
94 nRight += mnLeft; in getCellRangeByPosition()
99 … if( (nLeft < nMaxColumns) && (nRight < nMaxColumns) && (nTop < nMaxRows) && (nBottom < nMaxRows) ) in getCellRangeByPosition()
101 return mxTable->getCellRangeByPosition( nLeft, nTop, nRight, nBottom ); in getCellRangeByPosition()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/win32/full_win32_installer/
H A DConfigPage1.nsh20 …R6]$\r$\nType="GroupBox"$\r$\nText="Client"$\r$\nLeft=0$\r$\nTop=$R7$\r$\nRight=300$\r$\nBottom=$R…
25 …eld $R6]$\r$\nType="Label"$\r$\nText="Name"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=26$\r$\nBottom=$R8…
30 …\nType="Text"$\r$\nState=$ConfigClientName$\r$\nLeft=50$\r$\nTop=$R7$\r$\nRight=158$\r$\nBottom=$R…
35 …d $R6]$\r$\nType="Label"$\r$\nText="Port"$\r$\nLeft=172$\r$\nTop=$R7$\r$\nRight=188$\r$\nBottom=$R…
45 …6]$\r$\nType="Label"$\r$\nText="Max Jobs"$\r$\nLeft=238$\r$\nTop=$R7$\r$\nRight=270$\r$\nBottom=$R…
55 …$R6]$\r$\nType="Label"$\r$\nText="Password"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=38$\r$\nBottom=$R8…
76 …6]$\r$\nType="GroupBox"$\r$\nText="Storage"$\r$\nLeft=0$\r$\nTop=$R7$\r$\nRight=300$\r$\nBottom=$R…
81 …eld $R6]$\r$\nType="Label"$\r$\nText="Name"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=26$\r$\nBottom=$R8…
91 …d $R6]$\r$\nType="Label"$\r$\nText="Port"$\r$\nLeft=172$\r$\nTop=$R7$\r$\nRight=188$\r$\nBottom=$R…
101 …6]$\r$\nType="Label"$\r$\nText="Max Jobs"$\r$\nLeft=238$\r$\nTop=$R7$\r$\nRight=270$\r$\nBottom=$R…
[all …]
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/win32/win64_installer/
H A DConfigPage1.nsh20 …R6]$\r$\nType="GroupBox"$\r$\nText="Client"$\r$\nLeft=0$\r$\nTop=$R7$\r$\nRight=300$\r$\nBottom=$R…
25 …eld $R6]$\r$\nType="Label"$\r$\nText="Name"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=26$\r$\nBottom=$R8…
30 …\nType="Text"$\r$\nState=$ConfigClientName$\r$\nLeft=50$\r$\nTop=$R7$\r$\nRight=158$\r$\nBottom=$R…
35 …d $R6]$\r$\nType="Label"$\r$\nText="Port"$\r$\nLeft=172$\r$\nTop=$R7$\r$\nRight=188$\r$\nBottom=$R…
45 …6]$\r$\nType="Label"$\r$\nText="Max Jobs"$\r$\nLeft=238$\r$\nTop=$R7$\r$\nRight=270$\r$\nBottom=$R…
55 …$R6]$\r$\nType="Label"$\r$\nText="Password"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=38$\r$\nBottom=$R8…
76 …6]$\r$\nType="GroupBox"$\r$\nText="Storage"$\r$\nLeft=0$\r$\nTop=$R7$\r$\nRight=300$\r$\nBottom=$R…
81 …eld $R6]$\r$\nType="Label"$\r$\nText="Name"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=26$\r$\nBottom=$R8…
91 …d $R6]$\r$\nType="Label"$\r$\nText="Port"$\r$\nLeft=172$\r$\nTop=$R7$\r$\nRight=188$\r$\nBottom=$R…
101 …6]$\r$\nType="Label"$\r$\nText="Max Jobs"$\r$\nLeft=238$\r$\nTop=$R7$\r$\nRight=270$\r$\nBottom=$R…
[all …]
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/win32/full_win32_installer/
H A DConfigPage1.nsh20 …R6]$\r$\nType="GroupBox"$\r$\nText="Client"$\r$\nLeft=0$\r$\nTop=$R7$\r$\nRight=300$\r$\nBottom=$R…
25 …eld $R6]$\r$\nType="Label"$\r$\nText="Name"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=26$\r$\nBottom=$R8…
30 …\nType="Text"$\r$\nState=$ConfigClientName$\r$\nLeft=50$\r$\nTop=$R7$\r$\nRight=158$\r$\nBottom=$R…
35 …d $R6]$\r$\nType="Label"$\r$\nText="Port"$\r$\nLeft=172$\r$\nTop=$R7$\r$\nRight=188$\r$\nBottom=$R…
45 …6]$\r$\nType="Label"$\r$\nText="Max Jobs"$\r$\nLeft=238$\r$\nTop=$R7$\r$\nRight=270$\r$\nBottom=$R…
55 …$R6]$\r$\nType="Label"$\r$\nText="Password"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=38$\r$\nBottom=$R8…
76 …6]$\r$\nType="GroupBox"$\r$\nText="Storage"$\r$\nLeft=0$\r$\nTop=$R7$\r$\nRight=300$\r$\nBottom=$R…
81 …eld $R6]$\r$\nType="Label"$\r$\nText="Name"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=26$\r$\nBottom=$R8…
91 …d $R6]$\r$\nType="Label"$\r$\nText="Port"$\r$\nLeft=172$\r$\nTop=$R7$\r$\nRight=188$\r$\nBottom=$R…
101 …6]$\r$\nType="Label"$\r$\nText="Max Jobs"$\r$\nLeft=238$\r$\nTop=$R7$\r$\nRight=270$\r$\nBottom=$R…
[all …]
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/win32/win32_installer/
H A DConfigPage1.nsh20 …R6]$\r$\nType="GroupBox"$\r$\nText="Client"$\r$\nLeft=0$\r$\nTop=$R7$\r$\nRight=300$\r$\nBottom=$R…
25 …eld $R6]$\r$\nType="Label"$\r$\nText="Name"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=26$\r$\nBottom=$R8…
30 …\nType="Text"$\r$\nState=$ConfigClientName$\r$\nLeft=50$\r$\nTop=$R7$\r$\nRight=158$\r$\nBottom=$R…
35 …d $R6]$\r$\nType="Label"$\r$\nText="Port"$\r$\nLeft=172$\r$\nTop=$R7$\r$\nRight=188$\r$\nBottom=$R…
45 …6]$\r$\nType="Label"$\r$\nText="Max Jobs"$\r$\nLeft=238$\r$\nTop=$R7$\r$\nRight=270$\r$\nBottom=$R…
55 …$R6]$\r$\nType="Label"$\r$\nText="Password"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=38$\r$\nBottom=$R8…
76 …6]$\r$\nType="GroupBox"$\r$\nText="Storage"$\r$\nLeft=0$\r$\nTop=$R7$\r$\nRight=300$\r$\nBottom=$R…
81 …eld $R6]$\r$\nType="Label"$\r$\nText="Name"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=26$\r$\nBottom=$R8…
91 …d $R6]$\r$\nType="Label"$\r$\nText="Port"$\r$\nLeft=172$\r$\nTop=$R7$\r$\nRight=188$\r$\nBottom=$R…
101 …6]$\r$\nType="Label"$\r$\nText="Max Jobs"$\r$\nLeft=238$\r$\nTop=$R7$\r$\nRight=270$\r$\nBottom=$R…
[all …]
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/win32/win32_installer/
H A DConfigPage1.nsh20 …R6]$\r$\nType="GroupBox"$\r$\nText="Client"$\r$\nLeft=0$\r$\nTop=$R7$\r$\nRight=300$\r$\nBottom=$R…
25 …eld $R6]$\r$\nType="Label"$\r$\nText="Name"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=26$\r$\nBottom=$R8…
30 …\nType="Text"$\r$\nState=$ConfigClientName$\r$\nLeft=50$\r$\nTop=$R7$\r$\nRight=158$\r$\nBottom=$R…
35 …d $R6]$\r$\nType="Label"$\r$\nText="Port"$\r$\nLeft=172$\r$\nTop=$R7$\r$\nRight=188$\r$\nBottom=$R…
45 …6]$\r$\nType="Label"$\r$\nText="Max Jobs"$\r$\nLeft=238$\r$\nTop=$R7$\r$\nRight=270$\r$\nBottom=$R…
55 …$R6]$\r$\nType="Label"$\r$\nText="Password"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=38$\r$\nBottom=$R8…
76 …6]$\r$\nType="GroupBox"$\r$\nText="Storage"$\r$\nLeft=0$\r$\nTop=$R7$\r$\nRight=300$\r$\nBottom=$R…
81 …eld $R6]$\r$\nType="Label"$\r$\nText="Name"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=26$\r$\nBottom=$R8…
91 …d $R6]$\r$\nType="Label"$\r$\nText="Port"$\r$\nLeft=172$\r$\nTop=$R7$\r$\nRight=188$\r$\nBottom=$R…
101 …6]$\r$\nType="Label"$\r$\nText="Max Jobs"$\r$\nLeft=238$\r$\nTop=$R7$\r$\nRight=270$\r$\nBottom=$R…
[all …]
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/win32/win64_installer/
H A DConfigPage1.nsh20 …R6]$\r$\nType="GroupBox"$\r$\nText="Client"$\r$\nLeft=0$\r$\nTop=$R7$\r$\nRight=300$\r$\nBottom=$R…
25 …eld $R6]$\r$\nType="Label"$\r$\nText="Name"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=26$\r$\nBottom=$R8…
30 …\nType="Text"$\r$\nState=$ConfigClientName$\r$\nLeft=50$\r$\nTop=$R7$\r$\nRight=158$\r$\nBottom=$R…
35 …d $R6]$\r$\nType="Label"$\r$\nText="Port"$\r$\nLeft=172$\r$\nTop=$R7$\r$\nRight=188$\r$\nBottom=$R…
45 …6]$\r$\nType="Label"$\r$\nText="Max Jobs"$\r$\nLeft=238$\r$\nTop=$R7$\r$\nRight=270$\r$\nBottom=$R…
55 …$R6]$\r$\nType="Label"$\r$\nText="Password"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=38$\r$\nBottom=$R8…
76 …6]$\r$\nType="GroupBox"$\r$\nText="Storage"$\r$\nLeft=0$\r$\nTop=$R7$\r$\nRight=300$\r$\nBottom=$R…
81 …eld $R6]$\r$\nType="Label"$\r$\nText="Name"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=26$\r$\nBottom=$R8…
91 …d $R6]$\r$\nType="Label"$\r$\nText="Port"$\r$\nLeft=172$\r$\nTop=$R7$\r$\nRight=188$\r$\nBottom=$R…
101 …6]$\r$\nType="Label"$\r$\nText="Max Jobs"$\r$\nLeft=238$\r$\nTop=$R7$\r$\nRight=270$\r$\nBottom=$R…
[all …]
/dports/sysutils/bacula11-server/bacula-11.0.5/src/win32/win64_installer/
H A DConfigPage1.nsh20 …R6]$\r$\nType="GroupBox"$\r$\nText="Client"$\r$\nLeft=0$\r$\nTop=$R7$\r$\nRight=300$\r$\nBottom=$R…
25 …eld $R6]$\r$\nType="Label"$\r$\nText="Name"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=26$\r$\nBottom=$R8…
30 …\nType="Text"$\r$\nState=$ConfigClientName$\r$\nLeft=50$\r$\nTop=$R7$\r$\nRight=158$\r$\nBottom=$R…
35 …d $R6]$\r$\nType="Label"$\r$\nText="Port"$\r$\nLeft=172$\r$\nTop=$R7$\r$\nRight=188$\r$\nBottom=$R…
45 …6]$\r$\nType="Label"$\r$\nText="Max Jobs"$\r$\nLeft=238$\r$\nTop=$R7$\r$\nRight=270$\r$\nBottom=$R…
55 …$R6]$\r$\nType="Label"$\r$\nText="Password"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=38$\r$\nBottom=$R8…
76 …6]$\r$\nType="GroupBox"$\r$\nText="Storage"$\r$\nLeft=0$\r$\nTop=$R7$\r$\nRight=300$\r$\nBottom=$R…
81 …eld $R6]$\r$\nType="Label"$\r$\nText="Name"$\r$\nLeft=6$\r$\nTop=$R7$\r$\nRight=26$\r$\nBottom=$R8…
91 …d $R6]$\r$\nType="Label"$\r$\nText="Port"$\r$\nLeft=172$\r$\nTop=$R7$\r$\nRight=188$\r$\nBottom=$R…
101 …6]$\r$\nType="Label"$\r$\nText="Max Jobs"$\r$\nLeft=238$\r$\nTop=$R7$\r$\nRight=270$\r$\nBottom=$R…
[all …]

12345678910>>...36