HomeSort by relevance Sort by last modified time
    Searched refs:cgi (Results 51 - 75 of 122) sorted by null

1 23 4 5

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 17 import cgi namespace
114 displaypath = cgi.escape(urllib.unquote(self.path))
130 % (urllib.quote(linkname), cgi.escape(displayname)))
  /external/eigen/lapack/
clarf.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/clarf.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/clarf.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/clarf.f">
clarfg.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/clarfg.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/clarfg.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/clarfg.f">
dlarf.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dlarf.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/dlarf.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/dlarf.f">
dlarfg.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dlarfg.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/dlarfg.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/dlarfg.f">
slarf.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/slarf.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/slarf.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/slarf.f">
zlarf.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zlarf.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/zlarf.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/zlarf.f">
zlarfg.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zlarfg.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/zlarfg.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/zlarfg.f">
  /external/chromium_org/rlz/lib/
rlz_lib.h 77 // The maximum length of a CGI string in bytes.
92 // Get all the events reported by this product as a CGI string to append to
264 // point in access_points into cgi. This string can be directly appended
288 // Get the DCC cgi argument string to append to a daily ping.
292 bool RLZ_LIB_API GetMachineDealCodeAsCgi(char* cgi, size_t cgi_size);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
dump_reader_multipart_unittest.py 31 import cgi namespace
  /external/chromium_org/tools/python/google/httpd_config/
httpd.conf 405 # also affects SERVER_NAME and SERVER_PORT in CGI scripts.
485 # mod_status and mod_info output etc., but not CGI generated documents).
610 # If you want to use server side includes, or CGI outside
613 # To use CGI scripts:
615 AddHandler cgi-script .cgi .pl
645 # pathnames for oft-used CGI file processors.
646 # Format: Action media/type /cgi-script/location
647 # Format: Action handler-name /cgi-script/location
674 #ErrorDocument 404 /cgi-bin/missing_handler.p
    [all...]
httpd2.conf 127 # also affects SERVER_NAME and SERVER_PORT in CGI scripts.
145 # mod_status and mod_info output etc., but not CGI generated documents).
250 # If you want to use server side includes, or CGI outside
253 # To use CGI scripts:
255 AddHandler cgi-script .cgi .pl
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-lastindex.js 25 'Test for regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=5602">REGRESSION: RegExp("[^\\s$]+", "g") returns extra matches</a>'
toString-exception.js 25 'This test checks for regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=7343">7343: REGRESSION: fast/js/toString-overrides.html fails when run multiple times</a>.'
number-toprecision.js 26 '<a href="http://bugs.webkit.org/show_bug.cgi?id=15145">15145: (0.999).toPrecision(1) returns incorrect result</a>' +
numeric-escapes-in-string-literals.js 25 "Test numeric escapes in string literals - https://bugs.webkit.org/show_bug.cgi?id=51724"
object-prototype-constructor.js 25 'This is a test case for <a href="https://bugs.webkit.org/show_bug.cgi?id=3537">bug 3537</a>.'
object-prototype-toLocaleString.js 25 'Tests: Object.prototype.toLocaleString(). Related bug: <a href="https://bugs.webkit.org/show_bug.cgi?id=3989">3989 JSC doesn\'t implement Object.prototype.toLocaleString()</a>'
  /external/chromium_org/v8/test/webkit/
regexp-norepeat.js 25 'Test for https://bugs.webkit.org/show_bug.cgi?id=46077'
string-replacement-outofmemory.js 25 'This tests that string replacement with a large replacement string causes an out-of-memory exception. See <a href="https://bugs.webkit.org/show_bug.cgi?id=102956">bug 102956</a> for more details.'
cyclic-prototypes.js 24 description("This test makes sure we don't hang when setting cyclic prototype values: http://bugs.webkit.org/show_bug.cgi?id=6985")
  /external/chromium_org/chrome/browser/rlz/
rlz_unittest.cc 270 char cgi[rlz_lib::kMaxCgiLength]; local
271 GetProductEventsAsCgi(rlz_lib::CHROME, cgi, arraysize(cgi));
273 EXPECT_STR_CONTAINS(cgi, event_name);
275 EXPECT_STR_NOT_CONTAIN(cgi, event_name);
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-parsing.js 55 // https://bugs.ecmascript.org/show_bug.cgi?id=1283.
60 // https://bugs.ecmascript.org/show_bug.cgi?id=1283.
numeric-literals.js 73 // https://bugs.ecmascript.org/show_bug.cgi?id=1585
  /external/chromium_org/tools/
licenses.py 18 import cgi namespace
409 val = cgi.escape(val)

Completed in 688 milliseconds

1 23 4 5