Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getState :: (MonadDOM m, FromJSString result) => WritableStream -> m resultjsaddle-dom JSDOM.Generated.WritableStream module Gogol.AndroidEnterprise.Devices.
GetState Retrieves whether a device's access to Google services is enabled or disabled. The device state takes effect only if enforcing EMM policies on Android devices is enabled in the Google Admin Console. Otherwise, the device state is ignored and all devices are allowed access to Google services. This is only supported for Google-managed users. See: Google Play EMM API Reference for androidenterprise.devices.getState.
getState# :: BufferCodec from to state -> IO statebase GHC.IO.Encoding Return the current state of the codec. Many codecs are not stateful, and in these case the state can be represented as (). Other codecs maintain a state. For example, UTF-16 recognises a BOM (byte-order-mark) character at the beginning of the input, and remembers thereafter whether to use big-endian or little-endian mode. In this case, the state of the codec would include two pieces of information: whether we are at the beginning of the stream (the BOM only occurs at the beginning), and if not, whether to use the big or little-endian encoding.
getState# :: BufferCodec from to state -> IO statebase GHC.IO.Encoding.Types Return the current state of the codec. Many codecs are not stateful, and in these case the state can be represented as (). Other codecs maintain a state. For example, UTF-16 recognises a BOM (byte-order-mark) character at the beginning of the input, and remembers thereafter whether to use big-endian or little-endian mode. In this case, the state of the codec would include two pieces of information: whether we are at the beginning of the stream (the BOM only occurs at the beginning), and if not, whether to use the big or little-endian encoding.
getState# :: BufferCodec from to state -> IO statebase GHC.IO.Handle.Types Return the current state of the codec. Many codecs are not stateful, and in these case the state can be represented as (). Other codecs maintain a state. For example, UTF-16 recognises a BOM (byte-order-mark) character at the beginning of the input, and remembers thereafter whether to use big-endian or little-endian mode. In this case, the state of the codec would include two pieces of information: whether we are at the beginning of the stream (the BOM only occurs at the beginning), and if not, whether to use the big or little-endian encoding.
getStateT :: StateT (g :: Type -> Type) (m :: Type -> Type) a -> g (m (a, Rep g))adjunctions Control.Monad.Representable.State No documentation available.
getState# :: BufferCodec from to state -> IO stateghc-internal GHC.Internal.IO.Encoding Return the current state of the codec. Many codecs are not stateful, and in these case the state can be represented as (). Other codecs maintain a state. For example, UTF-16 recognises a BOM (byte-order-mark) character at the beginning of the input, and remembers thereafter whether to use big-endian or little-endian mode. In this case, the state of the codec would include two pieces of information: whether we are at the beginning of the stream (the BOM only occurs at the beginning), and if not, whether to use the big or little-endian encoding.
getState# :: BufferCodec from to state -> IO stateghc-internal GHC.Internal.IO.Encoding.Types Return the current state of the codec. Many codecs are not stateful, and in these case the state can be represented as (). Other codecs maintain a state. For example, UTF-16 recognises a BOM (byte-order-mark) character at the beginning of the input, and remembers thereafter whether to use big-endian or little-endian mode. In this case, the state of the codec would include two pieces of information: whether we are at the beginning of the stream (the BOM only occurs at the beginning), and if not, whether to use the big or little-endian encoding.
getState# :: BufferCodec from to state -> IO stateghc-internal GHC.Internal.IO.Handle.Types Return the current state of the codec. Many codecs are not stateful, and in these case the state can be represented as (). Other codecs maintain a state. For example, UTF-16 recognises a BOM (byte-order-mark) character at the beginning of the input, and remembers thereafter whether to use big-endian or little-endian mode. In this case, the state of the codec would include two pieces of information: whether we are at the beginning of the stream (the BOM only occurs at the beginning), and if not, whether to use the big or little-endian encoding.
getStatementDatabase :: Statement -> IO Databasedirect-sqlite Database.SQLite3.Direct