Searched refs:midnight (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dmidnight.el0 ;;; midnight.el --- run something every midnight, e.g., kill old buffers
30 ;; To use the file, put (require 'midnight) into your .emacs. Then, at
31 ;; midnight, Emacs will run the normal hook `midnight-hook'. You can
47 (defgroup midnight nil function
48 "Run something every day at midnight."
52 (defvar midnight-timer nil
53 "Timer running the `midnight-hook' `midnight
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/Date/
H A D15.9.5.3.js71 Here we expect them to coincide, as we expect a time of exactly midnight - */
72 status = "(Date.parse(now.toDateString()) - (midnight(now)).valueOf()) == 0";
73 actual = (Date.parse(now.toDateString()) - (midnight(now)).valueOf()) == 0;
124 expect = Date.parse(midnight(givenDate));
129 function midnight(givenDate) function
131 // midnight on the given date -
H A D15.9.5.6.js71 Here we expect them to coincide, as we expect a time of exactly midnight - */
72 status = "(Date.parse(now.toLocaleDateString()) - (midnight(now)).valueOf()) == 0";
73 actual = (Date.parse(now.toLocaleDateString()) - (midnight(now)).valueOf()) == 0;
124 expect = Date.parse(midnight(givenDate));
129 function midnight(givenDate) function
131 // midnight on the given date -
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcrontab.vim36 syntax match crontabNick "^\s*@\(reboot\|yearly\|annually\|monthly\|weekly\|daily\|midnight\|hourly\)\>" nextgroup=crontabCmd skipwhite
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_action.c919 struct timespec midnight; local
935 midnight.tv_sec = x;
936 midnight.tv_nsec = 0;
939 dispatch_source_set_timer(checkpoint_timer, dispatch_walltime(&midnight, 0), NSEC_PER_SEC * SEC_PER_DAY, 0);
/macosx-10.9.5/emacs-92/emacs/etc/
H A Drgb.txt100 25 25 112 midnight blue
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm662 =head2 How can I roll over my logfiles automatically at midnight?
688 than 10 MB") or based on a date pattern ("roll everyday at midnight").
701 daily rollover at midnight (date pattern C<yyyy-MM-dd>), keeping
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm664 =head2 How can I roll over my logfiles automatically at midnight?
690 than 10 MB") or based on a date pattern ("roll everyday at midnight").
703 daily rollover at midnight (date pattern C<yyyy-MM-dd>), keeping
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm3513 and midnight as `am'.
/macosx-10.9.5/files-638.1.4/private/etc/
H A Dservices7516 midnight-tech 3008/udp # Midnight Technologies
7517 midnight-tech 3008/tcp # Midnight Technologies

Completed in 367 milliseconds