HomeSort by relevance Sort by last modified time
    Searched refs:cgi (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/
cgi2.py 3 """CGI test 2 - basic use of cgi module."""
7 import cgi
10 form = cgi.FieldStorage()
19 print "<p>", cgi.escape(key), ":", cgi.escape(value)
  /external/python/cpython2/Demo/cgi/
cgi2.py 3 """CGI test 2 - basic use of cgi module."""
7 import cgi
10 form = cgi.FieldStorage()
19 print "<p>", cgi.escape(key), ":", cgi.escape(value)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqw.py 6 # faqwin.py; it prints timing statistics at the end of the regular CGI
9 # This script should be placed in your cgi-bin directory and made
32 import cgi
33 cgi.print_exception(t, v, tb)
  /external/python/cpython2/Tools/faqwiz/
faqw.py 6 # faqwin.py; it prints timing statistics at the end of the regular CGI
9 # This script should be placed in your cgi-bin directory and made
32 import cgi
33 cgi.print_exception(t, v, tb)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cgi.py 2 import cgi
10 # will completely confuse the test of the cgi module
14 cgi.sys = HackedSysModule()
53 return cgi.parse(fp, env, strict_parsing=1)
113 form = cgi.FieldStorage(fp=fake_stdin, environ=environ)
132 fcd = cgi.FormContentDict(env)
133 sd = cgi.SvFormContentDict(env)
134 fs = cgi.FieldStorage(environ=env)
176 d = cgi.InterpFormContentDict(env)
184 cgi.log("Testing")
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/cgi/
host_test.go 5 // Tests for package cgi
7 package cgi package
32 panic("cgi: bogus http request in test: " + httpreq)
50 // Make a map to hold the test map that the CGI returns.
61 t.Fatalf("unexpected error reading from CGI: %v", err)
97 cgiWorks = exec.Command("./testdata/test.cgi").Run() == nil
100 // No Perl on Windows, needed by test.cgi
102 t.Skip("Skipping test: test.cgi failed.")
109 Path: "testdata/test.cgi",
110 Root: "/test.cgi",
    [all...]
plan9_test.go 7 package cgi package
posix_test.go 7 package cgi package
  /prebuilts/go/linux-x86/src/net/http/cgi/
host_test.go 5 // Tests for package cgi
7 package cgi package
32 panic("cgi: bogus http request in test: " + httpreq)
50 // Make a map to hold the test map that the CGI returns.
61 t.Fatalf("unexpected error reading from CGI: %v", err)
97 cgiWorks = exec.Command("./testdata/test.cgi").Run() == nil
100 // No Perl on Windows, needed by test.cgi
102 t.Skip("Skipping test: test.cgi failed.")
109 Path: "testdata/test.cgi",
110 Root: "/test.cgi",
    [all...]
  /external/python/cpython2/Lib/test/
test_cgi.py 2 import cgi
12 # will completely confuse the test of the cgi module
16 cgi.sys = HackedSysModule()
55 return cgi.parse(fp, env, strict_parsing=1)
115 form = cgi.FieldStorage(fp=fake_stdin, environ=environ)
126 self.assertEqual("test &amp; string", cgi.escape("test & string"))
127 self.assertEqual("&lt;test string&gt;", cgi.escape("<test string>"))
128 self.assertEqual("&quot;test string&quot;", cgi.escape('"test string"', True))
139 fcd = cgi.FormContentDict(env)
140 sd = cgi.SvFormContentDict(env
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cgi.py 2 import cgi
10 # will completely confuse the test of the cgi module
14 cgi.sys = HackedSysModule()
53 return cgi.parse(fp, env, strict_parsing=1)
113 form = cgi.FieldStorage(fp=fake_stdin, environ=environ)
124 self.assertEqual("test &amp; string", cgi.escape("test & string"))
125 self.assertEqual("&lt;test string&gt;", cgi.escape("<test string>"))
126 self.assertEqual("&quot;test string&quot;", cgi.escape('"test string"', True))
137 fcd = cgi.FormContentDict(env)
138 sd = cgi.SvFormContentDict(env
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cgi.py 2 import cgi
10 # will completely confuse the test of the cgi module
14 cgi.sys = HackedSysModule()
53 return cgi.parse(fp, env, strict_parsing=1)
113 form = cgi.FieldStorage(fp=fake_stdin, environ=environ)
124 self.assertEqual("test &amp; string", cgi.escape("test & string"))
125 self.assertEqual("&lt;test string&gt;", cgi.escape("<test string>"))
126 self.assertEqual("&quot;test string&quot;", cgi.escape('"test string"', True))
137 fcd = cgi.FormContentDict(env)
138 sd = cgi.SvFormContentDict(env
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 2 import cgi
10 # will completely confuse the test of the cgi module
14 cgi.sys = HackedSysModule()
53 return cgi.parse(fp, env, strict_parsing=1)
113 form = cgi.FieldStorage(fp=fake_stdin, environ=environ)
124 self.assertEqual("test &amp; string", cgi.escape("test & string"))
125 self.assertEqual("&lt;test string&gt;", cgi.escape("<test string>"))
126 self.assertEqual("&quot;test string&quot;", cgi.escape('"test string"', True))
137 fcd = cgi.FormContentDict(env)
138 sd = cgi.SvFormContentDict(env
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py 2 import cgi
10 # will completely confuse the test of the cgi module
14 cgi.sys = HackedSysModule()
53 return cgi.parse(fp, env, strict_parsing=1)
113 form = cgi.FieldStorage(fp=fake_stdin, environ=environ)
124 self.assertEqual("test &amp; string", cgi.escape("test & string"))
125 self.assertEqual("&lt;test string&gt;", cgi.escape("<test string>"))
126 self.assertEqual("&quot;test string&quot;", cgi.escape('"test string"', True))
137 fcd = cgi.FormContentDict(env)
138 sd = cgi.SvFormContentDict(env
    [all...]
  /external/autotest/site_utils/admin/scripts/
fixperms.sh 5 chmod o+x /usr/local/autotest/tko/*.cgi
  /external/autotest/tko/
jsonp_fetcher.cgi 3 import cgi, traceback, urllib2
16 form = cgi.FieldStorage(keep_blank_values=True)
machine_test_attribute_graph.cgi 5 import cgi, cgitb, os, sys, re, subprocess
16 form = cgi.FieldStorage()
save_query.cgi 3 import os, cgi, cgitb, time, urllib
7 form = cgi.FieldStorage()
22 HTTP_REFERER = 'compose_query.cgi?' + urllib.urlencode(dict_url)
62 print '<a href="query_history.cgi">View saved queries</a>&nbsp;&nbsp;'
67 print '<a href="compose_query.cgi">Autotest Results</a><br>'
  /external/autotest/client/common_lib/cros/
interactive_xmlrpc_server.py 7 import cgi
105 cgi.escape(title),
106 cgi.escape(onclick)))
164 html = '<div id="%s"></div>' % cgi.escape(name)
180 item_html = '"<div id=\\"%s\\"></div>"' % cgi.escape(item_name)
184 cgi.escape(list_name),
206 cgi.escape(item_name),
  /build/make/tools/
compare_fileslist.py 18 import cgi, os, string, sys
86 print " <td class='fn'>%s</td>" % cgi.escape(combo)
98 print " <td class='fn'>%s</td>" % cgi.escape(row[0])
  /external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/
bluetooth_Sanity_Discoverable.py 5 import cgi
74 (cgi.escape(self.adapter['Alias']),
75 cgi.escape(self.adapter['Address']))))
  /external/toolchain-utils/crosperf/
results_report_templates.py 7 import cgi
18 # N.B. cgi.escape does some very basic HTML escaping. Nothing more.
19 escaped = cgi.escape(table_name, quote=True)
34 return _ExperimentFileHTML % (cgi.escape(experiment_file_text), )
  /external/autotest/site_utils/admin/apache/
apache2.conf 217 # listings, mod_status and mod_info output etc., but not CGI generated
233 #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
301 AddHandler cgi-script .cgi
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 106 my %cgi;
115 $cgi{(split '=', $element)[0]} = (split '=', $element)[1];
118 unless ( defined $cgi{'hostname'} ) {
122 if ( !exists $cgi{'myip'} ) {
123 $cgi{'myip'} = $client->peerhost();
126 if ( authorize($user, $pass, $cgi{'hostname'}, $cgi{'myip'}) == 0 ) {
127 print_http_response($client, $cgi{'myip'}, "good");
128 update_dns(\%cgi);
  /external/libmtp/
autogen.sh 54 wget -O tmpfile http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
56 wget -O tmpfile http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub

Completed in 932 milliseconds

1 2 3 4 5 6 7