Searched refs:week (Results 1 – 25 of 446) sorted by relevance
12345678910>>...18
/external/python/cpython2/Doc/library/ |
D | calendar.rst | 15 these calendars have Monday as the first day of the week, and Sunday as the last 17 the week to Sunday (6) or to any other weekday. Parameters that specify dates 31 first day of the week. ``0`` is Monday (the default), ``6`` is Sunday. 44 Return an iterator for the week day numbers that will be used for one 45 week. The first value from the iterator will be the same as the value of 54 month that are required to get a complete week. 61 number and a week day number. 94 each week contains 1--7 days. Days are :class:`datetime.date` objects. 100 :meth:`yeardatescalendar`). Entries in the week lists are tuples of day 107 :meth:`yeardatescalendar`). Entries in the week lists are day numbers. Day [all …]
|
/external/python/cpython3/Doc/library/ |
D | calendar.rst | 16 these calendars have Monday as the first day of the week, and Sunday as the last 18 the week to Sunday (6) or to any other weekday. Parameters that specify dates 34 first day of the week. ``0`` is Monday (the default), ``6`` is Sunday. 45 Return an iterator for the week day numbers that will be used for one 46 week. The first value from the iterator will be the same as the value of 55 month that are required to get a complete week. 71 number and a week day number. 89 of the month, and a day of the week numbers. 118 each week contains 1--7 days. Days are :class:`datetime.date` objects. 124 :meth:`yeardatescalendar`). Entries in the week lists are tuples of day [all …]
|
/external/icu/icu4c/source/data/locales/ |
D | ar_XB.txt | 137 one{"'week' W 'of' MMMM"} 138 other{"'week' W 'of' MMMM"} 141 one{"'week' w 'of' Y"} 142 other{"'week' w 'of' Y"} 852 week{ 853 dn{"week"} 855 "-1"{"last week"} 856 "0"{"this week"} 857 "1"{"next week"} 859 relativePeriod{"the week of {0}"} [all …]
|
D | ur_IN.txt | 166 week{ 183 week-narrow{ 191 week-short{
|
D | af.txt | 434 one{"'week' W 'van' MMM"} 435 other{"'week' W 'van' MMM"} 458 one{"'week' w 'van' Y"} 459 other{"'week' w 'van' Y"} 1598 week{ 1599 dn{"week"} 1601 "-1"{"verlede week"} 1602 "0"{"hierdie week"} 1603 "1"{"volgende week"} 1605 relativePeriod{"die week van {0}"} [all …]
|
D | yi.txt | 549 week{ 552 "-1"{"last week"} 553 "0"{"this week"} 557 week-narrow{ 560 week-short{
|
D | lrc.txt | 355 week{ 358 week-narrow{ 361 week-short{
|
D | mzn.txt | 477 week{ 493 week-narrow{ 504 week-short{
|
/external/icu/icu4c/source/data/unit/ |
D | rm.txt | 32 week{ 64 week{ 96 week{
|
D | lkt.txt | 19 week{ 60 week{ 109 week{
|
D | ku.txt | 43 week{ 89 week{ 138 week{
|
D | ee.txt | 31 week{ 69 week{ 107 week{
|
D | ce.txt | 62 week{ 141 week{ 213 week{
|
D | os.txt | 32 week{ 67 week{
|
D | bs_Cyrl.txt | 33 week{ 72 week{
|
D | fur.txt | 32 week{ 61 week{
|
D | wae.txt | 32 week{ 61 week{
|
D | es_CO.txt | 11 week{ 44 week{
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 2-1-buildonly.c | 16 int week, year, dst; in dummyfcn() local 24 week = t.tm_wday; in dummyfcn()
|
/external/python/dateutil/dateutil/parser/ |
D | isoparser.py | 285 def _calculate_weekdate(self, year, week, day): argument 304 if not 0 < week < 54: 305 raise ValueError('Invalid week: {}'.format(week)) 315 week_offset = (week - 1) * 7 + (day - 1)
|
/external/python/dateutil/docs/ |
D | relativedelta.rst | 39 Next month, plus one week. 46 Next month, plus one week, at 10am. 143 [http://www.cl.cam.ac.uk/~mgk25/iso-time.html ISO year week number notation] 144 find the first day of the 15th week of 1997.
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/ |
D | testdata_en.txt | 53 1 week ago 55 1 week from now 275 ½ week 389 1 week and 2 days 390 1 week and 3 hours 391 1 week, 2 days, and 3 hours
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/testdata/ |
D | testdata_en.txt | 53 1 week ago 55 1 week from now 275 ½ week 389 1 week and 2 days 390 1 week and 3 hours 391 1 week, 2 days, and 3 hours
|
/external/skia/site/ |
D | schedule.md | 4 On a six week cadence aligned with Chromium, Skia cuts milestone branches. 10 After the six week period, when another branch is cut, only critical (typically
|
/external/skqp/site/ |
D | schedule.md | 4 On a six week cadence aligned with Chromium, Skia cuts milestone branches. 10 After the six week period, when another branch is cut, only critical (typically
|
12345678910>>...18