Home | History | Annotate | Download | only in src

Lines Matching refs:cgi

18 require 'cgi';
24 cgi = CGI.new("html4");
27 ie.test_num = cgi.params['t'][0].to_i
28 ie.subtest_data = cgi.params['s'][0] || nil
29 ie.random_mode = cgi.params['r'][0]
30 ie.lookup_mode = cgi.params['l'][0]
31 ie.stop_num = cgi.params['x'][0] || nil
34 mime_type = cgi.params['m'][0] || nil
37 # The CGI library wants the Content-Type header to be named 'type'. It
41 cgi.out(header_options) do
45 cgi.out('type' => 'text/html') do