Searched +refs:calendar +refs:read +refs:date (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dcal-mayan.el1 ;;; cal-mayan.el --- calendar functions for the Mayan calendars
9 ;; Keywords: calendar
10 ;; Human-Keywords: Mayan calendar, Maya, calendar, diary
31 ;; This collection of functions implements the features of calendar.el and
32 ;; diary.el that deal with the Mayan calendar. It was written jointly by
56 (defvar date) function
58 (require 'calendar)
60 (defconst calendar-mayan-days-before-absolute-zero 1137142
61 "Number of days of the Mayan calendar epoc
[all...]
H A Dcalendar.el0 ;;; calendar.el --- calendar functions
8 ;; Keywords: calendar
9 ;; Human-Keywords: calendar, Gregorian calendar, diary, holidays
30 ;; This collection of functions implements a calendar window. It
31 ;; generates a calendar for the current month, together with the
33 ;; The calendar can be scrolled forward and backward in the window to
36 ;; instance, to jump to the date a specified number of days, weeks, or
37 ;; months from the date unde
104 (defgroup calendar nil function
1597 (defun calendar (&optional arg) function
[all...]
H A Ddiary-lib.el8 ;; Keywords: calendar
30 ;; in calendar.el.
34 (require 'calendar)
48 "Generate the diary window for ARG days starting with the current date.
54 (let ((date (calendar-current-date)))
55 (diary-list-entries date (if arg (prefix-numeric-value arg)))))
61 match ARG days starting with the date indicated by the cursor position
62 in the displayed three-month calendar
184 (defvar date) function
[all...]
H A Dicalendar.el7 ;; Keywords: calendar
8 ;; Human-Keywords: calendar, diary, iCalendar, vCalendar
59 ;; 0.03: Export takes care of european-calendar-style.
79 ;; PRIORITY, RESOURCES) not considering date/time and time-zone
88 ;; + nice to have: #include "webcal://foo.com/some-calendar.ics"
92 ;; + diary-date, diary-float, and self-made sexp entries are not
96 ;; + clean up all those date/time parsing functions
113 :group 'calendar)
198 (require 'calendar)
241 (defun icalendar--read
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex282 \metax{To read the on-line documentation try}{M-x org-info}
338 %\key{agenda for date at cursor}{C-c C-o}
465 \key{\kbd{elisp:(calendar)}}{\rm elisp form}
532 \key{prompt for date and insert timestamp}{C-c .}
533 \key{like \kbd{C-c} . but insert date and time format}{C-u C-c .}
541 \key{access the calendar for the current date}{C-c >}
542 \key{insert timestamp matching date in calendar}{C-c <}
543 \key{access agenda for current date}{
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFPropertyList.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
602 CFGregorianDate date = CFAbsoluteTimeGetGregorianDate(CFDateGetAbsoluteTime((CFDateRef)object), NULL); local
603 y = date.year;
604 M = date.month;
605 d = date.day;
606 H = date.hour;
607 m = date.minute;
608 s = (int32_t)date.second;
610 CFCalendarRef calendar = CFCalendarCreateWithIdentifier(kCFAllocatorSystemDefault, kCFCalendarIdentifierGregorian); local
612 CFCalendarSetTimeZone(calendar, t
1712 CFGregorianDate date = {yearIsNegative ? -year : year, month, day, hour, minute, second}; local
1716 CFCalendarRef calendar = CFCalendarCreateWithIdentifier(kCFAllocatorSystemDefault, kCFCalendarIdentifierGregorian); local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el6 ;; Keywords: outlines, hypermedia, calendar, wp
40 ;; utilizes and smoothly integrates much of the Emacs calendar and diary.
58 ;; Org-mode, you can read the same text online as HTML. There is also an
72 (require 'calendar))
79 (require 'time-date)
107 :group 'calendar)
797 calc-date-format (YYYY "-" MM "-" DD " " Www (" " HH ":" mm))
899 (defcustom org-activate-links '(bracket angle plain radio tag date)
911 date Time stamps (link to calendar)
3336 (defvar date) function
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dbaan.vim928 syn match baan4glh "choice\.calendar:"
972 syn match baan4gl "before\.read:"
973 syn match baan4gl "after\.read:"
983 syn match baan4gl "read\.view:"
1072 syn keyword baanBshell num.to.date
1073 syn keyword baanBshell date.to.num
1076 syn match baanBshell "\<num.to.date\$"
1109 syn match baanBshell "\<date.to.inputstr\$"
1110 syn keyword baanBshell inputstr.to.date
1395 syn keyword baanBshell date
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim1170 \ 'cal_days_in_month(': 'int calendar, int month, int year | int',
1171 \ 'cal_from_jd(': 'int jd, int calendar | array',
1172 \ 'cal_info(': '[int calendar] | array',
1177 \ 'cal_to_jd(': 'int calendar, int month, int day, int year | int',
1365 \ 'date(': 'string format [, int timestamp] | string',
1975 \ 'hw_api_content-&#62;read(': 'string buffer, int len | string',
2133 \ 'icap_create_calendar(': 'int stream_id, string calendar | string',
2134 \ 'icap_delete_calendar(': 'int stream_id, string calendar | string',
2137 \ 'icap_list_alarms(': 'int stream_id, array date, array time | int',
2139 \ 'icap_open(': 'string calendar, strin
[all...]

Completed in 215 milliseconds