Searched +refs:calendar +refs:month +refs:name (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfcalendar.py10 calendar = CFCalendarCreateWithIdentifier(
12 self.assertIsInstance(calendar, CFCalendarRef)
15 calendar, None, b"")
20 calendar, None, b"yMdHms", 1965, 1, 6, 14, 10, 0)
25 calendar = CFCalendarCreateWithIdentifier(
27 self.assertIsInstance(calendar, CFCalendarRef)
30 calendar, None, b"yMdHms", 1965, 1, 6, 14, 10, 0)
35 calendar, at, 0, b"yH", 2, 3)
40 calendar, at, at2, 0, b"yH")
47 calendar
[all...]
/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
32 ;; previous and coming months, or for any other three-month period.
33 ;; The calendar ca
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 Dholidays.el1 ;;; holidays.el --- holiday functions for the calendar package
8 ;; Keywords: holidays, calendar
30 ;; in calendar.el.
50 (defvar displayed-month)
53 (require 'calendar)
64 "List of dates related to Rosh Hashanah, as visible in calendar window."
68 "List of dates related to Hanukkah, as visible in calendar window."
72 "List of dates related to Passover, as visible in calendar window."
76 "List of dates around Tisha B'Av, as visible in calendar window."
92 "Date and time of equinoxes and solstices, if visible in the calendar windo
[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 Dicalendar.el7 ;; Keywords: calendar
8 ;; Human-Keywords: calendar, diary, iCalendar, vCalendar
59 ;; 0.03: Export takes care of european-calendar-style.
88 ;; + nice to have: #include "webcal://foo.com/some-calendar.ics"
113 :group 'calendar)
198 (require 'calendar)
245 This function calls itself recursively for each nested calendar element
247 (let (element children line name params param param-name param-value
253 (setq name (inter
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_filegen.c104 struct calendar cal;
142 cal.year, cal.month, cal.monthday);
165 basename, SUFFIX_SEP, cal.year, cal.month);
185 * check for existence of a file with name 'basename'
191 * try to resolve name collisions
293 * the last '/' in the name.... Should add it later....
332 struct calendar cal;
369 * and go back to the start of the day via calendar computations
521 char * name; member in struct:filegen_entry
529 const char * name
548 filegen_register( const char * prefix, const char * name, FILEGEN * filegen ) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dcaltest.h13 #include "unicode/calendar.h"
20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
61 virtual void verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day);
132 static UnicodeString value(Calendar* calendar);
200 * Clone the specified calendar, and determine its earliest supported date
203 * @param isGregorian output: returns 'TRUE' if the calendar's class is GregorianCalendar
209 * Construct a calendar of the specified locale, and determine its earliest supported date
211 * @param locale locale of calendar to check
212 * @param isGregorian output: returns 'TRUE' if the calendar's class is GregorianCalendar
228 * Test the ISO8601 calendar typ
[all...]
H A Dcalregts.cpp32 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
35 CalendarRegressionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
91 default: name = ""; break;
332 Calendar *calendar = new GregorianCalendar(pdt, status); local
337 calendar->set(UCAL_MONTH,3);
338 calendar->set(UCAL_DATE,18);
339 calendar->set(UCAL_SECOND, 30);
341 logln(UnicodeString("MONTH: ") + calendar->get(UCAL_MONTH, status));
343 calendar->get(UCAL_DATE, status));
344 logln(UnicodeString("MINUTE: ") + calendar
860 int32_t sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997; local
1537 GregorianCalendar *calendar = new GregorianCalendar(status); local
1571 GregorianCalendar *calendar = new GregorianCalendar(status); local
1610 GregorianCalendar *calendar = new GregorianCalendar(status); local
1641 GregorianCalendar *calendar = new GregorianCalendar(status); local
1695 GregorianCalendar *calendar = new GregorianCalendar(zones[i], status); local
1799 GregorianCalendar *calendar = new GregorianCalendar(1996, UCAL_FEBRUARY, 29, status); local
1854 GregorianCalendar *calendar = new GregorianCalendar(Locale::getUS(), status); local
1921 GregorianCalendar *calendar = calendars[j]; local
2458 int32_t month = cal->get(UCAL_MONTH, status); local
[all...]
H A Dcaltest.cpp61 void CalendarTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
66 name = "TestDOW943";
73 name = "TestClonesUnique908";
80 name = "TestGregorianChange768";
87 name = "TestDisambiguation765";
94 name = "TestGMTvsLocal4064654";
101 name = "TestAddSetOrder621";
108 name = "TestAdd520";
115 name = "TestFieldSet4781";
122 name
839 verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day) argument
1276 Calendar *calendar = new GregorianCalendar(status); local
1289 Calendar *calendar = new GregorianCalendar(1993, UCAL_JANUARY, 4, status); local
1301 Calendar *calendar = new GregorianCalendar(1993, UCAL_JANUARY, 4, status); local
1319 value(Calendar* calendar) argument
1339 int32_t month = UCAL_OCTOBER; local
1341 GregorianCalendar *calendar = 0; local
2066 const char *name = udbg_enumName((UDebugEnumType)t,i); local
2409 int32_t month; member in class:CalFields
2417 CalFields(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t min, int32_t sec, int32_t ms) argument
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm124 month => { type => SCALAR, default => 1,
132 { 'an integer which is a possible valid day of month' =>
178 Carp::croak( "Invalid day of month (day = $p{day} - month = $p{month} - year = $p{year})\n" )
179 if $p{day} > $class->_month_length( $p{year}, $p{month} );
198 DateTime::TimeZone->new( name => $p{time_zone} )
202 $class->_ymd2rd( @p{ qw( year month day ) } );
252 qw( year month day hour minute second nanosecond
404 @{ $self->{local_c} }{ qw( year month da
644 sub month { subroutine
[all...]
/macosx-10.9.5/misc_cmds-32/ncal/
H A Dncal.c32 #include <calendar.h>
45 /* Width of one month with backward compatibility */
57 char name[MAX_WIDTH + 1]; member in struct:monthlines
70 date dt; /* Last day of Julian calendar */
113 /* Table used to print day of month and week numbers */
164 void mkmonth(int year, int month, int jd_flag, struct monthlines * monthl);
165 void mkmonthb(int year, int month, int jd_flag, struct monthlines * monthl);
170 void printmonth(int year, int month, int jd_flag);
171 void printmonthb(int year, int month, int jd_flag);
189 int m = 0; /* month */
417 struct monthlines month; local
435 struct monthlines month; local
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFUtilities.c374 CF_PRIVATE void *__CFLookupCarbonCoreFunction(const char *name) { argument
381 dyfunc = dlsym(image, name);
388 CF_PRIVATE void *__CFLookupCoreServicesInternalFunction(const char *name) { argument
395 dyfunc = dlsym(image, name);
400 CF_PRIVATE void *__CFLookupCFNetworkFunction(const char *name) { argument
414 dyfunc = dlsym(image, name);
607 CFCalendarRef calendar = CFCalendarCreateWithIdentifier(kCFAllocatorSystemDefault, kCFCalendarIdentifierGregorian); local
608 if (!calendar) goto after_banner;
611 CFRelease(calendar);
614 CFCalendarSetTimeZone(calendar, t
616 int32_t year, month, day, hour, minute, second; local
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A DBase.pm19 # remove leading 'en_' for method name
106 # Assumption: '' (empty string) can't be a class package name.
354 for my $name ( keys %subs ) {
355 my $real_sub = $subs{$name};
359 "The $name method in DateTime::Locale::Base has been deprecated. Please see the DateTime::Locale distribution's Changes file for details";
364 *{$name} = $sub;
393 qr/M/ => '{month}',
502 typically the full name, while the narrow form is often a single
509 displaying that item by itself, for example in a calendar.
537 =item * $locale->name()
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex205 % section - new major section. Argument is section name.
224 % \<...> - surrounds a variable name in a code example
238 % \key{description of key}{key-name}
239 % prints the description left-justified, and the key-name in a \kbd
251 % \metax{description of command}{M-x command-name}
252 % Tries to justify the beginning of the command name at the same place
253 % as \key starts the key name. (The "M-x " sticks out to the left.)
428 \key{insert file link with file name completion}{C-u C-c C-l}
465 \key{\kbd{elisp:(calendar)}}{\rm elisp form}
540 \key{change year/month/da
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/tools/lib/
H A DLDML.pm119 $_[0]->_find_one_node(q{dates/calendars/calendar[@type='gregorian']});
132 name => 'day',
136 name => 'month',
140 name => 'quarter',
147 my $name = $thing->{name};
149 my $attr = $name . q{_} . $context . q{_} . $size;
161 PL_N($name),
162 $name
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/
H A DLocale.pm182 my ($name) = validate_pos( @_, { type => SCALAR } );
185 $name =~ tr/-/_/;
187 my $key = $name;
192 if ( $Class{$name} ) {
194 = $class->_load_class_from_id( $name, $Class{$name} );
198 $name = $OldAliases{$name} if exists $OldAliases{$name};
200 if ( exists $DataForID{$name} || exist
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim23 \ 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\|comment"')
25 \ 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\|comment"')
72 " Complete class name
139 " Get name of the class
316 " File name
483 " File name
569 " Get class name
570 " Class name can be detected in few ways:
608 " Check classname may be name of built in object
647 function! phpcomplete#GetClassContents(file, name) " {{{
[all...]
/macosx-10.9.5/ntp-88/ntpq/
H A Dntpq.c35 # define open(name, flags) open(name, flags, 0777)
119 * the variable index to find the textual name.
377 #define DEFHOST "localhost" /* default host name */
381 #define LENHOSTNAME 256 /* host name is 256 characters long */
386 #define MAXVARLEN 256 /* maximum length of a variable name */
397 char currenthost[LENHOSTNAME]; /* current host name */
647 char name[LENHOSTNAME]; local
659 name[i] = *cp;
661 name[
2818 static char name[MAXVARLEN]; local
3018 output( FILE *fp, char *name, char *value ) argument
3065 outputarr( FILE *fp, char *name, int narr, l_fp *lfp ) argument
3155 char *name; 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.
72 (require 'calendar))
107 :group 'calendar)
149 normally means that the file name does not automatically trigger Org-mode.
576 The first part is a file name - when omitted, archiving happens in the same
577 file. %s will be replaced by the current file name (without directory part).
691 All occurrences of %n in a template will be replaced with the name of the
831 The car of each element is a name of a constant, without the `$' before it.
840 (cons (string :tag "name")
[all...]

Completed in 224 milliseconds