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.

  1. ViaPersistEntity :: Key record -> ViaPersistEntity record

    persistent Database.Persist.Class.PersistEntity

    No documentation available.

  2. cookiePersistent :: Lens' Cookie Bool

    wreq Network.Wreq.Lens

    A lens onto whether a cookie is persistent across sessions (also known as a "tracking cookie").

  3. getPersistentStateFilename :: MonadBase IO m => m FilePath

    yi-core Yi.Paths

    Get path to Yi history that stores state between runs.

  4. loadPersistentState :: YiM ()

    yi-core Yi.PersistentState

    Loads a persistent state, and sets Yi state variables accordingly.

  5. savePersistentState :: YiM ()

    yi-core Yi.PersistentState

    Here is a persistent history saving part. We assume each command is a single line. To add new components, one has to:

    • add new field in PersistentState structure,
    • add write and read parts in loadPersistentState/savePersistentState,
    • add a trimming code in savePersistentState to prevent blowing up of save file.

  6. ieEnablePersistentHover :: Browser -> Bool

    webdriver Test.WebDriver

    Determines whether persistent hovering is enabled (true by default). Persistent hovering is achieved by continuously firing mouse over events at the last location the mouse cursor has been moved to.

  7. ieEnablePersistentHover :: Browser -> Bool

    webdriver Test.WebDriver.Capabilities

    Determines whether persistent hovering is enabled (true by default). Persistent hovering is achieved by continuously firing mouse over events at the last location the mouse cursor has been moved to.

  8. ieEnablePersistentHover :: Browser -> Bool

    webdriver Test.WebDriver.Types

    Determines whether persistent hovering is enabled (true by default). Persistent hovering is achieved by continuously firing mouse over events at the last location the mouse cursor has been moved to.

  9. package yesod-persistent

    Some helpers for using Persistent from Yesod. API docs and the README are available at http://www.stackage.org/package/yesod-persistent

  10. pattern GL_MAP_PERSISTENT_BIT :: GLbitfield

    OpenGLRaw Graphics.GL.ARB.BufferStorage

    No documentation available.

Page 9 of many | Previous | Next