Home
last modified time | relevance | path

Searched refs:weekdays (Results 1 – 25 of 33) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DdeclarationEmitAliasFromIndirectFile.symbols5 weekdays: {
6 >weekdays : Symbol(weekdays, Decl(locale.d.ts, 0, 22))
19 weekdays: {
20 >weekdays : Symbol(weekdays, Decl(locale.d.ts, 6, 28))
DdeclarationEmitAliasFromIndirectFile.types5 weekdays: {
6 >weekdays : { shorthand: [string, string, string, string, string, string, string]; longhand: [strin…
19 weekdays: {
20 >weekdays : { shorthand: [string, string, string, string, string, string, string]; longhand: [strin…
DdeclarationEmitAliasFromIndirectFile.js5 weekdays: { property
11 weekdays: { property
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitAliasFromIndirectFile.ts5 weekdays: {
11 weekdays: {
/third_party/boost/boost/date_time/
Dstrings_from_facet.hpp96 collection_type weekdays; in gather_weekday_strings() local
118 weekdays.push_back(ss.str()); in gather_weekday_strings()
121 return weekdays; in gather_weekday_strings()
Ddate_defs.hpp17 enum weekdays {Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday}; enum
/third_party/iptables/extensions/
Dlibxt_time.t2 -m time --timestart 01:02:03 --timestop 04:05:06 --monthdays 1,2,3,4,5 --weekdays Mon,Fri,Sun --dat…
3 -m time --timestart 01:02:03 --timestop 04:05:06 --monthdays 1,2,3,4,5 --weekdays Mon,Fri,Sun --dat…
Dlibxt_time.txlate1 iptables-translate -A INPUT -p icmp --icmp-type echo-request -m time --weekdays Sa,Su -j REJECT
22 …me --datestart 2020-01-29T00:00:00 --timestart 12:00 --timestop 19:00 --weekdays Mon,Tue,Wed,Thu,F…
25 … --datestart 2020-01-29T00:00:00 --timestart 12:00 --timestop 19:00 ! --weekdays Mon,Tue,Wed,Thu,F…
Dlibxt_time.man27 [\fB!\fP] \fB\-\-weekdays\fP \fIday\fP[\fB,\fP\fIday\fP...]
28 Only match on the given weekdays. Possible values are \fBMon\fP, \fBTue\fP,
69 \-m time \-\-weekdays Sa,Su
86 \-m time \-\-weekdays Fr \-\-monthdays 22,23,24,25,26,27,28
94 \-m time \-\-weekdays Mo \-\-timestart 23:00 \-\-timestop 01:00
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java420 String weekdays[] = null; field in DateFormatSymbols
907 return duplicate(weekdays); in getWeekdays()
925 returnValue = weekdays; in getWeekdays()
974 weekdays = duplicate(newWeekdays); in setWeekdays()
1014 weekdays = duplicate(newWeekdays); in setWeekdays()
1485 && Utility.arrayEquals(weekdays, that.weekdays) in equals()
1571 this.weekdays = dfs.weekdays; in initializeData()
1925 weekdays = new String[8]; in initializeData()
1926 weekdays[0] = ""; // 1-based in initializeData()
1927 System.arraycopy(lWeekdays, 0, weekdays, 1, lWeekdays.length); in initializeData()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateFormatSymbols.java410 String weekdays[] = null; field in DateFormatSymbols
884 return duplicate(weekdays); in getWeekdays()
901 returnValue = weekdays; in getWeekdays()
949 weekdays = duplicate(newWeekdays); in setWeekdays()
988 weekdays = duplicate(newWeekdays); in setWeekdays()
1444 && Utility.arrayEquals(weekdays, that.weekdays) in equals()
1529 this.weekdays = dfs.weekdays; in initializeData()
1883 weekdays = new String[8]; in initializeData()
1884 weekdays[0] = ""; // 1-based in initializeData()
1885 System.arraycopy(lWeekdays, 0, weekdays, 1, lWeekdays.length); in initializeData()
/third_party/boost/boost/date_time/gregorian/
Dgreg_weekday.hpp43 typedef boost::date_time::weekdays weekday_enum;
Dgreg_facet.hpp36 typedef boost::date_time::weekdays weekday_enum;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddtfmtsym.h347 void setWeekdays(const UnicodeString* weekdays, int32_t count);
385 …void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType …
/third_party/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h347 void setWeekdays(const UnicodeString* weekdays, int32_t count);
385 …void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType …
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ddtfmtsym.h345 void setWeekdays(const UnicodeString* weekdays, int32_t count);
383 …void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType …
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddtfmtsym.h347 void setWeekdays(const UnicodeString* weekdays, int32_t count);
385 …void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType …
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java296 final String[] weekdays = en.getWeekdays(); in TestSymbols() local
297 fr.setWeekdays(weekdays); in TestSymbols()
299 count = weekdays.length; in TestSymbols()
305 if(! weekdays[i].equals(weekdays1[i])) { in TestSymbols()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDateFormatSymbols.java299 final String[] weekdays = en.getWeekdays(); in TestSymbols() local
300 fr.setWeekdays(weekdays); in TestSymbols()
302 count = weekdays.length; in TestSymbols()
308 if(! weekdays[i].equals(weekdays1[i])) { in TestSymbols()
/third_party/icu/icu4c/source/test/intltest/
Dtsdtfmsy.cpp283 const UnicodeString *weekdays = en.getWeekdays(count); in TestSymbols() local
284 fr.setWeekdays(weekdays, count); in TestSymbols()
/third_party/boost/boost/log/sinks/
Dtext_file_backend.hpp264 date_time::weekdays wday,
/third_party/boost/libs/log/src/setup/
Dinit_from_settings.cpp201 optional< date_time::weekdays > weekday;
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvmux.c1146 static const gchar *weekdays[] = { in gst_flv_mux_create_metadata() local
1161 s = g_strdup_printf ("%s %s %d %02d:%02d:%02d %d", weekdays[tm.tm_wday], in gst_flv_mux_create_metadata()
/third_party/gettext/gettext-tools/doc/
Dlang-perl.texi805 my @@weekdays = @@gettext@{'Sunday', 'Monday', 'Tuesday', 'Wednesday',
808 @@weekdays = @@gettext@{qw (Sunday Monday Tuesday Wednesday Thursday
/third_party/node/
Donboarding.md57 notifications on typical weekdays), so be prepared

12