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. print1To10Ruby :: Fake Text

    fakedata Faker.Source

    No documentation available.

  2. printC :: Fake Text

    fakedata Faker.Source

    No documentation available.

  3. printElixir :: Fake Text

    fakedata Faker.Source

    No documentation available.

  4. printJava :: Fake Text

    fakedata Faker.Source

    No documentation available.

  5. printJavascript :: Fake Text

    fakedata Faker.Source

    No documentation available.

  6. printPhp :: Fake Text

    fakedata Faker.Source

    No documentation available.

  7. printPython :: Fake Text

    fakedata Faker.Source

    No documentation available.

  8. printRuby :: Fake Text

    fakedata Faker.Source

    No documentation available.

  9. printRunPageSetupDialog :: (HasCallStack, MonadIO m, IsWindow a, IsPageSetup b, IsPrintSettings c) => Maybe a -> Maybe b -> c -> m PageSetup

    gi-gtk3 GI.Gtk.Functions

    Runs a page setup dialog, letting the user modify the values from pageSetup. If the user cancels the dialog, the returned PageSetup is identical to the passed in pageSetup, otherwise it contains the modifications done in the dialog. Note that this function may use a recursive mainloop to show the page setup dialog. See printRunPageSetupDialogAsync if this is a problem. Since: 2.10

  10. printRunPageSetupDialogAsync :: (HasCallStack, MonadIO m, IsWindow a, IsPageSetup b, IsPrintSettings c) => Maybe a -> Maybe b -> c -> PageSetupDoneFunc -> m ()

    gi-gtk3 GI.Gtk.Functions

    Runs a page setup dialog, letting the user modify the values from pageSetup. In contrast to printRunPageSetupDialog, this function returns after showing the page setup dialog on platforms that support this, and calls doneCb from a signal handler for the response signal of the dialog. Since: 2.10

Page 26 of many | Previous | Next