Home
last modified time | relevance | path

Searched defs:onlyLast (Results 1 – 5 of 5) sorted by relevance

/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/ojo/agent/
H A DOjosDatabaseHandler.cc244 unsigned long int onlyLast = tempShortName.rfind(only); in selectOrInsertLicenseIdForName() local
/dports/devel/hs-shake/shake-0.19.6/src/Development/Shake/Internal/
H A DProfile.hs143 onlyLast = filter (\x -> prfBuilt x == 0) xs function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/Development/Shake/Internal/
H A DProfile.hs143 onlyLast = filter (\x -> prfBuilt x == 0) xs function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/Development/Shake/Internal/
H A DProfile.hs143 onlyLast = filter (\x -> prfBuilt x == 0) xs function
/dports/cad/sumo/sumo-1.2.0/src/utils/geom/
H A DPositionVector.cpp1025 PositionVector::extrapolate(const double val, const bool onlyFirst, const bool onlyLast) { in extrapolate()