• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/

Lines Matching defs:day

265 Each entry behaves as a paragraph, and the entries for one day as a page.
2939 ;;;### (autoloads (calendar-week-start-day calendar calendar-setup
3110 `calendar-month-name-array' and `calendar-day-name-array'),
3112 `calendar-day-abbrev-array') with or without a period,
3114 `*' which matches any day, month, or year, respectively. If the
3116 year. A DAYNAME entry applies to the appropriate day of the week
3119 The European style (in which the day precedes the month) can be
3156 If the first line of a diary entry consists only of the date or day name with
3171 used with more than one day's entries displayed.
3179 `diary-anniversary', `diary-cyclic', `diary-day-of-year',
3253 variable `calendar-day-name-array'), or abbreviated (as specified by
3254 `calendar-day-abbrev-array') with or without a period.
3263 (defvar american-date-diary-pattern (quote ((month "/" day "[^/0-9]") (month "/" day "/" year "[^0-9]") (monthname " *" day "[^,0-9]") (monthname " *" day ", *" year "[^0-9]") (dayname "\\W"))) "\
3269 (defvar european-date-diary-pattern (quote ((day "/" month "[^/0-9]") (day "/" month "/" year "[^0-9]") (backup day " *" monthname "\\W+\\<\\([^*0-9]\\|\\([0-9]+[:aApP]\\)\\)") (day " *" monthname " *" year "[^0-9]") (dayname "\\W"))) "\
3275 (defvar european-calendar-display-form (quote ((if dayname (concat dayname ", ")) day " " monthname " " year)) "\
3281 (defvar american-calendar-display-form (quote ((if dayname (concat dayname ", ")) monthname " " day ", " year)) "\
3291 example, rearranging the lines into order by day and time, saving the buffer
3320 diary entries from various included files, each day's entries sorted into
3346 buffer with the relevant diary entries that has neat day-by-day arrangement
3350 if that day is a holiday; if you want such days to be shown in the fancy
3448 (defvar hebrew-holidays-3 (quote ((if all-hebrew-calendar-holidays (holiday-hebrew 11 (let ((m displayed-month) (y displayed-year)) (increment-calendar-month m y 1) (let* ((h-year (extract-calendar-year (calendar-hebrew-from-absolute (calendar-absolute-from-gregorian (list m (calendar-last-day-of-month m y) y))))) (s-s (calendar-hebrew-from-absolute (if (= (% (calendar-absolute-from-hebrew (list 7 1 h-year)) 7) 6) (calendar-dayname-on-or-before 6 (calendar-absolute-from-hebrew (list 11 17 h-year))) (calendar-dayname-on-or-before 6 (calendar-absolute-from-hebrew (list 11 16 h-year)))))) (day (extract-calendar-day s-s))) day)) "Shabbat Shirah")))))
3472 (defvar islamic-holidays (quote ((holiday-islamic 1 1 (format "Islamic New Year %d" (let ((m displayed-month) (y displayed-year)) (increment-calendar-month m y 1) (extract-calendar-year (calendar-islamic-from-absolute (calendar-absolute-from-gregorian (list m (calendar-last-day-of-month m y) y))))))) (if all-islamic-calendar-holidays (holiday-islamic 1 10 "Ashura")) (if all-islamic-calendar-holidays (holiday-islamic 3 12 "Mulad-al-Nabi")) (if all-islamic-calendar-holidays (holiday-islamic 7 26 "Shab-e-Mi'raj")) (if all-islamic-calendar-holidays (holiday-islamic 8 15 "Shab-e-Bara't")) (holiday-islamic 9 1 "Ramadan Begins") (if all-islamic-calendar-holidays (holiday-islamic 9 27 "Shab-e Qadr")) (if all-islamic-calendar-holidays (holiday-islamic 10 1 "Id-al-Fitr")) (if all-islamic-calendar-holidays (holiday-islamic 12 10 "Id-al-Adha")))) "\
3515 (defvar calendar-week-start-day 0 "\
3516 The day of the week on which a week in the calendar begins.
3524 (custom-autoload (quote calendar-week-start-day) "calendar" nil)
7592 foo -> /ugly/file/name/that/may/change/any/day/bar/foo
12293 * YYYY-MM-DD for a specific date. The time of day is given by the
19994 a Call `org-agenda-list' to display the agenda for current day or week.
20067 also be listed, on the expiration day.
20100 function from a program - use `org-agenda-get-day-entries' instead.
25067 *The pseudo-pattern that governs the way a time of day is formatted.
27677 ;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
27681 (defvar display-time-day-and-date nil "\
27682 *Non-nil means \\[display-time] should display day and date as well as time.")
27684 (custom-autoload (quote display-time-day-and-date) "time" t)
27689 If `display-time-day-and-date' is non-nil, the current day and date
27709 If `display-time-day-and-date' is non-nil, the current day and date
27718 ;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year
27719 ;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract
27770 (autoload (quote date-to-day) "time-date" "\
27787 (autoload (quote time-to-day-in-year) "time-date" "\
27788 Return the day number within the year corresponding to TIME.
27875 this function is called within a day.