Searched refs:neo_cgi (Results 1 - 12 of 12) sorted by relevance

/external/clearsilver/python/
H A Dupload.py4 import neo_cgi namespace
22 cgi = neo_cgi.CGI("")
33 except neo_cgi.CGIFinished:
37 s = neo_cgi.text2html("Python Exception: %s" % exceptionString())
H A DMakefile9 NEO_UTIL_SO = neo_cgi.so
10 NEO_UTIL_PYD = neo_cgi.pyd
11 NEO_UTIL_SRC = neo_cgi.c neo_util.c neo_cs.c
37 dllwrap --dllname neo_cgi.pyd --driver-name gcc \
38 --def neo_cgi.def -o neo_cgi.pyd \
H A Dstatic.py4 import neo_cgi namespace
22 cgi = neo_cgi.CGI("")
42 except neo_cgi.CGIFinished:
46 s = neo_cgi.text2html("Python Exception: %s" % exceptionString())
/external/clearsilver/python/examples/base/
H A DCSPage.py3 import neo_cgi namespace
38 neo_cgi.cgiWrap(context.stdin, context.stdout, context.environ)
39 neo_cgi.IgnoreEmptyFormVars(1)
40 self.ncgi = neo_cgi.CGI()
63 print neo_cgi.htmlEscape(ncgi.hdf.dump())
149 print neo_cgi.htmlEscape(ERROR_MESSAGE)
154 print neo_cgi.htmlEscape(ncgi.hdf.dump())
192 print neo_cgi.htmlEscape(ncgi.hdf.dump())
H A Dprofiler.py4 import neo_cgi namespace
35 hdf.setValue("%s.%d.where" % (prefix, n), neo_cgi.htmlEscape(p.where))
H A Dhdfhelp.py37 import neo_cgi namespace
117 hdf_dataset.setValue(prefix + "." + col_name,neo_cgi.htmlEscape(str(value)))
121 if value: neo_cgi.exportDate(hdf_dataset, "%s.%s" % (prefix, col_name), tz, value)
156 return "Error in CS tags: %s" % neo_cgi.htmlEscape(repr(a_cs_string))
H A DSafeHtml.py16 import neo_cgi namespace
80 value = 'http://www.google.com/url?sa=D&q=%s' % (neo_cgi.urlEscape(value))
H A Dhandle_error.py81 import neo_cgi, neo_util namespace
/external/clearsilver/scripts/
H A Ddocument.py228 import neo_cgi, neo_util namespace
245 if f._defn: obj.setValue ("Define", neo_cgi.text2html(f._defn))
246 if f._args: obj.setValue ("Args", neo_cgi.text2html(f._args))
247 if f._desc: obj.setValue ("Desc", neo_cgi.text2html(f._desc))
248 if string.strip(f._other): obj.setValue ("Other", neo_cgi.text2html(string.strip(f._other)))
249 if f._output: obj.setValue ("Output", neo_cgi.text2html(f._output))
H A Dcs_lint.py6 import neo_cgi, neo_util namespace
46 neo_cgi.cgiWrap(stdin, stdout, {})
47 neo_cgi.IgnoreEmptyFormVars(1)
48 ncgi = neo_cgi.CGI()
/external/clearsilver/ports/rpm/
H A Dclearsilver.spec195 %{python_sitepath}/neo_cgi.so
/external/clearsilver/python/examples/trans/
H A Dtrans.py10 import neo_cgi, neo_util namespace

Completed in 63 milliseconds