Searched refs:month (Results 1 - 25 of 445) sorted by relevance

1234567891011>>

/macosx-10.10/libxslt-13/libxslt/tests/keys/
H A DMakefile.am6 EXTRA_DIST = dates.xml month.xml month.xsl month.out
17 @($(CHECKER) $(top_builddir)/xsltproc/xsltproc $(srcdir)/month.xsl $(srcdir)/dates.xml > month.res ; \
18 if [ -r $(srcdir)/month.out ] ; \
19 then diff $(srcdir)/month.out month.res ; \
20 else mv month.res $(srcdir)/month
[all...]
/macosx-10.10/gnutar-453/gnutar/build-aux/
H A Dmdate-sh89 # until we find a month. This cannot work with files whose owner is a
91 # will be owned by a user whose name is a month. So we first look at
98 # Find which argument is the month.
99 month=
101 until test $month
107 Jan) month=January; nummonth=1;;
108 Feb) month=February; nummonth=2;;
109 Mar) month=March; nummonth=3;;
110 Apr) month=April; nummonth=4;;
111 May) month
[all...]
/macosx-10.10/Heimdal-398.1.2/doc/
H A Dmdate-sh35 # The month is at least the fourth argument
41 # Find the month. Next argument is day, followed by the year or time.
42 month=
43 until test $month
47 Jan) month=January; nummonth=1;;
48 Feb) month=February; nummonth=2;;
49 Mar) month=March; nummonth=3;;
50 Apr) month=April; nummonth=4;;
51 May) month=May; nummonth=5;;
52 Jun) month
[all...]
/macosx-10.10/gnudiff-19/diffutils/config/
H A Dmdate-sh40 # The month is at least the fourth argument
46 # Find the month. Next argument is day, followed by the year or time.
47 month=
48 until test $month
52 Jan) month=January; nummonth=1;;
53 Feb) month=February; nummonth=2;;
54 Mar) month=March; nummonth=3;;
55 Apr) month=April; nummonth=4;;
56 May) month=May; nummonth=5;;
57 Jun) month
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dhebrwcal.cpp90 * The cumulative # of days to the end of each month in a non-leap year
114 * The cumulative # of days to the end of each month in a leap year
224 int32_t month = get(UCAL_MONTH, status); local
228 acrossAdar1 = (month < ADAR_1); // started before ADAR_1?
229 month += amount;
231 if (acrossAdar1 && month>=ADAR_1 && !isLeapYear(year)) {
232 ++month;
234 if (month <= ELUL) {
237 month -= ELUL+1;
242 acrossAdar1 = (month > ADAR_
316 int32_t month = get(UCAL_MONTH, status); local
582 int32_t month = 0; local
632 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const argument
[all...]
H A Dcecal.cpp110 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset) argument
112 // handle month > 12, < 0 (e.g. from add/set)
113 if ( month >= 0 ) {
114 year += month/13;
115 month %= 13;
117 ++month;
118 year += month/13 - 1;
119 month = month%13 + 12;
125 + 30 * month // numbe
131 jdToCE(int32_t julianDay, int32_t jdEpochOffset, int32_t& year, int32_t& month, int32_t& day) argument
[all...]
H A Dpersncal.cpp124 * Return the day # on which the given month starts. Days are counted
128 * @param year The Persian month, 0-based
130 int32_t PersianCalendar::monthStart(int32_t year, int32_t month) const {
131 return handleComputeMonthStart(year,month,TRUE);
139 * Return the length (in days) of the given month.
142 * @param year The Persian month, 0-based
144 int32_t PersianCalendar::handleGetMonthLength(int32_t extendedYear, int32_t month) const {
145 // If the month is out of range, adjust it into range, and
147 if (month < 0 || month > 1
166 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const argument
211 int32_t year, month, dayOfMonth, dayOfYear; local
[all...]
H A Dindiancal.cpp106 * Return the length (in days) of the given month.
109 * @param month The month(0-based) in Indian calendar
111 int32_t IndianCalendar::handleGetMonthLength(int32_t eyear, int32_t month) const {
112 if (month < 0 || month > 11) {
113 eyear += ClockMath::floorDivide(month, 12, month);
116 if (isGregorianLeap(eyear + INDIAN_ERA_START) && month == 0) {
120 if (month >
142 gregorianToJD(int32_t year, int32_t month, int32_t date) argument
163 int32_t year, month, day; local
196 IndianToJD(int32_t year, int32_t month, int32_t date) argument
240 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const argument
[all...]
H A Dislamcal.cpp161 int32_t mask = (int32_t) (0x01 << (11 - m)); // set mask for bit corresponding to month
245 // a month as having 31 days. Since date parsing now uses range checks based
246 // on the table below, we need to change the range for last day of month to
485 * Return the day # on which the given month starts. Days are counted
489 * @param year The hijri month, 0-based (assumed to be in range 0..11)
491 int32_t IslamicCalendar::monthStart(int32_t year, int32_t month) const {
498 (int32_t)uprv_ceil(29.5*month);
500 return trueMonthStart(12*(year-1) + month);
503 for(int i=0; i< month; i++){
511 * Find the day number on which a particular month o
638 int32_t month = 12*(extendedYear-1); local
661 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const argument
709 int32_t year, month, dayOfMonth, dayOfYear; local
[all...]
H A Dcecal.h66 * Return JD of start of given month/extended year
69 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
104 * Convert an Coptic/Ethiopic year, month, and day to a Julian day.
107 * @param month the month
113 static int32_t ceToJD(int32_t year, int32_t month, int32_t date,
117 * Convert a Julian day to an Coptic/Ethiopic year, month and day
122 * @param month receives the month
127 int32_t& year, int32_t& month, int32_
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/t/
H A D02bugs.t22 year => 1977, month => 11, day => 11, hour => 1, minute => 12,
29 year => 1977, month => 4, day => 7,
36 year => 2003, month => 4, day => 7, hour => 2,
43 year => 2003, month => 12, day => 25, hour => 0, minute => 00,
50 year => 2009, month => 11, day => 25,, time_zone => 'Europe/London'
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dcal-html.el119 "HTML code for a day in the minical - links NUM to month-page#NUM.")
167 (defun cal-html-monthpage-name (month year)
170 (format "%d-%.2d.html" year month))
173 (defun cal-html-insert-link-monthpage (month year &optional change-dir)
180 (member month '(1 12))
182 (cal-html-monthpage-name month year))
183 (calendar-month-name month)))))
186 (defun cal-html-insert-link-yearpage (month year)
190 (calendar-month
[all...]
H A Dcal-move.el35 (defvar displayed-month)
50 (defun calendar-forward-month (arg)
56 (month (extract-calendar-month cursor-date))
59 (increment-calendar-month month year arg)
60 (let ((last (calendar-last-day-of-month month year)))
63 ;; Put the new month on the screen, if needed, and go to the new date.
64 (let ((new-cursor-date (list month da
[all...]
H A Dcal-persia.el39 (defvar persian-calendar-month-name-array
58 (defun persian-calendar-last-day-of-month (month year)
61 ((< month 7) 31)
62 ((or (< month 12) (persian-calendar-leap-year-p year)) 30)
69 (let ((month (extract-calendar-month date))
74 (list month day (1+ (mod year 2820))))
87 m 1 (< m month)
88 (persian-calendar-last-day-of-month
[all...]
/macosx-10.10/ntp-92/libntp/
H A Dcaltontp.c14 * (that is, not zero) it will be used instead of month and day-of-month;
39 ntp_u_int32_t month; /* adjusted month for calendar */ local
43 NTP_REQUIRE(jt->month <= 13); /* permit month 0..13! */
60 * avoid all calculations involving month and day-of-month.
75 * starting on the previous march,1st; merge years, month and
76 * days; undo the the 9 month shif
[all...]
/macosx-10.10/ruby-106/ruby/lib/xmlrpc/
H A Ddatetime.rb20 attr_reader :year, :month, :day, :hour, :min, :sec
34 def month= (value)
36 @month = value
71 # Alias for XMLRPC::DateTime#month.
72 alias mon month
73 # Alias for XMLRPC::DateTime#month=.
74 alias mon= month=
78 # parameters +year+, +month+, +day+ as date and
83 def initialize(year, month, day, hour, min, sec)
84 self.year, self.month, sel
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/compat/
H A Dtzone.pl8 print "Usage: tzone [year month day hour minute]\n";
19 my $month = 0;
26 ($year, $month, $day, $hour, $minute) = @ARGV;
27 print "The date we are using is: $month-$day-$year $hour:$minute.\n";
52 my @result = `./tzdate $year $month $day $hour $minute $USECURRENT`;
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dspindate.itk84 method _lastDay {month year}
112 itk_component add month {
113 iwidgets::Spinner $itk_interior.month -fixed 2 -justify right \
128 bind [$itk_component(month) component entry] <1> {break}
129 bind [$itk_component(month) component entry] <Button1-Motion> {break}
204 $itk_component(month) configure -labelpos n
211 $itk_component(month) configure -labelmargin 1
217 $itk_component(month) configure -labelpos s
224 $itk_component(month) configure -labelmargin 1
230 $itk_component(month) configur
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dsimpletz.h52 * count from the end of the month backwards. For example, if Daylight Savings
53 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>
140 * @param savingsStartMonth The daylight savings starting month. Month is
143 * day-of-week-in-month. See setStartRule() for a
149 * @param savingsEndMonth The daylight savings ending month. Month is
151 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month.
181 * @param savingsStartMonth The daylight savings starting month. Month is
184 * day-of-week-in-month. See setStartRule() for a
190 * @param savingsEndMonth The daylight savings ending month. Month is
192 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month
884 setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) argument
890 setStartRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status) argument
896 setStartRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, int32_t time, UBool after, UErrorCode& status) argument
902 setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) argument
908 setEndRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status) argument
913 setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, int32_t time, UBool after, UErrorCode& status) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dtimezone.el66 "Alist of first three letters of a month and its numerical representation.")
99 (defun timezone-make-arpa-date (year month day time &optional timezone)
111 (capitalize (car (rassq month timezone-months-assoc)))
116 (defun timezone-make-sortable-date (year month day time)
119 year month day time))
149 (month nil)
158 (setq year 3 month 2 day 1 time 4 zone 5))
162 (setq year 3 month 2 day 1 time 4 zone nil))
166 (setq year 6 month 3 day 2 time 4 zone nil))
170 (setq year 6 month
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/examples/
H A DSimple.pm7 params => [qw( year month mday hours mins secs fsecs ampm )],
19 params => [qw( month mday year hours mins secs fsecs ampm )],
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/examples/
H A DSimple.pm7 params => [qw( year month mday hours mins secs fsecs ampm )],
19 params => [qw( month mday year hours mins secs fsecs ampm )],
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Strptime-1.52/t/
H A D009_regexp.t12 output => { year => 2009, month => 7, day => 13 }
18 output => { year => 2009, month => 7, day => 13 }
24 output => { year => 2009, month => 7, day => 13 }
30 output => { year => 2009, month => 7, day => 13 }
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Strptime-1.54/t/
H A D009_regexp.t12 output => { year => 2009, month => 7, day => 13 }
18 output => { year => 2009, month => 7, day => 13 }
24 output => { year => 2009, month => 7, day => 13 }
30 output => { year => 2009, month => 7, day => 13 }
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/
H A Dshell.js259 * year-month-day mode: dt = new Date(2000, 5, 1, ...);
426 var month = MonthFromTime(t);
428 if ( month == 0 ) {
431 if ( month == 1 ) {
434 if ( month == 2 ) {
437 if ( month == 3 ) {
440 if ( month == 4 ) {
443 if ( month == 5 ) {
446 if ( month == 6 ) {
449 if ( month
[all...]

Completed in 246 milliseconds

1234567891011>>