Home
last modified time | relevance | path

Searched refs:TagLeaf (Results 1 – 10 of 10) sorted by relevance

/dports/lang/purescript/purescript-0.14.5/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DTree.hs25 TagLeaf (Tag str) constructor
30 fmap f (TagLeaf x) = TagLeaf (fmap f x)
40 g xs = a ++ map TagLeaf (take 1 b) ++ g (drop 1 b)
47 (inner,[]) -> (TagLeaf (TagOpen name atts):inner, [])
50 | otherwise -> (TagLeaf (TagOpen name atts):inner, TagClose x:xs)
54 f (x:xs) = (TagLeaf x:a,b)
76 flattenTreeOnto (TagLeaf x:trs) tags = x `cons` flattenTreeOnto trs tags
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DTree.hs25 TagLeaf (Tag str) constructor
30 fmap f (TagLeaf x) = TagLeaf (fmap f x)
40 g xs = a ++ map TagLeaf (take 1 b) ++ g (drop 1 b)
47 (inner,[]) -> (TagLeaf (TagOpen name atts):inner, [])
50 | otherwise -> (TagLeaf (TagOpen name atts):inner, TagClose x:xs)
54 f (x:xs) = (TagLeaf x:a,b)
76 flattenTreeOnto (TagLeaf x:trs) tags = x `cons` flattenTreeOnto trs tags
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DTree.hs25 TagLeaf (Tag str) constructor
30 fmap f (TagLeaf x) = TagLeaf (fmap f x)
40 g xs = a ++ map TagLeaf (take 1 b) ++ g (drop 1 b)
47 (inner,[]) -> (TagLeaf (TagOpen name atts):inner, [])
50 | otherwise -> (TagLeaf (TagOpen name atts):inner, TagClose x:xs)
54 f (x:xs) = (TagLeaf x:a,b)
76 flattenTreeOnto (TagLeaf x:trs) tags = x `cons` flattenTreeOnto trs tags
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DTree.hs25 TagLeaf (Tag str) constructor
30 fmap f (TagLeaf x) = TagLeaf (fmap f x)
40 g xs = a ++ map TagLeaf (take 1 b) ++ g (drop 1 b)
47 (inner,[]) -> (TagLeaf (TagOpen name atts):inner, [])
50 | otherwise -> (TagLeaf (TagOpen name atts):inner, TagClose x:xs)
54 f (x:xs) = (TagLeaf x:a,b)
76 flattenTreeOnto (TagLeaf x:trs) tags = x `cons` flattenTreeOnto trs tags
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DTree.hs25 TagLeaf (Tag str) constructor
30 fmap f (TagLeaf x) = TagLeaf (fmap f x)
40 g xs = a ++ map TagLeaf (take 1 b) ++ g (drop 1 b)
47 (inner,[]) -> (TagLeaf (TagOpen name atts):inner, [])
50 | otherwise -> (TagLeaf (TagOpen name atts):inner, TagClose x:xs)
54 f (x:xs) = (TagLeaf x:a,b)
76 flattenTreeOnto (TagLeaf x:trs) tags = x `cons` flattenTreeOnto trs tags
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DTree.hs25 TagLeaf (Tag str) constructor
30 fmap f (TagLeaf x) = TagLeaf (fmap f x)
40 g xs = a ++ map TagLeaf (take 1 b) ++ g (drop 1 b)
47 (inner,[]) -> (TagLeaf (TagOpen name atts):inner, [])
50 | otherwise -> (TagLeaf (TagOpen name atts):inner, TagClose x:xs)
54 f (x:xs) = (TagLeaf x:a,b)
76 flattenTreeOnto (TagLeaf x:trs) tags = x `cons` flattenTreeOnto trs tags
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/github.com/google/pprof/internal/driver/
H A Ddriver.go218 tagLeafLabelKeys := dropEmptyStrings(strings.Split(cfg.TagLeaf, ","))
221 warnNoMatches(cfg.TagLeaf == "" || leafm, "TagLeaf", ui)
H A Dconfig.go35 TagLeaf string `json:"tagleaf,omitempty"` member
/dports/net/storj/storj-1.45.3/vendor/github.com/google/pprof/internal/driver/
H A Ddriver.go218 tagLeafLabelKeys := dropEmptyStrings(strings.Split(cfg.TagLeaf, ","))
221 warnNoMatches(cfg.TagLeaf == "" || leafm, "TagLeaf", ui)
H A Dconfig.go35 TagLeaf string `json:"tagleaf,omitempty"` member