| /openbsd-src/gnu/usr.bin/cvs/doc/ |
| H A D | cvs.aux | 1 'xrdef {Overview-title}{Overview} 4 'xrdef {What is CVS?-title}{What is CVS?} 7 'xrdef {What is CVS not?-title}{What is CVS not?} 10 'xrdef {A sample session-title}{A sample session} 13 'xrdef {Getting the source-title}{Getting the source} 16 'xrdef {Committing your changes-title}{Committing your changes} 19 'xrdef {Cleaning up-title}{Cleaning up} 22 'xrdef {Viewing differences-title}{Viewing differences} 25 'xrdef {Repository-title}{The Repository} 28 'xrdef {Specifying a repository-title}{Telling CVS where your repository is} [all …]
|
| H A D | cvsclient.aux | 1 'xrdef {Top-title}{CVS Client/Server} 4 'xrdef {Introduction-title}{Introduction} 7 'xrdef {Goals-title}{Goals} 10 'xrdef {Connection and Authentication-title}{How to Connect to and Authenticate Oneself to the CVS … 13 'xrdef {Password scrambling-title}{Password scrambling algorithm} 16 'xrdef {Protocol-title}{The CVS client/server protocol} 19 'xrdef {Entries Lines-title}{Entries Lines} 22 'xrdef {File Modes-title}{File Modes} 25 'xrdef {Filenames-title}{Conventions regarding transmission of file names} 28 'xrdef {File transmissions-title}{File transmissions} [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ |
| H A D | PullParser.pm | 277 my $title = shift->get_title(@_); 278 $title = $1 if $title =~ m/^(\S{1,60})\s+--?\s+./s; 280 return $title; 337 my $title; 386 # =head1's content as a title 401 ($title = $head1_text_content) =~ s/\s+$//; 402 DEBUG and print STDERR " It looks titular: \"$title\".\n\n Using that.\n"; 443 $title = $para_text_content; 447 undef $title; [all...] |
| H A D | RTF.pm | 503 my $title = $self->get_short_title(); 504 DEBUG and print STDERR "Short Title: <$title>\n"; 505 $title .= ' ' if length $title; 507 $title =~ s/ *$/ /s; 508 $title =~ s/^ //s; 509 $title =~ s/ $/, /s; 514 if $title =~ m/^\S+$/s and $title =~ m/::/s; 517 DEBUG and print STDERR "Title0: <$title>\ [all...] |
| H A D | HTMLLegacy.pm | 18 my( $verbose, $infile, $outfile, $title ); 31 "title=s" => \$title, 48 $verbose, $index, $infile, $outfile, $title, 60 $pod->force_title($title) if defined $title; 88 --title - title that will appear in resulting html file.
|
| H A D | HTML.pm | 70 # What to put before and after the title in the head. 207 qq[$Doctype_decl<html><head><title>] 210 "</title>", 260 my $title; 263 $title = $self->force_title; 264 DEBUG and print STDERR "Forcing title to be $title\n"; 266 # Actually try looking for the title in the document: 267 $title = $self->get_short_title(); 269 DEBUG and print STDERR "No content seen in search for title [all...] |
| /openbsd-src/regress/lib/libc/time/strptime/ |
| H A D | main.c | 51 char *p, *title, *buf, *format; in main() local 59 title = malloc(len + 1); in main() 60 memcpy(title, p, len); in main() 61 title[len] = '\0'; in main() 63 if (!strcmp(title, "EOF\n")) in main() 65 if (title[0] == '#' || title[0] == '\n') { in main() 66 free(title); in main() 95 printf("%s", title); in main() 106 free(title); in main()
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Rs/ |
| H A D | transp.out_markdown | 9 first after title, 11 *title*. 15 last before title, 16 *title*. 18 first after title and transparent, 21 *title*. 24 last before transparent and title, 25 *title*.
|
| H A D | transp.out_ascii | 7 first after title and last, _t_i_t_l_e. 9 first, middle, and last before title, _t_i_t_l_e. 11 first after title and transparent, middle before transparent, and last 14 first after transparent and last before transparent and title, _t_i_t_l_e.
|
| /openbsd-src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/ |
| H A D | 03_class.t | 8 is( $p->greeting, "Hi, I'm Donald Duck", "blank title"); 10 is( $p->greeting, "Hi, I'm Mr Donald Duck", "changed title"); 23 is( $ans, "Hi, I'm Donald Duck", "thread: blank title"); 26 is( $ans, "Hi, I'm Mr Donald Duck", "thread: changed title"); 59 CFF::fieldhash my %title; 64 $title{ $p} = shift || ''; 69 sub title { $title{ shift() } } 80 $_ and $greet .= "$_ " for $p->title; 93 my ( $name, $title) = @_; 94 $p->Person::init( $name, $title); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/ |
| H A D | oneshot.pl | 60 title "Testing $TopType Error Cases"; 227 title "Non-compressed data with $TopType, Transparent => $trans "; 261 title "$TopTypeInverse - corrupt data"; 310 title "$TopType - From Buff to Buff content '$disp_content' Append $append" ; 323 title "$TopType - From Buff to Array Ref content '$disp_content' Append $append" ; 336 title "$TopType - From Array Ref to Array Ref content '$disp_content' Append $append" ; 351 title "$TopType - From Buff to Filename content '$disp_content' Append $append" ; 366 title "$TopType - From Buff to Handle content '$disp_content' Append $append" ; 385 title "$TopType - From Filename to Filename content '$disp_content' Append $append" ; 403 title " [all...] |
| H A D | merge.pl | 44 title "Misc error cases"; 60 { title "$CompressClass - Merge to filename that isn't writable" } 62 { title "$CompressClass - Merge to filehandle that isn't writable" } 106 title "$CompressClass to $to_file, content is not compressed"; 145 title "$CompressClass to $to_file, content is empty"; 183 title "$CompressClass - Merge to file that doesn't exist"; 219 title "$CompressClass to Buffer, content is '$disp_content'"; 226 title "$CompressClass to Filehandle, content is '$disp_content'"; 230 title "$CompressClass to File, content is '$disp_content'"; 293 title " [all...] |
| H A D | zlib-generic.pl | 51 title "Testing $CompressClass Errors"; 57 title "Testing $UncompressClass Errors"; 62 title "Testing $CompressClass and $UncompressClass"; 65 title "flush" ; 130 title "inflateSync on plain file"; 151 title "$CompressClass: inflateSync for real"; 195 title "$CompressClass: inflateSync no FLUSH point";
|
| H A D | encode.pl | 61 title "OO Mode: To $to, Encode by hand"; 108 title "Catch wide characters"; 120 title "Unknown encoding"; 128 title "Encode option"; 132 title "Encode: To $to, Encode option";
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | html03.t | 18 like( x(qq{=pod\n\nThis is a paragraph}), qr{<title></title>}i ); 19 like( x(qq{This is a paragraph}), qr{<title></title>}i ); 20 like( x(qq{=head1 Prok\n\nThis is a paragraph}), qr{<title>Prok</title>}i ); 21 like( x(qq{=head1 NAME\n\nProk -- stuff\n\nThis}), qr{<title>Prok</title>} );
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/ |
| H A D | insert.cc | 199 const char* title = "Everything was beautiful, and nothing hurt"; in test02() local 201 str01 = title; in test02() 204 str01 = title; in test02() 207 str01 = title; in test02() 210 str01 = title; in test02() 213 str01 = title; in test02() 216 str01 = title; in test02() 221 str01 = title; in test02() 224 str01 = title; in test02() 227 str01 = title; in test02() [all …]
|
| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
| H A D | float.c | 34 add_new_float (char *id, char *title, char *shorttitle, in add_new_float() argument 42 new->title = title; in add_new_float() 104 return float_stack->title; in current_float_title() 245 if (strlen (temp->title) > 0) in cm_listoffloats() 251 execute_string ("%s", temp->title); in cm_listoffloats() 262 char *title = expansion (temp->title, 0); in cm_listoffloats() local 288 + strlen (temp->number) + strlen (title) in cm_listoffloats() 293 if (strlen (title) > 0) in cm_listoffloats() 298 len = strlen (title) + strlen (raw_entry); in cm_listoffloats() 304 title = expansion (temp->shorttitle, 0); in cm_listoffloats() [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/db/out/ |
| H A D | all.mout | 3 empty(1) - no title 29 one, empty(1) - no title 30 two, empty(1) - no title 33 one, empty(1) - no title 34 two, empty(1) - no title 46 empty(1, 8) - no title 49 empty(1/amd64, i386) - no title 130 empty(1) - no title 132 third, empty(1) - no title
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlmodlib.PL | 73 my $title = <MOD>; 74 chomp $title; 78 ($name, $thing) = split /\s+--?\s+/, $title, 2; 90 $title = "=item $name\n\n$thing\n\n"; 93 push @mod, $title; 95 push @pragma, $title;
|
| /openbsd-src/lib/libssl/test/ |
| H A D | pkits-test.pl | 807 my ( $tnum, $title ) = @$_; 808 print "$tnum $title\n" if $verbose; 811 my ( $tnum, $title, $exp_ret ) = @$_; 812 my $filename = $title; 837 print "$tnum $title : Failed!\n"; 847 my ( $tnum, $title, $exargs, $exp_epol, $exp_aset, $exp_uset, $exp_ret ) 849 my $filename = $title; 931 print "$tnum $title : Failed!\n";
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | conf.py | 245 title = f.readline().rstrip('\n') 247 m = re.match(r'^# (\S+) - (.+)$', title) 260 title = f.readline().rstrip('\n') 263 if len(header) != len(title): 266 if ' - ' not in title: 271 name,description = title.split(' - ', 1)
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/ |
| H A D | feature.t | 37 title => 'a title', 51 <title>a title</title> 60 <big><strong><span class="_podblock_"> a title</span></strong></big> 82 <big><strong><span class="_podblock_"> a title</span></strong></big>
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| H A D | 001bzip2.t | 59 title "Testing $CompressClass Errors"; 66 title "BlockSize100K => $stringValue"; 80 title "BlockSize100K => $stringValue"; 94 title "WorkFactor => $stringValue"; 108 title "WorkFactor => $stringValue"; 123 title "Testing $UncompressClass Errors"; 130 title "Small => $stringValue"; 144 title "Testing $CompressClass and $UncompressClass"; 153 title "$CompressClass - BlockSize100K => $value"; 167 title " [all...] |
| /openbsd-src/gnu/llvm/clang/www/ |
| H A D | make_cxx_dr_status | 11 def __init__(self, section, issue, url, status, title): argument 12 self.section, self.issue, self.url, self.status, self.title = \ 13 section, issue, url, status, title 15 return '%s (%s): %s' % (self.issue, self.status, self.title) 19 section, issue_link, status, liaison, title = [ 29 …title = title.replace('<issue_title>', '').replace('</issue_title>', '').replace('\r\n', '\n').str… 30 return DR(section, issue, url, status, title) 238 </tr>''' % (row_style, dr.issue, dr.issue, dr.issue, dr.status, dr.title, avail_style, avail))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/ |
| H A D | cpp.F | 2 character*40 title variable 3 title = 'Hello '//'World' 4 if (title .ne. 'Hello World') call abort
|