Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 2237) sorted by relevance

12345678910>>...90

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/
H A Dpod2usage2.t67 my ($exit, $text) = getoutput( sub { pod2usage() } );
69 ok (compare ($text, <<'EOT'), "Output test pod2usage ()");
75 ($exit, $text) = getoutput( sub { pod2usage(
79 ok (compare ($text, <<'EOT'), "Output test pod2usage (-message => '...', -verbose => 1)") or diag("…
96 ($exit, $text) = getoutput( sub { pod2usage(
99 ok (compare ($text, <<'EOT'), "Output test pod2usage (-verbose => 2, -exit => 42)");
121 ($exit, $text) = getoutput( sub { pod2usage(0) } );
123 ok (compare ($text, <<'EOT'), "Output test pod2usage (0)");
139 ($exit, $text) = getoutput( sub { pod2usage(42) } );
141 ok (compare ($text, <<'EOT'), "Output test pod2usage (42)");
[all …]
/openbsd-src/usr.bin/tmux/
H A Doptions-table.c229 .text = "The key to send for backspace."
238 .text = "The maximum number of automatic buffers. "
253 .text = "Array of command aliases. "
263 .text = "Array of override widths for Unicode codepoints."
270 .text = "Shell command run when text is copied. "
278 .text = "Colour of the cursor."
286 .text = "Style of the cursor."
293 .text = "Default for the 'TERM' environment variable."
300 .text
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Text-Balanced/t/
H A D05_extmul.t22 my ($text, @index) = @_;
25 push @index, length($text);
28 push @bits, substr($text, $index[$i], $index[$i+1]-$index[$i]);
37 my $text = $stdtext1;
38 expect [ extract_multiple($text,undef,1) ],
41 expect [ pos $text], [ 4 ];
42 expect [ $text ], [ $stdtext1 ];
44 $text = $stdtext1;
45 expect [ scalar extract_multiple($text,undef,1) ],
48 expect [ pos $text], [ 0 ];
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/
H A DOverstrike.pm1 # Convert POD data to formatted overstrike text
38 my ($self, $attrs, $text) = @_;
39 $text =~ s/\s+$//;
40 $text = $self->strip_format ($text);
41 $text =~ s/(.)/$1\b$1/g;
42 return $self->SUPER::cmd_head1 ($attrs, $text);
47 my ($self, $attrs, $text) = @_;
48 $text =~ s/\s+$//;
49 $text
[all...]
/openbsd-src/regress/usr.bin/mandoc/char/space/
H A Dtab.out_lint1 mandoc: tab.in:11:2: WARNING: tab in filled text
2 mandoc: tab.in:13:3: WARNING: tab in filled text
3 mandoc: tab.in:15:4: WARNING: tab in filled text
4 mandoc: tab.in:17:5: WARNING: tab in filled text
5 mandoc: tab.in:19:6: WARNING: tab in filled text
6 mandoc: tab.in:21:7: WARNING: tab in filled text
7 mandoc: tab.in:23:8: WARNING: tab in filled text
8 mandoc: tab.in:25:9: WARNING: tab in filled text
9 mandoc: tab.in:27:10: WARNING: tab in filled text
10 mandoc: tab.in:29:11: WARNING: tab in filled text
[all …]
H A Dtab-man.out_lint1 mandoc: tab-man.in:8:2: WARNING: tab in filled text
2 mandoc: tab-man.in:10:3: WARNING: tab in filled text
3 mandoc: tab-man.in:12:4: WARNING: tab in filled text
4 mandoc: tab-man.in:14:5: WARNING: tab in filled text
5 mandoc: tab-man.in:16:6: WARNING: tab in filled text
6 mandoc: tab-man.in:18:7: WARNING: tab in filled text
7 mandoc: tab-man.in:20:8: WARNING: tab in filled text
8 mandoc: tab-man.in:22:9: WARNING: tab in filled text
9 mandoc: tab-man.in:24:10: WARNING: tab in filled text
10 mandoc: tab-man.in:26:11: WARNING: tab in filled text
[all …]
/openbsd-src/lib/libexpat/tests/
H A Dns_tests.c69 const char *text = "<foo:e xmlns:foo='http://example.org/' bar:a='12'\n" in START_TEST() local
82 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_FALSE) in START_TEST()
122 run_ns_tagname_overwrite_test(const char *text, const XML_Char *result) { in run_ns_tagname_overwrite_test() argument
128 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in run_ns_tagname_overwrite_test()
136 const char *text = "<n:e xmlns:n='http://example.org/'>\n" in START_TEST() local
148 run_ns_tagname_overwrite_test(text, result); in START_TEST()
154 const char *text = "<n:e xmlns:n='http://example.org/'>\n" in START_TEST() local
167 run_ns_tagname_overwrite_test(text, result); in START_TEST()
177 const char *text = "<e xmlns='http://example.org/'></e>"; in START_TEST() local
183 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in START_TEST()
[all …]
H A Dalloc_tests.c77 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" in START_TEST() local
85 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in START_TEST()
107 const char *text in START_TEST() local
135 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in START_TEST()
151 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" in START_TEST() local
162 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in START_TEST()
177 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" in START_TEST() local
188 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in START_TEST()
203 const char *text in START_TEST() local
229 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in START_TEST()
[all …]
H A Dbasic_tests.c82 char text[] = "<doc>\0</doc>"; in START_TEST() local
85 if (_XML_Parse_SINGLE_BYTES(g_parser, text, sizeof(text) - 1, XML_TRUE) in START_TEST()
137 const char *text = "\357\273\277<e/>"; in START_TEST() local
139 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in START_TEST()
146 char text[] = "\376\377\0<\0e\0/\0>"; in START_TEST() local
148 if (_XML_Parse_SINGLE_BYTES(g_parser, text, sizeof(text) - 1, XML_TRUE) in START_TEST()
155 char text[] in START_TEST() local
164 char text[] = " \0<\0e\0/\0>\0"; START_TEST() local
188 const char *text START_TEST() local
208 const char *text = "<?xml version='1.0' encoding='iso-8859-1'?>\n" START_TEST() local
223 const char *text = "<?xml version='1.0' encoding='iso-8859-1'?>\n" START_TEST() local
236 const char *text = "<?xml version='1.0' encoding='iso-8859-1'?>\n" START_TEST() local
249 const char *text = "<?xml version='1.0' encoding='iso-8859-1'?>\n" START_TEST() local
262 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" START_TEST() local
279 const char *text = "<doc>\xEF\xBA\xBF</doc>"; START_TEST() local
295 char text[100]; START_TEST() local
381 char text[] START_TEST() local
408 char text[] = "\xFF\xFE" /* BOM */ START_TEST() local
430 const char *text = "<?xml version='1.0' encoding='utf-16'?>" START_TEST() local
442 const char *text = "<doc>Hi</doc>"; START_TEST() local
453 const char *text START_TEST() local
482 const char *text START_TEST() local
495 const char *text START_TEST() local
552 const char *text START_TEST() local
601 const char *text = "<tag>\n" START_TEST() local
621 const char *text = "<tag></tag>"; START_TEST() local
639 const char *text = "<a>\n" /* Unix end-of-line */ START_TEST() local
671 const char *text = "<a>\n" START_TEST() local
691 const char *text = "<a>\n" START_TEST() local
716 const char *text START_TEST() local
751 const char *text START_TEST() local
793 const char *text = "<a><b><c/></b><d><f/></d></a>"; START_TEST() local
895 const char *text START_TEST() local
952 const char *text = "<?xml version='1.0' encoding='unsupported-encoding'?>\n" START_TEST() local
965 const char *text = "<?xml version='1.0' encoding='unsupported-encoding'?>\n" START_TEST() local
978 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
1000 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
1012 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
1033 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
1050 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" START_TEST() local
1069 const char *text = "<!DOCTYPE doc SYSTEM 'foo'>\n" START_TEST() local
1091 const char *text START_TEST() local
1105 const char *text START_TEST() local
1123 const char *text START_TEST() local
1142 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" START_TEST() local
1155 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" START_TEST() local
1177 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" START_TEST() local
1195 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
1250 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
1278 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
1359 const char *text = "<doc xmlns:prefix='http://example.org/'>\n" START_TEST() local
1374 const char *text = "<!DOCTYPE e:element [\n" START_TEST() local
1395 const char *text = long_character_data_text; START_TEST() local
1416 const char *text = long_character_data_text; START_TEST() local
1436 const char *text = long_character_data_text; START_TEST() local
1464 const char *text = "<a><![CDATA[<greeting>Hello, world!</greeting>]]></a>"; START_TEST() local
1499 const char text[] START_TEST() local
1526 const char text[] START_TEST() local
1560 const char text[] START_TEST() local
1636 const char text[] = "\0<\0?\0x\0m\0l\0" START_TEST() local
1673 const char text[] = "\0<\0?\0x\0m\0l\0" START_TEST() local
1693 const char *text; START_TEST() member
1750 const char *text; START_TEST() member
1823 const char *text = long_cdata_text; START_TEST() local
1833 const char *text = long_cdata_text; START_TEST() local
1885 const char *text = "<doc>hell]</doc>"; START_TEST() local
2097 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
2172 const char *text = "<!DOCTYPE foo [\n" START_TEST() local
2227 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" START_TEST() local
2244 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" START_TEST() local
2297 const char *text = "<!DOCTYPE doc [<!ENTITY foo 'bar'>]>\n" START_TEST() local
2311 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" START_TEST() local
2342 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
2372 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
2396 const char *text = "<doc>Hello</doc"; /* Missing closing wedge */ START_TEST() local
2412 const char *text = "<doc>Hello<meep/>world</doc>"; START_TEST() local
2431 const char *text = "<doc><![CDATA[Hello\nworld]]></doc>"; START_TEST() local
2448 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" START_TEST() local
2462 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" START_TEST() local
2478 const char *text START_TEST() local
2494 const char *text START_TEST() local
2511 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
2566 const char *text = "<doc>\r"; START_TEST() local
2594 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
2668 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
2688 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
2703 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" START_TEST() local
2749 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" START_TEST() local
2778 const char *text = "<doc></doc>"; START_TEST() local
2825 const char *text = get_buffer_test_text; START_TEST() local
2868 const char *text = get_buffer_test_text; START_TEST() local
2893 const char *const text = "\n"; START_TEST() local
2973 const char *text = "<doc></doc>"; START_TEST() local
2993 const char *text = PRE_ERROR_STR POST_ERROR_STR; START_TEST() local
3012 const char *text = START_ELEMENT CDATA_TEXT END_ELEMENT; START_TEST() local
3035 const char *text = "<doc>&lt;&gt;&amp;&quot;&apos;</doc>"; START_TEST() local
3067 const char *text = "<!DOCTYPE doc SYSTEM '004-1.ent'>\n" START_TEST() local
3079 const char *text[] = {"<doc>&pt;</doc>", "<doc>&amo;</doc>", START_TEST() local
3094 const char *text = "<!DOCTYPE doc SYSTEM 'foo'>\n" START_TEST() local
3118 const char text[] = START_TEST() local
3145 const char text[] = START_TEST() local
3174 const char *text = "<!DOCTYPE doc SYSTEM 'foo'>\n" START_TEST() local
3209 const char *text; external_bom_checker() local
3248 const char *const text = "<!DOCTYPE doc SYSTEM '004-1.ent'>\n" START_TEST() local
3280 const char *text = "<!DOCTYPE doc SYSTEM '004-1.ent'>\n" START_TEST() local
3325 const char *text = "<!DOCTYPE doc SYSTEM 'foo'>\n" START_TEST() local
3336 const char *text = "<!DOCTYPE doc SYSTEM '004-1.ent'>\n" START_TEST() local
3349 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" START_TEST() local
3362 const char *text = "<?xml version='1.0' standalone='no'?>\n" START_TEST() local
3387 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
3399 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
3416 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
3432 const char *text START_TEST() local
3459 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
3482 const char *text = "<?xml version='1.0' standalone='yes'?>\n" START_TEST() local
3502 const char *text = "<?xml version='1.0'?>\n" START_TEST() local
3524 const char *text = "<?xml version='1.0'?>\n" START_TEST() local
3543 const char *text = "<!DOCTYPE doc SYSTEM 'foo'>\n" START_TEST() local
3568 const char *text = long_character_data_text; START_TEST() local
3589 const char *text = "<doc></doc>\n\r\n"; START_TEST() local
3605 const char *text = "<doc></doc>\n"; START_TEST() local
3617 const char *text = "<doc></doc>\n"; START_TEST() local
3630 const char *text = "<doc/>"; START_TEST() local
3649 const char *text = "<doc></doc><"; START_TEST() local
3657 const char *text = "<doc></doc>\xe2\x82"; START_TEST() local
3673 const char *text START_TEST() local
3702 const char *const text START_TEST() local
3769 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
3787 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
3812 const char *text = "<$doc><doc></doc>"; START_TEST() local
3828 const char *text = "<!DOCTYPE doc [<!ATTLIST doc a CDATA '<bar>'>]>\n" START_TEST() local
3837 const char *text = "<!DOCTYPE doc [<!ATTLIST doc a CDATA '&foo'>]>\n" START_TEST() local
3846 const char *text = "<doc a='value\r'/>"; START_TEST() local
3858 const char *text = "<?xml version='1.0' standalone='yes' ?>\n" START_TEST() local
3876 const char *text = "<!DOCTYPE doc SYSTEM 'http://example.org/'>\n" START_TEST() local
3893 const char *text = "<!DOCTYPE doc SYSTEM 'http://example.org/one.ent'>\n" START_TEST() local
3911 const char *text = "<!DOCTYPE doc SYSTEM 'http://example.org/one.ent'>\n" START_TEST() local
3934 const char *text = "<!DOCTYPE doc SYSTEM 'http://example.org/'>\n" START_TEST() local
3961 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
3972 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
3983 const char text[] = START_TEST() local
4005 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
4017 const char *text = "<?test processing instruction?>\n<doc/>"; START_TEST() local
4033 const char *text = "<!-- This is a comment -->\n<doc/>"; START_TEST() local
4049 const char *text = "<?yml something like data?><doc/>"; START_TEST() local
4064 const char *text = "<?xnl nothing like data?><doc/>"; START_TEST() local
4079 const char *text = "<?xmm everything like data?><doc/>"; START_TEST() local
4094 const char text[] = START_TEST() local
4120 const char text[] = START_TEST() local
4147 const char text[] = START_TEST() local
4166 const char text[] = START_TEST() local
4188 const char *text = "<?xml version='1.0' encoding='no-conv'?>\n" START_TEST() local
4204 const char *text = "<?xml version='1.0' encoding='failing-conv'?>\n" START_TEST() local
4220 const char *text = "<?xml version='1.0' encoding='prefix-conv'?>\n" START_TEST() local
4231 const char *text = "<?xml version='1.0' encoding='prefix-conv'?>\n" START_TEST() local
4242 const char *text = "<?xml version='1.0' encoding='prefix-conv'?>\n" START_TEST() local
4255 const char *text = "<?xml version='1.0' encoding='prefix-conv'?>\n" START_TEST() local
4277 const char *text = "<?xml version='1.0' encoding='prefix-conv'?>\n" START_TEST() local
4296 const char *text = "<?xml version='1.0' encoding='invalid-9'?>\n" START_TEST() local
4306 const char *text = "<?xml version='1.0' encoding='ascii-like'?>\n" START_TEST() local
4315 const char *text = "<?xml version='1.0' encoding='ascii-like'?>\n" START_TEST() local
4325 const char *text = "<?xml version='1.0' encoding='invalid-len'?>\n" START_TEST() local
4335 const char *text = "<?xml version='1.0' encoding='invalid-a'?>\n" START_TEST() local
4345 const char *text = "<?xml version='1.0' encoding='invalid-surrogate'?>\n" START_TEST() local
4355 const char *text = "<?xml version='1.0' encoding='invalid-high'?>\n" START_TEST() local
4365 const char *text = "<?xml version='1.0' encoding='prefix-conv'?>\n" START_TEST() local
4379 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
4410 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
4445 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
4476 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
4508 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
4537 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
4572 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
4589 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
4617 const char *text = "<doc><![CDATA[one \xc3\xa9 two]]></doc>"; START_TEST() local
4630 const char *text = "<doc><![CDATA[\xc3\xa9]\xc3\xa9two]]></doc>"; START_TEST() local
4749 const char *text = "<doc >Hi</doc >"; START_TEST() local
4765 const char text[] = START_TEST() local
4789 const char text[] = "<\0d\0 \0a\0=\0'\0\x31\0'\0 \0" START_TEST() local
4805 const char *text = "<doc attr1='a' / attr2='b'>"; START_TEST() local
4821 const char text[] = "\0<\0!\0D\0O\0C\0T\0Y\0P\0E\0 \0d\0o\0c\0 \0[\0\n" START_TEST() local
4848 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
4870 const char text[] START_TEST() local
4888 const char *text = "<?xml version='1.0' encoding='prefix-conv'?>\n" START_TEST() local
4898 const char *text = "<!DOCTYPE \xDB\x25" START_TEST() local
4906 const char text[] = START_TEST() local
4925 const char *text = "<!DOCTYPE 1+ [ <!ENTITY foo 'bar'> ]>\n" START_TEST() local
4934 const char *text = "<!DOCTYPE 1* [ <!ENTITY foo 'bar'> ]>\n" START_TEST() local
4943 const char *text = "<!DOCTYPE 1? [ <!ENTITY foo 'bar'> ]>\n" START_TEST() local
4952 const char *text = "<?xml version='1.0' encoding='prefix-conv'?>" START_TEST() local
4969 const char text[] = START_TEST() local
4991 const char text[] = START_TEST() local
5013 const char text[] = START_TEST() local
5045 const char text[] = START_TEST() local
5080 const char *text = "<!DOCTYPE doc></doc>"; START_TEST() local
5087 const char *text = "<!DOCTYPE doc PUBLIC></doc>"; START_TEST() local
5094 const char *text = "<!DOCTYPE doc SYSTEM></doc>"; START_TEST() local
5101 const char *text = "<!DOCTYPE doc PUBLIC 'foo' 'bar' 'baz'></doc>"; START_TEST() local
5107 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
5118 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
5128 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
5138 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
5148 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
5159 const char *text = "<!DOCTYPE doc PUBLIC 'pubname' 'test.dtd' [\n" START_TEST() local
5181 const char *text = "<abort/>"; START_TEST() local
5194 const char *text = "<?xml version='1.0' encoding='UTF-8'?>\n" START_TEST() local
5218 const char *const text = "<!DOCTYPE a [\n" START_TEST() local
5253 } text[] = { START_TEST() local
5505 const char *const text START_TEST() local
[all...]
H A Dnsalloc_tests.c79 const char *text = "<doc xmlns='http://example.org/'>\n" in START_TEST() local
89 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in START_TEST()
109 const char *text = "<doc>Hello</doc>"; in START_TEST() local
143 buffer = XML_GetBuffer(g_parser, (int)strlen(text)); in START_TEST()
147 memcpy(buffer, text, strlen(text)); in START_TEST()
148 if (XML_ParseBuffer(g_parser, (int)strlen(text), XML_TRUE) in START_TEST()
153 if (XML_ParseBuffer(g_parser, (int)strlen(text), XML_TRUE) in START_TEST()
158 if (XML_GetBuffer(g_parser, (int)strlen(text)) != NULL) in START_TEST()
165 if (XML_ParseBuffer(g_parser, (int)strlen(text), XML_TRUE) in START_TEST()
170 if (XML_GetBuffer(g_parser, (int)strlen(text)) != NULL) in START_TEST()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DText.pm1 # Convert POD data to formatted text.
3 # This module converts POD to formatted text. It replaces the old Pod::Text
78 $self->accept_targets (qw/text TEXT/);
131 # Figure out what quotes we'll be using for C<> text.
156 # If requested, do something with the non-POD text.
181 # Add a block of text to the contents of the current node, formatting it
184 my ($self, $text) = @_;
186 $$tag[1] .= $text;
201 # text and nested elements. Otherwise, if start_element is defined, call it.
217 # this is where we pass along the text tha
[all...]
H A DMan.pm327 # Initialize the quotes that we'll be using for C<> text. This requires some
393 # Add a block of text to the contents of the current node, formatting it
396 my ($self, $text) = @_;
398 $$tag[2] .= $self->format_text ($$tag[1], $text);
412 # text and nested elements. Otherwise, if start_element is defined, call it.
424 # How we're going to format embedded text blocks depends on the tag
445 # If we have a command handler, pull off the pending text and pass it to
449 my $text = $self->$cmd_method ($$tag[0], $$tag[2]);
450 if (defined $text) {
452 $$self{PENDING}[-1][2] .= $text;
[all...]
/openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/
H A DbreakingIt.out_markdown11 Stray text.
12 &lt;More stray text&gt;
16 > Tagged text.
18 Stray text.
19 &lt;More stray text&gt;
25 > Tagged text.
26 > &lt;More tagged text&gt;
30 > Yet more tagged text.
32 * Item text.
33 &lt;More item text&gt;
[all …]
H A DbreakingIt.out_ascii8 Stray text. <More stray text>
10 tag Tagged text.
11 Stray text. <More stray text>
15 tag Tagged text. <More tagged text>
17 tag2 Yet more tagged text.
19 ++oo Item text. <More item text>
24 Stray text.
26 More stray text.
28 tag Tagged text.
29 Stray text.
[all …]
/openbsd-src/usr.bin/file/magdir/
H A Dtex10 # Although we may know the offset of certain text fields in TeX DVI
20 0 search/1 This\ is\ TeX, TeX transcript text
21 0 search/1 This\ is\ METAFONT, METAFONT transcript text
34 0 search/1 \\input\ texinfo Texinfo source text
35 !:mime text/x-texinfo
36 0 search/1 This\ is\ Info\ file GNU Info text
37 !:mime text/x-info
40 0 search/400 \\input TeX document text
41 !:mime text/x-tex
42 0 search/400 \\section LaTeX document text
[all …]
/openbsd-src/regress/usr.bin/mandoc/man/IP/
H A Dwidth.out_ascii11 text
15 text
19 text
23 text
27 text
31 text
34 text
37 text
40 text
43text
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dg77spec.c119 lookup_option (xopt, xskip, xarg, text) in lookup_option() argument
123 const char *text;
129 if ((skip = SWITCH_TAKES_ARG (text[1])))
130 skip -= (text[2] != '\0'); /* See gcc.c. */
132 if (text[1] == 'B')
133 opt = OPTION_B, skip = (text[2] == '\0'), arg = text + 2;
134 else if (text[1] == 'b')
135 opt = OPTION_b, skip = (text[2] == '\0'), arg = text + 2;
136 else if ((text[1] == 'c') && (text[2] == '\0'))
138 else if ((text[1] == 'E') && (text[2] == '\0'))
[all …]
/openbsd-src/regress/usr.bin/mandoc/man/TP/
H A Dwidth.out_ascii11 text
15 text
19 text
23 text
27 text
31 text
34 text
37 text
40text
46 text
[all …]
H A Ddouble.out_ascii7 leading text: This is a rather long text because we want to test the text
8 width; at which point will this text wrap to the next line?
10 first TP This is a rather long text because we want to test the
11 text width; at which point will this text wrap to the
14 second TP This is a rather long text because we want to test the
15 text width; at which point will this text wrap to the
18 normal paragraph: This is a rather long text because we want to test the
19 text width; at which point will this text wrap to the next line?
21 double TP This is a rather long text because we want to test the
22 text width; at which point will this text wrap to the
[all …]
/openbsd-src/regress/usr.bin/mandoc/man/RS/
H A Dnested.out_ascii7 regular text
8 outer text (default indent)
9 inner text (default indent)
10 outer text
11 regular text
13 tag tagged text (6n)
14 outer text (saved 6n)
15 inner text (default indent)
16 outer text
17 regular text
[all …]
/openbsd-src/gnu/usr.bin/cvs/contrib/
H A Dlog_accum.in113 local(@text, @files, $lastdir);
118 @text = ();
126 push(@text, &format_names($lastdir, @files));
133 push(@text, &format_names($lastdir, @files));
135 @text;
161 local(@text);
167 push(@text, $leader.$_);
170 @text;
186 local(@text) = @_;
234 print MAIL join("\n", @text), "\n";
[all …]
/openbsd-src/regress/usr.bin/mandoc/mdoc/Bd/
H A Dnested.out_markdown12 text
14 > outer text
17 > > inner text
21 > text
24 text
26 > outer text (4n)
28 > > inner text (2n)
30 > outer text
34 > > text
36 > outer text
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcompleter.c45 char *line_completion_function (const char *text, int matches, char *line_buffer,
101 readline_line_completion_function (const char *text, int matches) in readline_line_completion_function() argument
103 return line_completion_function (text, matches, rl_line_buffer, rl_point); in readline_line_completion_function()
109 noop_completer (char *text, char *prefix) in noop_completer() argument
116 filename_completer (char *text, char *word) in filename_completer() argument
132 p = rl_filename_completion_function (text, subsequent_name); in filename_completer()
157 if (word == text) in filename_completer()
160 else if (word > text) in filename_completer()
164 strcpy (q, p + (word - text)); in filename_completer()
171 q = xmalloc (strlen (p) + (text - word) + 5); in filename_completer()
[all …]
/openbsd-src/usr.bin/fgen/
H A Dfgen.l133 0 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
135 1 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
137 2 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
139 3 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
141 -1 { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
143 \. { ltoken.type = TOK_OTHER; ltoken.text = yytext; return &ltoken; }
149 -?{hex}{hexdot}* { ltoken.type = TOK_NUMBER; ltoken.text = yytext;
152 \'.\' { ltoken.type = TOK_C_LIT; ltoken.text = yytext; return &ltoken; }
157 \.\({white}*(\\\"|[^)])*\) { ltoken.type = TOK_PSTRING; ltoken.text = yytext;
164 ltoken.text = yytext; return &ltoken; }
[all …]
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/
H A Dhtmllink.pod43 L<text|/"section1">
45 L<text|/"section 2">
47 L<text|/"section three">
49 L<text|/"item1">
51 L<text|/"item 2">
53 L<text|/"item three">
55 L<text|/section1>
57 L<text|/section 2>
59 L<text|/section three>
61 L<text|/item1>
[all …]

12345678910>>...90