Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. printCompositorSetPrintHeader :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets whether you want to print a header in each page. The header consists of three pieces of text and an optional line separator, configurable with [methodprintCompositor.set_header_format]. Note that by default the header format is unspecified, and if it's empty it will not be printed, regardless of this setting. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

  2. printCompositorSetPrintLineNumbers :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Word32 -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the interval for printed line numbers. If interval is 0 no numbers will be printed. If greater than 0, a number will be printed every interval lines (i.e. 1 will print all line numbers). Maximum accepted value for interval is 100. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

  3. printCompositorSetRightMargin :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Double -> Unit -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the right margin used by compositor.

  4. printCompositorSetTabWidth :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Word32 -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the width of tabulation in characters for printed text. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

  5. printCompositorSetTopMargin :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Double -> Unit -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the top margin used by compositor.

  6. printCompositorSetWrapMode :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> WrapMode -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the line wrapping mode for the printed text. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

  7. printServer :: CreatePrintServerRequest -> Maybe PrintServer

    gogol-admin-directory Gogol.Admin.Directory

    Required. A print server to create. If you want to place the print server under a specific organizational unit (OU), then populate the org_unit_id. Otherwise the print server is created under the root OU. The org_unit_id can be retrieved using the Directory API.

  8. printServer :: PrintServerFailureInfo -> Maybe PrintServer

    gogol-admin-directory Gogol.Admin.Directory

    Failed print server.

  9. printServerId :: PrintServerFailureInfo -> Maybe Text

    gogol-admin-directory Gogol.Admin.Directory

    ID of a failed print server.

  10. printServerIds :: BatchDeletePrintServersRequest -> Maybe [Text]

    gogol-admin-directory Gogol.Admin.Directory

    A list of print server IDs that should be deleted (max 100 per batch).

Page 105 of many | Previous | Next