Home
last modified time | relevance | path

Searched refs:title (Results 1 – 9 of 9) sorted by relevance

/curl/tests/
H A Dtest1488.pl67 my $title;
71 $title = $1;
76 if($addedin && $title) {
77 if($manpage{$title}) {
78 print "$title is a duplicate symbol in file $m\n";
81 $manpage{$title} = $addedin;
H A Dtest1139.pl209 my $title;
216 $title="--$lo";
221 $title="-$sh, $title";
223 push @getparam, $title;
224 $opts{$title} |= 1;
/curl/docs/examples/
H A Dhtmltitle.cpp61 std::string title; member
144 context->title = ""; in StartElement()
172 context->title.append(reinterpret_cast<char *>(chars), length); in handleCharacters()
241 std::string &title) in parseHtml() argument
254 title = context.title; in parseHtml()
261 std::string title; in main() local
290 parseHtml(buffer, title); in main()
293 printf("Title: %s\n", title.c_str()); in main()
/curl/scripts/
H A Dcd2cd81 my $title;
101 $title=$1;
136 if(!$title) {
175 Title: $title
H A Dnroff2cd46 my $title;
71 $title = $1;
83 Title: $title
H A Dcd2nroff214 my $title;
237 $title=$1;
296 if(!$title) {
376 push @desc, ".TH $title $section \"$date\" $source\n";
545 $title = $f;
546 $title =~ s/\.[^.]*$//;
548 my $outfile = "$dir/$title.$section";
H A Dcoverage.sh40 genhtml cov.lcov --output-directory coverage --title "curl code coverage"
/curl/.github/scripts/
H A Dspellcheck.yaml23 - title
/curl/docs/libcurl/
H A Dcurl_mime_subparts.md51 static char *inline_html = "<title>example</title>";

Completed in 22 milliseconds