Home
last modified time | relevance | path

Searched refs:goLeft (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/games/cosmosmash/cosmosmash-1.4.8/src/
H A DAutoController.h42 goLeft(false), in AutoController()
73 return goLeft; in isLeftMoveRequested()
138 goLeft = goRight = goHyperspace = false; in endGameState()
147 goLeft = playerPos.x <= closestRockPos.x; in endGameState()
148 goRight = !goLeft; in endGameState()
155 goLeft = playerPos.x > lowestSpinnerPos.x; in endGameState()
162 goLeft = closestRockPos.y >= 0 && playerPos.x > closestRockPos.x; in endGameState()
181 bool goLeft; variable
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/test4lcl_opengl/tux_game/
H A Dugame.pas73 goRight,goLeft,goUp: boolean;
386 goLeft:= false;
428 goLeft:= false;
446 if X > Parent.X then goLeft := true
459 0..2: goLeft:= true;
466 if goLeft and (X < 1) then
468 goLeft := false;
480 goLeft:= false;
491 goLeft:= false;
497 goLeft:= Context.LeftKey;
[all …]
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/test4lcl_opengl/tux_game/
H A Dugame.pas73 goRight,goLeft,goUp: boolean;
386 goLeft:= false;
428 goLeft:= false;
446 if X > Parent.X then goLeft := true
459 0..2: goLeft:= true;
466 if goLeft and (X < 1) then
468 goLeft := false;
480 goLeft:= false;
491 goLeft:= false;
497 goLeft:= Context.LeftKey;
[all …]
/dports/lang/maude/maude-2.7.1/src/ACU_Persistent/
H A DACU_Insert.cc41 bool goLeft; in consInsert() local
72 goLeft = (r < 0); in consInsert()
87 if (goLeft) in consInsert()
129 goLeft = (parent->getLeft() == grandParent); in consInsert()
139 ACU_RedBlackNode* newRoot = goLeft ? in consInsert()
/dports/devel/okteta/okteta-0.26.6/gui/test/
H A Dcoordtest.cpp126 otherCoord.goRight(); otherCoord.goDown(); otherCoord.goLeft(); otherCoord.goUp(); in testGo()
129 otherCoord.goUp(); otherCoord.goLeft(); otherCoord.goDown(); otherCoord.goRight(); in testGo()
140 otherCoord.goLeft(Steps); otherCoord.goUp(Steps); in testGoN()
143 otherCoord.goUp(Steps); otherCoord.goLeft(Steps); in testGoN()
201 otherCoord.goLeft(2); in testCompareOperator()
233 otherCoord.goLeft(2); in testIsLaterPriorInLineThan()
247 coord.goLeft(); in testIsBeforeLineStart()
H A Dcoordrangelisttest.cpp58 OtherEnd.goLeft(0); in testAddJoinableSections()
73 OtherEnd.goLeft(1); in testAddJoinableSections()
131 OtherEnd.goLeft(2); in testAddNonJoinableSections()
146 OtherEnd.goLeft(2); in testAddNonJoinableSections()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/python/
H A Dxtextcursor.py54 self.assertTrue(xCursor.goLeft(2, True))
59 self.assertTrue(xCursor.goLeft(2, False))
96 self.assertFalse(xCursor.goLeft(1, False))
97 self.assertFalse(xCursor.goLeft(1, True))
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/python/
H A Dxtextcursor.py57 self.assertTrue(xCursor.goLeft(2, True))
62 self.assertTrue(xCursor.goLeft(2, False))
99 self.assertFalse(xCursor.goLeft(1, False))
100 self.assertFalse(xCursor.goLeft(1, True))
/dports/devel/okteta/okteta-0.26.6/gui/
H A Dcoord.hpp99 void goLeft();
105 void goLeft(LinePositionSize positions);
223 goLeft(); in goCLeft()
230 inline void Coord::goLeft() { --mPos; } in goLeft() function in Okteta::Coord
232 inline void Coord::goLeft(LinePositionSize positions) { mPos -= positions; } in goLeft() function in Okteta::Coord
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.console.tests/src/org/eclipse/equinox/console/common/
H A DSimpleByteBufferTests.java50 buffer.goLeft(); in testBuffer()
57 buffer.goLeft(); in testBuffer()
78 buffer.goLeft(); in testBuffer()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dsketchareawidget.cpp108 bool goLeft = true; in setToolbarWidgets() local
111 if (goLeft) m_leftButtonsContainer->addWidget(widget); in setToolbarWidgets()
117 goLeft = false; in setToolbarWidgets()
/dports/lang/ghc/ghc-8.10.7/libraries/haskeline/System/Console/Haskeline/
H A DLineState.hs165 goLeft, goRight, moveToStart, moveToEnd :: s -> s
184 goLeft im@(IMode [] _) = im function
185 goLeft (IMode (x:xs) ys) = IMode xs (x:ys) function
264 goLeft (CMode (x:xs) c ys) = CMode xs x (c:ys) function
265 goLeft cm = cm function
411 goLeftUntil f = loop . goLeft
414 | otherwise = loop (goLeft im)
/dports/lang/elm/compiler-0.19.1/_cabal_deps/haskeline-0.8.0.0/System/Console/Haskeline/
H A DLineState.hs165 goLeft, goRight, moveToStart, moveToEnd :: s -> s
184 goLeft im@(IMode [] _) = im function
185 goLeft (IMode (x:xs) ys) = IMode xs (x:ys) function
264 goLeft (CMode (x:xs) c ys) = CMode xs x (c:ys) function
265 goLeft cm = cm function
411 goLeftUntil f = loop . goLeft
414 | otherwise = loop (goLeft im)
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/haskeline-0.8.2/System/Console/Haskeline/
H A DLineState.hs165 goLeft, goRight, moveToStart, moveToEnd :: s -> s
184 goLeft im@(IMode [] _) = im function
185 goLeft (IMode (x:xs) ys) = IMode xs (x:ys) function
264 goLeft (CMode (x:xs) c ys) = CMode xs x (c:ys) function
265 goLeft cm = cm function
411 goLeftUntil f = loop . goLeft
414 | otherwise = loop (goLeft im)
/dports/games/fillets-ng/fillets-ng-1.0.1/src/level/
H A DUnit.cpp71 return goLeft(); in driveBorrowed()
157 return goLeft(); in driveOrder()
173 Unit::goLeft() in goLeft() function in Unit
/dports/biology/seqan1/seqan-1.3.1/seqan/sequence_journaled/
H A Djournal_entries_unbalanced_tree_iterator.h200 while (goLeft(iterator))
284 goLeft(Iter<TJournalEntries, JournalEntriesIterSpec<UnbalancedTree> > & iterator)
375 while (goLeft(iterator))
387 while (goLeft(iterator))
462 goLeft(iterator);
/dports/deskutils/gsimplecal/gsimplecal-2.2/src/
H A DMainWindow.cpp63 ((MainWindow*)user_data)->goLeft(); in goLeftCallback()
215 void MainWindow::goLeft() in goLeft() function in MainWindow
217 calendar->goLeft(); in goLeft()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/text/
H A D_XTextCursor.java116 bLeft = oObj.goLeft(n, true); in _goLeft()
197 bStart = !oObj.goLeft(n, false) ; in _gotoStart()
H A D_XTextRangeCompare.java116 cursor2.goLeft((short)7, true); in _compareRegionEnds()
156 cursor2.goLeft((short)7, true); in _compareRegionStarts()
H A D_XTextTableCursor.java106 oObj.goLeft(i,false); in _goRight()
122 bLeft = oObj.goLeft(i,false); in _goLeft()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/core/crsr/
H A Dcrsr.cxx52 xViewCursor->goLeft(/*nCount=*/6, /*bExpand=*/false); in CPPUNIT_TEST_FIXTURE()
53 xViewCursor->goLeft(/*nCount=*/1, /*bExpand=*/true); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/text/
H A D_XTextCursor.java116 bLeft = oObj.goLeft(n, true); in _goLeft()
197 bStart = !oObj.goLeft(n, false) ; in _gotoStart()
H A D_XTextRangeCompare.java116 cursor2.goLeft((short)7, true); in _compareRegionEnds()
156 cursor2.goLeft((short)7, true); in _compareRegionStarts()
H A D_XTextTableCursor.java106 oObj.goLeft(i,false); in _goRight()
122 bLeft = oObj.goLeft(i,false); in _goLeft()
/dports/games/wizznic/Wizznic-1.1/src/
H A Dgame.c272 int goUp=0, goDown=0, goLeft=0, goRight=0; in runGame() local
302 goLeft=1; in runGame()
304 goLeft=1; in runGame()
374 goLeft=1; in runGame()
416 if( (goRight && curMoveBrick(&pf,b, DIRRIGHT)) || (goLeft && curMoveBrick(&pf,b, DIRLEFT)) ) in runGame()
451 if( goLeft ) moveCursor(&cur, DIRLEFT, 0, lim); in runGame()

123456789