Home
last modified time | relevance | path

Searched refs:sRight (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/devel/kBuild/kBuild-0.1.9998/SlickEdit/
H A Dkdev.e184 sLeft = sRight = '';
261 sRight = '';
290 if (sRight == '\e') sRight = '';
305 sLeft = sRight = '';
319 _str sRight = '';
347 _str sRight;
375 if (sRight != '')
404 _str sLeft, sRight;
424 _str sLeft, sRight;
456 _str sLeft, sRight;
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Primitives/tests/
H A DSizeFTests.cs87 SizeF sRight = new SizeF(height, width); in EqualityTest()
91 Assert.True(sLeft == sRight); in EqualityTest()
92 Assert.False(sLeft != sRight); in EqualityTest()
93 Assert.True(sLeft.Equals(sRight)); in EqualityTest()
94 Assert.True(sLeft.Equals((object)sRight)); in EqualityTest()
95 Assert.Equal(sLeft.GetHashCode(), sRight.GetHashCode()); in EqualityTest()
99 Assert.True(sLeft != sRight); in EqualityTest()
100 Assert.False(sLeft == sRight); in EqualityTest()
101 Assert.False(sLeft.Equals(sRight)); in EqualityTest()
102 Assert.False(sLeft.Equals((object)sRight)); in EqualityTest()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/misc/
H A DSvXMLAutoCorrectImport.cxx75 OUString sWrong, sRight; in SvXMLWordContext() local
80 sRight = xAttrList->getValue( SvXMLAutoCorrectToken::NAME ); in SvXMLWordContext()
82 if ( sWrong.isEmpty() || sRight.isEmpty()) in SvXMLWordContext()
85 bool bOnlyTxt = sRight != sWrong; in SvXMLWordContext()
88 const OUString sLongSave( sRight ); in SvXMLWordContext()
89 if( !rImport.rAutoCorrect.GetLongText( sWrong, sRight ) && in SvXMLWordContext()
92 sRight = sLongSave; in SvXMLWordContext()
96 rImport.pAutocorr_List->LoadEntry( sWrong, sRight, bOnlyTxt ); in SvXMLWordContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/misc/
H A DSvXMLAutoCorrectImport.cxx77 OUString sWrong, sRight; in SvXMLWordContext() local
82 sRight = xAttrList->getValue( SvXMLAutoCorrectToken::NAME ); in SvXMLWordContext()
84 if ( sWrong.isEmpty() || sRight.isEmpty()) in SvXMLWordContext()
87 bool bOnlyTxt = sRight != sWrong; in SvXMLWordContext()
90 const OUString sLongSave( sRight ); in SvXMLWordContext()
91 if( !rImport.rAutoCorrect.GetLongText( sWrong, sRight ) && in SvXMLWordContext()
94 sRight = sLongSave; in SvXMLWordContext()
98 rImport.pAutocorr_List->LoadEntry( sWrong, sRight, bOnlyTxt ); in SvXMLWordContext()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DSoldier_Add.cc50 INT16 sLeft, sRight; in FindGridNoFromSweetSpot() local
76 sRight = ubRadius; in FindGridNoFromSweetSpot()
142 INT16 sLeft, sRight; in FindGridNoFromSweetSpotThroughPeople() local
168 sRight = ubRadius; in FindGridNoFromSweetSpotThroughPeople()
231 INT16 sLeft, sRight; in FindGridNoFromSweetSpotWithStructData() local
260 sRight = ubRadius; in FindGridNoFromSweetSpotWithStructData()
390 INT16 sLeft, sRight; in FindGridNoFromSweetSpotWithStructDataUsingGivenDirectionFirst() local
419 sRight = ubRadius; in FindGridNoFromSweetSpotWithStructDataUsingGivenDirectionFirst()
591 sRight = ubRadius; in FindGridNoFromSweetSpotWithStructDataFromSoldier()
711 sRight = ubRadius; in FindGridNoFromSweetSpotExcludingSweetSpot()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Util/
H A DSymbolEqualComparer.cs35 string sRight = keyRight as string; in IComparer.Compare()
39 if (sRight == null) { in IComparer.Compare()
43 int lRight = sRight.Length; in IComparer.Compare()
49 char charRight = sRight[i]; in IComparer.Compare()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/g3d/
H A DHermiteRenderer.java86 private final float[] sRight = new float[16]; field in HermiteRenderer
123 sRight[0] = 1; in renderHermiteRope()
169 sRight[sp+1] = sRight[sp]; in renderHermiteRope()
171 sRight[sp] = (float)s; in renderHermiteRope()
250 sRight[0] = 1; in renderHermiteRibbon()
352 sRight[spNext] = sRight[sp]; in renderHermiteRibbon()
353 sRight[sp] = (float) s; in renderHermiteRibbon()
420 sRight[0] = 1; in renderParallelPair()
436 sRight[0] = 1; in renderParallelPair()
484 sRight[sp + 1] = sRight[sp]; in renderParallelPair()
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DRender_Dirty.cc36 INT16 sRight; member
134 INT16 sRight = sLeft + usWidth; in RegisterBackgroundRect() local
152 sRight -= uiRightSkip; in RegisterBackgroundRect()
159 const UINT32 uiBufSize = (sRight - sLeft) * (sBottom - sTop); in RegisterBackgroundRect()
170 b->sRight = sRight; in RegisterBackgroundRect()
172 b->sWidth = sRight - sLeft; in RegisterBackgroundRect()
186 AddBaseDirtyRect(b->sLeft, b->sTop, b->sRight, b->sBottom); in RegisterBackgroundRectSingleFilled()
285 AddBaseDirtyRect(b->sLeft, b->sTop, b->sRight, b->sBottom); in SaveBackgroundRects()
597 INT16 sRight = b->sRight; in RestoreShiftedVideoOverlays() local
619 sRight = sRight - sShiftX - (INT16)uiRightSkip; in RestoreShiftedVideoOverlays()
[all …]
H A DExit_Grids.cc209 INT16 sLeft, sRight; in FindGridNoFromSweetSpotCloseToExitGrid() local
252 sRight = ubRadius; in FindGridNoFromSweetSpotCloseToExitGrid()
258 for( cnt2 = sLeft; cnt2 <= sRight; cnt2++ ) in FindGridNoFromSweetSpotCloseToExitGrid()
279 for( cnt2 = sLeft; cnt2 <= sRight; cnt2++ ) in FindGridNoFromSweetSpotCloseToExitGrid()
320 INT16 sLeft, sRight; in FindClosestExitGrid() local
331 sRight = ubRadius; in FindClosestExitGrid()
341 for( cnt2 = sLeft; cnt2 <= sRight; cnt2++ ) in FindClosestExitGrid()
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/
H A DStringType.vb151 …Public Shared Function StrCmp(ByVal sLeft As String, ByVal sRight As String, ByVal textCompare As …
153 System.Console.WriteLine("TRACE:StringType.StrCmp: {0} {1}", sLeft, sRight)
160 If sRight Is Nothing Then
161 sRight = ""
165 Return sLeft.CompareTo(sRight)
167 Return String.CompareOrdinal(sLeft, sRight)
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Editor/
H A DSmooth.cc253 INT16 sLeft, sRight; in SmoothTerrainRadius() local
265 sRight = ubRadius; in SmoothTerrainRadius()
269 for( cnt2 = sLeft; cnt2 <= sRight; cnt2++ ) in SmoothTerrainRadius()
294 INT16 sLeft, sRight; in SmoothAllTerrainTypeRadius() local
303 sRight = ubRadius; in SmoothAllTerrainTypeRadius()
309 for( cnt2 = sLeft; cnt2 <= sRight; cnt2++ ) in SmoothAllTerrainTypeRadius()
/dports/irc/znc/znc-1.8.2/src/
H A DZNCString.cpp594 const CString& sLeft, const CString& sRight, in Replace_n() argument
597 CString::Replace(sRet, sReplace, sWith, sLeft, sRight, bRemoveDelims); in Replace_n()
604 return CString::Replace(*this, sReplace, sWith, sLeft, sRight, in Replace()
617 size_type uRightWidth = sRight.length(); in Replace()
631 strncmp(p, sRight.c_str(), uRightWidth) == 0) { in Replace()
633 sStr += sRight; in Replace()
655 const CString& sRight, bool bTrimQuotes) const { in Token() argument
833 size_type uRightLen = sRight.length(); in Split()
855 strncasecmp(p, sRight.c_str(), uRightLen) == 0) { in Split()
857 sTmp += sRight; in Split()
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Data/SBV/
H A DEither.hs21 sLeft, sRight, liftEither
74 sRight :: forall a b. (SymVal a, SymVal b) => SBV b -> SEither a b
75 sRight sb function
103 liftEither = Prelude.either sLeft sRight
162 bimap brA brC = either (sLeft . brA) (sRight . brC)
/dports/security/ftimes/ftimes-3.11.0/lib/perl/lib/FTimes/
H A DEadRoutines.pm980 my $sRight = substr($sRights, $i, 2);
981 if (!exists($ghWinxAceRights{$sRight}))
983 $$psError = "Ace ($sAce) contains an invalid or unknown right ($sRight).";
986 push(@{$$phAce{'Rights'}}, $ghWinxAceRights{$sRight});
987 $sHexRights |= $ghWinxAceHexRights{$sRight};
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/docs/docs_pdf/
H A DShapes_Report.cpp266 CSG_Strings sLeft, sRight; in Add_Shapes() local
280 sRight .Add(CSG_String::Format(SG_T("%s") , m_pShapes->Get_Name())); in Add_Shapes()
282 sRight .Add(CSG_String::Format(SG_T("%d") , m_pShapes->Get_Count())); in Add_Shapes()
285 …m_pPDF->Draw_Text(m_rTable.Get_XCenter(), m_rTable.Get_YMax(), sRight, 8, PDF_STYLE_TEXT_ALIGN_H_L… in Add_Shapes()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/qt5/
H A Dpoppler-page.cc241 …age* textPage, QVector<Unicode> &u, double &sLeft, double &sTop, double &sRight, double &sBottom, … in performSingleTextSearch() argument
245 gTrue, gTrue, gFalse, gFalse, sCase, gFalse, sWords, &sLeft, &sTop, &sRight, &sBottom ); in performSingleTextSearch()
248 gFalse, gTrue, gTrue, gFalse, sCase, gFalse, sWords, &sLeft, &sTop, &sRight, &sBottom ); in performSingleTextSearch()
251 gFalse, gTrue, gTrue, gFalse, sCase, gTrue, sWords, &sLeft, &sTop, &sRight, &sBottom ); in performSingleTextSearch()
259 double sLeft = 0.0, sTop = 0.0, sRight = 0.0, sBottom = 0.0; in performMultipleTextSearch() local
262 gFalse, gTrue, gTrue, gFalse, sCase, gFalse, sWords, &sLeft, &sTop, &sRight, &sBottom )) in performMultipleTextSearch()
268 result.setRight(sRight); in performMultipleTextSearch()
510 bool Page::search(const QString &text, double &sLeft, double &sTop, double &sRight, double &sBottom… in search() argument
517 …const bool found = m_page->performSingleTextSearch(textPage, u, sLeft, sTop, sRight, sBottom, dire… in search()
524 bool Page::search(const QString &text, double &sLeft, double &sTop, double &sRight, double &sBottom… in search() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A DXMLTableMasterPageExport.cxx77 OUString sRight (xRight->getString()); in exportHeaderFooter() local
84 if (!sCenter.isEmpty() && sLeft.isEmpty() && sRight.isEmpty()) in exportHeaderFooter()
100 if (!sRight.isEmpty()) in exportHeaderFooter()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDmill/src/ListView/
H A DLVStringItem.cs68 string sRight = other.fString.Substring(i); in CompareTo()
80 foreach (char c in sRight) { in CompareTo()
/dports/irc/znc/znc-1.8.2/include/znc/
H A DZNCString.h245 const CString& sRight = "",
259 const CString& sLeft = "", const CString& sRight = "",
271 const CString& sLeft = "", const CString& sRight = "",
319 bool bAllowEmpty, const CString& sLeft, const CString& sRight,
343 const CString& sRight = "", bool bTrimQuotes = true,
352 const CString& sRight = "", bool bTrimQuotes = true,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A DXMLTableMasterPageExport.cxx79 OUString sRight (xRight->getString()); in exportHeaderFooter() local
86 if (!sCenter.isEmpty() && sLeft.isEmpty() && sRight.isEmpty()) in exportHeaderFooter()
102 if (!sRight.isEmpty()) in exportHeaderFooter()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/session/
H A Dtest_session.c855 TestStreamInput sRight; /* Input stream */ in test_sqlite3changeset_concat() local
864 memset(&sRight, 0, sizeof(sRight)); in test_sqlite3changeset_concat()
866 sRight.aData = Tcl_GetByteArrayFromObj(objv[2], &sRight.nData); in test_sqlite3changeset_concat()
868 sRight.nStream = sLeft.nStream; in test_sqlite3changeset_concat()
873 testStreamInput, (void*)&sRight, in test_sqlite3changeset_concat()
878 sLeft.nData, sLeft.aData, sRight.nData, sRight.aData, &sOut.n, &sOut.p in test_sqlite3changeset_concat()
/dports/games/scummvm/scummvm-2.5.1/engines/gob/pregob/onceupon/
H A Dstork.cpp124 int16 sLeft, sTop, sRight, sBottom; in clear() local
125 if (ANIObject::clear(dest, sLeft, sTop, sRight, sBottom)) { in clear()
128 right = MAX(right , sRight ); in clear()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/pregob/onceupon/
H A Dstork.cpp124 int16 sLeft, sTop, sRight, sBottom; in clear() local
125 if (ANIObject::clear(dest, sLeft, sTop, sRight, sBottom)) { in clear()
128 right = MAX(right , sRight ); in clear()
/dports/graphics/poppler-qt5/poppler-21.12.0/qt5/src/
H A Dpoppler-page.cc363 …age *textPage, QVector<Unicode> &u, double &sLeft, double &sTop, double &sRight, double &sBottom, … in performSingleTextSearch() argument
367 … false, sCase, sDiacritics, sAcrossLines, false, sWords, &sLeft, &sTop, &sRight, &sBottom, nullptr… in performSingleTextSearch()
369 … false, sCase, sDiacritics, sAcrossLines, false, sWords, &sLeft, &sTop, &sRight, &sBottom, nullptr… in performSingleTextSearch()
371 …, false, sCase, sDiacritics, sAcrossLines, true, sWords, &sLeft, &sTop, &sRight, &sBottom, nullptr… in performSingleTextSearch()
379 double sLeft = 0.0, sTop = 0.0, sRight = 0.0, sBottom = 0.0; in performMultipleTextSearch() local
384 … false, sCase, sDiacritics, sAcrossLines, false, sWords, &sLeft, &sTop, &sRight, &sBottom, &contin… in performMultipleTextSearch()
389 result.setRight(sRight); in performMultipleTextSearch()
658 bool Page::search(const QString &text, double &sLeft, double &sTop, double &sRight, double &sBottom… in search() argument
665 …const bool found = m_page->performSingleTextSearch(textPage, u, sLeft, sTop, sRight, sBottom, dire… in search()
672 bool Page::search(const QString &text, double &sLeft, double &sTop, double &sRight, double &sBottom… in search() argument
[all …]
/dports/graphics/poppler/poppler-21.12.0/qt5/src/
H A Dpoppler-page.cc363 …age *textPage, QVector<Unicode> &u, double &sLeft, double &sTop, double &sRight, double &sBottom, … in performSingleTextSearch() argument
367 … false, sCase, sDiacritics, sAcrossLines, false, sWords, &sLeft, &sTop, &sRight, &sBottom, nullptr… in performSingleTextSearch()
369 … false, sCase, sDiacritics, sAcrossLines, false, sWords, &sLeft, &sTop, &sRight, &sBottom, nullptr… in performSingleTextSearch()
371 …, false, sCase, sDiacritics, sAcrossLines, true, sWords, &sLeft, &sTop, &sRight, &sBottom, nullptr… in performSingleTextSearch()
379 double sLeft = 0.0, sTop = 0.0, sRight = 0.0, sBottom = 0.0; in performMultipleTextSearch() local
384 … false, sCase, sDiacritics, sAcrossLines, false, sWords, &sLeft, &sTop, &sRight, &sBottom, &contin… in performMultipleTextSearch()
389 result.setRight(sRight); in performMultipleTextSearch()
658 bool Page::search(const QString &text, double &sLeft, double &sTop, double &sRight, double &sBottom… in search() argument
665 …const bool found = m_page->performSingleTextSearch(textPage, u, sLeft, sTop, sRight, sBottom, dire… in search()
672 bool Page::search(const QString &text, double &sLeft, double &sTop, double &sRight, double &sBottom… in search() argument
[all …]

123456789