Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. formatStrideForWidth :: Format -> Int -> Int

    gi-cairo-render GI.Cairo.Render

    This function provides a stride value that will respect all alignment requirements of the accelerated image-rendering code within cairo.

  2. formEncodeDatalist :: (HasCallStack, MonadIO m) => Data -> m Text

    gi-soup3 GI.Soup.Functions

    Encodes formDataSet into a value of type "application/x-www-form-urlencoded". Encodes as defined in the HTML 4.01 spec. Unlike [funcformEncodeHash], this preserves the ordering of the form elements, which may be required in some situations. See also: [ctormessage.new_from_encoded_form].

  3. formEncodeHash :: (HasCallStack, MonadIO m) => Map Text Text -> m Text

    gi-soup3 GI.Soup.Functions

    Encodes formDataSet into a value of type "application/x-www-form-urlencoded". Encodes as defined in the HTML 4.01 spec. Note that the HTML spec states that "The control names/values are listed in the order they appear in the document." Since this method takes a hash table, it cannot enforce that; if you care about the ordering of the form fields, use [funcformEncodeDatalist]. See also: [ctormessage.new_from_encoded_form].

  4. forksForR :: forall (k :: RW) . Name Owner -> Name Repo -> FetchCount -> Request k (Vector Repo)

    github GitHub

    List forks. See https://developer.github.com/v3/repos/forks/#list-forks

  5. forkExistingRepoR :: Name Owner -> Name Repo -> Maybe (Name Owner) -> Request 'RW Repo

    github GitHub.Endpoints.Repos

    Fork an existing repository. See https://developer.github.com/v3/repos/forks/#create-a-fork TODO: The third paramater (an optional Organisation) is not used yet.

  6. forksForR :: forall (k :: RW) . Name Owner -> Name Repo -> FetchCount -> Request k (Vector Repo)

    github GitHub.Endpoints.Repos.Forks

    List forks. See https://developer.github.com/v3/repos/forks/#list-forks

  7. formatISO8601 :: UTCTime -> String

    github GitHub.Internal.Prelude

    Formats a time in ISO 8601, with up to 12 second decimals. This is the formatTime format %FT%T%Q == %%Y-%m-%dT%%H:%M:%S%Q.

  8. forkProject :: Project -> GitLab (Either (Response ByteString) (Maybe Project))

    gitlab-haskell GitLab.API.Projects

    Forks a project into the user namespace of the authenticated user or the one provided.

  9. forkRelation :: Project -> Project -> GitLab (Either (Response ByteString) (Maybe Project))

    gitlab-haskell GitLab.API.Projects

    Allows modification of the forked relationship between existing projects. Available only for project owners and administrators.

  10. forallTerm :: TypedSymbol 'ConstantKind t -> Term Bool -> Term Bool

    grisette Grisette.Internal.SymPrim.Prim.Internal.Term

    Construct and internalizing a ForallTerm.

Page 164 of many | Previous | Next