Home
last modified time | relevance | path

Searched refs:month (Results 1 – 25 of 81147) sorted by last modified time

12345678910>>...3246

/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A Dinstall.tcl29 month { set f "%B" }
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/lib/
H A DPmwTimeFuncs.py55 month = int(inputList[formatList.index('m')])
65 jdn = ymdtojdn(year, month, day)
67 if jdntoymd(jdn) != (year, month, day):
80 def ymdtojdn(year, month, day, julian = -1, papal = 1): argument
89 julian = ((year * 100) + month) * 100 + day <= lastJulianDate
96 return 367 * year - _cdiv(7 * (year + 5001 + _cdiv((month - 9), 7)), 4) + \
97 _cdiv(275 * month, 9) + day + 1729777
100 _cdiv(1461 * (year + 4800 + _cdiv((month - 14), 12)), 4) + \
101 _cdiv(367 * (month - 2 - _cdiv((month - 14), 12) * 12), 12) - \
102 _cdiv((3 * _cdiv((year + 4900 + _cdiv((month - 14), 12)), 100)), 4) + \
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/contrib/
H A DREADME6 PmwFullTimeCounter.py time counter which includes year, month and day
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/lib/
H A DPmwTimeFuncs.py49 month = string.atoi(inputList[formatList.index('m')])
59 jdn = ymdtojdn(year, month, day)
60 if jdntoymd(jdn) != (year, month, day):
73 def ymdtojdn(year, month, day, julian = -1, papal = 1): argument
82 julian = ((year * 100L) + month) * 100 + day <= lastJulianDate
89 return 367L * year - _cdiv(7 * (year + 5001L + _cdiv((month - 9), 7)), 4) + \
90 _cdiv(275 * month, 9) + day + 1729777L
93 _cdiv(1461L * (year + 4800L + _cdiv((month - 14), 12)), 4) + \
94 _cdiv(367 * (month - 2 - _cdiv((month - 14), 12) * 12), 12) - \
95 _cdiv((3 * _cdiv((year + 4900L + _cdiv((month - 14), 12)), 100)), 4) + \
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/contrib/
H A DREADME6 PmwFullTimeCounter.py time counter which includes year, month and day
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgtk.override2370 guint year, month, day;
2372 gtk_calendar_get_date(GTK_CALENDAR(self->obj), &year, &month, &day);
2373 return Py_BuildValue("(iii)", year, month, day);
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXSystemTime.cpp121 FXint month=st.month; in timeFromSystemTime() local
154 if(month>=13){ in timeFromSystemTime()
155 year+=(month-1)/12; in timeFromSystemTime()
156 month=(month-1)%12+1; in timeFromSystemTime()
163 while(day>days_of_year[leap][month]){ in timeFromSystemTime()
164 day-=days_of_year[leap][month]; in timeFromSystemTime()
165 month+=1; in timeFromSystemTime()
166 if(13<=month){ in timeFromSystemTime()
167 month=1; in timeFromSystemTime()
185 civilFromDays(st.year,st.month,st.mday,zz); in systemTimeFromTime()
[all …]
/dports/x11-toolkits/granite/granite-6.2.0/lib/Widgets/
H A DDatePicker.vala85 * A next/prev month/year event
137 … date = new GLib.DateTime.local (calendar.year, calendar.month + 1, calendar.day, 0, 0, 0);
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/gtk/
H A DOS.java2320 public static final native void g_date_time_get_ymd(long dateTime, int[] year, int[] month, int[] d… in g_date_time_get_ymd() argument
2338 public static final native long g_date_time_new_local(int year, int month, int day, int hour, int m… in g_date_time_new_local() argument
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A DWindow.pod59 never accomplished - brand new window managers emerge every month,
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DCalendar.pm42 $p-> {date}-> [1] = $p-> {month} if exists $p-> {month};
158 if ( $month < 3) {
159 $month += 10;
162 $month -= 2;
362 if ( --$month < 0) {
364 $month = 11;
369 if ( ++$month > 11) {
371 $month = 0;
432 $month = 11 if $month > 11;
433 $month = 0 if $month < 0;
[all …]
/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/demos/
H A DSpreadsheetHideRows81 4 => { data => [['','Sorry, Detail Data Not Available Until Next month']],
/dports/x11-clocks/asclock/asclock/
H A Dasclock.c61 XpmIcon asclock, led, month, date, weekday; variable
351 month.attributes.valuemask |= (XpmReturnPixels | XpmReturnExtensions); in GetXPM()
352 ret = XpmCreatePixmapFromData(dpy, Root, month_xpm, &month.pixmap, in GetXPM()
353 &month.mask, &month.attributes); in GetXPM()
486 XCopyArea(dpy, month.pixmap, visible.pixmap, NormalGC, in InsertTime()
/dports/x11-clocks/wmtime/wmtime.app/wmtime/
H A Dwmtime.c356 void DrawDate(int wkday, int dom, int month) { in DrawDate() argument
365 sprintf(temp, "%.2s%02d%.3s ", day_of_week[wkday], dom, mon_of_year[month]); in DrawDate()
/dports/x11-clocks/xalarm/xalarm-3.06/
H A Ddates.c134 int days, dayofweek, dayofmonth, month, year; local
170 int *days, *dayofweek, *dayofmonth, *month, *year;
182 *days = *dayofweek = *dayofmonth = *month = *year = -1;
217 if (*month < 0) {
218 *month = i-7;
256 if ((*month >= 0) and (*dayofmonth > 0)) {
260 if (*dayofmonth > daysin[*month]) {
276 int dayofweek, dayofmonth, month, year; in DaysBeforeDate()
296 if (month >= 0) date->tm_mon = month;
300 if (month < 0) {
[all …]
/dports/x11-clocks/astzclock/astzclock-1.0/
H A Dastzclock.c63 XpmIcon asclock, led, month, date, weekday; variable
364 month.attributes.valuemask |= (XpmReturnPixels | XpmReturnExtensions); in GetXPM()
365 ret = XpmCreatePixmapFromData(dpy, Root, month_xpm, &month.pixmap, in GetXPM()
366 &month.mask, &month.attributes); in GetXPM()
497 XCopyArea(dpy, month.pixmap, visible.pixmap, NormalGC, in InsertTime()
/dports/x11-clocks/wmfishtime/wmfishtime-1.24/
H A Dfishmon.c149 static char month[12][4] = { "JAN", "FEB", "MAR", "APR", "MAY", "JUN", variable
572 data->tm_mday, month[data->tm_mon]); in prepare_backbuffer()
/dports/x11/cinnamon/cinnamon-4.8.6/
H A Dcinnamon.pot2249 #. %A is the name of the day, %B is the name of the month
/dports/x11/cinnamon/cinnamon-4.8.6/debian/
H A Dchangelog4489 * avoid varying space between month and day
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings/bin/
H A DSettingsWidgets.py483 self.set_value({"y": date.year, "m": date.month, "d": date.day})
H A DChooserButtonWidgets.py283 calendar.select_month(self.date.month-1, self.date.year)
288 calendar.select_month(date.month - 1, date.year)
299 self.emit("date-changed", self.date.year, self.date.month, self.date.day)
/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A DXScreenSaver.ad.in128 ! For day month date:
/dports/x11/waybar/Waybar-0.9.12/src/modules/
H A Dclock.cpp165 const date::year_month ym(ymd.year(), ymd.month()); in calendar_text()
/dports/x11/xloadimage/xloadimage.4.1/
H A Dmcidas.c40 int month; local
57 for (month= 1; day > month_info[month].days; day -= month_info[month].days)
58 month++;
67 hour, minute, second, month_info[month].name, day, year,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/
H A Dfx_date_helpers.cpp135 int month = MonthFromTime(t); in DateFromTime() local
136 switch (month) { in DateFromTime()

12345678910>>...3246