Searched +refs:calendar +refs:set +refs:mark (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
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
39 ;; notable days can be marked on the calendar, if desired. The user
43 ;; notable days can be viewed independently of the calendar
104 (defgroup calendar nil function
1597 (defun calendar (&optional arg) function
[all...]
H A Dsolar.el1 ;;; solar.el --- calendar functions for solar events
9 ;; Keywords: calendar
10 ;; Human-Keywords: sunrise, sunset, equinox, solstice, calendar, diary,
32 ;; This collection of functions implements the features of calendar.el,
70 (defcustom calendar-time-display-form
86 :group 'calendar)
89 (defcustom calendar-latitude nil
90 "*Latitude of `calendar-location-name' in degrees.
97 This variable should be set in `site-start'.el."
106 :group 'calendar)
[all...]
H A Ddiary-lib.el8 ;; Keywords: calendar
30 ;; in calendar.el.
34 (require 'calendar)
54 (let ((date (calendar-current-date)))
62 in the displayed three-month calendar."
65 (diary-list-entries (calendar-cursor-to-date t) arg))
70 by the cursor position in the displayed three-month calendar.
78 (autoload 'check-calendar-holidays "holidays"
81 The holidays are those in the list `calendar-holidays'.")
83 (autoload 'calendar
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFPropertyList.c170 #pragma mark -
171 #pragma mark Property List Validation
178 CFMutableSetRef set; member in struct:context
183 static bool __CFPropertyListIsValidAux(CFPropertyListRef plist, bool recursive, CFMutableSetRef set, CFPropertyListFormat format, CFStringRef *error);
191 ctx->answer = value && __CFPropertyListIsValidAux(value, true, ctx->set, ctx->format, ctx->error);
204 ctx->answer = key && value && (stringtype == CFGetTypeID(key)) && __CFPropertyListIsValidAux(value, true, ctx->set, ctx->format, ctx->error);
207 static bool __CFPropertyListIsValidAux(CFPropertyListRef plist, bool recursive, CFMutableSetRef set, CFPropertyListFormat format, CFStringRef *error) { argument
224 // at any one invocation of this function, set should contain the objects in the "path" down to this object
225 if (CFSetContainsValue(set, plist)) {
230 struct context ctx = {true, set, forma
254 CFMutableSetRef set = CFSetCreateMutable(kCFAllocatorSystemDefault, 0, NULL); local
610 CFCalendarRef calendar = CFCalendarCreateWithIdentifier(kCFAllocatorSystemDefault, kCFCalendarIdentifierGregorian); local
701 CFMutableSetRef set = CFSetCreateMutable(kCFAllocatorSystemDefault, 0, NULL); local
1120 const char *mark = pInfo->curr; local
1716 CFCalendarRef calendar = CFCalendarCreateWithIdentifier(kCFAllocatorSystemDefault, kCFCalendarIdentifierGregorian); local
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex151 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
207 \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
320 \metax{mark fully done children}{C-u C-c C-x C-a}
324 To set archive location for current file, add a line like$^2$:
384 \key{set and eval column formula}{C-c =}
385 \key{set and eval field formula}{C-u C-c =}
394 \key{rotate calculation mark through \# * ! \^ \_ \$}{C-\#}
435 \key{record a position in mark ring}{C-c \%}
465 \key{\kbd{elisp:(calendar)}}{\rm elisp form}
509 \key{set th
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dbaan.vim78 syn match baansql "\<as set with \d\+ rows\>"
79 syn match baansql "\<as prepared set\>"
80 syn match baansql "\<as prepared set with \d\+ rows\>"
105 syn keyword baansql set
134 syn match baansql "db\.set\.to\.default"
881 syn match baan4glh "choice\.start\.set:"
888 syn match baan4glh "choice\.first\.set:"
889 syn match baan4glh "choice\.next\.set:"
890 syn match baan4glh "choice\.display\.set:"
891 syn match baan4glh "choice\.prev\.set
[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.
45 ;; iCalendar file. It can also serve as a publishing tool for a set of
72 (require 'calendar))
107 :group 'calendar)
129 "Non-nil means, entering Org-mode will set `truncate-lines'.
152 has been set."
173 This option is only relevant at load-time of Org-mode, and must be set
214 "String to mark deadline entries.
223 "String to mark schedule
[all...]

Completed in 219 milliseconds