Home
last modified time | relevance | path

Searched refs:optLogFile (Results 1 – 10 of 10) sorted by relevance

/dports/deskutils/hs-arbtt/arbtt-0.10.2/src/
H A Dcapture-main.hs29 , optLogFile :: String function
36 , optLogFile = dir </> "capture.log" function
58 (ReqArg (\arg opt -> return opt { optLogFile = arg }) "FILE")
88 lockFile (optLogFile flags)
89 upgradeLogFile1 (optLogFile flags)
91 runLogger (optLogFile flags) (optSampleRate flags * 1000) captureData
H A Dimport-main.hs35 { optLogFile :: String function
41 { optLogFile = dir </> "capture.log" function
64 (ReqArg (\arg opt -> return opt { optLogFile = arg }) "FILE")
126 lockFile (optLogFile flags)
128 ex <- doesFileExist (optLogFile flags)
130 putStrLn $ "File at " ++ (optLogFile flags) ++ " does already exist. Please delete this"
133 createTimeLog False (optLogFile flags)
135 h <- openBinaryFile (optLogFile flags) AppendMode
H A Ddump-main.hs24 { optLogFile :: String function
30 { optLogFile = dir </> "capture.log" function
54 (ReqArg (\arg opt -> return opt { optLogFile = arg }) "FILE")
88 captures <- readTimeLog (optLogFile flags) :: IO (TimeLog CaptureData)
H A Dstats-main.hs38 , optLogFile :: String function
49 , optLogFile = dir </> "capture.log" function
73 (ReqArg (\arg opt -> return opt { optLogFile = arg }) "FILE")
181 timeloghandle <- openBinaryFile (optLogFile flags) ReadMode
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/App/
H A DOpt.hs125 , optLogFile :: Maybe FilePath -- ^ File to write JSON log output function
207 , optLogFile = oLogFile function
253 , optLogFile = oLogFile' function
467 parseYAML v >>= \x -> return (\o -> o{ optLogFile = unpack <$> x })
638 , optLogFile = Nothing function
H A DCommandLineOptions.hs801 (\arg opt -> return opt{ optLogFile = Just $
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/App/
H A DOpt.hs124 , optLogFile :: Maybe FilePath -- ^ File to write JSON log output function
352 parseYAML v >>= \x -> return (\o -> o{ optLogFile = unpack <$> x })
530 , optLogFile = Nothing function
H A DCommandLineOptions.hs794 (\arg opt -> return opt{ optLogFile = Just $
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/
H A DApp.hs96 case optLogFile opts of
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/
H A DApp.hs106 case optLogFile opts of