Home
last modified time | relevance | path

Searched refs:TimeRE (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/python-legacy/Python-2.7.18/Lib/
H A D_strptime.py180 class TimeRE(dict): class
193 base = super(TimeRE, self)
274 _TimeRE_cache = TimeRE()
307 _TimeRE_cache = TimeRE()
/dports/lang/python27/Python-2.7.18/Lib/
H A D_strptime.py180 class TimeRE(dict): class
193 base = super(TimeRE, self)
274 _TimeRE_cache = TimeRE()
307 _TimeRE_cache = TimeRE()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A D_strptime.py176 class TimeRE(dict): class
189 base = super(TimeRE, self)
270 _TimeRE_cache = TimeRE()
300 _TimeRE_cache = TimeRE()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A D_strptime.py176 class TimeRE(dict): class
189 base = super(TimeRE, self)
270 _TimeRE_cache = TimeRE()
300 _TimeRE_cache = TimeRE()
/dports/astro/py-astropy/astropy-5.0/astropy/extern/
H A D_strptime.py190 class TimeRE(dict): class
285 _TimeRE_cache = TimeRE()
326 _TimeRE_cache = TimeRE()
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/server/
H A Dstrptime.py24 from _strptime import LocaleTime, TimeRE, _calc_julian_from_U_or_W
44 timeRE = TimeRE()
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A D_strptime.py170 class TimeRE(dict): class
268 _TimeRE_cache = TimeRE()
325 _TimeRE_cache = TimeRE()
/dports/lang/python37/Python-3.7.12/Lib/
H A D_strptime.py179 class TimeRE(dict): class
277 _TimeRE_cache = TimeRE()
334 _TimeRE_cache = TimeRE()
/dports/lang/python38/Python-3.8.12/Lib/
H A D_strptime.py170 class TimeRE(dict): class
268 _TimeRE_cache = TimeRE()
325 _TimeRE_cache = TimeRE()
/dports/lang/python-tools/Python-3.8.12/Lib/
H A D_strptime.py170 class TimeRE(dict): class
268 _TimeRE_cache = TimeRE()
325 _TimeRE_cache = TimeRE()
/dports/lang/python39/Python-3.9.9/Lib/
H A D_strptime.py170 class TimeRE(dict): class
268 _TimeRE_cache = TimeRE()
325 _TimeRE_cache = TimeRE()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A D_strptime.py170 class TimeRE(dict): class
268 _TimeRE_cache = TimeRE()
325 _TimeRE_cache = TimeRE()
/dports/lang/python310/Python-3.10.1/Lib/
H A D_strptime.py170 class TimeRE(dict): class
268 _TimeRE_cache = TimeRE()
325 _TimeRE_cache = TimeRE()
/dports/lang/python311/Python-3.11.0a3/Lib/
H A D_strptime.py170 class TimeRE(dict): class
268 _TimeRE_cache = TimeRE()
325 _TimeRE_cache = TimeRE()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A D_strptime.py170 class TimeRE(dict): class
268 _TimeRE_cache = TimeRE()
325 _TimeRE_cache = TimeRE()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_strptime.py116 self.time_re = _strptime.TimeRE()
171 self.assertTrue(_strptime.TimeRE(test_locale).pattern("%Z") == '',
188 time_re = _strptime.TimeRE(locale_time)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_strptime.py114 self.time_re = _strptime.TimeRE()
169 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
186 time_re = _strptime.TimeRE(locale_time)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_strptime.py114 self.time_re = _strptime.TimeRE()
169 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
186 time_re = _strptime.TimeRE(locale_time)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_strptime.py115 self.time_re = _strptime.TimeRE()
171 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
188 time_re = _strptime.TimeRE(locale_time)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_strptime.py115 self.time_re = _strptime.TimeRE()
171 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
188 time_re = _strptime.TimeRE(locale_time)
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_strptime.py114 self.time_re = _strptime.TimeRE()
169 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
186 time_re = _strptime.TimeRE(locale_time)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_strptime.py115 self.time_re = _strptime.TimeRE()
171 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
188 time_re = _strptime.TimeRE(locale_time)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_strptime.py115 self.time_re = _strptime.TimeRE()
171 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
188 time_re = _strptime.TimeRE(locale_time)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_strptime.py115 self.time_re = _strptime.TimeRE()
171 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
188 time_re = _strptime.TimeRE(locale_time)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_strptime.py115 self.time_re = _strptime.TimeRE()
171 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
188 time_re = _strptime.TimeRE(locale_time)

12