Home
last modified time | relevance | path

Searched refs:week_days (Results 1 – 25 of 37) sorted by relevance

12

/dports/sysutils/nut-devel/nut-9e6a5ab2/drivers/
H A Dmicrosol-common.c254 char week_days[7] = { 0, 0, 0, 0, 0, 0, 0 }; in print_info() local
263 week_days[i] = (days_to_shutdown >> (6 - i)) & 0x01; in print_info()
276 …upslogx(LOG_NOTICE, FMT_DAYS, week_days[0], week_days[1], week_days[2], week_days[3], week_days[4]… in print_info()
H A Dsolis.c245 int week_days[7] = {0, 0, 0, 0, 0, 0, 0}; in print_info() local
250 week_days[i] = (DaysStd >> (6 - i)) & 0x01; in print_info()
261 week_days[0], week_days[1], week_days[2], in print_info()
262 week_days[3], week_days[4], week_days[5], in print_info()
263 week_days[6]); in print_info()
/dports/math/scilab/scilab-6.1.1/scilab/modules/time/src/c/
H A Dgetdate.c51 static int week_days (int yday, int wday);
259 static int week_days (int yday, int wday) in week_days() function
278 int days = week_days (tp->tm_yday, tp->tm_wday); in week_number()
284 days = week_days (tp->tm_yday + (365 + __isleap(year)), tp->tm_wday); in week_number()
288 int d = week_days (tp->tm_yday - (365 + __isleap(year)), tp->tm_wday); in week_number()
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/hdinsight/
H A D_params.py24 week_days = ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"] variable
214 arg_type=get_enum_type(week_days),
215 completer=get_generic_completion_list(week_days),
336 arg_type=get_enum_type(week_days),
337 completer=get_generic_completion_list(week_days),
356 c.argument('days', nargs='+', arg_group=None, arg_type=get_enum_type(week_days),
357 completer=get_generic_completion_list(week_days),
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/microsoft_calendar/utils/
H A Dmicrosoft_event.py194 week_days = [x[:2] for x in pattern.get('daysOfWeek', [])]
196 result[week_day] = week_day in week_days
197 if week_days:
198 result['weekday'] = week_days[0].upper()
/dports/net/uget/uget-2.2.1/ui-gtk/
H A DUgtkScheduleForm.c55 static const gchar* week_days[7] =
114 pango_layout_set_text (layout, gettext (week_days[0]), -1);
264 pango_layout_set_text (layout, gettext (week_days[y]), -1);
373 gettext (week_days[y]), x, x);
/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/src/
H A Dglobals.h161 GLOBAL(const char *week_days[7], {WEEK_DAYS_NAMES});
H A Daltlog.c261 week_days[tm->tm_wday], months[tm->tm_mon], in altlog_writexfer_xferlog()
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_muc_log_http/muc_log_http/
H A Dmod_muc_log_http.lua140 local week_days = {"Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"};
146 for _, tmp in ipairs(week_days) do
156 for _, tmp in ipairs(week_days) do
/dports/www/ilias/ILIAS-5.4.25/Services/Calendar/classes/
H A Dclass.ilCalendarRecurrenceCalculator.php713 $week_days[$day][] = $start_day++;
715 return $week_days;
/dports/www/ilias6/ILIAS-6.14/Services/Calendar/classes/
H A Dclass.ilCalendarRecurrenceCalculator.php713 $week_days[$day][] = $start_day++;
715 return $week_days;
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro/nukleargui/nuklear/
H A Doverview.c406 const char *week_days[] = {"SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"}; in overview() local
447 for (i = 0; i < (int)LEN(week_days); ++i) in overview()
448 nk_label(ctx, week_days[i], NK_TEXT_CENTERED); in overview()
/dports/devel/py-icalendar/icalendar-4.0.3/src/icalendar/
H A Dprop.py574 week_days = CaselessDict({ variable in vWeekday
588 if weekday not in vWeekday.week_days or sign not in '+-':
/dports/security/ridl/ridl-11b3240/nuklear/demo/
H A Doverview.c487 const char *week_days[] = {"SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"}; in overview() local
528 for (i = 0; i < (int)NK_LEN(week_days); ++i) in overview()
529 nk_label(ctx, week_days[i], NK_TEXT_CENTERED); in overview()
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/nuklear/demo/
H A Doverview.c463 const char *week_days[] = {"SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"}; in overview() local
504 for (i = 0; i < (int)NK_LEN(week_days); ++i) in overview()
505 nk_label(ctx, week_days[i], NK_TEXT_CENTERED); in overview()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/nuklear/demo/
H A Doverview.c463 const char *week_days[] = {"SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"}; in overview() local
504 for (i = 0; i < (int)NK_LEN(week_days); ++i) in overview()
505 nk_label(ctx, week_days[i], NK_TEXT_CENTERED); in overview()
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/nuklear/demo/
H A Doverview.c463 const char *week_days[] = {"SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"}; in overview() local
504 for (i = 0; i < (int)NK_LEN(week_days); ++i) in overview()
505 nk_label(ctx, week_days[i], NK_TEXT_CENTERED); in overview()
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/nuklear/demo/
H A Doverview.c463 const char *week_days[] = {"SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"}; in overview() local
504 for (i = 0; i < (int)NK_LEN(week_days); ++i) in overview()
505 nk_label(ctx, week_days[i], NK_TEXT_CENTERED); in overview()
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/demo/
H A Doverview.c463 const char *week_days[] = {"SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"}; in overview() local
504 for (i = 0; i < (int)NK_LEN(week_days); ++i) in overview()
505 nk_label(ctx, week_days[i], NK_TEXT_CENTERED); in overview()
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/demo/
H A Doverview.c487 const char *week_days[] = {"SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"}; in overview() local
528 for (i = 0; i < (int)NK_LEN(week_days); ++i) in overview()
529 nk_label(ctx, week_days[i], NK_TEXT_CENTERED); in overview()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/calendar/inc/
H A Dclass.boicalendar.inc.php3146 $week_days = Array(
3155 @reset($week_days);
3156 while(list($key,$val) = each($week_days))
/dports/lang/php73/php-7.3.33/ext/session/
H A Dsession.c1113 static char *week_days[] = { variable
1131 week_days[tm.tm_wday], tm.tm_mday, in strcpy_gmt()
/dports/www/mod_php81/php-8.1.1/ext/session/
H A Dsession.c1115 static const char *week_days[] = { variable
1133 week_days[tm.tm_wday], tm.tm_mday, in strcpy_gmt()
/dports/lang/php80/php-8.0.15/ext/session/
H A Dsession.c1116 static const char *week_days[] = { variable
1134 week_days[tm.tm_wday], tm.tm_mday, in strcpy_gmt()
/dports/lang/php81/php-8.1.1/ext/session/
H A Dsession.c1115 static const char *week_days[] = { variable
1133 week_days[tm.tm_wday], tm.tm_mday, in strcpy_gmt()

12