| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlpod.pod | 31 after. When it gets formatted, it will undergo minimal formatting, 35 You can use formatting codes in ordinary paragraphs, for B<bold>, 45 other text which does not require any special parsing or formatting, 51 be on 8-column boundaries. There are no special formatting codes, 108 The text in these heading commands can use formatting codes, as seen here: 135 use formatting codes, as seen here: 170 L<ZE<lt>E<gt>|/ZE<lt>E<gt> -- a null (zero-effect) formatting code> 291 (i.e., possibly containing formatting codes) that's just not for 292 normal formatting (e.g., may not be a normal-use paragraph, but might 293 be for formatting as a footnote). [all …]
|
| H A D | perlpodspec.pod | 60 in Pod source, as opposed to "EE<lt>32>", which is a formatting 65 directly formatting it). A B<Pod formatter> (or B<Pod translator>) 132 I<Some> command paragraphs allow formatting codes in their content 139 would to an ordinary paragraph (i.e., formatting codes like 212 is a heading. That text may contain formatting codes. Examples: 380 stipulate, for each additional command, whether formatting 391 formatting codes were referred to as "interior sequences", and 395 There are two syntaxes for formatting codes: 401 A formatting code starts with a capital letter (just US-ASCII [A-Z]) 413 A formatting cod [all...] |
| /openbsd-src/gnu/llvm/libcxxabi/ |
| H A D | .clang-format | 8 # 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-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/ |
| H A D | term-unknown | 8 formatting and still wrap successfully. 12 An unknown terminal type should "suppress" all termcap-based formatting
|
| H A D | tag-width | 2 Tag width with formatting
|
| H A D | wrapping | 7 B<I<Do>> I<B<not>> B<I<include>> B<I<formatting codes when>> B<I<wrapping>>.
|
| H A D | tag-wrapping | 2 Tag width with formatting
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/27_io/ |
| H A D | binary_iostreams_kuehl.txt | 32 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-src/gnu/lib/libstdc++/libstdc++/docs/html/27_io/ |
| H A D | binary_iostreams_kuehl.txt | 32 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-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | FormatIssues.csv | 11 "`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-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ |
| H A D | BlackBox.pm | 9 # turning formatting sequences into treelets. 1299 my $to_resolve; # whether to process formatting codes 1903 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 [all...] |
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | LibFormat.rst | 5 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 D | ClangFormat.rst | 35 --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-src/gnu/llvm/libcxx/ |
| H A D | .clang-format | 80 # 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-src/regress/usr.bin/mandoc/mdoc/Ev/ |
| H A D | font.out_markdown | 5 **Ev-font** - formatting of environment variables
|
| H A D | font.out_ascii | 4 EEvv--ffoonntt - formatting of environment variables
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Dv/ |
| H A D | font.out_markdown | 5 **Dv-font** - formatting of defined variables
|
| H A D | font.out_ascii | 4 DDvv--ffoonntt - formatting of defined variables
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ChangeLog-2005 | 68 * config/tc-vax.c: Convert to ISO C90 format. Fix formatting and 653 * config/tc-avr.c: Convert to ISO C90 format. Fix formatting and 2308 * sb.h: Fix formatting of comments. 2309 * sb.c: Fix formatting of comments. 2689 * config/tc-mips.c (check_absolute_expr): Fix formatting. 2702 * config/tc-mips.c (normalize_constant_expr): Fix formatting. 3066 * config/atof-ieee.c: Convert to ISO-C90 and fix formatting. 3067 * config/obj-aout.c: Convert to ISO-C90 and fix formatting. 3068 * config/obj-aout.h: Convert to ISO-C90 and fix formatting. 3069 * config/obj-bout.c: Convert to ISO-C90 and fix formatting. [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/corpus/ |
| H A D | perlpodspec-copy.pod | 64 in Pod source, as opposed to "EE<lt>32>", which is a formatting 69 directly formatting it). A B<Pod formatter> (or B<Pod translator>) 133 I<Some> command paragraphs allow formatting codes in their content 140 would to an ordinary paragraph -- i.e., formatting codes (like 213 is a heading. That text may contain formatting codes. Examples: 372 stipulate, for each additional command, whether formatting 383 formatting codes were referred to as "interior sequences", and 387 There are two syntaxes for formatting codes: 393 A formatting code starts with a capital letter (just US-ASCII [A-Z]) 405 A formatting code starts with a capital letter (just US-ASCII [A-Z]) [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/ |
| H A D | tag-width | 2 Tag width with formatting
|
| H A D | wrapping | 7 B<I<Do>> I<B<not>> B<I<include>> B<I<formatting codes when>> B<I<wrapping>>.
|
| H A D | tag-wrapping | 2 Tag width with formatting
|
| H A D | escape-wrapping | 2 Wrapping in the middle of formatting
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/overstrike/ |
| H A D | tag-width | 2 Tag width with formatting
|