Home
last modified time | relevance | path

Searched refs:CslJson (Results 1 – 25 of 26) sorted by relevance

12

/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/citeproc-0.5/src/Citeproc/
H A DCslJson.hs13 module Citeproc.CslJson
14 ( CslJson(..)
48 data CslJson a = type
51 | CslConcat (CslJson a) (CslJson a)
52 | CslQuoted (CslJson a)
53 | CslItalic (CslJson a)
101 instance Biplate (CslJson a) (CslJson a) where
154 dropTextWhile' :: (Char -> Bool) -> CslJson Text -> CslJson Text
165 dropTextWhileEnd' :: (Char -> Bool) -> CslJson Text -> CslJson Text
365 convertQuotes :: Locale -> CslJson Text -> CslJson Text
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/citeproc-0.3.0.7/src/Citeproc/
H A DCslJson.hs13 module Citeproc.CslJson
14 ( CslJson(..)
49 data CslJson a = type
52 | CslConcat (CslJson a) (CslJson a)
53 | CslQuoted (CslJson a)
54 | CslItalic (CslJson a)
55 | CslNormal (CslJson a)
100 instance Biplate (CslJson a) (CslJson a) where
152 dropTextWhile' :: (Char -> Bool) -> CslJson Text -> CslJson Text
163 dropTextWhileEnd' :: (Char -> Bool) -> CslJson Text -> CslJson Text
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/
H A DCslJson.hs19 module Text.Pandoc.Writers.CslJson ( writeCslJson )
35 import Citeproc.CslJson
55 fromInlines :: [Inline] -> CslJson Text
58 fromInline :: Inline -> CslJson Text
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/
H A DCslJson.hs19 module Text.Pandoc.Writers.CslJson ( writeCslJson )
35 import Citeproc.CslJson
56 fromInlines :: [Inline] -> CslJson Text
59 fromInline :: Inline -> CslJson Text
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Citeproc/
H A DCslJson.hs2 module Text.Pandoc.Citeproc.CslJson
6 import Citeproc.CslJson
14 fromCslJson :: CslJson Text -> Inlines
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Citeproc/
H A DCslJson.hs2 module Text.Pandoc.Citeproc.CslJson
6 import Citeproc.CslJson
14 fromCslJson :: CslJson Text -> Inlines
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/
H A DCslJson.hs19 module Text.Pandoc.Readers.CslJson
31 import Text.Pandoc.Citeproc.CslJson (cslJsonToReferences)
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/
H A DCslJson.hs19 module Text.Pandoc.Readers.CslJson
30 import Text.Pandoc.Citeproc.CslJson (cslJsonToReferences)
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/citeproc-0.3.0.7/test/
H A DSpec.hs6 import Citeproc.CslJson
57 runTest :: CiteprocTest (CslJson Text)
114 renderCslJson' :: Locale -> CslJson Text -> Text
155 compareTest :: CiteprocTest (CslJson Text)
196 loadTestCase :: FilePath -> IO (CiteprocTest (CslJson Text))
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/citeproc-0.5/test/
H A DSpec.hs6 import Citeproc.CslJson
73 runTest :: CiteprocTest (CslJson Text)
131 renderCslJson' :: Locale -> CslJson Text -> Text
172 compareTest :: CiteprocTest (CslJson Text)
213 loadTestCase :: FilePath -> IO (CiteprocTest (CslJson Text))
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/citeproc-0.3.0.7/app/
H A DMain.hs6 import Citeproc.CslJson
47 Right (inp :: Inputs (CslJson Text)) -> do
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/citeproc-0.5/app/
H A DMain.hs6 import Citeproc.CslJson
47 Right (inp :: Inputs (CslJson Text)) -> do
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/citeproc-0.5/
H A DCHANGELOG.md21 * Citeproc.CslJson, Citeproc.Pandoc: Implement `localizeQuotes`.
29 * Citeproc.CslJson: Drop the Locale parameter from the signature of
46 * Support links in CslJson (Benjamin Bray). Currently they are
167 JSON to (Reference a), a /= CslJson Text.
H A Dciteproc.cabal56 Citeproc.CslJson
H A DREADME.md76 you can use `CslJson Text`. But you can also use another type,
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/
H A DReaders.hs101 import Text.Pandoc.Readers.CslJson
H A DWriters.hs93 import Text.Pandoc.Writers.CslJson
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/citeproc-0.3.0.7/
H A Dciteproc.cabal55 Citeproc.CslJson
H A DCHANGELOG.md65 JSON to (Reference a), a /= CslJson Text.
H A DREADME.md64 you can use `CslJson Text`. But you can also use another type,
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/
H A DReaders.hs104 import Text.Pandoc.Readers.CslJson
H A DWriters.hs94 import Text.Pandoc.Writers.CslJson
H A DCiteproc.hs17 import Text.Pandoc.Citeproc.CslJson (cslJsonToReferences)
/dports/textproc/hs-pandoc/pandoc-2.14.2/
H A Dpandoc.cabal533 Text.Pandoc.Readers.CslJson,
593 Text.Pandoc.Writers.CslJson,
724 Text.Pandoc.Citeproc.CslJson,
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/
H A Dpandoc.cabal512 Text.Pandoc.Readers.CslJson,
571 Text.Pandoc.Writers.CslJson,
684 Text.Pandoc.Citeproc.CslJson,

12