Hoogle Search
Within LTS Haskell 24.51 (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.
setWindowTitle :: Vty -> String -> IO ()vty Graphics.Vty Set the terminal window title string.
setCursorPos :: Output -> Int -> Int -> IO ()vty Graphics.Vty.Output Sets the cursor position to the given output column and row. This is not necessarily the same as the character position with the same coordinates. Characters can be a variable number of columns in width. Currently, the only way to set the cursor position to a given character coordinate is to specify the coordinate in the Picture instance provided to outputPicture or refresh.
setDisplayBounds :: Output -> (Int, Int) -> IO ()vty Graphics.Vty.Output Sets the current display bounds (width, height).
setMode :: Output -> Mode -> Bool -> IO ()vty Graphics.Vty.Output Enables or disables a mode (does nothing if the mode is unsupported).
setOutputWindowTitle :: Output -> String -> IO ()vty Graphics.Vty.Output Set the output's window title, if any.
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