Searched +refs:calendar +refs:mod (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dcal-html.el6 ;; Keywords: calendar
7 ;; Human-Keywords: calendar, diary, HTML
29 ;; This package writes HTML calendar files using the user's diary
35 (require 'calendar)
39 (defgroup calendar-html nil
42 :group 'calendar)
47 :group 'calendar-html)
52 :group 'calendar-html)
57 :group 'calendar-html)
60 (calendar
[all...]
H A Dcal-dst.el1 ;;; cal-dst.el --- calendar functions for daylight saving rules
9 ;; Keywords: calendar
10 ;; Human-Keywords: daylight saving time, calendar, diary, holidays
31 ;; This collection of functions implements the features of calendar.el and
36 (require 'calendar)
39 (defcustom calendar-dst-check-each-year-flag t
47 :group 'calendar)
49 (defvar calendar-current-time-zone-cache nil
50 "Cache for result of `calendar-current-time-zone'.")
51 (put 'calendar
[all...]
H A Dcal-move.el1 ;;; cal-move.el --- calendar functions for movement in the calendar
8 ;; Keywords: calendar
9 ;; Human-Keywords: calendar
30 ;; This collection of functions implements movement in the calendar for
31 ;; calendar.el.
38 (require 'calendar)
40 (defun calendar-goto-today ()
41 "Reposition the calendar window so the current date is visible."
43 (let ((today (calendar
[all...]
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
58 (require 'calendar)
60 (defconst calendar-mayan-days-before-absolute-zero 1137142
61 "Number of days of the Mayan calendar epoch before absolute day 0.
66 (defconst calendar
[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.
106 :group 'calendar)
109 (defcustom calendar
[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
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 Dcal-tex.el1 ;;; cal-tex.el --- calendar functions for printing calendars with LaTeX
9 ;; Keywords: calendar
36 ;; (*) Add holidays and diary entries to daily calendar.
38 ;; (*) Add diary entries to weekly calendar functions.
40 ;; (*) Make calendar styles for A4 paper.
46 (require 'calendar)
49 (autoload 'calendar-holiday-list "holidays" nil t)
50 (autoload 'calendar-iso-from-absolute "cal-iso" nil t)
57 "*The days of the week that are displayed on the portrait monthly calendar.
65 :group 'calendar
[all...]
H A Dappt.el8 ;; Keywords: calendar
78 ;; Make sure calendar is loaded when we compile this.
79 (require 'calendar)
242 ;; TODO - use calendar-month-abbrev-array rather
317 (zerop (mod prev-appt-display-count appt-display-interval))))
464 (calendar-set-mode-line
556 (if (and (not (calendar-date-compare
557 (list (calendar-current-date))
559 (calendar-date-compare
560 (list (calendar
[all...]
H A Dtodo-mode.el9 ;; Keywords: calendar, todo
150 ;; goes with the calendar since that will tell you how you can
157 ;; "&%%(equal (calendar-current-date) date)"
270 :group 'calendar)
275 This is useful in conjunction with `calendar' and `diary' if you use
281 every day and it may also be marked on every day of the calendar.
282 Using \"&%%(equal (calendar-current-date) date)\" instead will only
459 (mod (1+ todo-category-number) (length todo-categories)))
467 (mod (1- todo-category-number) (length todo-categories)))
903 ;; As calendar read
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dmidnight.el32 ;; put whatever you like there, say, `calendar'; by default there is
49 :group 'calendar
76 (round (* 10000000 (mod num 1))))))
H A Dmenu-bar.el1133 (define-key menu-bar-tools-menu [calendar]
1134 '(menu-item "Calendar" calendar
1135 :help "Invoke the Emacs built-in calendar"))
1564 (let ((mod (if (buffer-modified-p buf) "*" ""))
1567 (format "%s %s%s -- %s" (cdr elt) mod ro file)
1568 (format "%s %s%s" (cdr elt) mod ro)))
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm295 my $mod = $self->_day_length( $utc_rd_days - 1 ) - SECONDS_PER_DAY;
297 unless ( $mod == 0 )
299 $self->{utc_rd_secs} -= $mod;
317 my $mod = $self->_day_length( $utc_rd_days - 1 ) - SECONDS_PER_DAY;
319 unless ( $mod == 0 )
321 $self->{utc_rd_secs} -= $mod;
2074 It represents the Gregorian calendar, extended backwards in time
2076 "proleptic Gregorian calendar". In this calendar, the first day of
2077 the calendar (th
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim319 au BufNewFile,BufRead calendar setf calendar
320 au BufNewFile,BufRead */.calendar/*,
321 \*/share/calendar/*/calendar.*,*/share/calendar/calendar.*
322 \ call s:StarSetf('calendar')
953 " LambdaProlog (*.mod too, see Modsim)
1137 au BufNewFile,BufRead *.mod
[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',
1888 \ 'gmp_powm(': 'resource base, resource exp, resource mod | resource',
2133 \ 'icap_create_calendar(': 'int stream_id, string calendar | string',
2134 \ 'icap_delete_calendar(': 'int stream_id, string calendar | string',
2139 \ 'icap_open(': 'string calendar, string username, string password, string options | resource',
2141 \ 'icap_reopen(': 'int stream_id, string calendar [, int options] | int',
2645 \ 'mcal_create_calendar(': 'int stream, string calendar | boo
[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.
72 (require 'calendar))
107 :group 'calendar)
911 date Time stamps (link to calendar).
1038 For the calendar, use the variable `calendar-setup'.
1285 calendar | %:type %:date"
1500 (defcustom org-popup-calendar-for-date-prompt t
1501 "Non-nil means, pop up a calendar whe
[all...]

Completed in 161 milliseconds