Searched refs:day (Results 76 - 100 of 988) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/DateTime-Format-Strptime/t/more/
H A D001_all_locales.t16 foreach my $day (1..7) {
17 my $dt = DateTime->now( locale => $locale )->set( day => $day );
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_jjy.c172 int year, month, day, hour, minute, second, msecond ; member in struct:jjyunit
517 pp->day = ymd2yd ( up->year, up->month, up->day ) ;
529 pp->day -- ;
530 if ( pp->day < 1 ) {
532 pp->day = ymd2yd ( pp->year, 12, 31 ) ;
538 up->year, up->month, up->day, up->hour, up->minute, up->second, up->msecond/100 ) ;
540 pp->year, pp->day, pp->hour, pp->minute, pp->second, (int)(pp->nsec/100000000) ) ;
550 up->year, up->month, up->day, up->hour, up->minute, up->second, up->msecond/100 ) ;
607 rc = sscanf ( pBuf, "%4d/%2d/%2d", &up->year, &up->month, &up->day ) ;
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/OlsonDB/
H A DRule.pm72 my $day =
80 day => $day,
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dcalcasts.h8 * conversion between julian-day to fields and vice versa.
32 int32_t day; member in struct:CalendarCaseTest::TestCase
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dlog_server_status.in61 ($day,$time)=split(/:/,$date);
63 open(OUT,">>$wherelog$day");
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dbiorhythm.rb92 print_header(bd.year, bd.month, bd.day, dd - bd, bd.strftime("%a"))
96 printf "Biorhythm: %04d.%02d.%02d\n", dd.year, dd.month, dd.day
102 print_header(bd.year, bd.month, bd.day, dd - bd, bd.strftime("%a"))
111 printf "%04d.%02d.%02d : ", dd.year, dd.month, dd.day
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-forms.el173 (nth arg '(nil "year" "mnth" "day" "hour" "minu"
176 calcFunc-day calcFunc-hour
370 ;;; calendar is used; the first day after 9/2/1752 is 9/14/1752.
375 ;;; A "dt" is a list of the form, (year month day), corresponding to
376 ;;; an integer code, or (year month day hour minute second), corresponding
388 day
406 (setq day (1+ (- date (aref temp (1- month)))))
408 (list year month day)
409 (list year month day
460 (defun math-day
[all...]
/macosx-10.9.5/ntp-88/util/
H A Dtg.c31 * string yydddhhmmss, where yy is the year of century, ddd the day of
32 * year, hh the hour of day and mm the minute of hour. For instance,
159 {COEF, 1}, /* 30 1 day units */
164 {COEF, 1}, /* 35 10 day tens */
169 {COEF, 1}, /* 40 100 day hundreds */
263 int minute, hour, day, year; local
311 sscanf(optarg, "%2d%3d%2d%2d", &year, &day,
356 day = tm->tm_yday + 1;
375 printf("year %d day %d time %02d:%02d:%02d tone %d\n",
376 year, day, hou
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/t/
H A D27delta.t10 my $date1 = DateTime->new( year => 2001, month => 5, day => 10,
15 my $date2 = DateTime->new( year => 2001, month => 6, day => 12,
78 my $date1 = DateTime->new( year => 2001, month => 5, day => 10,
82 my $date2 = DateTime->new( year => 2001, month => 5, day => 11,
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/examples/
H A DW3CDTF.pm15 params => [ qw( year month day hour minute second) ],
20 params => [ qw( year month day hour minute second) ],
25 params => [ qw( year month day hour minute) ],
30 params => [ qw( year month day ) ],
38 extra => { day => 1 },
44 extra => { month => 1, day => 1 }
78 $dt->year, $dt->month, $dt->day,
80 sprintf( '%04d-%02d-%02d', $dt->year, $dt->month, $dt->day )
H A DMySQL.pm16 { params => [ qw( year month day ) ],
21 { params => [ qw( year month day hour minute second ) ],
28 params => [ qw( year month day hour minute second ) ],
33 params => [ qw( year month day hour minute second ) ],
39 params => [ qw( year month day hour minute ) ],
45 params => [ qw( year month day ) ],
50 params => [ qw( year month day ) ],
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/examples/
H A DW3CDTF.pm12 params => [ qw( year month day hour minute second) ],
17 params => [ qw( year month day hour minute second) ],
22 params => [ qw( year month day hour minute) ],
27 params => [ qw( year month day ) ],
35 extra => { day => 1 },
41 extra => { month => 1, day => 1 }
75 $dt->year, $dt->month, $dt->day,
77 sprintf( '%04d-%02d-%02d', $dt->year, $dt->month, $dt->day )
H A DMySQL.pm13 { params => [ qw( year month day ) ],
18 { params => [ qw( year month day hour minute second ) ],
25 params => [ qw( year month day hour minute second ) ],
30 params => [ qw( year month day hour minute second ) ],
36 params => [ qw( year month day hour minute ) ],
42 params => [ qw( year month day ) ],
47 params => [ qw( year month day ) ],
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Strptime/t/
H A D006_locales.t16 foreach my $day ( 1 .. 7 ) {
17 my $dt = DateTime->now( locale => $locale )->set( day => $day );
44 ->set( month => $month, day => 20 );
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Strptime-1.52/t/
H A D006_locales.t16 foreach my $day ( 1 .. 7 ) {
17 my $dt = DateTime->now( locale => $locale )->set( day => $day );
44 ->set( month => $month, day => 20 );
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dtimer.h42 int32_t day; member in struct:__anon3029
55 timer_t *timer_calendar(time_t first, time_t freq_mth, time_t end, int day, dispatch_queue_t queue);
H A Dtimer.c42 * Specific day of the month, every n months
43 * Specific weekday following specific day of the month, every n months
89 * t->base gives us the starting month and year, and the time of day
90 * t->day specifies the day of the month (negative means relative to last day of the month)
91 * t->day is > 100 or < 100, then it means a weekday
109 /* determine year, month, and time-of-day (clock time) of the next occurance */
123 /* we now have a year (y), a month (m), and a time of day (tod) */
125 if (t->day >
380 timer_calendar(time_t first, time_t freq_mth, time_t end, int day, dispatch_queue_t queue) argument
435 timer_calendar_long(uint32_t start_year, uint32_t start_month, uint32_t start_day, uint32_t start_hour, uint32_t start_min, uint32_t start_sec, time_t freq, int day, uint32_t end_year, uint32_t end_month, uint32_t end_day, uint32_t end_hour, uint32_t end_min, uint32_t end_sec, dispatch_queue_t queue) argument
[all...]
/macosx-10.9.5/misc_cmds-32/calendar/
H A Dcalendar.h68 #define F_ISDAY 0x02 /* day of week (Sun, Mon, ...) */
69 #define F_ISDAYVAR 0x04 /* variables day of week, like SundayLast */
74 extern int Friday; /* day before weekend */
81 struct event *event_add(struct event *events, int month, int day, char *date,
88 int day; member in struct:event
/macosx-10.9.5/ntp-88/scripts/stats/
H A Detf.S3 etf <- scan(file1, list(day=0, sec=0, offset=0, stab=0))
15 plot(etf$sec, etf$offset, type="l", xlab=paste("MJD", etf$day, "Time (s)"), ylab="External Offset (ns)", ylim=c(-400, 400))
/macosx-10.9.5/ruby-104/ruby/test/xmlrpc/
H A Dtest_datetime.rb36 assert_equal(d, dt.day)
49 dt.day = d
57 assert_equal(d, dt.day)
82 assert_raise(ArgumentError) { dt.day = 0 }
83 assert_raise(ArgumentError) { dt.day = 32 }
84 assert_nothing_raised(ArgumentError) { dt.day = 16 }
124 assert_equal(d, time.day)
144 assert_equal(d, date.day)
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A Dder_date.c28 int day = g.day; local
30 if (g.month < 1 || g.month > 12 || day < 1 || day > 31 || g.hour >= 24 || g.minute >= 60 || g.second >= 60.0
31 || (g.month == 2 && day > mdays[g.month] - mdays[g.month - 1] + is_leap_year)
32 || (g.month != 2 && day > mdays[g.month] - mdays[g.month - 1])) {
41 day -= 1;
45 day += ((g.year - 2001) * 365 + leap_days) + mdays[g.month - 1] - 1;
47 day += is_leap_year;
50 int64_t time = day;
[all...]
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A Dder_date.c28 int day = g.day; local
30 if (g.month < 1 || g.month > 12 || day < 1 || day > 31 || g.hour >= 24 || g.minute >= 60 || g.second >= 60.0
31 || (g.month == 2 && day > mdays[g.month] - mdays[g.month - 1] + is_leap_year)
32 || (g.month != 2 && day > mdays[g.month] - mdays[g.month - 1])) {
41 day -= 1;
45 day += ((g.year - 2001) * 365 + leap_days) + mdays[g.month - 1] - 1;
47 day += is_leap_year;
50 int64_t time = day;
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dgregoimp.h100 #define kEarliestViableMillis -185331720384000000.0 // minimum representable by julian day -1e17
102 #define kLatestViableMillis 185753453990400000.0 // max representable by julian day +1e17
105 * The minimum supported Julian day. This value is equivalent to
117 * The maximum supported Julian day. This value is equivalent to
161 * Convert a year, month, and day-of-month, given in the proleptic
165 * @param dom 1-based day of month
166 * @return the day number, with day 0 == Jan 1 1970
171 * Convert a 1970-epoch day number to proleptic Gregorian year,
172 * month, day
273 dayToFields(double day, int32_t& year, int32_t& month, int32_t& dom, int32_t& dow) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dcalendar.tcl30 # day,month,year, all
70 day 01 month 01 year 2007
82 foreach {data(day) data(month) data(year)} \
86 set data(selday) $data(day)
90 # Binding for the 'day' tagged items
91 $win bind day <1> [mymethod invoke]
204 # Update the internal values of day, month and year when the
220 foreach {data(day) data(month) data(year)} \
224 set data(selday) $data(day)
237 # values <day,mont
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-W3CDTF/lib/DateTime/Format/
H A DW3CDTF.pm21 { params => [ qw( year month day hour minute second) ],
26 { params => [ qw( year month day hour minute) ],
31 { params => [ qw( year month day ) ],
38 zero => { day => 1, hour => 0, minute => 0, second => 0 },
43 zero => { month => 1, day => 1, hour => 0, minute => 0, second => 0 }
85 # $dt->year, $dt->month, $dt->day,
87 # sprintf( '%04d-%02d-%02d', $dt->year, $dt->month, $dt->day )
91 $dt->year, $dt->month, $dt->day,
110 my $base = sprintf( '%04d-%02d-%02d', $dt->year, $dt->month, $dt->day );

Completed in 330 milliseconds

1234567891011>>