Home
last modified time | relevance | path

Searched refs:is_cgi (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
DCGIHTTPServer.py61 if self.is_cgi():
68 if self.is_cgi():
73 def is_cgi(self): member in CGIHTTPRequestHandler
/external/python/cpython3/Lib/http/
Dserver.py984 if self.is_cgi():
993 if self.is_cgi():
998 def is_cgi(self): member in CGIHTTPRequestHandler
/external/libcups/scheduler/
Dclient.c44 static int is_cgi(cupsd_client_t *con, const char *filename,
1058 if (is_cgi(con, filename, &filestats, type)) in cupsdReadClient()
1253 if (!is_cgi(con, filename, &filestats, type)) in cupsdReadClient()
3099 is_cgi(cupsd_client_t *con, /* I - Client connection */ in is_cgi() function
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a2.rst474 Improve :func:`is_cgi` function in :mod:`http.server`, which enables