Home
last modified time | relevance | path

Searched refs:dropTextWhile (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/
H A DCiteproc.hs397 (dropTextWhile isPunctuation (B.fromList ys)))
412 (B.toList (dropTextWhile isPunctuation (B.fromList ys)))
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/citeproc-0.5/src/Citeproc/
H A DTypes.hs195 dropTextWhile :: (Char -> Bool) -> a -> a
1544 dropTextWhile isSpace $
1545 dropTextWhile (\c -> c == ',' || c == ';' || c == '.' || c == ':') $
1608 yTrimmed = dropTextWhile (== yStart) y
H A DPandoc.hs33 dropTextWhile = dropTextWhile' function
H A DCslJson.hs107 dropTextWhile = dropTextWhile' function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/citeproc-0.3.0.7/src/Citeproc/
H A DTypes.hs175 dropTextWhile :: (Char -> Bool) -> a -> a
1508 dropTextWhile isSpace $
1509 dropTextWhile (\c -> c == ',' || c == ';' || c == '.' || c == ':') $
1572 yTrimmed = dropTextWhile (== yStart) y
H A DPandoc.hs32 dropTextWhile = dropTextWhile' function
H A DCslJson.hs106 dropTextWhile = dropTextWhile' function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/
H A DCiteproc.hs406 (dropTextWhile isPunctuation (B.fromList ys)))
420 (B.toList (dropTextWhile isPunctuation (B.fromList ys)))