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.
setProcessFormInputs :: Bool -> UploadPolicy -> UploadPolicysnap-core Snap.Util.FileUploads Set the upload policy for treating parts without filenames as form input.
setSkipFilesWithoutNames :: Bool -> FileUploadPolicy -> FileUploadPolicysnap-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
setUploadTimeout :: Int -> UploadPolicy -> UploadPolicysnap-core Snap.Util.FileUploads Set the upload timeout.
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.
setSelectionMarkPointB :: Point -> BufferM ()yi-core Yi.Buffer.HighLevel Marks Set the current buffer selection mark
setAnyMode :: AnyMode -> BufferM ()yi-core Yi.Buffer.Misc Set the mode
setInserting :: Bool -> BufferM ()yi-core Yi.Buffer.Misc No documentation available.
-
yi-core Yi.Buffer.Misc No documentation available.
setMode :: Mode syntax -> BufferM ()yi-core Yi.Buffer.Misc No documentation available.
setMode0 :: Mode syntax -> FBuffer -> FBufferyi-core Yi.Buffer.Misc No documentation available.