Home
last modified time | relevance | path

Searched refs:writerPreferAscii (Results 1 – 20 of 20) sorted by relevance

/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/LaTeX/
H A DUtil.hs57 if writerPreferAscii opts
66 if writerPreferAscii opts && ctx == TextString
134 _ | writerPreferAscii opts
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/
H A DOptions.hs267 …, writerPreferAscii :: Bool -- ^ Prefer ASCII representations of characters when p… function
302 , writerPreferAscii = False function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/
H A DOptions.hs267 …, writerPreferAscii :: Bool -- ^ Prefer ASCII representations of characters when p… function
302 , writerPreferAscii = False function
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/Markdown/
H A DInline.hs348 Just xs' | not (writerPreferAscii opts)
366 Just xs' | not (writerPreferAscii opts)
385 if writerPreferAscii opts
393 if writerPreferAscii opts
413 let str' = (if writerPreferAscii opts
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/
H A DOPML.hs47 (if writerPreferAscii opts then toEntities else id) $
H A DDocbook.hs117 (if writerPreferAscii opts then fmap toEntities else id) $
H A DJATS.hs145 (if writerPreferAscii opts then fmap toEntities else id) $
H A DMs.hs89 escapeString (if writerPreferAscii opts then AsciiOnly else AllowUTF8)
H A DHTML.hs206 (if writerPreferAscii opts
236 | writerPreferAscii opts
H A DICML.hs151 (if writerPreferAscii opts then fmap toEntities else id) $
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/
H A DOPML.hs47 (if writerPreferAscii opts then toEntities else id) $
H A DMarkdown.hs1136 Just xs' | not (writerPreferAscii opts)
1154 Just xs' | not (writerPreferAscii opts)
1173 if writerPreferAscii opts
1181 if writerPreferAscii opts
1201 let str' = (if writerPreferAscii opts
H A DLaTeX.hs255 if writerPreferAscii opts
264 if writerPreferAscii opts && ctx == TextString
332 _ | writerPreferAscii opts
H A DDocbook.hs117 (if writerPreferAscii opts then fmap toEntities else id) $
H A DJATS.hs143 (if writerPreferAscii opts then fmap toEntities else id) $
H A DMs.hs88 escapeString (if writerPreferAscii opts then AsciiOnly else AllowUTF8)
H A DHTML.hs206 (if writerPreferAscii opts
236 | writerPreferAscii opts
H A DICML.hs151 (if writerPreferAscii opts then fmap toEntities else id) $
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/App/
H A DOutputSettings.hs213 , writerPreferAscii = optAscii opts function
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/App/
H A DOutputSettings.hs213 , writerPreferAscii = optAscii opts function