Home
last modified time | relevance | path

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

/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/xml-conduit-1.9.0.0/Text/XML/Stream/
H A DRender.hs161 EventBeginElement n1 as -> do
201 eventToToken _ _ _ EventBeginElement{} = error "eventToToken on EventBeginElement" -- mkBeginToken …
312 go e@EventBeginElement{} = do
397 yield $ EventBeginElement name a
H A DParse.hs216 begin = EventBeginElement elementName $ map fixAttName $ as' []
649 pc EventBeginElement{} = NotContent
707 Just (EventBeginElement name as) -> case runNameMatcher nameMatcher name of
1152 Just e@(EventBeginElement name as) -> case runNameMatcher nameMatcher name of
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/xml-conduit-1.8.0.1/Text/XML/Stream/
H A DRender.hs161 EventBeginElement n1 as -> do
201 eventToToken _ _ _ EventBeginElement{} = error "eventToToken on EventBeginElement" -- mkBeginToken …
312 go e@EventBeginElement{} = do
397 yield $ EventBeginElement name a
H A DParse.hs219 begin = EventBeginElement elementName $ map fixAttName $ as' []
659 pc EventBeginElement{} = NotContent
717 Just (EventBeginElement name as) -> case runNameMatcher nameMatcher name of
1112 Just e@(EventBeginElement name as) -> case runNameMatcher nameMatcher name of
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/xml-conduit-1.9.0.0/Text/XML/Stream/
H A DRender.hs161 EventBeginElement n1 as -> do
201 eventToToken _ _ _ EventBeginElement{} = error "eventToToken on EventBeginElement" -- mkBeginToken …
312 go e@EventBeginElement{} = do
397 yield $ EventBeginElement name a
H A DParse.hs216 begin = EventBeginElement elementName $ map fixAttName $ as' []
649 pc EventBeginElement{} = NotContent
707 Just (EventBeginElement name as) -> case runNameMatcher nameMatcher name of
1152 Just e@(EventBeginElement name as) -> case runNameMatcher nameMatcher name of
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/xml-conduit-1.9.1.0/src/Text/XML/Stream/
H A DRender.hs161 EventBeginElement n1 as -> do
201 eventToToken _ _ _ EventBeginElement{} = error "eventToToken on EventBeginElement" -- mkBeginToken …
312 go e@EventBeginElement{} = do
397 yield $ EventBeginElement name a
H A DParse.hs219 begin = EventBeginElement elementName $ map fixAttName $ as' []
690 pc EventBeginElement{} = NotContent
748 Just (EventBeginElement name as) -> case runNameMatcher nameMatcher name of
1208 Just e@(EventBeginElement name as) -> case runNameMatcher nameMatcher name of
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/xml-conduit-1.9.1.1/src/Text/XML/Stream/
H A DRender.hs161 EventBeginElement n1 as -> do
201 eventToToken _ _ _ EventBeginElement{} = error "eventToToken on EventBeginElement" -- mkBeginToken …
312 go e@EventBeginElement{} = do
397 yield $ EventBeginElement name a
H A DParse.hs229 begin = EventBeginElement elementName $ map fixAttName $ as' []
728 pc EventBeginElement{} = NotContent
786 Just (EventBeginElement name as) -> case runNameMatcher nameMatcher name of
1246 Just e@(EventBeginElement name as) -> case runNameMatcher nameMatcher name of
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/xml-conduit-1.9.0.0/Text/XML/
H A DUnresolved.hs210 Just (_, EventBeginElement n as) -> Just <$> goE' n as
222 Just (_, EventBeginElement n as) -> (Just . NodeElement) <$> goE' n as
256 (EventBeginElement name as :)
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/xml-conduit-1.9.0.0/Text/XML/
H A DUnresolved.hs210 Just (_, EventBeginElement n as) -> Just <$> goE' n as
222 Just (_, EventBeginElement n as) -> (Just . NodeElement) <$> goE' n as
256 (EventBeginElement name as :)
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/xml-conduit-1.8.0.1/Text/XML/
H A DUnresolved.hs210 Just (_, EventBeginElement n as) -> Just <$> goE' n as
222 Just (_, EventBeginElement n as) -> (Just . NodeElement) <$> goE' n as
256 (EventBeginElement name as :)
/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.hs210 Just (_, EventBeginElement n as) -> Just <$> goE' n as
222 Just (_, EventBeginElement n as) -> (Just . NodeElement) <$> goE' n as
256 (EventBeginElement name as :)
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/xml-conduit-1.9.1.1/src/Text/XML/
H A DUnresolved.hs210 Just (_, EventBeginElement n as) -> Just <$> goE' n as
222 Just (_, EventBeginElement n as) -> (Just . NodeElement) <$> goE' n as
256 (EventBeginElement name as :)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/xml-types-0.3.8/lib/Data/XML/
H A DTypes.hs317 | EventBeginElement Name [(Name, [Content])] constructor
334 rnf (EventBeginElement a b) = rnf a `seq` rnf b `seq` ()
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/xml-types-0.3.7/lib/Data/XML/
H A DTypes.hs317 | EventBeginElement Name [(Name, [Content])] constructor
334 rnf (EventBeginElement a b) = rnf a `seq` rnf b `seq` ()
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/xml-types-0.3.8/lib/Data/XML/
H A DTypes.hs317 | EventBeginElement Name [(Name, [Content])] constructor
334 rnf (EventBeginElement a b) = rnf a `seq` rnf b `seq` ()
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/xml-types-0.3.8/lib/Data/XML/
H A DTypes.hs317 | EventBeginElement Name [(Name, [Content])] constructor
334 rnf (EventBeginElement a b) = rnf a `seq` rnf b `seq` ()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/xml-types-0.3.8/lib/Data/XML/
H A DTypes.hs317 | EventBeginElement Name [(Name, [Content])] constructor
334 rnf (EventBeginElement a b) = rnf a `seq` rnf b `seq` ()
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/xml-conduit-1.9.0.0/test/
H A Dunit.hs410 , EventBeginElement "a" []
411 , EventBeginElement "em" []
432 [ EventBeginElement "b" []
434 , EventBeginElement "em" []
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/xml-conduit-1.8.0.1/test/
H A Dunit.hs410 , EventBeginElement "a" []
411 , EventBeginElement "em" []
432 [ EventBeginElement "b" []
434 , EventBeginElement "em" []
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/xml-conduit-1.9.0.0/test/
H A Dunit.hs410 , EventBeginElement "a" []
411 , EventBeginElement "em" []
432 [ EventBeginElement "b" []
434 , EventBeginElement "em" []
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/xml-conduit-1.9.1.1/test/
H A Dunit.hs423 , EventBeginElement "a" []
424 , EventBeginElement "em" []
445 [ EventBeginElement "b" []
447 , EventBeginElement "em" []
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/xml-conduit-1.9.1.0/test/
H A Dunit.hs417 , EventBeginElement "a" []
418 , EventBeginElement "em" []
439 [ EventBeginElement "b" []
441 , EventBeginElement "em" []