Searched refs:start_html (Results 1 – 19 of 19) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/lib/CGI/t/ |
| D | html.t | 56 test(13,start_html() eq <<END,"start_html()"); 68 test(14,start_html(-Title=>'The world of foo') eq <<END,"start_html()"); 81 test(15,start_html(-dtd=>"-//IETF//DTD HTML 3.2//FR",-lang=>'fr') eq <<END,"start_html()");
|
| /mirbsd/src/gnu/usr.bin/perl/lib/CGI/ |
| D | Pretty.pm | 138 sub start_html { subroutine 139 return CGI::start_html( @_ ) . $CGI::Pretty::LINEBREAK;
|
| D | Push.pm | 87 return $self->start_html("CGI::Push Default Counter"),
|
| D | Changes | 41 1. Fixed tabindex="0" when using CGI to create forms without a prior start_html 53 1. Fixed bare call to script() in start_html 70 11. The <?xml> directive produced by start_html is now turned off by 97 parameters passed to start_html; 110 15. Fixed documentation bug in -style argument to start_html() 183 1. Fixed bugs in start_html(-style=>...) support introduced in 2.94. 229 start_html(). 321 start_html in non-XHTML mode. 818 3. Added -noScript parameter to start_html(). 901 start_html(). [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/CGI/eg/ |
| D | nph-clock.cgi | 9 return start_html('Tick Tock'),
|
| D | internal_links.cgi | 10 print $query->start_html("Internal Links Example");
|
| D | clickable_image.cgi | 6 print $query->start_html("A Clickable Image");
|
| D | tryit.cgi | 6 print start_html('A Simple Example'),
|
| D | popup.cgi | 6 print $query->start_html('Popup Window');
|
| D | javascript.cgi | 68 print start_html(-title=>'Personal Profile',-script=>$JSCRIPT);
|
| D | cookie.cgi | 38 print start_html('Animal crackers');
|
| D | multiple_forms.cgi | 7 print $query->start_html('Multiple Forms');
|
| D | diff_upload.cgi | 10 print start_html("File Diff Example");
|
| D | frameset.cgi | 46 print $query->start_html($TITLE);
|
| D | save_state.cgi | 7 print $query->start_html("Save and Restore Example");
|
| D | customize.cgi | 38 print start_html(-title=>$title,
|
| D | file_upload.cgi | 9 print start_html("File Upload Example");
|
| D | monty.cgi | 9 print $query->start_html("Example CGI.pm Form");
|
| /mirbsd/src/gnu/usr.bin/lynx/samples/ |
| D | mailto-form.pl | 177 $q->start_html($title), "\n",
|