/external/python/cpython2/Lib/test/ |
D | test_cgi.py | 2 import cgi 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 & string", cgi.escape("test & string")) 127 self.assertEqual("<test string>", cgi.escape("<test string>")) 128 self.assertEqual(""test string"", cgi.escape('"test string"', True)) 139 fcd = cgi.FormContentDict(env) 140 sd = cgi.SvFormContentDict(env) 141 fs = cgi.FieldStorage(environ=env) [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_cgi.py | 2 import cgi 18 cgi.sys = HackedSysModule() 50 return cgi.parse(fp, env, strict_parsing=1) 114 form = cgi.FieldStorage(fp=fake_stdin, environ=environ, encoding=encoding) 128 result = cgi.parse_multipart(fp, env) 144 result = cgi.parse_multipart(fp, env, encoding="ascii", 152 fs = cgi.FieldStorage() 160 self.assertRaises(TypeError, cgi.FieldStorage, "not-a-file-obj", 162 self.assertRaises(TypeError, cgi.FieldStorage, "foo", "bar") 163 fs = cgi.FieldStorage(headers={'content-type':'text/plain'}) [all …]
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 6bbd46151c1451f276886aa52d508e7b.000002d7.honggfuzz.cov | 1 GET /cgi-bin/test-cgi HTTP/1.1 9 ET /cgi-bin/test-cgi HTTP/1.1 22 ET /cgi-bin/test-cgi HTTP/1.1
|
D | dc397cba39ce5e15a57e446f8c447a29.00000282.honggfuzz.cov | 1 GET /cgi-bin/test-cgi HTTP/1.1
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 6bbd46151c1451f276886aa52d508e7b.000002d7.honggfuzz.cov | 1 GET /cgi-bin/test-cgi HTTP/1.1 9 ET /cgi-bin/test-cgi HTTP/1.1 22 ET /cgi-bin/test-cgi HTTP/1.1
|
D | bf946bfb0714abd7a0f35e6ee6a63f5b.0000026d.honggfuzz.cov | 1 GET /cgi-bin/testcig- HTTP/1.1 9 ET /cgi-bin/test-cgi HTTP/1.1 18 ET /cgi-bin/test-cgi HTTP/1.1
|
/external/tensorflow/tensorflow/lite/testing/ |
D | generate_examples_report.py | 24 import cgi 48 s = cgi.escape(repr(x), quote=True) 79 fp.write(json.dumps([[cgi.escape(x[1]["tf_log"], quote=True), 80 cgi.escape(x[1]["toco_log"], quote=True)] 103 fp.write("<th>%s</th>\n" % cgi.escape(p, quote=True)) 110 fp.write(" <td>%s</td>\n" % cgi.escape(repr(params[p]), quote=True))
|
/external/autotest/client/common_lib/cros/ |
D | 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),
|
/external/python/cpython2/Demo/cgi/ |
D | cgi2.py | 7 import cgi 10 form = cgi.FieldStorage() 19 print "<p>", cgi.escape(key), ":", cgi.escape(value)
|
/external/honggfuzz/ |
D | README.md | 48 …* [Use-after-free in __mod\_http2__ • CVE-2017-9789](http://cve.mitre.org/cgi-bin/cvename.cgi?name… 49 …eak in __mod\_auth\_digest__ • CVE-2017-9788](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-20… 54 …* [Remote OOB read in __OpenSSL__ • CVE-2015-1789]( https://cve.mitre.org/cgi-bin/cvename.cgi?name… 62 …* [Adobe __Flash__ memory corruption • CVE-2015-0316](http://cve.mitre.org/cgi-bin/cvename.cgi?nam… 63 …* [Multiple bugs in the __libtiff__ library](http://bugzilla.maptools.org/buglist.cgi?query_format… 64 …* [Multiple bugs in the __librsvg__ library](https://bugzilla.gnome.org/buglist.cgi?query_format=a… 77 * [CVE-2010-2497](https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-2497) 78 * [CVE-2010-2498](https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-2498) 79 * [CVE-2010-2499](https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-2499) 80 * [CVE-2010-2500](https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-2500) [all …]
|
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/ |
D | bluetooth_Sanity_Discovery.py | 5 import cgi 58 html = '%s %s' % (cgi.escape(device['Address']), 59 cgi.escape(device['Alias'])) 106 (cgi.escape(self.name), 107 cgi.escape(self.address))))
|
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/ |
D | bluetooth_Sanity_LEDiscovery.py | 5 import cgi 58 html = '%s %s' % (cgi.escape(device['Address']), 59 cgi.escape(device['Alias'])) 107 (cgi.escape(self.name), 108 cgi.escape(self.address))))
|
/external/ltp/pan/cgi/ |
D | README | 22 results.cgi 30 browse.cgi 35 The side by side comparison is done with in reconsile.cgi 37 reconsile.cgi 47 -a` output in browse.cgi and reconsile.cgi. You will be missing this
|
/external/libxml2/test/URI/ |
D | uri.data | 13 /root.cgi#OK 14 /root.cgi?OK 15 /root.cgi?OK#OK2
|
/external/selinux/python/sepolicy/sepolicy/help/ |
D | file_equiv.txt | 9 …s handed /srv/www/cgi-bin/myscript.cgi, it substitutes /var/www for /svr/www and looks up the cont…
|
/external/python/cpython2/Tools/faqwiz/ |
D | README | 16 importable module. The actual script in cgi-bin is minimal. 20 faqw.py executable script to be edited and installed in cgi-bin 71 install faqw.py in your cgi-bin directory. Make sure that it is 75 specifying a different directory for "cgi-bin" if local conventions so 78 http://your.web.server/cgi-bin/faqw.py 81 file. The documentation for Python's cgi module in the Python Library 84 documentation is repeated in the doc string in the cgi module; try 85 ``import cgi; print cgi.__doc__''.
|
D | faqw.py | 32 import cgi 33 cgi.print_exception(t, v, tb)
|
/external/toolchain-utils/crosperf/ |
D | results_report_templates.py | 7 import cgi 20 escaped = cgi.escape(table_name, quote=True) 36 return _ExperimentFileHTML % (cgi.escape(experiment_file_text),)
|
/external/libxml2/result/URI/ |
D | uri.data | 13 http://foo.com/root.cgi#OK 14 http://foo.com/root.cgi?OK 15 http://foo.com/root.cgi?OK#OK2
|
/external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/ |
D | bluetooth_Sanity_Discoverable.py | 5 import cgi 74 (cgi.escape(self.adapter['Alias']), 75 cgi.escape(self.adapter['Address']))))
|
/external/autotest/apache/conf/ |
D | cgi-directives | 1 AddHandler cgi-script .cgi
|
/external/curl/tests/data/ |
D | test45 | 15 Location: data.cgi?moo=http://&/450002 34 Location: data.cgi?moo=http://&/450002 70 GET /want/data.cgi?moo=http://&/450002 HTTP/1.1
|
/external/python/cpython2/Doc/library/ |
D | cgi.rst | 1 :mod:`cgi` --- Common Gateway Interface support 4 .. module:: cgi 16 **Source code:** :source:`Lib/cgi.py` 34 Most often, CGI scripts live in the server's special :file:`cgi-bin` directory. 64 .. _using-the-cgi-module: 66 Using the cgi module 69 Begin by writing ``import cgi``. Do not use ``from cgi import *`` --- the 111 form = cgi.FieldStorage() 252 import cgi 253 form = cgi.FieldStorage() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
D | PAccessNetworkInfo.java | 100 public void setCGI3GPP(String cgi) throws ParseException { in setCGI3GPP() argument 102 if (cgi == null) in setCGI3GPP() 107 setParameter(ParameterNamesIms.CGI_3GPP, cgi); in setCGI3GPP()
|
/external/grpc-grpc/tools/run_tests/ |
D | run_microbenchmark.py | 16 import cgi 70 cgi.escape(tgt, quote=True), cgi.escape(txt)) 75 index_html += "<p><pre>%s</pre></p>\n" % cgi.escape(txt)
|