Home
last modified time | relevance | path

Searched refs:Pretty (Results 101 – 125 of 7601) sorted by relevance

12345678910>>...305

/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/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).
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/pretty-simple-4.0.0.0/
H A Dpretty-simple.cabal33 exposed-modules: Debug.Pretty.Simple
34 , Text.Pretty.Simple
35 , Text.Pretty.Simple.Internal
36 , Text.Pretty.Simple.Internal.Color
37 , Text.Pretty.Simple.Internal.Expr
38 , Text.Pretty.Simple.Internal.ExprParser
39 , Text.Pretty.Simple.Internal.Printer
/dports/devel/hs-spago/spago-0.20.3/src/Spago/
H A DBower.hs11 import qualified Data.Aeson.Encode.Pretty as Pretty
52 prettyConfig = Pretty.defConfig
53 …{ Pretty.confCompare = Pretty.keyOrder ["name", "license", "repository", "ignore", "dependencies"]… function
54 , Pretty.confTrailingNewline = True function
56 …bowerJson = LazyText.toStrict $ LazyEncoding.decodeUtf8 $ Pretty.encodePretty' prettyConfig bowerP…
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/pretty-simple-4.0.0.0/
H A Dpretty-simple.cabal33 exposed-modules: Debug.Pretty.Simple
34 , Text.Pretty.Simple
35 , Text.Pretty.Simple.Internal
36 , Text.Pretty.Simple.Internal.Color
37 , Text.Pretty.Simple.Internal.Expr
38 , Text.Pretty.Simple.Internal.ExprParser
39 , Text.Pretty.Simple.Internal.Printer
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/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).
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/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).
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/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).
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/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).
/dports/www/wuzz/wuzz-0.5.0/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).
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/
H A DPretty.hs8 module Language.PureScript.Pretty (module P) where
10 import Language.PureScript.Pretty.Types as P
11 import Language.PureScript.Pretty.Values as P
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/tests/Dhall/Test/
H A DFormat.hs7 import Dhall.Pretty (CharacterSet (..))
17 import qualified Dhall.Pretty as Pretty
49 <> Pretty.prettyCharacterSet characterSet expr
52 docStream = Pretty.layout doc
H A DSchemas.hs17 import qualified Dhall.Pretty as Pretty
36 <> Pretty.prettyCharacterSet Pretty.Unicode expr
39 docStream = Pretty.layout doc
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/recipes/aws-mapping-v4/
H A Dmain.go119 exists, err := client.IndexExists(*index).Pretty(true).Do(ctx)
124 _, err := client.DeleteIndex(*index).Pretty(true).Do(ctx)
129 _, err = client.CreateIndex(*index).Body(mapping).Pretty(true).Do(ctx)
152 Pretty(true).
165 Pretty(true).
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/recipes/aws-mapping-v4/
H A Dmain.go119 exists, err := client.IndexExists(*index).Pretty(true).Do(ctx)
124 _, err := client.DeleteIndex(*index).Pretty(true).Do(ctx)
129 _, err = client.CreateIndex(*index).Body(mapping).Pretty(true).Do(ctx)
152 Pretty(true).
165 Pretty(true).
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/recipes/aws-mapping-v4/
H A Dmain.go119 exists, err := client.IndexExists(*index).Pretty(true).Do(ctx)
124 _, err := client.DeleteIndex(*index).Pretty(true).Do(ctx)
129 _, err = client.CreateIndex(*index).Body(mapping).Pretty(true).Do(ctx)
152 Pretty(true).
165 Pretty(true).
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/src/Dhall/
H A DMain.hs30 import Data.Text.Prettyprint.Doc (Doc, Pretty)
78 import qualified Data.Aeson.Encode.Pretty
98 import qualified Dhall.Pretty
112 import qualified Text.Pretty.Simple
624 let stream = Dhall.Pretty.layout doc
630 else Pretty.unAnnotateS stream
632 Pretty.renderIO h ansiStream
643 let stream = Dhall.Pretty.layout (doc <> "\n")
728 . fmap ( Pretty.pretty
855 let doc = Pretty.pretty header
[all …]
/dports/www/firefox-esr/firefox-91.8.0/build/clang-plugin/
H A DCustomTypeAnnotation.h32 const char *Pretty; variable
36 CustomTypeAnnotation(CustomAttributes Attribute, const char *Pretty) in CustomTypeAnnotation() argument
37 : Attribute(Attribute), Pretty(Pretty){}; in CustomTypeAnnotation()
/dports/lang/spidermonkey78/firefox-78.9.0/build/clang-plugin/
H A DCustomTypeAnnotation.h32 const char *Pretty; variable
36 CustomTypeAnnotation(CustomAttributes Attribute, const char *Pretty) in CustomTypeAnnotation() argument
37 : Attribute(Attribute), Pretty(Pretty){}; in CustomTypeAnnotation()
/dports/mail/thunderbird/thunderbird-91.8.0/build/clang-plugin/
H A DCustomTypeAnnotation.h32 const char *Pretty; variable
36 CustomTypeAnnotation(CustomAttributes Attribute, const char *Pretty) in CustomTypeAnnotation() argument
37 : Attribute(Attribute), Pretty(Pretty){}; in CustomTypeAnnotation()
/dports/lang/spidermonkey60/firefox-60.9.0/build/clang-plugin/
H A DCustomTypeAnnotation.h31 const char *Pretty; variable
35 CustomTypeAnnotation(const char *Spelling, const char *Pretty) in CustomTypeAnnotation() argument
36 : Spelling(Spelling), Pretty(Pretty){}; in CustomTypeAnnotation()
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/apimachinery/pkg/runtime/serializer/
H A Dcodec_factory.go54 json.SerializerOptions{Yaml: false, Pretty: false, Strict: options.Strict},
66 if options.Pretty {
69 json.SerializerOptions{Yaml: false, Pretty: true, Strict: options.Strict},
75 json.SerializerOptions{Yaml: true, Pretty: false, Strict: options.Strict},
123 Pretty bool member
132 options.Pretty = true
137 options.Pretty = false
162 options := CodecFactoryOptions{Pretty: true}
/dports/security/vault/vault-1.8.2/vendor/k8s.io/apimachinery/pkg/runtime/serializer/
H A Dcodec_factory.go54 json.SerializerOptions{Yaml: false, Pretty: false, Strict: options.Strict},
66 if options.Pretty {
69 json.SerializerOptions{Yaml: false, Pretty: true, Strict: options.Strict},
75 json.SerializerOptions{Yaml: true, Pretty: false, Strict: options.Strict},
124 Pretty bool member
133 options.Pretty = true
138 options.Pretty = false
163 options := CodecFactoryOptions{Pretty: true}
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/k8s.io/apimachinery/pkg/runtime/serializer/
H A Dcodec_factory.go54 json.SerializerOptions{Yaml: false, Pretty: false, Strict: options.Strict},
66 if options.Pretty {
69 json.SerializerOptions{Yaml: false, Pretty: true, Strict: options.Strict},
75 json.SerializerOptions{Yaml: true, Pretty: false, Strict: options.Strict},
124 Pretty bool member
133 options.Pretty = true
138 options.Pretty = false
163 options := CodecFactoryOptions{Pretty: true}
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/k8s.io/apimachinery/pkg/runtime/serializer/
H A Dcodec_factory.go54 json.SerializerOptions{Yaml: false, Pretty: false, Strict: options.Strict},
66 if options.Pretty {
69 json.SerializerOptions{Yaml: false, Pretty: true, Strict: options.Strict},
75 json.SerializerOptions{Yaml: true, Pretty: false, Strict: options.Strict},
124 Pretty bool member
133 options.Pretty = true
138 options.Pretty = false
163 options := CodecFactoryOptions{Pretty: true}
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/k8s.io/apimachinery/pkg/runtime/serializer/
H A Dcodec_factory.go54 json.SerializerOptions{Yaml: false, Pretty: false, Strict: options.Strict},
66 if options.Pretty {
69 json.SerializerOptions{Yaml: false, Pretty: true, Strict: options.Strict},
75 json.SerializerOptions{Yaml: true, Pretty: false, Strict: options.Strict},
124 Pretty bool member
133 options.Pretty = true
138 options.Pretty = false
163 options := CodecFactoryOptions{Pretty: true}

12345678910>>...305