Searched +refs:calendar +refs:buffer +refs:list (Results 1 - 8 of 8) 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
37 ;; months from the date under the cursor. The user can display a list
39 ;; notable days can be marked on the calendar, i
104 (defgroup calendar nil function
1597 (defun calendar (&optional arg) function
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dmidnight.el32 ;; put whatever you like there, say, `calendar'; by default there is
33 ;; only one function there - `clean-buffer-list'. It will kill the
34 ;; buffers matching `clean-buffer-list-kill-buffer-names' and
35 ;; `clean-buffer-list-kill-regexps' and the buffers which where last
36 ;; displayed more than `clean-buffer-list
[all...]
H A Dmenu-bar.el60 (define-key global-map [menu-bar buffer]
74 (defvar uniquify-buffer-name-style)
120 (define-key menu-bar-file-menu [ps-print-buffer]
121 '(menu-item "Postscript Print Buffer (B+W)" ps-print-buffer
123 :help "Pretty-print current buffer in black and white to PostScript printer"))
128 (define-key menu-bar-file-menu [ps-print-buffer-faces]
129 '(menu-item "Postscript Print Buffer" ps-print-buffer-with-faces
131 :help "Pretty-print current buffer to PostScript printer"))
136 (define-key menu-bar-file-menu [print-buffer]
137 '(menu-item "Print Buffer" print-buffer
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex276 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
287 \key{rotate entire buffer between states}{S-TAB}
290 \key{show subtree in indirect buffer, ded.\ frame}{C-c C-k}
299 \key{previous/next plain list item}{S-UP/DOWN$^3$}
311 \key{move subtree/list item up/down}{M-S-UP/DOWN}
315 \key{narrow buffer to current subtree}{C-x n s}
334 \key{global TODO list in agenda mode}{C-c t$^1$}
386 \key{edit formulas in separate buffer}{C-c '}
445 \metax{\kbd{[[this text]]}}{\rm find target or text in buffer}
465 \key{\kbd{elisp:(calendar)}}{\r
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFUtilities.c84 if the target value exists in the list, 2) greater than or
86 in the list, or 3) the index of the element greater than the
89 For example, a search in the list of integers:
100 index = CFBSearch(list, count, elem);
101 if (count <= index || list[index] != elem) {
108 CF_PRIVATE CFIndex CFBSearch(const void *element, CFIndex elementSize, const void *list, CFIndex count, CFComparatorFunction comparator, void *context) { argument
109 const char *ptr = (const char *)list;
114 if (0 == cr) return (probe - (const char *)list) / elementSize;
118 return (ptr - (const char *)list) / elementSize;
505 CFStringInlineBuffer buffer; local
607 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.
62 ;; A list of recent changes can be found at
72 (require 'calendar))
107 :group 'calendar)
117 the following lines anywhere in the buffer:
140 the following lines anywhere in the buffer:
151 line enforcing Org-mode will be inserted into the buffer, if this option
162 keys both in Org-mode and in the Org-agenda buffer.
199 Changing this requires executing `M-x org-mode' in a buffer t
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim88 " Prepare list of classes from tags file
105 " Prepare list of built in classes from g:php_builtin_functions
309 " Prepare list of functions from tags file
476 " Prepare list of functions from tags file
512 " Prepare list of constants from tags file
599 " In all properly managed projects it should be one item list, even if it
649 " We use new buffer and (later) normal! because
1014 " To create from scratch list of functions:
1170 \ 'cal_days_in_month(': 'int calendar, int month, int year | int',
1171 \ 'cal_from_jd(': 'int jd, int calendar | arra
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dbaan.vim102 syn match baansql "\<buffer \d\+ rows\>"
928 syn match baan4glh "choice\.calendar:"
1271 syn keyword baanBshell get.object.class.list
1289 syn keyword baanBshell list.fonts
1346 syn keyword baanBshell bms.receive.buffer

Completed in 135 milliseconds