Home
last modified time | relevance | path

Searched defs:pPrint (Results 1 – 17 of 17) sorted by relevance

/dports/lang/elm/compiler-0.19.1/_cabal_deps/language-glsl-0.3.0/Language/GLSL/
H A DPretty.hs69 pPrint (Declaration d) = pPrint d function
95 pPrint q = case q of function
115 pPrint q = case q of function
128 pPrint HighP = text "highp" function
129 pPrint MediumP = text "mediump" function
130 pPrint LowP = text "lowp" function
136 pPrint t = case t of function
291 pPrint (FuncId i) = text i function
294 pPrint ParamVoid = empty function
308 pPrint InParameter = text "in" function
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/pretty/src/Text/PrettyPrint/Annotated/
H A DHughesPJClass.hs53 pPrint = pPrintPrec prettyNormal 0 function
78 instance Pretty Int where pPrint = int function
80 instance Pretty Integer where pPrint = integer function
82 instance Pretty Float where pPrint = float function
84 instance Pretty Double where pPrint = double function
86 instance Pretty () where pPrint _ = text "()" function
88 instance Pretty Bool where pPrint = text . show function
90 instance Pretty Ordering where pPrint = text . show function
93 pPrint = char function
/dports/lang/ghc/ghc-8.10.7/libraries/pretty/src/Text/PrettyPrint/
H A DHughesPJClass.hs52 pPrint = pPrintPrec prettyNormal 0 function
77 instance Pretty Int where pPrint = int function
79 instance Pretty Integer where pPrint = integer function
81 instance Pretty Float where pPrint = float function
83 instance Pretty Double where pPrint = double function
85 instance Pretty () where pPrint _ = text "()" function
87 instance Pretty Bool where pPrint = text . show function
89 instance Pretty Ordering where pPrint = text . show function
92 pPrint = char function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/prettyclass-1.0.0.0/src/Text/PrettyPrint/
H A DHughesPJClass.hs29 pPrint = pPrintPrec prettyNormal 0 function
48 instance Pretty Int where pPrint = int function
49 instance Pretty Integer where pPrint = integer function
50 instance Pretty Float where pPrint = float function
51 instance Pretty Double where pPrint = double function
52 instance Pretty () where pPrint _ = text "()" function
53 instance Pretty Bool where pPrint = text . show function
54 instance Pretty Ordering where pPrint = text . show function
56 pPrint = char function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/pretty-show-1.10/Text/Show/
H A DPretty.hs112 pPrint = putStrLn . ppShow function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/pretty-show-1.10/Text/Show/
H A DPretty.hs112 pPrint = putStrLn . ppShow function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/pretty-show-1.10/Text/Show/
H A DPretty.hs112 pPrint = putStrLn . ppShow function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/pretty-show-1.10/Text/Show/
H A DPretty.hs112 pPrint = putStrLn . ppShow function
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/pretty-show-1.10/Text/Show/
H A DPretty.hs112 pPrint = putStrLn . ppShow function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/pretty-simple-4.0.0.0/src/Text/Pretty/
H A DSimple.hs167 pPrint = pPrintOpt CheckColorTty defaultOutputOptionsDarkBg function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/pretty-simple-4.0.0.0/src/Text/Pretty/
H A DSimple.hs167 pPrint = pPrintOpt CheckColorTty defaultOutputOptionsDarkBg function
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/include/dcmtk/dcmpstat/
H A Ddviface.h1596 DVPSStoredPrint *pPrint; variable
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/ast/
H A Drun_AssignExp.hpp558 types::InternalType* pPrint = ctx->get(symbol::Symbol(*pstName)); in visitprivate() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A DPageMasterExportPropMapper.cxx318 XMLPropertyState* pPrint = nullptr; in ContextFilter() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A DPageMasterExportPropMapper.cxx389 XMLPropertyState* pPrint = nullptr; in ContextFilter() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dviewfun2.cxx1013 void ScViewFunc::SetPrintRanges( bool bEntireSheet, const OUString* pPrint, in SetPrintRanges()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dviewfun2.cxx987 void ScViewFunc::SetPrintRanges( bool bEntireSheet, const OUString* pPrint, in SetPrintRanges()