Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. 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.

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the right margin used by compositor.

  3. 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.

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the top margin used by compositor.

  5. 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.

  6. 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.

  7. printServer :: PrintServerFailureInfo -> Maybe PrintServer

    gogol-admin-directory Gogol.Admin.Directory

    Failed print server.

  8. printServerId :: PrintServerFailureInfo -> Maybe Text

    gogol-admin-directory Gogol.Admin.Directory

    ID of a failed print server.

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

    gogol-admin-directory Gogol.Admin.Directory

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

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

    gogol-admin-directory Gogol.Admin.Directory

    A list of print server IDs that were successfully deleted.

Page 105 of many | Previous | Next