/aosp_15_r20/external/python/cpython2/Lib/ |
D | BaseHTTPServer.py | 407 self.send_header('Date', self.date_time_string()) 475 def date_time_string(self, timestamp=None): member in BaseHTTPRequestHandler
|
D | SimpleHTTPServer.py | 103 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/http/ |
H A D | server.py | 504 self.send_header('Date', self.date_time_string()) 605 def date_time_string(self, timestamp=None): member in BaseHTTPRequestHandler 769 self.date_time_string(fs.st_mtime))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/http/ |
D | server.py | 504 self.send_header('Date', self.date_time_string()) 605 def date_time_string(self, timestamp=None): member in BaseHTTPRequestHandler 769 self.date_time_string(fs.st_mtime))
|
/aosp_15_r20/external/python/cpython3/Lib/http/ |
D | server.py | 504 self.send_header('Date', self.date_time_string()) 605 def date_time_string(self, timestamp=None): member in BaseHTTPRequestHandler 769 self.date_time_string(fs.st_mtime))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/http/ |
D | server.py | 504 self.send_header('Date', self.date_time_string()) 605 def date_time_string(self, timestamp=None): member in BaseHTTPRequestHandler 769 self.date_time_string(fs.st_mtime))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/http/ |
D | server.py | 504 self.send_header('Date', self.date_time_string()) 605 def date_time_string(self, timestamp=None): member in BaseHTTPRequestHandler 769 self.date_time_string(fs.st_mtime))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/http/ |
D | server.py | 504 self.send_header('Date', self.date_time_string()) 605 def date_time_string(self, timestamp=None): member in BaseHTTPRequestHandler 769 self.date_time_string(fs.st_mtime))
|
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/ |
H A D | console_log_server.py | 73 self.send_header('Last-Modified', self.date_time_string())
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | basehttpserver.rst | 211 :meth:`date_time_string` methods, respectively. 255 .. method:: date_time_string([timestamp])
|
/aosp_15_r20/external/clang/tools/scan-view/share/ |
H A D | ScanView.py | 725 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime)) 736 self.send_header("Last-Modified", self.date_time_string(mtime))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-view/share/ |
D | ScanView.py | 725 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime)) 736 self.send_header("Last-Modified", self.date_time_string(mtime))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/share/scan-view/ |
D | ScanView.py | 819 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime)) 831 self.send_header("Last-Modified", self.date_time_string(mtime))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/share/scan-view/ |
D | ScanView.py | 819 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime)) 831 self.send_header("Last-Modified", self.date_time_string(mtime))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/share/scan-view/ |
D | ScanView.py | 819 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime)) 831 self.send_header("Last-Modified", self.date_time_string(mtime))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/share/scan-view/ |
D | ScanView.py | 819 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime)) 831 self.send_header("Last-Modified", self.date_time_string(mtime))
|
/aosp_15_r20/system/update_engine/scripts/ |
H A D | update_device.py | 220 self.send_header('Last-Modified', self.date_time_string(stat.st_mtime))
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | http.server.rst | 233 :meth:`date_time_string` methods, respectively. If the server does not 304 .. method:: date_time_string(timestamp=None)
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_httpservers.py | 1247 self.assertEqual(self.handler.date_time_string(timestamp=now), expected)
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | jython-standalone-2.5.3.jar | META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META- ... |