Home
last modified time | relevance | path

Searched refs:charsStr (Results 1 – 7 of 7) sorted by relevance

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DImplementation.hs89 where (y,a) = charsStr x
91 where (y,a) = charsStr $ next x
96 where (y,a) = charsStr $ next x
99 where (y,a) = charsStr $ next x
101 where (y,a) = charsStr $ next x
109 where (y,a) = charsStr (next x)
117 charsStr x = (id *** fromString) $ chars x function
125 where (y,a) = charsStr $ next x
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DImplementation.hs89 where (y,a) = charsStr x
91 where (y,a) = charsStr $ next x
96 where (y,a) = charsStr $ next x
99 where (y,a) = charsStr $ next x
101 where (y,a) = charsStr $ next x
109 where (y,a) = charsStr (next x)
117 charsStr x = (id *** fromString) $ chars x function
125 where (y,a) = charsStr $ next x
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DImplementation.hs89 where (y,a) = charsStr x
91 where (y,a) = charsStr $ next x
96 where (y,a) = charsStr $ next x
99 where (y,a) = charsStr $ next x
101 where (y,a) = charsStr $ next x
109 where (y,a) = charsStr (next x)
117 charsStr x = (id *** fromString) $ chars x function
125 where (y,a) = charsStr $ next x
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DImplementation.hs89 where (y,a) = charsStr x
91 where (y,a) = charsStr $ next x
96 where (y,a) = charsStr $ next x
99 where (y,a) = charsStr $ next x
101 where (y,a) = charsStr $ next x
109 where (y,a) = charsStr (next x)
117 charsStr x = (id *** fromString) $ chars x function
125 where (y,a) = charsStr $ next x
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DImplementation.hs89 where (y,a) = charsStr x
91 where (y,a) = charsStr $ next x
96 where (y,a) = charsStr $ next x
99 where (y,a) = charsStr $ next x
101 where (y,a) = charsStr $ next x
109 where (y,a) = charsStr (next x)
117 charsStr x = (id *** fromString) $ chars x function
125 where (y,a) = charsStr $ next x
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DImplementation.hs89 where (y,a) = charsStr x
91 where (y,a) = charsStr $ next x
96 where (y,a) = charsStr $ next x
99 where (y,a) = charsStr $ next x
101 where (y,a) = charsStr $ next x
109 where (y,a) = charsStr (next x)
117 charsStr x = (id *** fromString) $ chars x function
125 where (y,a) = charsStr $ next x
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsLongStressCase.cpp358 static const string charsStr (characters); in addTextToBuffer() local
370 const int ndxInCharset = (int)charsStr.find(text[ndxInText]); in addTextToBuffer()