Searched refs:weekdays (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dcalendar.tcl384 # weekdays - could be drawn on fullrefresh, watch -firstday change
385 set weekdays $LANGS(weekdays,$options(-language))
386 if {$options(-firstday) eq "monday"} { $self lcycle weekdays }
387 foreach i $weekdays {
538 weekdays,crk {P\u01E3 N\u01E3s Nis N\u01E3 Niy Nik Ay}
545 weekdays,crx-nak {Ji Jh WN WT WD Ts Sa}
552 weekdays,crx-lhe {Ji Jh WN WT WD Ts Sa}
559 weekdays,de {So Mo Di Mi Do Fr Sa}
566 weekdays,e
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Ddtfmtsym.h328 * @param weekdays the new weekday strings. (not adopted; caller retains ownership)
332 void setWeekdays(const UnicodeString* weekdays, int32_t count);
364 * @param weekdays The new weekday strings. (not adopted; caller retains ownership)
370 void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType width);
/macosx-10.10/misc_cmds-33/ncal/
H A Dncal.c62 struct weekdays { struct
166 void mkweekdays(struct weekdays * wds);
418 struct weekdays wds;
436 struct weekdays wds;
468 struct weekdays wds;
528 struct weekdays wds;
776 /* Put the local names of weekdays into the wds */
778 mkweekdays(struct weekdays *wds)
/macosx-10.10/ncurses-44/ncurses/c++/
H A Ddemo.cc237 static const char *weekdays[]; member in class:TestForm
251 eft = new Enumeration_Field(weekdays);
298 const char* TestForm::weekdays[] = { member in class:TestForm
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-forms.el1515 (let* ((weekdays (nth 3 math-holidays-cache))
1518 (setq delta (+ delta (* weeks (length weekdays))))
1519 (while (and weekdays (< (car weekdays) wkday))
1520 (setq weekdays (cdr weekdays)
1522 (and weekdays (eq wkday (car weekdays))
1550 (let* ((weekdays (nth 3 math-holidays-cache))
1551 (bweek (- 7 (length weekdays)))
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtsdtfmsy.cpp280 const UnicodeString *weekdays = en.getWeekdays(count); local
281 fr.setWeekdays(weekdays, count);
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim2664 \ 'mcal_event_set_recur_weekly(': 'int stream, int year, int month, int day, int interval, int weekdays | void',

Completed in 226 milliseconds