Home
last modified time | relevance | path

Searched refs:_monthname (Results 1 – 25 of 38) sorted by relevance

12

/dports/lang/python-legacy/Python-2.7.18/Lib/wsgiref/
H A Dhandlers.py31 _monthname = [None, # Dummy so we can use 1-based month numbers variable
38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/dports/lang/python27/Python-2.7.18/Lib/wsgiref/
H A Dhandlers.py31 _monthname = [None, # Dummy so we can use 1-based month numbers variable
38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/wsgiref/
H A Dhandlers.py31 _monthname = [None, # Dummy so we can use 1-based month numbers variable
38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
H A Dhandlers.py31 _monthname = [None, # Dummy so we can use 1-based month numbers variable
38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/dports/devel/py-repoze.who/repoze.who-2.4/repoze/who/plugins/
H A Dauth_tkt.py7 from wsgiref.handlers import _monthname # Locale-independent, RFC-2616
186 _monthname[later.month],
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/future/backports/http/
H A Dcookies.py302 _monthname = [None, variable
306 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/future/backports/http/
H A Dcookies.py303 _monthname = [None, variable
307 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/future/backports/http/
H A Dcookies.py303 _monthname = [None, variable
307 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):
/dports/devel/py-future/future-0.18.2/src/future/backports/http/
H A Dcookies.py303 _monthname = [None, variable
307 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):
/dports/net/py-pyicap/pyicap-1.0b1/
H A Dpyicap.py142 _monthname = [None, b'Jan', b'Feb', b'Mar', b'Apr', b'May', b'Jun', b'Jul', b'Aug', variable in BaseICAPRequestHandler
607 day, self._monthname[month], year,
616 day, self._monthname[month], year, hh, mm, ss)
/dports/databases/py-gdbm/Python-3.8.12/Lib/wsgiref/
H A Dhandlers.py15 _monthname = [None, # Dummy so we can use 1-based month numbers variable
22 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/dports/lang/python310/Python-3.10.1/Lib/wsgiref/
H A Dhandlers.py15 _monthname = [None, # Dummy so we can use 1-based month numbers variable
22 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/dports/lang/python37/Python-3.7.12/Lib/wsgiref/
H A Dhandlers.py15 _monthname = [None, # Dummy so we can use 1-based month numbers variable
22 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/dports/lang/python311/Python-3.11.0a3/Lib/wsgiref/
H A Dhandlers.py15 _monthname = [None, # Dummy so we can use 1-based month numbers variable
22 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/dports/lang/python-tools/Python-3.8.12/Lib/wsgiref/
H A Dhandlers.py15 _monthname = [None, # Dummy so we can use 1-based month numbers variable
22 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A DCookie.py382 _monthname = [None, variable
386 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):
/dports/lang/python27/Python-2.7.18/Lib/
H A DCookie.py382 _monthname = [None, variable
386 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):
/dports/lang/python38/Python-3.8.12/Lib/wsgiref/
H A Dhandlers.py15 _monthname = [None, # Dummy so we can use 1-based month numbers variable
22 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A DCookie.py385 _monthname = [None, variable
389 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):
/dports/databases/py-sqlite3/Python-3.8.12/Lib/wsgiref/
H A Dhandlers.py15 _monthname = [None, # Dummy so we can use 1-based month numbers variable
22 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A DCookie.py385 _monthname = [None, variable
389 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/wsgiref/
H A Dhandlers.py15 _monthname = [None, # Dummy so we can use 1-based month numbers variable
22 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/dports/lang/python39/Python-3.9.9/Lib/wsgiref/
H A Dhandlers.py15 _monthname = [None, # Dummy so we can use 1-based month numbers variable
22 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/dports/databases/py-sqlite3/Python-3.8.12/Lib/http/
H A Dcookies.py241 _monthname = [None, variable
245 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):
/dports/lang/python310/Python-3.10.1/Lib/http/
H A Dcookies.py242 _monthname = [None, variable
246 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):

12