Home
last modified time | relevance | path

Searched refs:start_html (Results 1 – 19 of 19) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/CGI/t/
Dhtml.t56 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/
DPretty.pm138 sub start_html { subroutine
139 return CGI::start_html( @_ ) . $CGI::Pretty::LINEBREAK;
DPush.pm87 return $self->start_html("CGI::Push Default Counter"),
DChanges41 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/
Dnph-clock.cgi9 return start_html('Tick Tock'),
Dinternal_links.cgi10 print $query->start_html("Internal Links Example");
Dclickable_image.cgi6 print $query->start_html("A Clickable Image");
Dtryit.cgi6 print start_html('A Simple Example'),
Dpopup.cgi6 print $query->start_html('Popup Window');
Djavascript.cgi68 print start_html(-title=>'Personal Profile',-script=>$JSCRIPT);
Dcookie.cgi38 print start_html('Animal crackers');
Dmultiple_forms.cgi7 print $query->start_html('Multiple Forms');
Ddiff_upload.cgi10 print start_html("File Diff Example");
Dframeset.cgi46 print $query->start_html($TITLE);
Dsave_state.cgi7 print $query->start_html("Save and Restore Example");
Dcustomize.cgi38 print start_html(-title=>$title,
Dfile_upload.cgi9 print start_html("File Upload Example");
Dmonty.cgi9 print $query->start_html("Example CGI.pm Form");
/mirbsd/src/gnu/usr.bin/lynx/samples/
Dmailto-form.pl177 $q->start_html($title), "\n",