• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/calendar/

Lines Matching defs:relative

97 (defcustom timeclock-relative t
98 "*Whether to make reported time relative to `timeclock-workday'.
101 Tuesday is twelve hours -- relative to an averaged work period of
102 eight hours -- or eight hours, non-relative. So relative time takes
193 return value of function `timeclock-last-period' are relative previous
253 worked so far today. Also, if `timeclock-relative' is nil, this value
412 ;; Should today-only be removed in favour of timeclock-relative? - gm
415 The amount returned is relative to the value of `timeclock-workday'.
416 If TODAY-ONLY is non-nil, the value returned will be relative only to
428 If TODAY-ONLY is non-nil, the display will be relative only to time
433 (not timeclock-relative))))
514 is non-nil, the display will be relative only to time worked today.
515 See `timeclock-relative' for more information about the meaning of
516 \"relative to today\"."
527 If RELATIVE is non-nil, the amount returned will be relative to past
539 non-nil, the amount returned will be relative to past time worked."
559 ;; Should today-only be removed in favour of timeclock-relative? - gm
562 If TODAY-ONLY is non-nil, the value returned will be relative only to
577 This string is relative to the value of `timeclock-workday'. If
580 relative only to the time worked today, and not to past time."
581 ;; Should today-only be removed in favour of timeclock-relative? - gm
625 The value of `timeclock-relative' affects the display as described in
631 (timeclock-workday-remaining (not timeclock-relative))))