Searched refs:is_cgi (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ |
D | CGIHTTPServer.py | 61 if self.is_cgi(): 68 if self.is_cgi(): 73 def is_cgi(self): member in CGIHTTPRequestHandler
|
/external/python/cpython3/Lib/http/ |
D | server.py | 984 if self.is_cgi(): 993 if self.is_cgi(): 998 def is_cgi(self): member in CGIHTTPRequestHandler
|
/external/libcups/scheduler/ |
D | client.c | 44 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/ |
D | 3.9.0a2.rst | 474 Improve :func:`is_cgi` function in :mod:`http.server`, which enables
|