Hoogle Search
Within LTS Haskell 24.17 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getEnvs :: TcPluginM (TcGblEnv, TcLclEnv)ghc-lib GHC.Tc.Plugin No documentation available.
getEnvs :: TcRnIf gbl lcl (gbl, lcl)ghc-lib GHC.Tc.Utils.Monad No documentation available.
getEnvError :: (Partial, MonadAction m) => String -> m Stringshake-plus Development.Shake.Plus.Env Lifted version of getEnvError
getEnvWithDefault :: MonadAction m => String -> String -> m Stringshake-plus Development.Shake.Plus.Env Lifted version of getEnvWithDefault
environGetenv :: (HasCallStack, MonadIO m) => Maybe [[Char]] -> [Char] -> m (Maybe [Char])gi-glib GI.GLib.Functions Returns the value of the environment variable variable in the provided list envp. Since: 2.32
appLaunchContextGetEnvironment :: (HasCallStack, MonadIO m, IsAppLaunchContext a) => a -> m [[Char]]gi-gio GI.Gio.Objects.AppLaunchContext Gets the complete environment variable list to be passed to the child process when context is used to launch an application. This is a Nothing-terminated array of strings, where each string has the form KEY=VALUE. Since: 2.32
-
gi-gio GI.Gio.Objects.ApplicationCommandLine Gets the contents of the 'environ' variable of the command line invocation, as would be returned by getEnviron, ie as a Nothing-terminated list of strings in the form 'NAME=VALUE'. The strings may contain non-utf8 data. The remote application usually does not send an environment. Use ApplicationFlagsSendEnvironment to affect that. Even with this flag set it is possible that the environment is still not available (due to invocation messages from other applications). The return value should not be modified or freed and is valid for as long as cmdline exists. See applicationCommandLineGetenv if you are only interested in the value of a single environment variable. Since: 2.28
-
gi-gio GI.Gio.Objects.ApplicationCommandLine Gets the value of a particular environment variable of the command line invocation, as would be returned by getenv. The strings may contain non-utf8 data. The remote application usually does not send an environment. Use ApplicationFlagsSendEnvironment to affect that. Even with this flag set it is possible that the environment is still not available (due to invocation messages from other applications). The return value should not be modified or freed and is valid for as long as cmdline exists. Since: 2.28
-
gi-gio GI.Gio.Objects.SubprocessLauncher Returns the value of the environment variable variable in the environment of processes launched from this launcher. On UNIX, the returned string can be an arbitrary byte string. On Windows, it will be UTF-8. Since: 2.40
pluginGetEnv :: Plugin -> Appname -> Object -> IO [(Text, Text)]keter Keter.Common No documentation available.