Home
last modified time | relevance | path

Searched refs:formatting (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/openbsd/gnu/usr.bin/perl/pod/
H A Dperlpod.pod135 use formatting codes, as seen here:
293 be for formatting as a footnote).
357 X<POD, formatting code> X<formatting code>
361 formatting codes (a.k.a. "interior sequences") can be used:
365 Prefer "formatting codes" instead.
376 X<B> X<< BZ<><> >> X<POD, formatting code, bold> X<bold>
384 X<C> X<< CZ<><> >> X<POD, formatting code, code> X<code>
548 X<Z> X<< ZZ<><> >> X<POD, formatting code, null> X<null>
619 X<POD, formatting code, escaping with multiple brackets>
629 X<POD, formatting code, escaping with multiple brackets>
[all …]
H A Dperlpodspec.pod60 in Pod source, as opposed to "EE<lt>32>", which is a formatting
139 would to an ordinary paragraph (i.e., formatting codes like
380 stipulate, for each additional command, whether formatting
395 There are two syntaxes for formatting codes:
418 formatting code. Examples:
456 (potentially nested!) formatting codes. Implementors should
487 =item C<ZE<lt>E<gt>> -- a null (zero-effect) formatting code
540 formatting codes.
552 instead of as equivalent to a "C" formatting code containing
1152 link text. Note that link text may contain formatting.)
[all …]
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/
H A Dterm-unknown8 formatting and still wrap successfully.
12 An unknown terminal type should "suppress" all termcap-based formatting
H A Dtag-width2 Tag width with formatting
H A Dwrapping7 B<I<Do>> I<B<not>> B<I<include>> B<I<formatting codes when>> B<I<wrapping>>.
H A Dtag-wrapping2 Tag width with formatting
/openbsd/gnu/llvm/libcxxabi/
H A D.clang-format8 # Disable formatting options which may break tests.
14 … long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/27_io/
H A Dbinary_iostreams_kuehl.txt32 requires some form of formatting! Assuming that just writing data and
53 formatting. A somewhat aged example is found at
55 This uses XDR formatting of the binary data (well, if I remmeber
56 correctly, it is easy to plug in a different binary formatting).
60 Use a data base, text formatting, or binary formatting. With the
/openbsd/gnu/gcc/libstdc++-v3/docs/html/27_io/
H A Dbinary_iostreams_kuehl.txt32 requires some form of formatting! Assuming that just writing data and
53 formatting. A somewhat aged example is found at
55 This uses XDR formatting of the binary data (well, if I remmeber
56 correctly, it is easy to plug in a different binary formatting).
60 Use a data base, text formatting, or binary formatting. With the
/openbsd/gnu/llvm/libcxx/docs/Status/
H A DFormatIssues.csv11 "`P2585R0 <https://wg21.link/P2585R0>`__","Improving default container formatting","C++23","Mark de…
14 `P1361 <https://wg21.link/P1361>`_,"Integration of chrono with text formatting","C++20",Mark de Wev…
16 "`P2419R2 <https://wg21.link/P2419R2>`__","Clarify handling of encodings in localized formatting of…
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DBlackBox.pm1903 my $formatting;
1952 $formatting = ' ' . $1;
1953 $formatting =~ s/\s+$//s; # nix trailing whitespace
1954 unless(length $formatting and $p->[$i-1] =~ m/\S/) { # no-op
1960 if( length($formatting) >= length($p->[$i-1]) ) {
1961 $formatting = substr($formatting, 0, length($p->[$i-1]) - 1) . ' ';
1963 $formatting .= ' ' x (length($p->[$i-1]) - length($formatting));
1968 DEBUG > 4 and print STDERR "Formatting <$formatting> on <", $p->[$i-1], ">\n";
1972 while( $formatting =~ m{\G(( +)|(\^+)|(\/+)|(\%+))}g ) {
1978 substr($p->[$i-1], pos($formatting)-length($1), length($1));
[all …]
/openbsd/gnu/llvm/clang/docs/
H A DLibFormat.rst5 LibFormat is a library that implements automatic source code formatting based
31 formatting. A list of options can be found under :ref:`style-options`.
41 The style options describe specific formatting options that can be used in
H A DClangFormat.rst35 --Werror - If set, changes formatting warnings to errors
38 This can be used to enable formatting, even if the
61 --dry-run - If set, do not actually make the formatting changes
68 Use -fallback-style=none to skip formatting.
122 When the desired code formatting style is different from the available options,
161 or save any files. To revert a formatting, just undo.
319 …-style STYLE formatting style to apply (LLVM, GNU, Google, Chromium, Microsoft, Mozilla, …
340 The following table :doc:`ClangFormattedStatus` shows the current status of clang-formatting for th…
/openbsd/gnu/llvm/libcxx/
H A D.clang-format80 # Disable formatting options which may break tests.
87 … long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
/openbsd/regress/usr.bin/mandoc/mdoc/Dv/
H A Dfont.out_markdown5 **Dv-font** - formatting of defined variables
H A Dfont.out_ascii4 DDvv--ffoonntt - formatting of defined variables
/openbsd/regress/usr.bin/mandoc/mdoc/Ev/
H A Dfont.out_markdown5 **Ev-font** - formatting of environment variables
H A Dfont.out_ascii4 EEvv--ffoonntt - formatting of environment variables
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-20052308 * sb.h: Fix formatting of comments.
2309 * sb.c: Fix formatting of comments.
3110 * config/tc-pj.c: Convert to ISO-C90 and fix formatting.
3137 * config/tc-tic30.c: Convert to ISO C90 formatting.
3138 * config/tc-tic30.h: Convert to ISO C90 formatting.
3139 * config/tc-pdp11.c: Convert to ISO C90 formatting.
3140 * config/atof-vax.c: Convert to ISO C90 formatting.
3268 * config/obj-coff.h: Convert to ISO C90 formatting.
3269 * config/obj-coff.c: Convert to ISO C90 formatting.
3525 for 64bit address space non-PIC. Fix formatting.
[all …]
/openbsd/gnu/usr.bin/perl/ext/Pod-Html/corpus/
H A Dperlpodspec-copy.pod64 in Pod source, as opposed to "EE<lt>32>", which is a formatting
140 would to an ordinary paragraph -- i.e., formatting codes (like
372 stipulate, for each additional command, whether formatting
387 There are two syntaxes for formatting codes:
410 formatting code. Examples:
436 (potentially nested!) formatting codes. Implementors should
467 =item C<ZE<lt>E<gt>> -- a null (zero-effect) formatting code
520 formatting codes.
1121 link text. Note that link text may contain formatting.)
1293 for formatting or for EE<lt>...> escapes, as in:
[all …]
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/
H A Dtag-width2 Tag width with formatting
H A Dwrapping7 B<I<Do>> I<B<not>> B<I<include>> B<I<formatting codes when>> B<I<wrapping>>.
H A Dtag-wrapping2 Tag width with formatting
H A Descape-wrapping2 Wrapping in the middle of formatting
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/overstrike/
H A Dtag-width2 Tag width with formatting

12345678910>>...13