Home
last modified time | relevance | path

Searched refs:Pretty (Results 226 – 250 of 8497) sorted by relevance

12345678910>>...340

/dports/lang/cocor/cocor-1.7_3/taste_cp/
H A Dpretty.atg3 ** Coco/R C++ Taste Pretty-printer example.
12 COMPILER Pretty
36 Pretty =
129 END Pretty.
/dports/www/firefox-esr/firefox-91.8.0/build/clang-plugin/
H A DCustomTypeAnnotation.cpp36 Check.diag(Loc, Array, DiagnosticIDs::Note) << Pretty << T << Reason.Type; in dumpAnnotationReason()
43 << Pretty << T << Reason.Type; in dumpAnnotationReason()
48 << Pretty << T << Reason.Field << Reason.Type; in dumpAnnotationReason()
55 << Pretty << T << Reason.Type; in dumpAnnotationReason()
63 << Pretty << T << Reason.ImplicitReason; in dumpAnnotationReason()
/dports/lang/spidermonkey78/firefox-78.9.0/build/clang-plugin/
H A DCustomTypeAnnotation.cpp36 Check.diag(Loc, Array, DiagnosticIDs::Note) << Pretty << T << Reason.Type; in dumpAnnotationReason()
43 << Pretty << T << Reason.Type; in dumpAnnotationReason()
48 << Pretty << T << Reason.Field << Reason.Type; in dumpAnnotationReason()
55 << Pretty << T << Reason.Type; in dumpAnnotationReason()
63 << Pretty << T << Reason.ImplicitReason; in dumpAnnotationReason()
/dports/www/firefox/firefox-99.0/build/clang-plugin/
H A DCustomTypeAnnotation.cpp36 Check.diag(Loc, Array, DiagnosticIDs::Note) << Pretty << T << Reason.Type; in dumpAnnotationReason()
43 << Pretty << T << Reason.Type; in dumpAnnotationReason()
48 << Pretty << T << Reason.Field << Reason.Type; in dumpAnnotationReason()
55 << Pretty << T << Reason.Type; in dumpAnnotationReason()
63 << Pretty << T << Reason.ImplicitReason; in dumpAnnotationReason()
/dports/mail/thunderbird/thunderbird-91.8.0/build/clang-plugin/
H A DCustomTypeAnnotation.cpp36 Check.diag(Loc, Array, DiagnosticIDs::Note) << Pretty << T << Reason.Type; in dumpAnnotationReason()
43 << Pretty << T << Reason.Type; in dumpAnnotationReason()
48 << Pretty << T << Reason.Field << Reason.Type; in dumpAnnotationReason()
55 << Pretty << T << Reason.Type; in dumpAnnotationReason()
63 << Pretty << T << Reason.ImplicitReason; in dumpAnnotationReason()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-circuit/
H A Dtransport_test.go76 …%s/p2p/%s/p2p-circuit/p2p/%s", relayAddr.String(), hosts[1].ID().Pretty(), hosts[2].ID().Pretty()))
107 …tiaddr(fmt.Sprintf("/ipfs/%s/p2p-circuit/ipfs/%s", hosts[1].ID().Pretty(), hosts[2].ID().Pretty()))
138 addr, err := ma.NewMultiaddr(fmt.Sprintf("/p2p-circuit/ipfs/%s", hosts[2].ID().Pretty()))
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/tracing-subscriber-0.2.15/src/fmt/format/
H A Dpretty.rs24 pub struct Pretty { struct
42 impl Default for Pretty { implementation
50 impl Pretty { implementation
72 impl<T> Format<Pretty, T> {
83 impl<C, N, T> FormatEvent<C, N> for Format<Pretty, T>
105 Pretty::style_for(meta.level()) in format_event()
204 impl<'writer> FormatFields<'writer> for Pretty { implementation
/dports/lang/rust/rustc-1.58.1-src/vendor/tracing-subscriber-0.2.16/src/fmt/format/
H A Dpretty.rs24 pub struct Pretty { struct
42 impl Default for Pretty { implementation
50 impl Pretty { implementation
72 impl<T> Format<Pretty, T> {
83 impl<C, N, T> FormatEvent<C, N> for Format<Pretty, T>
105 Pretty::style_for(meta.level()) in format_event()
204 impl<'writer> FormatFields<'writer> for Pretty { implementation
/dports/audio/strawberry/strawberry-1.0.0/src/osd/
H A Dosdbase.cpp93 behaviour_ = Pretty; in ReloadSettings()
157 if (behaviour_ == Pretty) { in ShowPlaying()
203 if (behaviour_ == Pretty) { in Paused()
248 if (behaviour_ == Pretty) { in Stopped()
284 if (behaviour_ == Pretty) { in VolumeChanged()
323 case Pretty: in ShowMessage()
407 case Pretty: in ReplaceMessage()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/config/
H A Dinspect.go18 Pretty bool member
34 …cmd.Flags().BoolVar(&opts.Pretty, "pretty", false, "Print the information in a human friendly form…
43 if opts.Pretty {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/config/
H A Dinspect.go18 Pretty bool member
34 …cmd.Flags().BoolVar(&opts.Pretty, "pretty", false, "Print the information in a human friendly form…
43 if opts.Pretty {
/dports/devel/hs-spago/spago-0.20.3/src/Spago/
H A DPrelude.hs18 , Pretty
79 import qualified Data.Text.Prettyprint.Doc as Pretty
103 import Data.Text.Prettyprint.Doc (Pretty)
242 pretty :: Pretty.Pretty a => a -> Dhall.Text
244 . Pretty.layoutPretty Pretty.defaultLayoutOptions
245 . Pretty.pretty
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/src/Dhall/
H A DDirectoryTree.hs23 import qualified Data.Text.Prettyprint.Doc.Render.String as Pretty
25 import qualified Dhall.Pretty
148 Pretty.renderString (Dhall.Pretty.layout message)
/dports/lang/cocor/cocor-1.7_3/taste/
H A Dpretty.atg3 ** Coco/R C Taste Pretty Printer Example.
14 COMPILER Pretty
53 Pretty =
142 END Pretty.
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/tree/
H A DPrettySimpleStringTest.java41 import com.sun.tools.javac.tree.Pretty;
59 String thisSrc = Pretty.toSimpleString((JCTree) thisTree); in run()
68 String thisSrc = Pretty.toSimpleString((JCTree) thisTree, 32); in run()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/tree/
H A DPrettySimpleStringTest.java41 import com.sun.tools.javac.tree.Pretty;
59 String thisSrc = Pretty.toSimpleString((JCTree) thisTree); in run()
68 String thisSrc = Pretty.toSimpleString((JCTree) thisTree, 32); in run()
/dports/www/firefox/firefox-99.0/devtools/docs/user/debugger/how_to/pretty-print_a_minified_file/
H A Dindex.rst2 Pretty-print a minified file
5 To prettify a minified file, click the **Pretty print source** icon |image1| at the bottom of the :…
18 The **Pretty print source** icon is available only if the source file is minified (i.e., not an ori…
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/tree/
H A DPrettySimpleStringTest.java41 import com.sun.tools.javac.tree.Pretty;
59 String thisSrc = Pretty.toSimpleString((JCTree) thisTree); in run()
68 String thisSrc = Pretty.toSimpleString((JCTree) thisTree, 32); in run()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-tls/cmd/tlsdiag/
H A Dserver.go28 fmt.Printf(" Peer ID: %s\n", id.Pretty())
40 fmt.Printf("\tgo run cmd/tlsdiag.go client -p %d -id %s\n", *port, id.Pretty())
63 fmt.Printf("Authenticated client: %s\n", sconn.RemotePeer().Pretty())
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/tree/
H A DPrettySimpleStringTest.java41 import com.sun.tools.javac.tree.Pretty;
59 String thisSrc = Pretty.toSimpleString((JCTree) thisTree); in run()
68 String thisSrc = Pretty.toSimpleString((JCTree) thisTree, 32); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/tree/
H A DPrettySimpleStringTest.java41 import com.sun.tools.javac.tree.Pretty;
59 String thisSrc = Pretty.toSimpleString((JCTree) thisTree); in run()
68 String thisSrc = Pretty.toSimpleString((JCTree) thisTree, 32); in run()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/tree/
H A DPrettySimpleStringTest.java41 import com.sun.tools.javac.tree.Pretty;
59 String thisSrc = Pretty.toSimpleString((JCTree) thisTree); in run()
68 String thisSrc = Pretty.toSimpleString((JCTree) thisTree, 32); in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/tree/
H A DPrettySimpleStringTest.java41 import com.sun.tools.javac.tree.Pretty;
59 String thisSrc = Pretty.toSimpleString((JCTree) thisTree); in run()
68 String thisSrc = Pretty.toSimpleString((JCTree) thisTree, 32); in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/tree/
H A DPrettySimpleStringTest.java41 import com.sun.tools.javac.tree.Pretty;
59 String thisSrc = Pretty.toSimpleString((JCTree) thisTree); in run()
68 String thisSrc = Pretty.toSimpleString((JCTree) thisTree, 32); in run()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/tree/
H A DPrettySimpleStringTest.java38 import com.sun.tools.javac.tree.Pretty;
56 String thisSrc = Pretty.toSimpleString((JCTree) thisTree); in run()
65 String thisSrc = Pretty.toSimpleString((JCTree) thisTree, 32); in run()

12345678910>>...340