Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. js_MediaKeySessionTypePersistentLicense :: String

    jsaddle-dom JSDOM.Generated.Enums

    No documentation available.

  2. js_MediaKeySessionTypePersistentUsageRecord :: String

    jsaddle-dom JSDOM.Generated.Enums

    No documentation available.

  3. getWebkitPersistentStorage :: MonadDOM m => Navigator -> m StorageQuota

    jsaddle-dom JSDOM.Generated.Navigator

    Mozilla Navigator.webkitPersistentStorage documentation

  4. getWebkitPersistentStorage :: MonadDOM m => WorkerNavigator -> m StorageQuota

    jsaddle-dom JSDOM.Generated.WorkerNavigator

    Mozilla WorkerNavigator.webkitPersistentStorage documentation

  5. setPersistentCookies :: Bool -> State sto -> State sto

    serversession Web.ServerSession.Core

    Set whether by default cookies should be persistent (True) or non-persistent (False). Persistent cookies are saved across browser sessions. Non-persistent cookies are discarded when the browser is closed. If you set cookies to be persistent and do not define any timeouts (setIdleTimeout or setAbsoluteTimeout), then the cookie is set to expire in 10 years. Defaults to True.

  6. setPersistentCookies :: Bool -> State sto -> State sto

    serversession Web.ServerSession.Core.Internal

    Set whether by default cookies should be persistent (True) or non-persistent (False). Persistent cookies are saved across browser sessions. Non-persistent cookies are discarded when the browser is closed. If you set cookies to be persistent and do not define any timeouts (setIdleTimeout or setAbsoluteTimeout), then the cookie is set to expire in 10 years. Defaults to True.

  7. setPersistentCookies :: Bool -> State sto -> State sto

    serversession-frontend-wai Web.ServerSession.Frontend.Wai

    Set whether by default cookies should be persistent (True) or non-persistent (False). Persistent cookies are saved across browser sessions. Non-persistent cookies are discarded when the browser is closed. If you set cookies to be persistent and do not define any timeouts (setIdleTimeout or setAbsoluteTimeout), then the cookie is set to expire in 10 years. Defaults to True.

  8. setPersistentCookies :: Bool -> State sto -> State sto

    serversession-frontend-yesod Web.ServerSession.Frontend.Yesod

    Set whether by default cookies should be persistent (True) or non-persistent (False). Persistent cookies are saved across browser sessions. Non-persistent cookies are discarded when the browser is closed. If you set cookies to be persistent and do not define any timeouts (setIdleTimeout or setAbsoluteTimeout), then the cookie is set to expire in 10 years. Defaults to True.

  9. module XMonad.Layout.TwoPanePersistent

    This layout is the same as XMonad.Layout.TwoPane except that it keeps track of the slave window that is alongside the master pane. In other words, it prevents the slave pane from changing after the focus goes back to the master pane.

  10. data TwoPanePersistent a

    xmonad-contrib XMonad.Layout.TwoPanePersistent

    No documentation available.

Page 17 of many | Previous | Next