Searched refs:cgi (Results 1 - 25 of 27) sorted by relevance

12

/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
H A Diexploder.cgi18 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
41 cgi.out(header_options) do
45 cgi
[all...]
H A Dbrowser_harness.rb26 require 'cgi'
33 TESTCASE_URL = "http://127.0.0.1:3100/iexploder.cgi"
38 @app_url = "#{@app_base_url}iexploder.cgi"
170 if value =~ /iexploder.cgi(.*)/
189 timestamp, uri, user_agent = open("#{@app_base_url}last_page.cgi").read().chomp.split(' ')
217 data.gsub!(/\/iexploder.cgi/, TESTCASE_URL)
/external/webkit/LayoutTests/http/tests/resources/
H A Dslow-script.pl7 my $cgi = new CGI;
8 my $delay = $cgi->param('delay');
/external/webkit/Tools/mangleme/
H A DMakefile12 all: $(OUTDIR)/mangle.cgi $(OUTDIR)/remangle.cgi
14 $(OUTDIR)/%.cgi: %.cgi.c
16 $(CC) $(CFLAGS) $< -o $(OUTDIR)/$*.cgi
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
H A Diexploder.cgi26 require 'cgi';
34 cgi = CGI.new("html4");
36 ie.test_num = cgi.params['test'][0].to_i
37 ie.subtest_num = cgi.params['subtest'][0].to_i || 0
38 ie.random_mode = cgi.params['random'][0]
39 ie.lookup_mode = cgi.params['lookup'][0]
40 ie.stop_num = cgi.params['stop'][0].to_i || 0
43 cgi.out('type' => 'text/html') do
/external/dnsmasq/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl106 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/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A Djsonfilter.py2 import cgi namespace
22 jsonp = cgi.parse_qs(environ.get('QUERY_STRING', '')).get('jsonp')
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPAccessNetworkInfo.java96 * @param cgi -- String CGI value
100 public void setCGI3GPP(String cgi) throws ParseException { argument
102 if (cgi == null)
105 + "P-Access-Network-Info, setCGI3GPP(), the cgi parameter is null.");
107 setParameter(ParameterNamesIms.CGI_3GPP, cgi);
H A DPAccessNetworkInfoHeader.java54 * access-info = cgi-3gpp / utran-cell-id-3gpp / dsl-location /
56 * cgi-3gpp = "cgi-3gpp" EQUAL (token / quoted-string)
101 public void setCGI3GPP(String cgi) throws ParseException; argument
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
H A Dlasthit.rb27 require 'cgi'
42 if (line =~ /([\w\.]+) - - .*iexploder.cgi\?(.*?)&b=([\w\%-\.+]+)/)
/external/webkit/LayoutTests/http/conf/
H A Dapache2-debian-httpd.conf168 # See https://bugs.webkit.org/show_bug.cgi?id=37104
562 AddHandler cgi-script .cgi .pl
593 # Format: Action media/type /cgi-script/location
594 # Format: Action handler-name /cgi-script/location
621 #ErrorDocument 404 /cgi-bin/missing_handler.pl
H A Dapache2-httpd.conf168 # See https://bugs.webkit.org/show_bug.cgi?id=37104
583 AddHandler cgi-script .cgi .pl
614 # Format: Action media/type /cgi-script/location
615 # Format: Action handler-name /cgi-script/location
642 #ErrorDocument 404 /cgi-bin/missing_handler.pl
H A Dapache2-msys-httpd.conf168 # See https://bugs.webkit.org/show_bug.cgi?id=37104
584 AddHandler cgi-script .cgi .pl
615 # Format: Action media/type /cgi-script/location
616 # Format: Action handler-name /cgi-script/location
643 #ErrorDocument 404 /cgi-bin/missing_handler.pl
H A Dcygwin-httpd.conf185 # See https://bugs.webkit.org/show_bug.cgi?id=37104
615 AddHandler cgi-script .cgi .pl
646 # Format: Action media/type /cgi-script/location
647 # Format: Action handler-name /cgi-script/location
674 #ErrorDocument 404 /cgi-bin/missing_handler.pl
H A Dfedora-httpd.conf143 # See https://bugs.webkit.org/show_bug.cgi?id=37104
687 AddHandler cgi-script .cgi .pl
714 # Format: Action media/type /cgi-script/location
715 # Format: Action handler-name /cgi-script/location
725 #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
H A Dhttpd.conf187 # See https://bugs.webkit.org/show_bug.cgi?id=37104
618 AddHandler cgi-script .cgi .pl
649 # Format: Action media/type /cgi-script/location
650 # Format: Action handler-name /cgi-script/location
677 #ErrorDocument 404 /cgi-bin/missing_handler.pl
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.php57 https?\Q://bugs.eclipse.org/bugs/show_bug.cgi?id=\E(\d+)
/external/chromium/net/tools/testserver/
H A Dchromiumsync.py12 import cgi namespace
715 parsed = cgi.parse_qs(query[query.find('?')+1:])
H A Ddevice_management.py42 import cgi namespace
103 self._params = cgi.parse_qs(self._path[self._path.find('?') + 1:])
H A Dtestserver.py19 import cgi namespace
658 params = cgi.parse_qs(qs, keep_blank_values=1)
735 query_dict = cgi.parse_qs(query_parameters)
860 query_params = cgi.parse_qs(query, True)
/external/harfbuzz_ng/test/shaping/
H A Dhb_test_tools.py3 import sys, os, re, difflib, unicodedata, errno, cgi namespace
45 def escape (s): return cgi.escape (s)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py35 import cgi namespace
709 wdiff = cgi.escape(wdiff)
/external/chromium/chrome/common/extensions/docs/server/
H A Dchromeextensionsdocs.py6 import cgi namespace
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
H A D__init__.py36 from cgi import parse_qs, parse_qsl
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py390 import cgi namespace
1777 s = cgi.escape(s) # Escape <, >, and &

Completed in 646 milliseconds

12