Home
last modified time | relevance | path

Searched refs:PrettyPrint (Results 1 – 25 of 1909) sorted by relevance

12345678910>>...77

/dports/lang/ghc/ghc-8.8.4-boot/libraries/pretty/dist-install/build/
H A D.depend-v.haskell2 …ibraries/pretty/dist-install/build/Text/PrettyPrint/Annotated/HughesPJ.o : libraries/pretty/src/Te…
10 libraries/pretty/dist-install/build/Text/PrettyPrint/Annotated.o : libraries/pretty/src/Text/Pretty…
13 …aries/pretty/dist-install/build/Text/PrettyPrint/Annotated.o : libraries/pretty/dist-install/build…
18 libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ.o : libraries/pretty/src/Text/PrettyP…
26 …raries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ.o : libraries/pretty/dist-install/build…
27 …raries/pretty/dist-install/build/Text/PrettyPrint/HughesPJ.o : libraries/pretty/dist-install/build…
28 libraries/pretty/dist-install/build/Text/PrettyPrint.o : libraries/pretty/src/Text/PrettyPrint.hs
29 …le,libraries/pretty/dist-install/build/Text/PrettyPrint.hi : %hi: %o libraries/pretty/src/Text/P…
31 libraries/pretty/dist-install/build/Text/PrettyPrint.o : libraries/pretty/dist-install/build/Text/P…
32 libraries/pretty/dist-install/build/Text/PrettyPrint/HughesPJClass.o : libraries/pretty/src/Text/Pr…
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dpretty_print.h77 Status PrettyPrint(const RecordBatch& batch, int indent, std::ostream* sink);
80 Status PrettyPrint(const RecordBatch& batch, const PrettyPrintOptions& options,
85 Status PrettyPrint(const Table& table, const PrettyPrintOptions& options,
90 Status PrettyPrint(const Array& arr, int indent, std::ostream* sink);
94 Status PrettyPrint(const Array& arr, const PrettyPrintOptions& options,
99 Status PrettyPrint(const Array& arr, const PrettyPrintOptions& options,
104 Status PrettyPrint(const ChunkedArray& chunked_arr, const PrettyPrintOptions& options,
109 Status PrettyPrint(const ChunkedArray& chunked_arr, const PrettyPrintOptions& options,
113 Status PrettyPrint(const Schema& schema, const PrettyPrintOptions& options,
117 Status PrettyPrint(const Schema& schema, const PrettyPrintOptions& options,
H A Dpretty_print.cc443 Status PrettyPrint(const Array& arr, int indent, std::ostream* sink) { in PrettyPrint() function
450 Status PrettyPrint(const Array& arr, const PrettyPrintOptions& options, in PrettyPrint() function
456 Status PrettyPrint(const Array& arr, const PrettyPrintOptions& options, in PrettyPrint() function
459 RETURN_NOT_OK(PrettyPrint(arr, options, &sink)); in PrettyPrint()
508 RETURN_NOT_OK(PrettyPrint(chunked_arr, options, &sink)); in PrettyPrint()
517 RETURN_NOT_OK(PrettyPrint(*batch.column(i), indent + 2, sink)); in PrettyPrint()
532 RETURN_NOT_OK(PrettyPrint(*batch.column(i), column_options, sink)); in PrettyPrint()
541 RETURN_NOT_OK(PrettyPrint(*table.schema(), options, sink)); in PrettyPrint()
552 RETURN_NOT_OK(PrettyPrint(*table.column(i), column_options, sink)); in PrettyPrint()
560 return PrettyPrint(arr, indent, &std::cerr); in DebugPrint()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/
H A Dpretty_print.h79 Status PrettyPrint(const RecordBatch& batch, int indent, std::ostream* sink);
82 Status PrettyPrint(const RecordBatch& batch, const PrettyPrintOptions& options,
87 Status PrettyPrint(const Table& table, const PrettyPrintOptions& options,
92 Status PrettyPrint(const Array& arr, int indent, std::ostream* sink);
96 Status PrettyPrint(const Array& arr, const PrettyPrintOptions& options,
101 Status PrettyPrint(const Array& arr, const PrettyPrintOptions& options,
106 Status PrettyPrint(const ChunkedArray& chunked_arr, const PrettyPrintOptions& options,
111 Status PrettyPrint(const ChunkedArray& chunked_arr, const PrettyPrintOptions& options,
115 Status PrettyPrint(const Schema& schema, const PrettyPrintOptions& options,
119 Status PrettyPrint(const Schema& schema, const PrettyPrintOptions& options,
H A Dpretty_print.cc396 Status PrettyPrint(const Array& arr, int indent, std::ostream* sink) { in PrettyPrint() function
403 Status PrettyPrint(const Array& arr, const PrettyPrintOptions& options, in PrettyPrint() function
409 Status PrettyPrint(const Array& arr, const PrettyPrintOptions& options, in PrettyPrint() function
412 RETURN_NOT_OK(PrettyPrint(arr, options, &sink)); in PrettyPrint()
472 RETURN_NOT_OK(PrettyPrint(chunked_arr, options, &sink)); in PrettyPrint()
481 RETURN_NOT_OK(PrettyPrint(*batch.column(i), indent + 2, sink)); in PrettyPrint()
496 RETURN_NOT_OK(PrettyPrint(*batch.column(i), column_options, sink)); in PrettyPrint()
505 RETURN_NOT_OK(PrettyPrint(*table.schema(), options, sink)); in PrettyPrint()
516 RETURN_NOT_OK(PrettyPrint(*table.column(i), column_options, sink)); in PrettyPrint()
524 return PrettyPrint(arr, indent, &std::cerr); in DebugPrint()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dpretty_print.h77 Status PrettyPrint(const RecordBatch& batch, int indent, std::ostream* sink);
80 Status PrettyPrint(const RecordBatch& batch, const PrettyPrintOptions& options,
85 Status PrettyPrint(const Table& table, const PrettyPrintOptions& options,
90 Status PrettyPrint(const Array& arr, int indent, std::ostream* sink);
94 Status PrettyPrint(const Array& arr, const PrettyPrintOptions& options,
99 Status PrettyPrint(const Array& arr, const PrettyPrintOptions& options,
104 Status PrettyPrint(const ChunkedArray& chunked_arr, const PrettyPrintOptions& options,
109 Status PrettyPrint(const ChunkedArray& chunked_arr, const PrettyPrintOptions& options,
113 Status PrettyPrint(const Schema& schema, const PrettyPrintOptions& options,
117 Status PrettyPrint(const Schema& schema, const PrettyPrintOptions& options,
H A Dpretty_print.cc436 Status PrettyPrint(const Array& arr, int indent, std::ostream* sink) { in PrettyPrint() function
443 Status PrettyPrint(const Array& arr, const PrettyPrintOptions& options, in PrettyPrint() function
449 Status PrettyPrint(const Array& arr, const PrettyPrintOptions& options, in PrettyPrint() function
452 RETURN_NOT_OK(PrettyPrint(arr, options, &sink)); in PrettyPrint()
501 RETURN_NOT_OK(PrettyPrint(chunked_arr, options, &sink)); in PrettyPrint()
510 RETURN_NOT_OK(PrettyPrint(*batch.column(i), indent + 2, sink)); in PrettyPrint()
525 RETURN_NOT_OK(PrettyPrint(*batch.column(i), column_options, sink)); in PrettyPrint()
534 RETURN_NOT_OK(PrettyPrint(*table.schema(), options, sink)); in PrettyPrint()
545 RETURN_NOT_OK(PrettyPrint(*table.column(i), column_options, sink)); in PrettyPrint()
553 return PrettyPrint(arr, indent, &std::cout); in DebugPrint()
[all …]
/dports/textproc/p5-XML-LibXML-PrettyPrint/XML-LibXML-PrettyPrint-0.006/
H A Ddoap.ttl13 <http://purl.org/NET/cpan-uri/dist/XML-LibXML-PrettyPrint/project>
20 doap:download-page <https://metacpan.org/release/XML-LibXML-PrettyPrint>;
21 doap:homepage <https://metacpan.org/release/XML-LibXML-PrettyPrint>;
28 doap:name "XML-LibXML-PrettyPrint";
30PrettyPrint/v_0-001>, <http://purl.org/NET/cpan-uri/dist/XML-LibXML-PrettyPrint/v_0-002>, <http://…
37 <http://purl.org/NET/cpan-uri/dist/XML-LibXML-PrettyPrint/v_0-001>
44 <http://purl.org/NET/cpan-uri/dist/XML-LibXML-PrettyPrint/v_0-002>
62 <http://purl.org/NET/cpan-uri/dist/XML-LibXML-PrettyPrint/v_0-003>
76 <http://purl.org/NET/cpan-uri/dist/XML-LibXML-PrettyPrint/v_0-004>
88 <http://purl.org/NET/cpan-uri/dist/XML-LibXML-PrettyPrint/v_0-005>
[all …]
H A DMETA.yml17 name: XML-LibXML-PrettyPrint
27 XML::LibXML::PrettyPrint:
28 file: lib/XML/LibXML/PrettyPrint.pm
35 X_identifier: http://purl.org/NET/cpan-uri/dist/XML-LibXML-PrettyPrint/project
36 bugtracker: http://rt.cpan.org/Dist/Display.html?Queue=XML-LibXML-PrettyPrint
37 homepage: https://metacpan.org/release/XML-LibXML-PrettyPrint
H A DINSTALL1 Installing XML-LibXML-PrettyPrint should be straightforward.
6 % cpanm XML::LibXML::PrettyPrint
11 % cpanm -S XML::LibXML::PrettyPrint
17 % cpan XML::LibXML::PrettyPrint
26 To build XML-LibXML-PrettyPrint:
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/xml/prettyprint/
H A Dmain.cpp52 class PrettyPrint class
54 Q_DECLARE_TR_FUNCTIONS(PrettyPrint)
74 errorStream << PrettyPrint::tr( in main()
84 errorStream << PrettyPrint::tr( in main()
89 errorStream << PrettyPrint::tr( in main()
97 QTextStream(stderr) << PrettyPrint::tr("Failed to open stdout."); in main()
119 errorStream << PrettyPrint::tr( in main()
127 errorStream << PrettyPrint::tr( in main()
/dports/print/cups-filters/cups-filters-1.28.10/filter/
H A Dtextcommon.c37 PrettyPrint = 0, /* Do pretty code formatting */ variable
560 PrettyPrint = PRETTY_PLAIN; in TextMain()
566 PrettyPrint = PRETTY_SHELL; in TextMain()
572 PrettyPrint = PRETTY_CODE; in TextMain()
578 PrettyPrint = PRETTY_PERL; in TextMain()
584 PrettyPrint = PRETTY_SHELL; in TextMain()
590 PrettyPrint = PRETTY_PLAIN; in TextMain()
643 if (PrettyPrint) in TextMain()
958 if (PrettyPrint > PRETTY_PLAIN) in TextMain()
1092 if (PrettyPrint) in TextMain()
[all …]
/dports/lang/ghc/ghc-8.8.4-boot/libraries/pretty/
H A Dpretty.cabal36 Text.PrettyPrint
37 Text.PrettyPrint.HughesPJ
38 Text.PrettyPrint.HughesPJClass
39 Text.PrettyPrint.Annotated
40 Text.PrettyPrint.Annotated.HughesPJ
41 Text.PrettyPrint.Annotated.HughesPJClass
58 Text.PrettyPrint.Annotated.HughesPJ
59 Text.PrettyPrint.HughesPJ
69 include-dirs: src/Text/PrettyPrint/Annotated
/dports/lang/ghc/ghc-8.10.7/libraries/pretty/
H A Dpretty.cabal36 Text.PrettyPrint
37 Text.PrettyPrint.HughesPJ
38 Text.PrettyPrint.HughesPJClass
39 Text.PrettyPrint.Annotated
40 Text.PrettyPrint.Annotated.HughesPJ
41 Text.PrettyPrint.Annotated.HughesPJClass
58 Text.PrettyPrint.Annotated.HughesPJ
59 Text.PrettyPrint.HughesPJ
69 include-dirs: src/Text/PrettyPrint/Annotated
/dports/math/py-jax/jax-0.2.9/jax/_src/
H A Dpprint_util.py22 class PrettyPrint: class
29 return PrettyPrint([(indent + orig_indent, s)
34 return PrettyPrint([(i, s.ljust(length) + f" [{msg}]")] + list(rest))
37 return PrettyPrint(self.lines + rhs.lines)
48 return PrettyPrint(self.lines[:-1]
57 return PrettyPrint([(0, line) for line in str(s).splitlines()])
/dports/www/firefox/firefox-99.0/third_party/rust/regalloc/src/
H A Dpretty_print.rs8 pub trait PrettyPrint { trait
16 pub trait PrettyPrintSized: PrettyPrint {
28 impl PrettyPrint for Reg {
46 impl<R: PrettyPrint + WritableBase> PrettyPrint for Writable<R> {
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/regalloc/src/
H A Dpretty_print.rs8 pub trait PrettyPrint { interface
16 pub trait PrettyPrintSized: PrettyPrint {
28 impl PrettyPrint for Reg {
46 impl<R: PrettyPrint + WritableBase> PrettyPrint for Writable<R> {
/dports/lang/rust/rustc-1.58.1-src/vendor/regalloc/src/
H A Dpretty_print.rs8 pub trait PrettyPrint { trait
16 pub trait PrettyPrintSized: PrettyPrint {
28 impl PrettyPrint for Reg {
46 impl<R: PrettyPrint + WritableBase> PrettyPrint for Writable<R> {
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/regalloc/src/
H A Dpretty_print.rs8 pub trait PrettyPrint { interface
16 pub trait PrettyPrintSized: PrettyPrint {
28 impl PrettyPrint for Reg {
46 impl<R: PrettyPrint + WritableBase> PrettyPrint for Writable<R> {
/dports/devel/stack/stack-2.7.3/_cabal_deps/rio-prettyprint-0.1.1.0/
H A Drio-prettyprint.cabal29 RIO.PrettyPrint
30 RIO.PrettyPrint.DefaultStyles
31 RIO.PrettyPrint.StylesUpdate
32 RIO.PrettyPrint.Types
33 Text.PrettyPrint.Leijen.Extended
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/masterzen/simplexml/dom/
H A Ddom_test.go11 doc.PrettyPrint = true
19 doc.PrettyPrint = true
29 doc.PrettyPrint = true
55 doc.PrettyPrint = true
74 doc.PrettyPrint = true
93 doc.PrettyPrint = true
/dports/devel/stack/stack-2.7.3/_cabal_deps/optparse-applicative-0.16.1.0/src/Options/Applicative/Help/
H A DPretty.hs2 ( module Text.PrettyPrint.ANSI.Leijen
11 import Text.PrettyPrint.ANSI.Leijen hiding ((<$>), (<>), columns)
12 import Text.PrettyPrint.ANSI.Leijen.Internal (Doc (..), flatten)
13 import qualified Text.PrettyPrint.ANSI.Leijen as PP
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/Help/
H A DPretty.hs2 ( module Text.PrettyPrint.ANSI.Leijen
11 import Text.PrettyPrint.ANSI.Leijen hiding ((<$>), (<>), columns)
12 import Text.PrettyPrint.ANSI.Leijen.Internal (Doc (..), flatten)
13 import qualified Text.PrettyPrint.ANSI.Leijen as PP
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/Help/
H A DPretty.hs2 ( module Text.PrettyPrint.ANSI.Leijen
11 import Text.PrettyPrint.ANSI.Leijen hiding ((<$>), (<>), columns)
12 import Text.PrettyPrint.ANSI.Leijen.Internal (Doc (..), flatten)
13 import qualified Text.PrettyPrint.ANSI.Leijen as PP
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/optparse-applicative-0.16.0.0/src/Options/Applicative/Help/
H A DPretty.hs2 ( module Text.PrettyPrint.ANSI.Leijen
11 import Text.PrettyPrint.ANSI.Leijen hiding ((<$>), (<>), columns)
12 import Text.PrettyPrint.ANSI.Leijen.Internal (Doc (..), flatten)
13 import qualified Text.PrettyPrint.ANSI.Leijen as PP

12345678910>>...77