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.

  1. getEnvs :: TcPluginM (TcGblEnv, TcLclEnv)

    ghc-lib GHC.Tc.Plugin

    No documentation available.

  2. getEnvs :: TcRnIf gbl lcl (gbl, lcl)

    ghc-lib GHC.Tc.Utils.Monad

    No documentation available.

  3. getEnvError :: (Partial, MonadAction m) => String -> m String

    shake-plus Development.Shake.Plus.Env

    Lifted version of getEnvError

  4. getEnvWithDefault :: MonadAction m => String -> String -> m String

    shake-plus Development.Shake.Plus.Env

    Lifted version of getEnvWithDefault

  5. 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

  6. 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

  7. applicationCommandLineGetEnviron :: (HasCallStack, MonadIO m, IsApplicationCommandLine a) => a -> m [[Char]]

    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

  8. applicationCommandLineGetenv :: (HasCallStack, MonadIO m, IsApplicationCommandLine a) => a -> [Char] -> m (Maybe Text)

    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

  9. subprocessLauncherGetenv :: (HasCallStack, MonadIO m, IsSubprocessLauncher a) => a -> [Char] -> m (Maybe [Char])

    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

  10. pluginGetEnv :: Plugin -> Appname -> Object -> IO [(Text, Text)]

    keter Keter.Common

    No documentation available.

Page 7 of many | Previous | Next