Home
last modified time | relevance | path

Searched refs:toLeft (Results 1 – 25 of 95) sorted by relevance

1234

/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/text-zipper-0.10.1/src/Data/Text/
H A DZipper.hs63 TZ { toLeft :: a function
80 rnf z = (toLeft z) `deepseq`
91 a == b = and [ toLeft a == toLeft b
212 | isPrint ch = Just $ tz { toLeft = toLeft tz `mappend` (fromChar tz ch) }
327 tz { toLeft = toLeft tz
336 , toLeft = mempty function
348 tz { toLeft = init_ tz $ toLeft tz
372 , toLeft = take_ tz (length_ tz $ toLeft tz) (last $ above tz) function
395 , toLeft = take_ tz (length_ tz $ toLeft tz) (nextLine tz) function
425 | otherwise = tz { toLeft = (init_ tz $ toLeft tz) <>
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/text-zipper-0.11/src/Data/Text/
H A DZipper.hs67 TZ { toLeft :: a function
95 a == b = and [ toLeft a == toLeft b
215 | isPrint ch = Just $ tz { toLeft = toLeft tz `mappend` (fromChar tz ch) }
253 tz { toLeft = end
296 tz { toLeft = mempty
357 tz { toLeft = mempty
375 tz { toLeft = toLeft tz
396 tz { toLeft = init_ tz $ toLeft tz
420 , toLeft = take_ tz (length_ tz $ toLeft tz) (last $ above tz) function
443 , toLeft = take_ tz (length_ tz $ toLeft tz) (nextLine tz) function
[all …]
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/text-zipper-0.11/src/Data/Text/
H A DZipper.hs67 TZ { toLeft :: a function
95 a == b = and [ toLeft a == toLeft b
215 | isPrint ch = Just $ tz { toLeft = toLeft tz `mappend` (fromChar tz ch) }
253 tz { toLeft = end
296 tz { toLeft = mempty
357 tz { toLeft = mempty
375 tz { toLeft = toLeft tz
396 tz { toLeft = init_ tz $ toLeft tz
420 , toLeft = take_ tz (length_ tz $ toLeft tz) (last $ above tz) function
443 , toLeft = take_ tz (length_ tz $ toLeft tz) (nextLine tz) function
[all …]
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/text-zipper-0.11/src/Data/Text/
H A DZipper.hs67 TZ { toLeft :: a function
95 a == b = and [ toLeft a == toLeft b
215 | isPrint ch = Just $ tz { toLeft = toLeft tz `mappend` (fromChar tz ch) }
253 tz { toLeft = end
296 tz { toLeft = mempty
357 tz { toLeft = mempty
375 tz { toLeft = toLeft tz
396 tz { toLeft = init_ tz $ toLeft tz
420 , toLeft = take_ tz (length_ tz $ toLeft tz) (last $ above tz) function
443 , toLeft = take_ tz (length_ tz $ toLeft tz) (nextLine tz) function
[all …]
/dports/games/torcs/torcs-1.3.7/src/drivers/olethros/
H A Dlearn.cpp228 float target_error = fabs(target_toLeft - car->_trkPos.toLeft); in update()
248 if (car->_trkPos.toLeft < max_out_factor*car->_dimension_y in update()
250 float a = 1.5*car->_dimension_y - car->_trkPos.toLeft; in update()
253 if (car->_trkPos.toLeft - mid_out_factor*car->_dimension_y<0) { in update()
254 float d = risk_factor * (car->_trkPos.toLeft - car->_dimension_y);// - 1; in update()
259 if ((car->_trkPos.toLeft - min_out_factor*car->_dimension_y<0) in update()
273 if (target_toLeft > car->_trkPos.toLeft) { in update()
274 float drisk = car->_trkPos.toLeft - car->_dimension_y; in update()
379 if (car->_trkPos.toLeft - car->_dimension_y<0) { in updateAccel()
380 in_track = 1-fabs(tanh(0.5*(car->_trkPos.toLeft - car->_dimension_y))); in updateAccel()
[all …]
/dports/graphics/openjump/OpenJUMP-1.16-r6669-PLUS/lib/ext/jython/
H A DRoadTool.py86 toLeft = computeOrientation(p[currPos], perp1, p[currPos + 1]) == LEFT
87 basePerp = GeoUtils.perpendicularVector(p[currPos], perp1, roadWidth, toLeft)
88 toLeft = computeOrientation(p[currPos], basePerp, p[currPos + 1]) == LEFT
93 if toLeft:
109 if toLeft:
123 if toLeft:
135 if toLeft:
144 if toLeft:
H A DRightAngleTool.py12 toLeft = computeOrientation(p[0], p[1], p[2]) == LEFT
13 p[2] = GeoUtils.perpendicularVector(p[1], p[0], dist, toLeft)
H A DRotatedRectangleTool.py14 toLeft = computeOrientation(p[1], p[0], p[2]) == LEFT
15 p[2] = GeoUtils.perpendicularVector(p[1], p[0], dist, toLeft)
H A Dstartup.py74 toLeft = not GeoUtils.pointToRight(p[2], p[1], p[0])
75 p[2] = GeoUtils.perpendicularVector(p[1], p[0], dist, toLeft)
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/sms/SpaceHawks/game/
H A Dgame_enemies.c58 u8 toLeft; member
367 newEnemy->toLeft = false; in spawn()
395 e->position.x += ((e->toLeft)?-SPEED_X:SPEED_X); in enemies_update()
398 e->toLeft = !e->toLeft; in enemies_update()
/dports/games/torcs/torcs-1.3.7/src/libs/robottools/
H A Drttrack.cpp187 tr = seg->startWidth + seg->Kyl * p->toStart - p->toLeft; in RtTrackLocal2Global()
194 r = seg->radiusl + p->toLeft; in RtTrackLocal2Global()
317 p->toLeft = seg->width - p->toRight; in RtTrackGlobal2Local()
332 p->toLeft += RtTrackGetWidth(sseg, p->toStart); in RtTrackGlobal2Local()
335 p->toLeft += RtTrackGetWidth(sseg, p->toStart); in RtTrackGlobal2Local()
347 p->toLeft -= seg->width; in RtTrackGlobal2Local()
350 p->toLeft -= curWidth; in RtTrackGlobal2Local()
359 } else if ((p->toLeft < 0) && (seg->lside != NULL)) { in RtTrackGlobal2Local()
365 p->toLeft += curWidth; in RtTrackGlobal2Local()
366 if ((p->toLeft < 0) && (sseg->lside != NULL)) { in RtTrackGlobal2Local()
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DZipper.hs55 toLeft :: (Data a) => a -> Left a
56 toLeft a = gfoldl LeftCons LeftUnit a function
153 case toLeft hole of
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dvirtualdesktops.h236 uint toLeft(uint id = 0, bool wrap = true) const;
241 VirtualDesktop *toLeft(VirtualDesktop *desktop, bool wrap = true) const;
556 return VirtualDesktopManager::self()->toLeft(desktop, wrap); in operator()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/brick-0.62/src/Brick/Widgets/
H A DEdit.hs193 toLeft = Z.take (cp^._2) (Z.currentLine z) function
194 cursorLoc = Location (textWidth toLeft, cp^._1)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/brick-0.62/src/Brick/Widgets/
H A DEdit.hs193 toLeft = Z.take (cp^._2) (Z.currentLine z) function
194 cursorLoc = Location (textWidth toLeft, cp^._1)
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/brick-0.62/src/Brick/Widgets/
H A DEdit.hs193 toLeft = Z.take (cp^._2) (Z.currentLine z) function
194 cursorLoc = Location (textWidth toLeft, cp^._1)
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/brick-0.55/src/Brick/Widgets/
H A DEdit.hs193 toLeft = Z.take (cp^._2) (Z.currentLine z) function
194 cursorLoc = Location (textWidth toLeft, cp^._1)
/dports/comms/limesuite/LimeSuite-20.10.0/src/oglGraph/
H A DOpenGLGraph.cpp1078 float toLeft = mark->posX-series[0]->values[2*(i-1)]; in AddMarker() local
1080 if( toRight < toLeft) in AddMarker()
1132 float toLeft = mark->posX-series[0]->values[2*(i-1)]; in AddMarkerAtValue() local
1134 if( toRight < toLeft) in AddMarkerAtValue()
1327 float toLeft = markers[markerID].posX-series[0]->values[i-2]; in MoveMarker() local
1329 if( toRight < toLeft) in MoveMarker()
1347 float toLeft = markers[markerID].posX-series[0]->values[i-2]; in MoveMarker() local
1349 if( toRight < toLeft) in MoveMarker()
1399 float toLeft = mark->posX-series[0]->values[2*(i-1)]; in ChangeMarker() local
1401 if( toRight < toLeft) in ChangeMarker()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/world/bsp/
H A Dpartitioner.cpp215 bool const toLeft = (fromSide == LineSegmentBlockTreeNode::Left); in DENG2_PIMPL() local
224 childBounds.minY = (toLeft? division : bounds.minY); in DENG2_PIMPL()
227 childBounds.maxY = (toLeft? bounds.maxY : division); in DENG2_PIMPL()
234 childBounds.minX = (toLeft? division : bounds.minX); in DENG2_PIMPL()
237 childBounds.maxX = (toLeft? bounds.maxX : division); in DENG2_PIMPL()
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dtranslator.h53 L toLeft(R r) in toLeft() function
/dports/devel/R-cran-Rcpp/Rcpp/inst/tinytest/
H A Dtest_global_rostream.R86 toLeft() # change alignment globally
/dports/science/molsketch/Molsketch-0.7.2/libmolsketch/
H A Dboundingboxlinker.h76 static BoundingBoxLinker toLeft();
H A Datompopup.cpp77 ui->leftRadical->setChecked(radicalPositions.contains(BoundingBoxLinker::toLeft())); in getRadicalsFromAtom()
163 addRadical(ui->leftRadical, BoundingBoxLinker::toLeft()); in updateRadicals()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/robicch/jquery-gantt/
H A Dgantt.css131 .vSplitBar .toLeft,.vSplitBar .toRight,.vSplitBar .toCenter{
146 …unselectable .vSplitBar .toLeft,.unselectable .vSplitBar .toCenter,.unselectable .vSplitBar .toR…
154 .vSplitBar .toLeft {
/dports/x11/wbar/wbar-2.3.4/src/core/
H A DXWin.cc351 short toLeft=0; in windowAction() local
372 toLeft = -1; in windowAction()
375 useDesk[0]+=coordx/virtDesk[2]*virtDesk[2]+toLeft*virtDesk[2]; in windowAction()

1234