Home
last modified time | relevance | path

Searched refs:_week (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DTimeZoneInfo.TransitionTime.cs16 private readonly byte _week; field
25 public int Week => _week;
46 _week == other._week && _dayOfWeek == other._dayOfWeek);
48 public override int GetHashCode() => (int)_month ^ (int)_week << 8; in GetHashCode()
56 _week = (byte)week; in TransitionTime()
116 ValidateTransitionTime(_timeOfDay, _month, _week, _day, _dayOfWeek); in IDeserializationCallback.OnDeserialization()
133 info.AddValue("Week", _week); // Do not rename (binary serialization) in ISerializable.GetObjectData()
148_week = (byte)info.GetValue("Week", typeof(byte)); // Do not rename (binary serialization) in TransitionTime()
/dports/www/matomo/piwik/core/Scheduler/Schedule/
H A DMonthly.php128 * @param int $_week the week to use, between 0-3 (inclusive)
131 public function setDayOfWeek($_day, $_week) argument
137 if (!($_week >= 0 && $_week < 4)) {
142 $this->week = $_week;
/dports/www/sogo2/SOGo-2.4.1/UI/Scheduler/
H A DUIxCalMonthOverview.m47 - (void)setWeekOfYear:(int)_week {
50 weekOfYear = _week;
51 if(_week == 52 || _week == 53)
55 date = [date mondayOfWeek:_week];
H A DUIxCalMonthOverview.h43 - (void)setWeekOfYear:(int)_week;
/dports/devel/py-pygithub/PyGithub-1.54/github/
H A DStatsCodeFrequency.py42 return self._week.value
59 self._week = github.GithubObject.NotSet
64 self._week = self._makeTimestampAttribute(attributes[0])
H A DStatsCommitActivity.py42 return self._week.value
59 self._week = github.GithubObject.NotSet
65 self._week = self._makeTimestampAttribute(attributes["week"])
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/kingdom/
H A Dweek.h63 : _week( type ) in _week() function
69 return _week; in GetType()
84 WeekName _week;
H A Dweek.cpp218 switch ( _week ) { in GetName()
301 week._week = static_cast<WeekName>( weekType ); in operator >>()
/dports/devel/py-pendulum/pendulum-2.1.1/pendulum/tz/zoneinfo/
H A Dposix_timezone.py186 self._week = week
203 return self._week
213 last_week = self._week == 5
220 days += (self._week - 1) * 7
/dports/graphics/libpgf/PGF/Codec/include/
H A DPGFtypes.h133 …PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_major), year(_year), week(_week)… in PGFVersionNumber()
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/pgf/
H A DPGFtypes.h133 …PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_major), year(_year), week(_week)… in PGFVersionNumber()
/dports/graphics/digikam/digikam-7.4.0/core/libs/pgfutils/libpgf/
H A DPGFtypes.h133 …PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_major), year(_year), week(_week)… in PGFVersionNumber()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/
H A DCalendar.ts829 let _week
857 _week = Object.create(localeData._week) // _week: { dow: # }
858 _week.dow = firstDay
859 localeData._week = _week
/dports/www/bluefish/bluefish-2.2.12/src/plugin_htmlbar/po/
H A Dfa.po1192 msgid " Day of the _week (Sunday)"
1193 msgstr "روز _week (یکشنبه)"
1196 msgid " Day of the _week (Monday)"
1197 msgstr "روز _week (دوشنبه)"
1200 msgid " Day of the _week (Tuesday)"
1201 msgstr "روز _week (سه شنبه)"
1205 msgstr "روز _week (چهارشنبه)"
1209 msgstr "روز _week (پنج شنبه)"
1212 msgid " Day of the _week (Friday)"
1213 msgstr "روز _week (جمعه)"
[all …]
H A Den.po1180 msgid " Day of the _week (Sunday)"
1181 msgstr " Day of the _week (Sunday)"
1184 msgid " Day of the _week (Monday)"
1185 msgstr " Day of the _week (Monday)"
1188 msgid " Day of the _week (Tuesday)"
1189 msgstr " Day of the _week (Tuesday)"
1192 msgid " Day of the _week (Wednesday)"
1196 msgid " Day of the _week (Thursday)"
1200 msgid " Day of the _week (Friday)"
1201 msgstr " Day of the _week (Friday)"
[all …]
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/
H A DDatetimeParser.h137 int _week {0};
H A DDatetimeParser.cpp198 _week = 0; in clear()
473 parse_week (pig, _week)) in parse_date_ext()
694 _week = week; in parse_date()
2798 (_week && (_week < 1 || _week > 53)) || in validate()
2826 int week = _week; in resolve()
/dports/devel/p5-Time-Crontab/Time-Crontab-0.02/
H A DREADME.md40 In month and day\_of\_week fields, Able to use the first three letters of day or month. But
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DTimeZoneInfo.cs2904 private readonly byte _week; field
2932 return (int)_week;
2994 equal = (_week == other._week in Equals()
3004 return ((int)_month ^ (int)_week << 8); in GetHashCode()
3022 _week = (byte)week; in TransitionTime()
3108 … ValidateTransitionTime(_timeOfDay, (Int32)_month, (Int32)_week, (Int32)_day, _dayOfWeek); in IDeserializationCallback.OnDeserialization()
3125 info.AddValue("Week", _week); // Do not rename (binary serialization) in ISerializable.GetObjectData()
3140_week = (byte)info.GetValue("Week", typeof(byte)); // Do not rename (binary serialization) in TransitionTime()
/dports/devel/p5-Date-Pcalc/Date-Pcalc-6.1/src/Perl/
H A DPcalc.pm1594 my($_week,$_year,$month,$day) = @_;
1597 $$_week = DateCalc_Week_Number($$_year,$month,$day);
1598 if ($$_week == 0) { $$_week = DateCalc_Weeks_in_Year(--${$_year}); }
1599 elsif ($$_week > DateCalc_Weeks_in_Year($$_year))
1601 $$_week = 1;
1640 my($_year,$_week,$_dow,$month,$day) = @_;
1643 if (DateCalc_week_of_year($_week,$_year,$month,$day))
/dports/devel/p5-Date-Calc/Date-Calc-6.4/lib/Date/Calc/
H A DPP.pm1595 my($_week,$_year,$month,$day) = @_;
1598 $$_week = DateCalc_Week_Number($$_year,$month,$day);
1599 if ($$_week == 0) { $$_week = DateCalc_Weeks_in_Year(--${$_year}); }
1600 elsif ($$_week > DateCalc_Weeks_in_Year($$_year))
1602 $$_week = 1;
1641 my($_year,$_week,$_dow,$month,$day) = @_;
1644 if (DateCalc_week_of_year($_week,$_year,$month,$day))
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/libshared/src/
H A DDatetime.h203 int _week {0};
/dports/deskutils/tasksh/tasksh-1.2.0/src/libshared/src/
H A DDatetime.h203 int _week {0};
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/libshared/src/
H A DDatetime.h203 int _week {0};
/dports/audio/gnupod/gnupod-0.99.8/
H A DREADME.smartplaylists94 The 'value' of a within field needs a suffix: _day / _week / _month

1234567