Home
last modified time | relevance | path

Searched refs:Pretty (Results 26 – 50 of 4785) sorted by relevance

12345678910>>...192

/dports/devel/upp/upp/uppsrc/ide/Debuggers/
H A DPrettyUpp.cpp5 …db::PrettyString(Pdb::Val val, const Vector<String>& tparam, int64 from, int count, Pdb::Pretty& p) in PrettyString()
67 void Pdb::PrettyMap(Pdb::Pretty& p, Pdb::Pretty& key, Pdb::Pretty& value) in PrettyMap()
77 Pretty key, value; in PrettyVectorMap()
85 Pretty key, value; in PrettyArrayMap()
91 void Pdb::PrettyDate(Pdb::Val val, const Vector<String>&, int64 from, int count, Pdb::Pretty& p) in PrettyDate()
104 void Pdb::PrettyTime(Pdb::Val val, const Vector<String>&, int64 from, int count, Pdb::Pretty& p) in PrettyTime()
121 void Pdb::PrettyFont(Pdb::Val val, const Vector<String>&, int64 from, int count, Pdb::Pretty& p) in PrettyFont()
130 void Pdb::PrettyValueArray_(adr_t a, Pdb::Pretty& p) in PrettyValueArray_()
143 void Pdb::PrettyValueMap_(adr_t a, Pdb::Pretty& p, int64 from, int count) in PrettyValueMap_()
148 Pretty key, value; in PrettyValueMap_()
[all …]
H A DPdb.h271 struct Pretty { struct
283 VectorMap<String, Tuple<int, Event<Val, const Vector<String>&, int64, int, Pdb::Pretty&>>> pretty; argument
417 bool PrettyVal(Pdb::Val val, int64 from, int count, Pretty& p);
418 void PrettyString(Val val, const Vector<String>& tparam, int64 from, int count, Pretty& p);
420 void PrettyVector(Val val, const Vector<String>& tparam, int64 from, int count, Pretty& p);
421 void PrettyArray(Val val, const Vector<String>& tparam, int64 from, int count, Pretty& p);
424 void PrettyIndex(Val val, const Vector<String>& tparam, int64 from, int count, Pretty& p);
425 void PrettyMap(Pretty& p, Pretty& key, Pretty& value);
433 void PrettyImg(Pdb::Val val, const Vector<String>&, int64 from, int count, Pdb::Pretty& p);
435 void PrettyValueArray_(adr_t a, Pdb::Pretty& p);
[all …]
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Compiler/MAlonzo/
H A DPretty.hs12 import Agda.Utils.Pretty
18 instance Pretty HS.Module where
48 instance Pretty HS.Decl where
78 instance Pretty HS.Match where
89 instance Pretty HS.Pat where
110 instance Pretty HS.Binds where
120 instance Pretty HS.Type where
144 instance Pretty HS.Stmt where
154 instance Pretty HS.Exp where
194 instance Pretty HS.Alt where
[all …]
/dports/devel/scalatest/scalatest-1.6.1/src/main/scala/org/scalatest/prop/
H A DCheckers.scala22 import org.scalacheck.Pretty
238 a1: Arbitrary[A1], s1: Shrink[A1], pp1: A1 => Pretty
253 a1: Arbitrary[A1], s1: Shrink[A1], pp1: A1 => Pretty,
254 a2: Arbitrary[A2], s2: Shrink[A2], pp2: A2 => Pretty
270 a1: Arbitrary[A1], s1: Shrink[A1], pp1: A1 => Pretty,
271 a2: Arbitrary[A2], s2: Shrink[A2], pp2: A2 => Pretty,
272 a3: Arbitrary[A3], s3: Shrink[A3], pp3: A3 => Pretty
287 a1: Arbitrary[A1], s1: Shrink[A1], pp1: A1 => Pretty,
290 a4: Arbitrary[A4], s4: Shrink[A4], pp4: A4 => Pretty
309 a5: Arbitrary[A5], s5: Shrink[A5], pp5: A5 => Pretty
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Utils/
H A DOutputable.hs112 import qualified GHC.Utils.Ppr as Pretty
453 let deeper 0 = Pretty.text "..."
472 = Pretty.text "..."
578 = let s = Pretty.style{ Pretty.mode = PageMode False,
587 = let s = Pretty.style{ Pretty.mode = OneLineMode,
589 Pretty.renderStyle s $
684 semi = docToSDoc $ Pretty.semi
685 comma = docToSDoc $ Pretty.comma
686 colon = docToSDoc $ Pretty.colon
688 space = docToSDoc $ Pretty.space
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/Tk/
H A DPretty.pm4 package Tk::Pretty;
16 join(',',map(&Pretty($_),@_));
19 sub Pretty subroutine
50 $result .= $key . '=>' . Pretty($value) . ',';
58 $result .= "\\" . Pretty($$obj);
62 $result .= Pretty($$obj);
90 print "$name(",Pretty(@_),")\n";
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/
H A DPretty.hs1 module Distribution.Pretty (
2 Pretty (..),
21 class Pretty a where constructor
28 instance Pretty PP.Doc where
31 instance Pretty Bool where
34 instance Pretty Int where
37 instance Pretty a => Pretty (Identity a) where
40 prettyShow :: Pretty a => a -> String
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/
H A DPretty.hs1 module Distribution.Pretty (
2 Pretty (..),
22 class Pretty a where constructor
29 instance Pretty PP.Doc where
32 instance Pretty Bool where
35 instance Pretty Int where
38 instance Pretty a => Pretty (Identity a) where
41 prettyShow :: Pretty a => a -> String
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/
H A DPretty.hs1 module Distribution.Pretty (
2 Pretty (..),
21 class Pretty a where constructor
28 instance Pretty PP.Doc where
31 instance Pretty Bool where
34 instance Pretty Int where
37 instance Pretty a => Pretty (Identity a) where
40 prettyShow :: Pretty a => a -> String
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/src/Dhall/
H A DUtil.hs29 import Data.Text.Prettyprint.Doc (Doc, Pretty)
31 import Dhall.Pretty (Ann)
38 import qualified Data.Text.Prettyprint.Doc as Pretty
39 import qualified Data.Text.Prettyprint.Doc.Render.Terminal as Pretty.Terminal
41 import qualified Dhall.Pretty
82 snipDoc doc = Pretty.align (Pretty.pretty (snip text))
84 stream = Dhall.Pretty.layout doc
86 ansiStream = fmap Dhall.Pretty.annToAnsiStyle stream
88 text = Pretty.Terminal.renderStrict ansiStream
97 insert :: Pretty a => a -> Doc Ann
[all …]
H A DFreeze.hs26 import Dhall.Pretty (CharacterSet, detectCharacterSet)
46 import qualified Data.Text.Prettyprint.Doc as Pretty
47 import qualified Data.Text.Prettyprint.Doc.Render.Terminal as Pretty
48 import qualified Data.Text.Prettyprint.Doc.Render.Text as Pretty.Text
52 import qualified Dhall.Pretty
200 let doc = Pretty.pretty header
204 let stream = Dhall.Pretty.layout doc
206 let modifiedText = Pretty.Text.renderStrict stream
210 let unAnnotated = Pretty.unAnnotateS stream
219 (Pretty.Text.renderLazy unAnnotated)
[all …]
H A DSchemas.hs25 import Dhall.Pretty (CharacterSet (..), detectCharacterSet)
40 import qualified Data.Text.Prettyprint.Doc as Pretty
41 import qualified Data.Text.Prettyprint.Doc.Render.Terminal as Pretty.Terminal
42 import qualified Data.Text.Prettyprint.Doc.Render.Text as Pretty.Text
50 import qualified Dhall.Pretty
84 Dhall.Pretty.layout
85 ( Pretty.pretty header
90 let schemasText = Pretty.Text.renderStrict docStream
100 (Pretty.Text.renderLazy docStream)
104 Pretty.Terminal.renderIO
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-peerstore/pstoreds/
H A Dkeybook.go42 log.Errorf("error when unmarshalling pubkey from datastore for peer %s: %s\n", p.Pretty(), err)
51 log.Errorf("error when extracting pubkey from peer ID for peer %s: %s\n", p.Pretty(), err)
56 log.Errorf("error when turning extracted pubkey into bytes for peer %s: %s\n", p.Pretty(), err)
61 log.Errorf("error when adding extracted pubkey to peerstore for peer %s: %s\n", p.Pretty(), err)
65 log.Errorf("error when fetching pubkey from datastore for peer %s: %s\n", p.Pretty(), err)
80 log.Errorf("error while converting pubkey byte string for peer %s: %s\n", p.Pretty(), err)
85 log.Errorf("error while updating pubkey in datastore for peer %s: %s\n", p.Pretty(), err)
94 log.Errorf("error while fetching privkey from datastore for peer %s: %s\n", p.Pretty(), err)
116 log.Errorf("error while converting privkey byte string for peer %s: %s\n", p.Pretty(), err)
121 log.Errorf("error while updating privkey in datastore for peer %s: %s\n", p.Pretty(), err)
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/FieldGrammar/
H A DClass.hs19 import Distribution.Pretty (Pretty)
36 :: (Parsec b, Pretty b, Newtype a b)
51 :: (Parsec b, Pretty b, Newtype a b)
59 :: (Parsec b, Pretty b, Newtype a b, Eq a)
91 :: (Parsec b, Pretty b, Monoid a, Newtype a b)
132 :: (FieldGrammar g, Parsec a, Pretty a)
140 :: (FieldGrammar g, Parsec a, Pretty a)
148 :: (FieldGrammar g, Functor (g s), Parsec a, Pretty a, Eq a)
157 :: (FieldGrammar g, Parsec a, Pretty a, Monoid a)
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/c/
H A DCPretty.hs55 class Pretty a where constructor
66 instance Pretty CDecl where
71 instance Pretty CDeclSpec where
76 instance Pretty CStorageSpec where
83 instance Pretty CTypeSpec where
98 instance Pretty CTypeQual where
109 instance Pretty CDeclr where
125 instance Pretty CInit where
128 instance Pretty CExpr where
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/c/
H A DCPretty.hs55 class Pretty a where constructor
66 instance Pretty CDecl where
71 instance Pretty CDeclSpec where
76 instance Pretty CStorageSpec where
83 instance Pretty CTypeSpec where
98 instance Pretty CTypeQual where
109 instance Pretty CDeclr where
125 instance Pretty CInit where
128 instance Pretty CExpr where
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Utils/CallStack/
H A DPretty.hs1 module Agda.Utils.CallStack.Pretty
11 import Agda.Utils.Pretty
17 , Pretty(pretty)
20 instance Pretty SrcLoc where
26 instance Pretty CallSite where
29 instance Pretty CallStack where
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/
H A DPretty.hs1 module Distribution.Pretty (
2 Pretty (..),
21 class Pretty a where constructor
27 instance Pretty Bool where
30 instance Pretty Int where
33 instance Pretty a => Pretty (Identity a) where
36 prettyShow :: Pretty a => a -> String
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/pretty-simple-4.0.0.0/src/Text/Pretty/Simple/
H A DInternal.hs10 module Text.Pretty.Simple.Internal
14 import Text.Pretty.Simple.Internal.Color as X
15 import Text.Pretty.Simple.Internal.ExprParser as X
16 import Text.Pretty.Simple.Internal.Expr as X
17 import Text.Pretty.Simple.Internal.Printer as X
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/pretty-simple-4.0.0.0/src/Text/Pretty/Simple/
H A DInternal.hs10 module Text.Pretty.Simple.Internal
14 import Text.Pretty.Simple.Internal.Color as X
15 import Text.Pretty.Simple.Internal.ExprParser as X
16 import Text.Pretty.Simple.Internal.Expr as X
17 import Text.Pretty.Simple.Internal.Printer as X
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/
H A DPretty.hs1 module Distribution.Pretty (
2 Pretty (..),
22 class Pretty a where constructor
28 instance Pretty Bool where
31 instance Pretty Int where
34 instance Pretty a => Pretty (Identity a) where
37 prettyShow :: Pretty a => a -> String
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/FieldGrammar/
H A DClass.hs18 import Distribution.Pretty (Pretty)
36 :: (Parsec b, Pretty b, Newtype a b)
51 :: (Parsec b, Pretty b, Newtype a b)
59 :: (Parsec b, Pretty b, Newtype a b, Eq a)
97 :: (Parsec b, Pretty b, Monoid a, Newtype a b)
138 :: (FieldGrammar g, Parsec a, Pretty a)
146 :: (FieldGrammar g, Parsec a, Pretty a)
154 :: (FieldGrammar g, Functor (g s), Parsec a, Pretty a, Eq a)
163 :: (FieldGrammar g, Parsec a, Pretty a, Monoid a)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/floskell-0.10.5/src/Floskell/
H A DPretty.hs7 module Floskell.Pretty ( Pretty(..), pretty ) where
95 class Pretty ast where constructor
639 prettyApp :: (Annotated ast1, Annotated ast2, Pretty ast1, Pretty ast2)
656 :: (Annotated ast, Pretty ast, Annotated op, HSE.Pretty (op NodeInfo))
681 prettyRecord :: (Annotated ast1, Pretty ast1, Annotated ast2, Pretty ast2)
803 instance Pretty Assoc
2273 instance Pretty RPat
2277 instance Pretty QName
2279 instance Pretty Name
2283 instance Pretty XName
[all …]
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/
H A DPretty.hs15 module Language.C.Pretty (
17 Pretty (..),
31 class Pretty p where constructor
98 instance Pretty CExtDecl where
104 instance Pretty CFunDef where
112 instance Pretty CStat where
190 instance Pretty CDecl where
297 instance Pretty CEnum where
372 instance Pretty CInit where
391 instance Pretty CAttr where
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/tools/debug/gdb/
H A DREADME.md1 # Pretty Printer Installation
10 Boost Pretty Printers:
13 $ git clone https://github.com/ruediger/Boost-Pretty-Printer.git && cd Boost-Pretty-Printer
15 /home/michi/.gdb_printers/Boost-Pretty-Printer
17 Python Pretty Printers:
22 Icinga 2 Pretty Printers:

12345678910>>...192