Home
last modified time | relevance | path

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

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/pretty-show-1.10/Text/Show/
H A DPretty.hs28 ppDocList, ppShowList, pPrintList
93 ppShowList = show . ppDocList
106 ppDocList :: (Foldable f, Show a) => f a -> Doc
107 ppDocList = blockWith vcat '[' ']' . map ppDoc . toList function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/pretty-show-1.10/Text/Show/
H A DPretty.hs28 ppDocList, ppShowList, pPrintList
93 ppShowList = show . ppDocList
106 ppDocList :: (Foldable f, Show a) => f a -> Doc
107 ppDocList = blockWith vcat '[' ']' . map ppDoc . toList function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/pretty-show-1.10/Text/Show/
H A DPretty.hs28 ppDocList, ppShowList, pPrintList
93 ppShowList = show . ppDocList
106 ppDocList :: (Foldable f, Show a) => f a -> Doc
107 ppDocList = blockWith vcat '[' ']' . map ppDoc . toList function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/pretty-show-1.10/Text/Show/
H A DPretty.hs28 ppDocList, ppShowList, pPrintList
93 ppShowList = show . ppDocList
106 ppDocList :: (Foldable f, Show a) => f a -> Doc
107 ppDocList = blockWith vcat '[' ']' . map ppDoc . toList function
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/pretty-show-1.10/Text/Show/
H A DPretty.hs28 ppDocList, ppShowList, pPrintList
93 ppShowList = show . ppDocList
106 ppDocList :: (Foldable f, Show a) => f a -> Doc
107 ppDocList = blockWith vcat '[' ']' . map ppDoc . toList function
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinx.h3359 virtual bool BuildDocList ( SphAttr_t ** ppDocList, int64_t * pCount, CSphString * pError ) const;
H A Dsphinx.cpp1581 …virtual bool BuildDocList ( SphAttr_t ** ppDocList, int64_t * pCount, CSphString * pError ) co…
9753 bool CSphIndex::BuildDocList ( SphAttr_t ** ppDocList, int64_t * pCount, CSphString * ) const in BuildDocList() argument
9755 assert ( *ppDocList && pCount ); in BuildDocList()
9756 *ppDocList = NULL; in BuildDocList()
15315 bool CSphIndex_VLN::BuildDocList ( SphAttr_t ** ppDocList, int64_t * pCount, CSphString * pError ) … in BuildDocList() argument
15317 assert ( ppDocList && pCount && pError ); in BuildDocList()
15318 *ppDocList = NULL; in BuildDocList()
15333 *ppDocList = pDst; in BuildDocList()