Home
last modified time | relevance | path

Searched refs:newmonth (Results 1 – 21 of 21) sorted by relevance

/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DDateTime.pm183 $newsecond, $newminute, $newhour, $newday, $newmonth,
186 $newmonth++;
204 $newmonth = sprintf '%02d', $newmonth;
233 && $newmonth == 12
285 $newmonth++;
303 $newmonth = sprintf '%02d', $newmonth;
334 && $newmonth == 12
346 && $newmonth == 0
485 else { $newmonth2 = $months[ $newmonth - 1 ]; }
521 else { $newmonth2 = $months[ $newmonth - 1 ]; }
[all …]
/dports/devel/py-isodate/isodate-0.6.0/src/isodate/
H A Dduration.py175 newmonth = other.month + self.months
176 carry, newmonth = fquotmod(newmonth, 1, 13)
178 maxdays = max_days_in_month(newyear, newmonth)
183 newdt = other.replace(year=newyear, month=newmonth, day=newday)
259 newmonth = other.month - self.months
260 carry, newmonth = fquotmod(newmonth, 1, 13)
262 maxdays = max_days_in_month(newyear, newmonth)
267 newdt = other.replace(year=newyear, month=newmonth, day=newday)
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Admin/
H A DSettings_ExtendedProfiles.pm174 $newday2, $newmonth, $newmonth2, $newyear,
194 $newmonth = $oldmonth + 0;
197 if ( $newmonth < 10 ) { $newmonth = "0$newmonth"; }
201 qq~$newmonth/$newday/$newshortyear~;
205 $newformat = qq~$newday.$newmonth.$newshortyear~;
210 $newformat = qq~$newday.$newmonth.$newyear~;
215 $newmonth--;
216 $newmonth2 = $months[$newmonth];
235 $newformat = qq~$newmonth/$newday/$newshortyear~;
240 $newmonth2 = $months[ $newmonth - 1 ];
[all …]
/dports/misc/delay/delay-1.6/
H A Dparsetimey.y400 int newmonth = exectm.tm_mon + number; in add_date() local
402 while (newmonth < 0) { in add_date()
403 newmonth += 12; in add_date()
406 exectm.tm_mon = newmonth % 12; in add_date()
407 number += newmonth / 12 ; in add_date()
H A Dparsetimey.c1656 int newmonth = exectm.tm_mon + number; in add_date() local
1658 while (newmonth < 0) { in add_date()
1659 newmonth += 12; in add_date()
1662 exectm.tm_mon = newmonth % 12; in add_date()
1663 number += newmonth / 12 ; in add_date()
/dports/sysutils/brut/brut-1.55/
H A Dtime.c13 GtkWidget *newmonth; variable
115 smonth = gtk_entry_get_text(GTK_ENTRY (newmonth)); in set_new_time()
282 newmonth = gtk_entry_new(); in add_time()
289 gtk_entry_buffer_set_max_length (gtk_entry_get_buffer(GTK_ENTRY (newmonth)), 2); in add_time()
296 gtk_entry_set_width_chars(GTK_ENTRY(newmonth), 2); in add_time()
305 gtk_grid_attach(GTK_GRID (gtime), GTK_WIDGET (newmonth), 1, 2, 1, 1); in add_time()
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DQalculateDateTime.cc324 if(newmonth < 1 || newmonth > 12) return false; in set()
327 i_month = newmonth; in set()
474 newmonth = i; in set()
480 newmonth = i; in set()
738 newmonth--; in addDays()
739 if(newmonth < 1) { in addDays()
741 newmonth = 12; in addDays()
764 newmonth++; in addDays()
765 if(newmonth > 12) { in addDays()
767 newmonth = 1; in addDays()
[all …]
H A DQalculateDateTime.h43 bool set(long int newyear, int newmonth, int newday);
/dports/astro/stellarium/stellarium-0.21.3/src/gui/
H A DDateTimeDialog.cpp173 void DateTimeDialog::monthChanged(int newmonth) in monthChanged() argument
175 if ( month != newmonth ) in monthChanged()
177 valid( year, newmonth, day, hour, minute, second ); in monthChanged()
/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/src/
H A Dcompat.cpp326 … int newmonth = QDate(r->startDt().date().year(), 1, 1).addDays(months.at(i) - 1).month(); in fixRecurrence() local
327 if (!months.contains(newmonth)) { in fixRecurrence()
328 months.append(newmonth); in fixRecurrence()
/dports/sysutils/iograph/iograph-0.9.1/src/
H A Diograph.h24 void newmonth (int);
H A Diograph.c164 newmonth(tm_stat->tm_mon); in main()
272 newmonth(int lastmonth) in newmonth() function
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/shell/
H A Dshell_cmds.cpp1040 Bit32u newday,newmonth,newyear; in CMD_DATE() local
1041 if(sscanf(args,"%u-%u-%u",&newmonth,&newday,&newyear)==3) { in CMD_DATE()
1043 reg_dh = static_cast<Bit8u>(newmonth); in CMD_DATE()
/dports/finance/gnucash/gnucash-4.9/libgnucash/app-utils/
H A Ddate-utilities.scm315 (newmonth (+ (tm:mon new-date) nmonths))
316 (new-month-proper (floor-remainder newmonth 12))
317 (new-year-proper (+ (tm:year new-date) (floor-quotient newmonth 12))))
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/shell/
H A Dshell_cmds.cpp1392 uint32_t newday, newmonth, newyear; in CMD_DATE() local
1393 if (sscanf(args, "%u-%u-%u", &newmonth, &newday, &newyear) == 3) { in CMD_DATE()
1395 reg_dh = static_cast<uint8_t>(newmonth); in CMD_DATE()
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/
H A DConvert2x.pl1633 $newsecond, $newminute, $newhour, $newday, $newmonth,
1640 qq~$months[$newmonth] $newday, $newyear $maintxt{'107'} $newhour:$newminute~;
/dports/editors/emacs/emacs-27.2/info/
H A Dcalc.info13094 The ‘t M’ (‘calc-new-month’) [‘newmonth’] command computes a new date
29621 d t M 17 newmonth(d,n)
32554 * newmonth: Date Functions. (line 51)
/dports/editors/emacs-devel/emacs-4d1968b/doc/misc/
H A Dcalc.texi17054 @tindex newmonth
17055 The @kbd{t M} (@code{calc-new-month}) [@code{newmonth}] command
36381 @r{ d@: t M @: @: 17 @:newmonth@:(d,n)}
/dports/editors/emacs/emacs-27.2/doc/misc/
H A Dcalc.texi17053 @tindex newmonth
17054 The @kbd{t M} (@code{calc-new-month}) [@code{newmonth}] command
36458 @r{ d@: t M @: @: 17 @:newmonth@:(d,n)}
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.163829 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.163829 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'