Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setProcessFormInputs :: Bool -> UploadPolicy -> UploadPolicy

    snap-core Snap.Util.FileUploads

    Set the upload policy for treating parts without filenames as form input.

  2. setSkipFilesWithoutNames :: Bool -> FileUploadPolicy -> FileUploadPolicy

    snap-core Snap.Util.FileUploads

    Skip files with empty file names. If set, parts without filenames will not be fed to storage function. HTML5 form data encoding standard states that form input fields of type file, without value set, are encoded same way as if file with empty body, empty file name, and type application/octet-stream was set as value. You most likely want to use this with zero bytes allowed to avoid storing such fields (see setMaximumSkippedFileSize). By default files without names are skipped. Since: 1.0.3.0

  3. setUploadTimeout :: Int -> UploadPolicy -> UploadPolicy

    snap-core Snap.Util.FileUploads

    Set the upload timeout.

  4. setSelectRegionB :: Region -> BufferM ()

    yi-core Yi.Buffer.HighLevel

    Select the given region: set the selection mark at the regionStart and the current point at the regionEnd.

  5. setSelectionMarkPointB :: Point -> BufferM ()

    yi-core Yi.Buffer.HighLevel

    Marks Set the current buffer selection mark

  6. setAnyMode :: AnyMode -> BufferM ()

    yi-core Yi.Buffer.Misc

    Set the mode

  7. setInserting :: Bool -> BufferM ()

    yi-core Yi.Buffer.Misc

    No documentation available.

  8. setMarkHereB :: BufferM Mark

    yi-core Yi.Buffer.Misc

    No documentation available.

  9. setMode :: Mode syntax -> BufferM ()

    yi-core Yi.Buffer.Misc

    No documentation available.

  10. setMode0 :: Mode syntax -> FBuffer -> FBuffer

    yi-core Yi.Buffer.Misc

    No documentation available.

Page 305 of many | Previous | Next