Home
last modified time | relevance | path

Searched refs:formatmonthname (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_calendar.py461 calendar.HTMLCalendar().formatmonthname(2004, 1, withyear=True),
467 calendar.HTMLCalendar().formatmonthname(2004, 1, withyear=False),
547 old_october = calendar.TextCalendar().formatmonthname(2010, 10, 10)
551 local_month = cal.formatmonthname(2010, 10, 10)
561 local_month = cal.formatmonthname(2010, 10)
564 new_october = calendar.TextCalendar().formatmonthname(2010, 10, 10)
587 local_month = cal.formatmonthname(2010, 10, 10)
593 local_month = cal.formatmonthname(2010, 10, 10)
988 self.cal.formatmonthname(2017, 5))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dcalendar.py339 def formatmonthname(self, theyear, themonth, width, withyear=True): member in TextCalendar
360 s = self.formatmonthname(theyear, themonth, 7 * (w + 1) - 1)
387 names = (self.formatmonthname(theyear, k, colwidth, False)
469 def formatmonthname(self, theyear, themonth, withyear=True): member in HTMLCalendar
489 a(self.formatmonthname(theyear, themonth, withyear=withyear))
589 def formatmonthname(self, theyear, themonth, width, withyear=True): member in LocaleTextCalendar
591 return super().formatmonthname(theyear, themonth, width, withyear)
609 def formatmonthname(self, theyear, themonth, withyear=True): member in LocaleHTMLCalendar
611 return super().formatmonthname(theyear, themonth, withyear)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dcalendar.py339 def formatmonthname(self, theyear, themonth, width, withyear=True): member in TextCalendar
360 s = self.formatmonthname(theyear, themonth, 7 * (w + 1) - 1)
387 names = (self.formatmonthname(theyear, k, colwidth, False)
469 def formatmonthname(self, theyear, themonth, withyear=True): member in HTMLCalendar
489 a(self.formatmonthname(theyear, themonth, withyear=withyear))
589 def formatmonthname(self, theyear, themonth, width, withyear=True): member in LocaleTextCalendar
591 return super().formatmonthname(theyear, themonth, width, withyear)
609 def formatmonthname(self, theyear, themonth, withyear=True): member in LocaleHTMLCalendar
611 return super().formatmonthname(theyear, themonth, withyear)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dcalendar.py339 def formatmonthname(self, theyear, themonth, width, withyear=True): member in TextCalendar
360 s = self.formatmonthname(theyear, themonth, 7 * (w + 1) - 1)
387 names = (self.formatmonthname(theyear, k, colwidth, False)
469 def formatmonthname(self, theyear, themonth, withyear=True): member in HTMLCalendar
489 a(self.formatmonthname(theyear, themonth, withyear=withyear))
589 def formatmonthname(self, theyear, themonth, width, withyear=True): member in LocaleTextCalendar
591 return super().formatmonthname(theyear, themonth, width, withyear)
609 def formatmonthname(self, theyear, themonth, withyear=True): member in LocaleHTMLCalendar
611 return super().formatmonthname(theyear, themonth, withyear)
/aosp_15_r20/external/python/cpython3/Lib/
Dcalendar.py339 def formatmonthname(self, theyear, themonth, width, withyear=True): member in TextCalendar
360 s = self.formatmonthname(theyear, themonth, 7 * (w + 1) - 1)
387 names = (self.formatmonthname(theyear, k, colwidth, False)
469 def formatmonthname(self, theyear, themonth, withyear=True): member in HTMLCalendar
489 a(self.formatmonthname(theyear, themonth, withyear=withyear))
589 def formatmonthname(self, theyear, themonth, width, withyear=True): member in LocaleTextCalendar
591 return super().formatmonthname(theyear, themonth, width, withyear)
609 def formatmonthname(self, theyear, themonth, withyear=True): member in LocaleHTMLCalendar
611 return super().formatmonthname(theyear, themonth, withyear)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dcalendar.py339 def formatmonthname(self, theyear, themonth, width, withyear=True): member in TextCalendar
360 s = self.formatmonthname(theyear, themonth, 7 * (w + 1) - 1)
387 names = (self.formatmonthname(theyear, k, colwidth, False)
469 def formatmonthname(self, theyear, themonth, withyear=True): member in HTMLCalendar
489 a(self.formatmonthname(theyear, themonth, withyear=withyear))
589 def formatmonthname(self, theyear, themonth, width, withyear=True): member in LocaleTextCalendar
591 return super().formatmonthname(theyear, themonth, width, withyear)
609 def formatmonthname(self, theyear, themonth, withyear=True): member in LocaleHTMLCalendar
611 return super().formatmonthname(theyear, themonth, withyear)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dcalendar.py339 def formatmonthname(self, theyear, themonth, width, withyear=True): member in TextCalendar
360 s = self.formatmonthname(theyear, themonth, 7 * (w + 1) - 1)
387 names = (self.formatmonthname(theyear, k, colwidth, False)
469 def formatmonthname(self, theyear, themonth, withyear=True): member in HTMLCalendar
489 a(self.formatmonthname(theyear, themonth, withyear=withyear))
589 def formatmonthname(self, theyear, themonth, width, withyear=True): member in LocaleTextCalendar
591 return super().formatmonthname(theyear, themonth, width, withyear)
609 def formatmonthname(self, theyear, themonth, withyear=True): member in LocaleHTMLCalendar
611 return super().formatmonthname(theyear, themonth, withyear)
/aosp_15_r20/external/python/cpython2/Lib/
Dcalendar.py304 def formatmonthname(self, theyear, themonth, width, withyear=True): member in TextCalendar
325 s = self.formatmonthname(theyear, themonth, 7 * (w + 1) - 1)
352 names = (self.formatmonthname(theyear, k, colwidth, False)
414 def formatmonthname(self, theyear, themonth, withyear=True): member in HTMLCalendar
432 a(self.formatmonthname(theyear, themonth, withyear=withyear))
527 def formatmonthname(self, theyear, themonth, width, withyear=True): member in LocaleTextCalendar
557 def formatmonthname(self, theyear, themonth, withyear=True): member in LocaleHTMLCalendar
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_calendar.py267 old_october = calendar.TextCalendar().formatmonthname(2010, 10, 10)
271 local_month = cal.formatmonthname(2010, 10, 10)
282 local_month = cal.formatmonthname(2010, 10)
286 new_october = calendar.TextCalendar().formatmonthname(2010, 10, 10)
/aosp_15_r20/external/python/cpython2/Demo/tkinter/ttk/
Dttkcalendar.py137 header = self._cal.formatmonthname(year, month, 0)
/aosp_15_r20/external/python/cpython3/Doc/library/
Dcalendar.rst232 The month's head CSS class (used by :meth:`formatmonthname`).
292 The constructor, :meth:`formatweekday` and :meth:`formatmonthname` methods
/aosp_15_r20/external/python/cpython2/Doc/library/
Dcalendar.rst201 The :meth:`formatweekday` and :meth:`formatmonthname` methods of these two
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.10.0a1.rst2494 Refactor formatweekday, formatmonthname methods in LocaleHTMLCalendar and
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...