/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
iexploder.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'. I [all...] |
/external/webkit/Tools/mangleme/ |
Makefile | 12 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/ |
iexploder.cgi | 26 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/webkit/LayoutTests/http/tests/resources/ |
slow-script.pl | 4 use CGI; 7 my $cgi = new CGI; 8 my $delay = $cgi->param('delay');
|
/build/tools/ |
compare_fileslist.py | 18 import cgi, os, string, sys namespace 86 print " <td class='fn'>%s</td>" % cgi.escape(combo) 98 print " <td class='fn'>%s</td>" % cgi.escape(row[0])
|
/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/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
jsonfilter.py | 2 import cgi namespace 22 jsonp = cgi.parse_qs(environ.get('QUERY_STRING', '')).get('jsonp')
|
/packages/experimental/procstatlog/ |
procstatreport.py | 17 import cgi namespace 155 "filename": cgi.escape(log_filename), 156 "user": cgi.escape(os.environ.get("USER", "unknown")), 157 "date": cgi.escape(time.ctime()), 200 "id": cgi.escape("total_cpu"), 242 "id": cgi.escape("cpu_speed"), 274 "id": cgi.escape("context_switches"), 338 "id": cgi.escape("total_faults"), 369 "id": cgi.escape("binder_calls"), 421 "id": cgi.escape("net%d" % num) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PAccessNetworkInfo.java | 96 * @param cgi -- String CGI value 100 public void setCGI3GPP(String cgi) throws ParseException { 102 if (cgi == null) 105 + "P-Access-Network-Info, setCGI3GPP(), the cgi parameter is null."); 107 setParameter(ParameterNamesIms.CGI_3GPP, cgi); 113 * @return String CGI value
|
PAccessNetworkInfoHeader.java | 54 * 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;
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
timeout-clear-watch.js | 1 description("Tests that when a watch times out and is cleared from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
|
window-close-crash.js | 3 "See https://bugs.webkit.org/show_bug.cgi?id=52216");
|
no-page-cache.js | 1 description("Tests that pages that use Geolocation are not put in the page cache.<br><br>Currently, Geolocation does not work with the page cache so pages that use Geolocation are explicitly prevented from entering the cache. This test checks for accidental enabling of the page Cache for Geolocation. See https://bugs.webkit.org/show_bug.cgi?id=43956 for details.");
|
permission-denied-already-clear-watch.js | 1 description("Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is cleared in the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
|
/packages/apps/Launcher2/ |
print_db.py | 3 import cgi namespace 53 cgi.escape(cell, True) 67 out.write(cgi.escape(str(cell))) 87 title = "title=\"%s\"" % cgi.escape(cell["intent"], True) 99 out.write(cgi.escape(cell["title"]) + " <br/><i>(app)</i>") 103 out.write(cgi.escape(cell["title"]) + " <br/><i>(shortcut)</i>")
|
fill_screens.py | 3 import cgi namespace
|
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
bugzilla_unittest.py | 73 'url' : "https://bugs.webkit.org/attachment.cgi?id=33721", 94 self.assertEquals(12345, parse_bug_id("http://bugs.webkit.org/show_bug.cgi?id=12345")) 101 self.assertEquals(None, parse_bug_id("http://bugs.webkit.org/show_bug.cgi?ctype=xml&id=12345")) 184 'url' : "https://bugs.webkit.org/attachment.cgi?id=45548", 200 focus fail on WebKit2. See https://bugs.webkit.org/show_bug.cgi?id=56988. 212 focus fail on WebKit2. See https://bugs.webkit.org/show_bug.cgi?id=56988. 213 https://bugs.webkit.org/show_bug.cgi?id=12345 285 <link rel="Up" href="show_bug.cgi?id=27314"> 369 <td><a href="show_bug.cgi?id=30015">30015: text-transform:capitalize is failing in CSS2.1 test suite</a></td> 370 <td><a href="attachment.cgi?id=40511&action=review" [all...] |
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/ |
lasthit.rb | 27 require 'cgi' 42 if (line =~ /([\w\.]+) - - .*iexploder.cgi\?(.*?)&b=([\w\%-\.+]+)/) 66 display_agent = CGI::unescape(agent).sub('U; ', '')
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodeinsertbefore.js | 87 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=246 88 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=247 89 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=261
|
hc_nodeinsertbeforeinvalidnodetype.js | 93 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=247 94 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=249 95 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=406
|
hc_nodereplacechildinvalidnodetype.js | 93 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=247 94 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=249 95 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=406
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_nodeinsertbefore.js | 87 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=246 88 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=247 89 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=261
|
hc_nodeinsertbeforeinvalidnodetype.js | 93 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=247 94 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=249 95 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=406
|
hc_nodereplacechildinvalidnodetype.js | 93 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=247 94 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=249 95 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=406
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLIFrameElement11.js | 53 // <http://bugs.webkit.org/show_bug.cgi?id=21506> 59 // <http://bugs.webkit.org/show_bug.cgi?id=21506>
|