Home
last modified time | relevance | path

Searched defs:lookupStyle (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/floskell-0.10.5/src/Floskell/
H A DConfigFile.hs131 lookupStyle name = case filter ((== T.pack name) . styleName) styles of function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/brick-0.62/src/Brick/
H A DThemes.hs265 let lookupStyle "" = Right Nothing function
266 lookupStyle n = case lookup n normalizedStyles of function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/brick-0.62/src/Brick/
H A DThemes.hs265 let lookupStyle "" = Right Nothing function
266 lookupStyle n = case lookup n normalizedStyles of function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/brick-0.62/src/Brick/
H A DThemes.hs265 let lookupStyle "" = Right Nothing function
266 lookupStyle n = case lookup n normalizedStyles of function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/brick-0.55/src/Brick/
H A DThemes.hs263 let lookupStyle "" = Right Nothing function
264 lookupStyle n = case lookup n normalizedStyles of function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/Odt/
H A DStyleReader.hs585 lookupStyle name Styles{..} = M.lookup name stylesByName function
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/Odt/
H A DStyleReader.hs589 lookupStyle name Styles{..} = M.lookup name stylesByName function