| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/ |
| nph-clock.cgi | 9 return start_html('Tick Tock'),
|
| clickable_image.cgi | 6 print $query->start_html("A Clickable Image");
|
| internal_links.cgi | 10 print $query->start_html("Internal Links Example");
|
| tryit.cgi | 6 print start_html('A Simple Example'),
|
| popup.cgi | 6 print $query->start_html('Popup Window');
|
| diff_upload.cgi | 10 print start_html("File Diff Example");
|
| file_upload.cgi | 9 print start_html("File Upload Example");
|
| frameset.cgi | 46 print $query->start_html($TITLE);
|
| monty.cgi | 9 print $query->start_html("Example CGI.pm Form");
|
| multiple_forms.cgi | 7 print $query->start_html('Multiple Forms');
|
| save_state.cgi | 7 print $query->start_html("Save and Restore Example");
|
| customize.cgi | 38 print start_html(-title=>$title,
|
| javascript.cgi | 68 print start_html(-title=>'Personal Profile',-script=>$JSCRIPT);
|
| cookie.cgi | 38 print start_html('Animal crackers');
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/ |
| 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()");
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
| Push.pm | 87 return $self->start_html("CGI::Push Default Counter"), 127 return start_html('Test'), 135 return start_html('Done'), 197 return start_html('testing'), 253 start_html('testing'), 269 start_html('testing'), 277 start_html('Moved'),
|
| Pretty.pm | 138 sub start_html { subroutine 139 return CGI::start_html( @_ ) . $CGI::Pretty::LINEBREAK;
|
| Fast.pm | 73 print start_html("Fast CGI Rocks");
|
| /onnv/devref/ |
| fixup.py | 99 def start_html(self, attributes): member in class:FixupParser 105 '''See start_html.'''
|
| /onnv/onnv-gate/usr/src/cmd/filebench/scripts/ |
| filebench_compare.pl | 45 print HTML start_html(-title=>'Filebench');
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| CGI.pm | 52 # Change this to the preferred DTD to print in start_html() 230 base body Link nextid title meta kbd start_html end_html 1596 sub start_html { subroutine [all...] |