/external/libcxx/test/std/utilities/time/time.cal/time.cal.mwd/time.cal.mwd.nonmembers/ |
D | comparisons.pass.cpp | 33 constexpr weekday Monday = std::chrono::Monday; in main() local 54 month_weekday{std::chrono::January, weekday_indexed{Monday, 1}}, in main() 59 month_weekday{std::chrono::January, weekday_indexed{Monday, 1}}, in main()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/ |
D | literals.pass.cpp | 32 ASSERT_SAME_TYPE(const std::chrono::weekday, decltype(std::chrono::Monday)); in main() 40 static_assert( std::chrono::Monday == std::chrono::weekday(1), ""); in main() 48 assert(std::chrono::Monday == std::chrono::weekday(1)); in main() 56 assert(static_cast<unsigned>(std::chrono::Monday) == 1); in main()
|
/external/curl/tests/data/ |
D | test1415 | 24 Set-Cookie: test3value=test3; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 26 Set-Cookie: test5value=test5; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 27 Set-Cookie: test6value=test6; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 29 Set-Cookie: test8value=test8; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/;
|
/external/icu/icu4c/source/data/locales/ |
D | ar_XB.txt | 167 "Monday", 546 "-1"{"last Monday"} 547 "0"{"this Monday"} 548 "1"{"next Monday"} 552 one{"in {0} Monday"} 556 one{"{0} Monday ago"}
|
D | ps.txt | 1441 "-1"{"last Monday"} 1442 "0"{"this Monday"} 1443 "1"{"next Monday"} 1458 "-1"{"last Monday"} 1459 "0"{"this Monday"} 1460 "1"{"next Monday"} 1475 "-1"{"last Monday"} 1476 "0"{"this Monday"} 1477 "1"{"next Monday"}
|
D | en.txt | 760 "Monday", 1474 "-1"{"last Monday"} 1475 "0"{"this Monday"} 1476 "1"{"next Monday"} 1480 one{"in {0} Monday"} 1484 one{"{0} Monday ago"}
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | Placeholders.txt | 141 …ms/appendItem\[@request="Day-Of-Week"] ; {0}=BASE_FORMAT January 23; {1}=APPEND_FIELD_FORMAT Monday 143 …ateTimeFormats/appendItems/appendItem\[@request="Era"] ; {0}=BASE_FORMAT Monday, January 23; {1}=A… 144 …teTimeFormats/appendItems/appendItem\[@request="Year"] ; {0}=BASE_FORMAT Monday, January 23; {1}=A… 147 …teTimeFormats/appendItems/appendItem\[@request="Hour"] ; {0}=BASE_FORMAT Monday, January 23; {1}=A… 148 …ats/appendItems/appendItem\[@request="(Week|Quarter)"] ; {0}=BASE_FORMAT Monday, January 23; {1}=A… 149 …imeFormats/appendItems/appendItem\[@request="(Month)"] ; {0}=BASE_FORMAT Monday, January 23; {1}=A… 150 …ts/appendItems/appendItem\[@request="(Minute|Second)"] ; {0}=BASE_FORMAT Monday, January 23; {1}=A…
|
D | africa | 334 # "Egypt's cabinet agreed on Monday not to switch clocks for daylight saving 583 # published on Monday, June 30, 2008... 673 # Seeing that the 28th is Monday, I am guessing that she intends to say 675 # Monday, which jives with other sources that say that it's inclusive 797 # Monday, August 20, 2012. So the time will be delayed by 60 minutes from 1024 # commence at OOhOO on Monday 21 March 1994 and shall end at 02h00 on
|
D | southamerica | 222 # midnight Monday May 31st. (that is, the night between 05/31 and 06/01). 255 # Sunday, May 30th and Monday, May 31st. It changed back to UTC-03:00 263 # as earlier as upcoming Monday January 21, 2008 or February 2008: 284 # The change is supposed to take place Monday the 21st at 0:00 304 # (that is, Monday 21st at 0:00 is the time the clocks were delayed back 1759 # 1933-10-27 as a decree made Monday 1933-10-23 and filed under the Ministry of 1824 # day before, brought clocks forward 30 minutes from Monday 1968-05-27 00:00. 1859 # attractions" to advance clocks one hour from Monday 1987-12-14 00:00.
|
/external/python/dateutil/docs/ |
D | rrule.rst | 234 Monthly on the second to last Monday of the month for 6 months. 353 Every 20th Monday of the year, 3 occurrences. 365 Monday of week number 20 (where the default start of the week is Monday), 427 Every four years, the first Tuesday after a Monday in November,
|
D | examples.rst | 436 Monthly on the second to last Monday of the month for 6 months. 555 Every 20th Monday of the year, 3 occurrences. 567 Monday of week number 20 (where the default start of the week is Monday), 629 Every four years, the first Tuesday after a Monday in November,
|
/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 31 first day of the week. ``0`` is Monday (the default), ``6`` is Sunday. 211 Sets the weekday (``0`` is Monday, ``6`` is Sunday) to start each week. The 246 Returns the day of the week (``0`` is Monday) for *year* (``1970``--...), 265 days outside of the month a represented by zeros. Each week begins with Monday
|
D | datetime.rst | 501 Return the day of the week as an integer, where Monday is 0 and Sunday is 6. 508 Return the day of the week as an integer, where Monday is 1 and Sunday is 7. 522 Monday and ends on a Sunday. The first week of an ISO year is the first 527 begins on Monday, 29 Dec 2003 and ends on Sunday, 4 Jan 2004, so that 602 0 # weekday (0 = Monday) 610 1 # ISO day number ( 1 = Monday ) 616 'Monday 11. March 2002' 999 Return the day of the week as an integer, where Monday is 0 and Sunday is 6. 1005 Return the day of the week as an integer, where Monday is 1 and Sunday is 7. 1097 1 # weekday (0 = Monday) [all …]
|
D | time.rst | 308 | | (Monday as the first day of | | 312 | | Monday are considered to be in | | 419 | 6 | :attr:`tm_wday` | range [0, 6], Monday is 0 |
|
/external/libcxx/test/std/utilities/time/time.duration/time.duration.literals/ |
D | literals1.pass.cpp | 51 assert(Monday == weekday(1)); in main()
|
/external/harfbuzz_ng/ |
D | NEWS | 69 Monday, November 5, 2018 245 Monday, September 10, 2018 415 Monday, December 18, 2017 425 Monday, December 4, 2017 443 Monday, November 13, 2017 464 Monday, October 23nd, 2017 635 Monday, January 23, 2017 710 Monday, December 5, 2016 773 Monday, May 2, 2016 795 Monday, April 4, 2016 [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/ |
D | __init__.py | 192 getbaseclasses(Monday) 387 'mon ' : Monday,
|
D | AppleScript_Suite.py | 1192 class Monday(aetools.ComponentItem): class 1763 Monday._superclassnames = [] 1764 Monday._privpropdict = { 1766 Monday._privelemdict = { 2125 'mon ' : Monday,
|
/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 34 first day of the week. ``0`` is Monday (the default), ``6`` is Sunday. 304 Sets the weekday (``0`` is Monday, ``6`` is Sunday) to start each week. The 333 Returns the day of the week (``0`` is Monday) for *year* (``1970``--...), 352 days outside of the month a represented by zeros. Each week begins with Monday
|
D | datetime.rst | 570 Return the day of the week as an integer, where Monday is 0 and Sunday is 6. 577 Return the day of the week as an integer, where Monday is 1 and Sunday is 7. 591 Monday and ends on a Sunday. The first week of an ISO year is the first 596 begins on Monday, 29 Dec 2003 and ends on Sunday, 4 Jan 2004, so that 673 0 # weekday (0 = Monday) 681 1 # ISO day number ( 1 = Monday ) 687 'Monday 11. March 2002' 1199 Return the day of the week as an integer, where Monday is 0 and Sunday is 6. 1205 Return the day of the week as an integer, where Monday is 1 and Sunday is 7. 1330 1 # weekday (0 = Monday) [all …]
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 58 can talk about this more on Monday.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 58 can talk about this more on Monday.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 58 can talk about this more on Monday.
|
/external/icu/icu4c/source/test/testdata/ |
D | format.txt | 97 "Monday, October 8, 2012" 120 "Monday, October 8, 2012 at 11:59:00 PM GMT"
|
/external/iptables/extensions/ |
D | libxt_time.man | 95 Will match Monday, for one hour from midnight to 1 a.m., and then
|