Hoogle Search

Within LTS Haskell 24.43 (ghc-9.10.3)

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

  1. textBufferGetByteString :: TextBufferClass self => self -> TextIter -> TextIter -> Bool -> IO ByteString

    gtk Graphics.UI.Gtk.Multiline.TextBuffer

    Returns the text in the range [start,end). Similar to textBufferGetText but uses ByteString buffers.

    • The returned buffer is a UTF-8 encoded string.

  2. textBufferGetByteStringSlice :: TextBufferClass self => self -> TextIter -> TextIter -> Bool -> IO ByteString

    gtk Graphics.UI.Gtk.Multiline.TextBuffer

    Returns the text in the range [start,end). Similar to textBufferGetSlice but uses ByteString buffers.

    • The returned buffer is a UTF-8 encoded string.

  3. textBufferInsertByteString :: TextBufferClass self => self -> TextIter -> ByteString -> IO ()

    gtk Graphics.UI.Gtk.Multiline.TextBuffer

    Inserts text at position iter. Similar to textBufferInsert but uses ByteString buffers.

    • The passed-in buffer must contain a valid UTF-8 encoded string.

  4. textBufferInsertByteStringAtCursor :: TextBufferClass self => self -> ByteString -> IO ()

    gtk Graphics.UI.Gtk.Multiline.TextBuffer

    Simply calls textBufferInsert, using the current cursor position as the insertion point. Similar to textBufferInsertAtCursor but uses ByteString buffers.

    • The passed-in buffer must contain a valid UTF-8 encoded string.

  5. textBufferInsertByteStringInteractive :: TextBufferClass self => self -> TextIter -> ByteString -> Bool -> IO Bool

    gtk Graphics.UI.Gtk.Multiline.TextBuffer

    Similar to textBufferInsertInteractive but uses ByteString buffers.

    • The passed-in buffer must contain a valid UTF-8 encoded string.

  6. textBufferInsertByteStringInteractiveAtCursor :: TextBufferClass self => self -> ByteString -> Bool -> IO Bool

    gtk Graphics.UI.Gtk.Multiline.TextBuffer

    Similar to textBufferInsertInteractiveAtCursor but uses ByteString buffers.

    • The passed-in buffer must contain a valid UTF-8 encoded string.

  7. textBufferSetByteString :: TextBufferClass self => self -> ByteString -> IO ()

    gtk Graphics.UI.Gtk.Multiline.TextBuffer

    Deletes current contents of buffer, and inserts text instead. Similar to textBufferSetText but uses ByteString buffers.

    • The passed-in buffer must contain a valid UTF-8 encoded string.

  8. type LazyByteString = ByteString

    hopenssl OpenSSL.Digest

    Synonym for the lazy ByteString variant to improve readability.

  9. type StrictByteString = ByteString

    hopenssl OpenSSL.Digest

    Synonym for the strict ByteString variant to improve readability.

  10. CheckHexDigestByteString :: ByteString -> CheckHexDigest

    http-download Network.HTTP.Download

    No documentation available.

Page 77 of many | Previous | Next