Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. module Hledger.Read.RulesReader

    A reader for a CSV rules file. This reads the actual data from a file specified by a source rule or from a similarly-named file in the same directory. Most of the code for reading rules files and csv files is in this module.

  2. tests_RulesReader :: TestTree

    hledger-lib Hledger.Read.RulesReader

    No documentation available.

  3. module Hledger.Read.TimeclockReader

    A reader for the timeclock file format generated by timeclock.el (http://www.emacswiki.org/emacs/TimeClock). Example:

    i 2007/03/10 12:26:00 hledger
    o 2007/03/10 17:26:02
    
    From timeclock.el 2.6:
    A timeclock contains data in the form of a single entry per line.
    Each entry has the form:
    
    CODE YYYYMMDD HH:MM:SS [COMMENT]
    
    CODE is one of: b, h, i, o or O.  COMMENT is optional when the code is
    i, o or O.  The meanings of the codes are:
    
    b  Set the current time balance, or "time debt".  Useful when
    archiving old log data, when a debt must be carried forward.
    The COMMENT here is the number of seconds of debt.
    
    h  Set the required working time for the given day.  This must
    be the first entry for that day.  The COMMENT in this case is
    the number of hours in this workday.  Floating point amounts
    are allowed.
    
    i  Clock in.  The COMMENT in this case should be the name of the
    project worked on.
    
    o  Clock out.  COMMENT is unnecessary, but can be used to provide
    a description of how the period went, for example.
    
    O  Final clock out.  Whatever project was being worked on, it is
    now finished.  Useful for creating summary reports.
    

  4. module Hledger.Read.TimedotReader

    A reader for the "timedot" file format. Example:

    ;DATE
    ;ACCT  DOTS  # Each dot represents 15m, spaces are ignored
    ;ACCT  8    # numbers with or without a following h represent hours
    ;ACCT  5m   # numbers followed by m represent minutes
    
    ; on 2/1, 1h was spent on FOSS haskell work, 0.25h on research, etc.
    2/1
    fos.haskell   .... ..
    biz.research  .
    inc.client1   .... .... .... .... .... ....
    
    2/2
    biz.research  .
    inc.client1   .... .... ..
    

  5. module Hledger.Write.Spreadsheet

    Rich data type to describe data in a table. This is the basis for ODS and HTML export.

  6. finalizerThreads :: JSContextRef -> MVar (Set Text)

    jsaddle Language.Javascript.JSaddle.Types

    No documentation available.

  7. LOCATION_FRAGMENT_SPREAD :: DirectiveLocation

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

  8. Spread :: Directives RAW -> Ref FragmentName -> Selection 'RAW

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

  9. databaseRead :: C a => T Dimension a

    numeric-prelude Number.SI.Unit

    UnitDatabase.T of units and their common scalings

  10. setMainReady :: MonadIO m => m ()

    sdl2 SDL.Raw.Basic

    No documentation available.

Page 551 of many | Previous | Next