Home
last modified time | relevance | path

Searched refs:Pretty (Results 76 – 100 of 7217) sorted by relevance

12345678910>>...289

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Coverage/
H A DSplitTree.hs24 import Agda.Syntax.Concrete.Pretty () --instance only
28 import Agda.Utils.Pretty
69 instance Pretty SplitTag where
82 instance Pretty a => Pretty (SplitTreeLabel a) where
104 instance Pretty a => Pretty (SplitTree' a) where
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/cabal-install-parsers-0.4.1/src/Cabal/Internal/
H A DNewtypes.hs20 import qualified Distribution.Pretty as C
62 instance C.Pretty PackageLocation where
75 instance C.Pretty NoCommas where
89 instance C.Pretty HeadVersion where
103 instance C.Pretty Int' where
118 instance C.Pretty Range where
141 instance (C.Newtype a b, C.Sep sep, C.Pretty b) => C.Pretty (AlaSet sep b a) where
162 instance C.Pretty WrappedURI where
/dports/lang/gawk/gawk-5.1.1/test/
H A Dfpat4.ok11 Splitting: <Smith,,"1234 A Pretty Place, NE",Sometown,NY,12345-6789,USA>
15 fields[3] = <"1234 A Pretty Place, NE"> fields2[3] = <"1234 A Pretty Place, NE">
27 Splitting: <Robbins,Arnold,"1234 A Pretty Place, NE",Sometown,NY,12345-6789,USA>
31 fields[3] = <"1234 A Pretty Place, NE"> fields2[3] = <"1234 A Pretty Place, NE">
H A Dpatsplit.ok12 Splitting: <Smith,,"1234 A Pretty Place, NE",Sometown,NY,12345-6789,USA>
16 fields[3] = <"1234 A Pretty Place, NE">
29 Splitting: <Robbins,Arnold,"1234 A Pretty Place, NE",Sometown,NY,12345-6789,USA>
33 fields[3] = <"1234 A Pretty Place, NE">
/dports/sysutils/kubectl/kubernetes-1.22.2/test/fuzz/json/
H A Djson.go31 strictOpt = json.SerializerOptions{Yaml: false, Pretty: false, Strict: true}
32 strictYamlOpt = json.SerializerOptions{Yaml: true, Pretty: false, Strict: true}
33 strictPrettyOpt = json.SerializerOptions{Yaml: false, Pretty: true, Strict: true}
34 nonstrictOpt = json.SerializerOptions{Yaml: false, Pretty: false, Strict: false}
35 nonstrictYamlOpt = json.SerializerOptions{Yaml: true, Pretty: false, Strict: false}
36 nonstrictPrettyOpt = json.SerializerOptions{Yaml: false, Pretty: true, Strict: false}
/dports/devel/stack/stack-2.7.3/_cabal_deps/hackage-security-0.6.0.1/src/Hackage/Security/TUF/
H A DPaths.hs18 import Hackage.Security.Util.Pretty
37 instance Pretty (Path RepoRoot) where
56 instance Pretty (Path IndexRoot) where
67 instance Pretty (Path CacheRoot) where
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dsnapshot_create_test.go26 Pretty bool
35 Pretty: true,
49 Pretty(test.Pretty).
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dsnapshot_create_test.go26 Pretty bool
35 Pretty: true,
49 Pretty(test.Pretty).
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dsnapshot_create_test.go26 Pretty bool
35 Pretty: true,
49 Pretty(test.Pretty).
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Dsnapshot_create_test.go26 Pretty bool
35 Pretty: true,
49 Pretty(test.Pretty).
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dsnapshot_create_test.go30 Pretty bool
39 Pretty: true,
53 Pretty(test.Pretty).
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/
H A Dsnapshot_create_test.go26 Pretty bool
35 Pretty: true,
49 Pretty(test.Pretty).
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/tidwall/pretty/
H A DREADME.md1 # Pretty chapter
5 Pretty is a Go package that provides [fast](#performance) methods for formatting JSON for human rea…
12 To start using Pretty, install Go and run `go get`:
20 ## Pretty section in Getting Started
34 result = pretty.Pretty(example)
104 Benchmarks of Pretty alongside the builtin `encoding/json` Indent/Compact methods.
121 Pretty source code is available under the MIT [License](/LICENSE).
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/tidwall/pretty/
H A DREADME.md1 # Pretty chapter
5 Pretty is a Go package that provides [fast](#performance) methods for formatting JSON for human rea…
12 To start using Pretty, install Go and run `go get`:
20 ## Pretty section in Getting Started
34 result = pretty.Pretty(example)
104 Benchmarks of Pretty alongside the builtin `encoding/json` Indent/Compact methods.
121 Pretty source code is available under the MIT [License](/LICENSE).
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/tidwall/pretty/
H A DREADME.md1 # Pretty chapter
5 Pretty is a Go package that provides [fast](#performance) methods for formatting JSON for human rea…
12 To start using Pretty, install Go and run `go get`:
20 ## Pretty section in Getting Started
34 result = pretty.Pretty(example)
104 Benchmarks of Pretty alongside the builtin `encoding/json` Indent/Compact methods.
121 Pretty source code is available under the MIT [License](/LICENSE).
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/tidwall/pretty/
H A DREADME.md1 # Pretty chapter
5 Pretty is a Go package that provides [fast](#performance) methods for formatting JSON for human rea…
12 To start using Pretty, install Go and run `go get`:
20 ## Pretty section in Getting Started
34 result = pretty.Pretty(example)
104 Benchmarks of Pretty alongside the builtin `encoding/json` Indent/Compact methods.
121 Pretty source code is available under the MIT [License](/LICENSE).
/dports/irc/ergo/ergo-2.8.0/vendor/github.com/tidwall/pretty/
H A DREADME.md1 # Pretty chapter
5 Pretty is a Go package that provides [fast](#performance) methods for formatting JSON for human rea…
12 To start using Pretty, install Go and run `go get`:
20 ## Pretty section in Getting Started
34 result = pretty.Pretty(example)
104 Benchmarks of Pretty alongside the builtin `encoding/json` Indent/Compact methods.
121 Pretty source code is available under the MIT [License](/LICENSE).
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Termination/
H A DCallMatrix.hs27 import Agda.Utils.Pretty
203 instance Pretty CallMatrix where
206 instance Pretty cinfo => Pretty (CallMatrixAug cinfo) where
209 instance Pretty cinfo => Pretty (CMSet cinfo) where
/dports/devel/stack/stack-2.7.3/_cabal_deps/hackage-security-0.6.0.1/src/Hackage/Security/Util/
H A DPretty.hs2 module Hackage.Security.Util.Pretty (
3 Pretty(..)
7 class Pretty a where constructor
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/src/Dhall/Pretty/
H A DInternal.hs-boot1 module Dhall.Pretty.Internal where
6 import Data.Text.Prettyprint.Doc (Pretty, Doc)
29 prettyExpr :: Pretty a => Expr s a -> Doc Ann
33 prettyImportExpression :: Pretty a => Expr Src a -> Doc Ann
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/tests/Dhall/Test/
H A DLint.hs18 import qualified Dhall.Pretty as Pretty
38 <> Pretty.prettyCharacterSet Pretty.Unicode expr
41 docStream = Pretty.layout doc
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/prettyprinter-1.7.0/bench/
H A DLargeOutput.hs82 instance Pretty Program where pretty (Program binds) = pretty binds function
83 instance Pretty Binds where
88 instance Pretty LambdaForm where
98 instance Pretty Expr where
118 instance Pretty Alt where
122 instance WL.Pretty Program where pretty (Program binds) = WL.pretty binds
123 instance WL.Pretty Binds where
128 instance WL.Pretty Text where
131 instance WL.Pretty LambdaForm where
141 instance WL.Pretty Expr where
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/prettyprinter-1.7.0/bench/
H A DLargeOutput.hs82 instance Pretty Program where pretty (Program binds) = pretty binds function
83 instance Pretty Binds where
88 instance Pretty LambdaForm where
98 instance Pretty Expr where
118 instance Pretty Alt where
122 instance WL.Pretty Program where pretty (Program binds) = WL.pretty binds
123 instance WL.Pretty Binds where
128 instance WL.Pretty Text where
131 instance WL.Pretty LambdaForm where
141 instance WL.Pretty Expr where
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/prettyprinter-1.7.0/bench/
H A DLargeOutput.hs82 instance Pretty Program where pretty (Program binds) = pretty binds function
83 instance Pretty Binds where
88 instance Pretty LambdaForm where
98 instance Pretty Expr where
118 instance Pretty Alt where
122 instance WL.Pretty Program where pretty (Program binds) = WL.pretty binds
123 instance WL.Pretty Binds where
128 instance WL.Pretty Text where
131 instance WL.Pretty LambdaForm where
141 instance WL.Pretty Expr where
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/tidwall/pretty/
H A DREADME.md1 # Pretty chapter
7 Pretty is a Go package that provides [fast](#performance) methods for formatting JSON for human rea…
14 To start using Pretty, install Go and run `go get`:
22 ## Pretty section in Getting Started
36 result = pretty.Pretty(example)
107 Benchmarks of Pretty alongside the builtin `encoding/json` Indent/Compact methods.
123 Pretty source code is available under the MIT [License](/LICENSE).

12345678910>>...289