Home
last modified time | relevance | path

Searched defs:dataEnv (Results 1 – 6 of 6) sorted by relevance

/dports/math/jts/jts-jts-1.18.1/modules/lab/src/test/java/test/jts/perf/clip/
H A DTestPerfRectangleClipPolygon.java56 Envelope dataEnv = data.getEnvelopeInternal(); in runClip() local
/dports/math/R/R-4.1.2/src/library/tools/R/
H A DmakeLazyLoad.R89 dataEnv <- new.env(hash=TRUE) functionVar
124 dataEnv <- new.env(hash = TRUE) functionVar
H A DQC.R4608 dataEnv <- new.env(hash=TRUE) functionVar
4709 dataEnv <- new.env(hash = TRUE) functionVar
/dports/math/libRmath/R-4.1.1/src/library/tools/R/
H A DmakeLazyLoad.R89 dataEnv <- new.env(hash=TRUE) functionVar
124 dataEnv <- new.env(hash = TRUE) functionVar
H A DQC.R4608 dataEnv <- new.env(hash=TRUE) functionVar
4709 dataEnv <- new.env(hash = TRUE) functionVar
/dports/games/fheroes2/fheroes2-0.9.11/src/engine/
H A Dsystem.cpp148 const char * dataEnv = getenv( "XDG_DATA_HOME" ); in GetDataDirectory() local