Lines Matching refs:title
49 my ($fh, $json, $title, $content) = @_;
55 $title
260 my $title = $_[1];
266 $content .= $title;
282 my $title = tag2title($k);
285 $content .= h2($title);
288 $content .= content_filter($k2, h3($title2), "$title $title2", $h{$k}{$k2});
291 $content .= content_filter($k, h2($title), $title, \@{$h{$k}});
482 title => h2("About $json->{'testsuite'}->{'name'}"),
487 title => h1("Test filtered by used flags"),
492 title => h1("All tests"),
519 print_asciidoc_page($fh, $json, $c->{'title'}, $c->{'content'}->($json));