Home
last modified time | relevance | path

Searched refs:unContent (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/xml-conduit-1.9.0.0/Text/XML/
H A DUnresolved.hs271 let (textNodes, remainder) = span (isJust . unContent) (x:y:z)
272 texts = mapMaybe unContent textNodes
276 unContent (NodeContent (ContentText text)) = Just text function
277 unContent _ = Nothing function
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/xml-conduit-1.9.0.0/Text/XML/
H A DUnresolved.hs271 let (textNodes, remainder) = span (isJust . unContent) (x:y:z)
272 texts = mapMaybe unContent textNodes
276 unContent (NodeContent (ContentText text)) = Just text function
277 unContent _ = Nothing function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/xml-conduit-1.8.0.1/Text/XML/
H A DUnresolved.hs271 let (textNodes, remainder) = span (isJust . unContent) (x:y:z)
272 texts = mapMaybe unContent textNodes
276 unContent (NodeContent (ContentText text)) = Just text function
277 unContent _ = Nothing function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/xml-conduit-1.9.1.0/src/Text/XML/
H A DUnresolved.hs271 let (textNodes, remainder) = span (isJust . unContent) (x:y:z)
272 texts = mapMaybe unContent textNodes
276 unContent (NodeContent (ContentText text)) = Just text function
277 unContent _ = Nothing function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/xml-conduit-1.9.1.1/src/Text/XML/
H A DUnresolved.hs271 let (textNodes, remainder) = span (isJust . unContent) (x:y:z)
272 texts = mapMaybe unContent textNodes
276 unContent (NodeContent (ContentText text)) = Just text function
277 unContent _ = Nothing function