Searched refs:month (Results 1 - 25 of 714) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dcalendar.py14 "monthcalendar", "prmonth", "month", "prcal", "calendar",
22 def __init__(self, month):
23 self.month = month
25 return "bad month number %r; must be 1-12" % self.month
39 # Number of days per month (except for February in leap years)
42 # This module used to have hard-coded lists of day and month names, as
110 def weekday(year, month, day):
111 """Return weekday (0-6 ~ Mon-Sun) for year (1970-...), month (
585 month = c.formatmonth variable
[all...]
H A D_strptime.py37 f_month -- full month names (13-item list; dummy value in [0], which
39 a_month -- abbreviated month names (13-item list, dummy value in
331 month = day = 1
360 month = int(found_dict['m'])
362 month = locale_time.f_month.index(found_dict['B'].lower())
364 month = locale_time.a_month.index(found_dict['b'].lower())
430 if year is None and month == 2 and day == 29:
446 julian = datetime_date(year, month, day).toordinal() - \
452 month = datetime_result.month
[all...]
H A DBaseHTTPServer.py468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
471 day, self.monthname[month], year,
478 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
480 day, self.monthname[month], year, hh, mm, ss)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dcalendar.py14 "monthcalendar", "prmonth", "month", "prcal", "calendar",
22 def __init__(self, month):
23 self.month = month
25 return "bad month number %r; must be 1-12" % self.month
39 # Number of days per month (except for February in leap years)
42 # This module used to have hard-coded lists of day and month names, as
110 def weekday(year, month, day):
111 """Return weekday (0-6 ~ Mon-Sun) for year (1970-...), month (
585 month = c.formatmonth variable
[all...]
H A D_strptime.py37 f_month -- full month names (13-item list; dummy value in [0], which
39 a_month -- abbreviated month names (13-item list, dummy value in
331 month = day = 1
360 month = int(found_dict['m'])
362 month = locale_time.f_month.index(found_dict['B'].lower())
364 month = locale_time.a_month.index(found_dict['b'].lower())
430 if year is None and month == 2 and day == 29:
446 julian = datetime_date(year, month, day).toordinal() - \
452 month = datetime_result.month
[all...]
H A DBaseHTTPServer.py468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
471 day, self.monthname[month], year,
478 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
480 day, self.monthname[month], year, hh, mm, ss)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcalendar.py14 "monthcalendar", "prmonth", "month", "prcal", "calendar",
22 def __init__(self, month):
23 self.month = month
25 return "bad month number %r; must be 1-12" % self.month
39 # Number of days per month (except for February in leap years)
42 # This module used to have hard-coded lists of day and month names, as
110 def weekday(year, month, day):
111 """Return weekday (0-6 ~ Mon-Sun) for year (1970-...), month (
585 month = c.formatmonth variable
[all...]
H A D_strptime.py37 f_month -- full month names (13-item list; dummy value in [0], which
39 a_month -- abbreviated month names (13-item list, dummy value in
331 month = day = 1
360 month = int(found_dict['m'])
362 month = locale_time.f_month.index(found_dict['B'].lower())
364 month = locale_time.a_month.index(found_dict['b'].lower())
430 if year is None and month == 2 and day == 29:
446 julian = datetime_date(year, month, day).toordinal() - \
452 month = datetime_result.month
[all...]
H A DBaseHTTPServer.py468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
471 day, self.monthname[month], year,
478 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
480 day, self.monthname[month], year, hh, mm, ss)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcalendar.py14 "monthcalendar", "prmonth", "month", "prcal", "calendar",
22 def __init__(self, month):
23 self.month = month
25 return "bad month number %r; must be 1-12" % self.month
39 # Number of days per month (except for February in leap years)
42 # This module used to have hard-coded lists of day and month names, as
110 def weekday(year, month, day):
111 """Return weekday (0-6 ~ Mon-Sun) for year (1970-...), month (
585 month = c.formatmonth variable
[all...]
H A D_strptime.py37 f_month -- full month names (13-item list; dummy value in [0], which
39 a_month -- abbreviated month names (13-item list, dummy value in
331 month = day = 1
360 month = int(found_dict['m'])
362 month = locale_time.f_month.index(found_dict['B'].lower())
364 month = locale_time.a_month.index(found_dict['b'].lower())
430 if year is None and month == 2 and day == 29:
446 julian = datetime_date(year, month, day).toordinal() - \
452 month = datetime_result.month
[all...]
H A DBaseHTTPServer.py468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
471 day, self.monthname[month], year,
478 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
480 day, self.monthname[month], year, hh, mm, ss)
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/
H A Ddbapi2.py67 year, month, day = map(int, datepart.split("-"))
75 val = datetime.datetime(year, month, day, hours, minutes, seconds, microseconds)
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/
H A Ddbapi2.py67 year, month, day = map(int, datepart.split("-"))
75 val = datetime.datetime(year, month, day, hours, minutes, seconds, microseconds)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
H A Ddbapi2.py67 year, month, day = map(int, datepart.split("-"))
75 val = datetime.datetime(year, month, day, hours, minutes, seconds, microseconds)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
H A Ddbapi2.py67 year, month, day = map(int, datepart.split("-"))
75 val = datetime.datetime(year, month, day, hours, minutes, seconds, microseconds)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dsqltypes.h121 SQLUSMALLINT month; member in struct:tagDATE_STRUCT
141 SQLUSMALLINT month; member in struct:tagTIMESTAMP_STRUCT
164 SQLUINTEGER month; member in struct:tagSQL_YEAR_MONTH
H A Dwinnls32.h20 WORD month; member in struct:_tagDATETIME
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dsqltypes.h121 SQLUSMALLINT month; member in struct:tagDATE_STRUCT
141 SQLUSMALLINT month; member in struct:tagTIMESTAMP_STRUCT
164 SQLUINTEGER month; member in struct:tagSQL_YEAR_MONTH
H A Dwinnls32.h20 WORD month; member in struct:_tagDATETIME
/prebuilts/gdb/darwin-x86/include/python2.7/
H A Ddatetime.h15 * 2 month 1 byte, 1-12
24 /* # of bytes for year, month, and day. */
30 /* # of bytes for year, month, day, hour, minute, second, and usecond. */
210 #define PyDate_FromDate(year, month, day) \
211 PyDateTimeAPI->Date_FromDate(year, month, day, PyDateTimeAPI->DateType)
213 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \
214 PyDateTimeAPI->DateTime_FromDateAndTime(year, month, day, hour, \
/prebuilts/gdb/linux-x86/include/python2.7/
H A Ddatetime.h15 * 2 month 1 byte, 1-12
24 /* # of bytes for year, month, and day. */
30 /* # of bytes for year, month, day, hour, minute, second, and usecond. */
210 #define PyDate_FromDate(year, month, day) \
211 PyDateTimeAPI->Date_FromDate(year, month, day, PyDateTimeAPI->DateType)
213 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \
214 PyDateTimeAPI->DateTime_FromDateAndTime(year, month, day, hour, \
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Ddatetime.h15 * 2 month 1 byte, 1-12
24 /* # of bytes for year, month, and day. */
30 /* # of bytes for year, month, day, hour, minute, second, and usecond. */
210 #define PyDate_FromDate(year, month, day) \
211 PyDateTimeAPI->Date_FromDate(year, month, day, PyDateTimeAPI->DateType)
213 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \
214 PyDateTimeAPI->DateTime_FromDateAndTime(year, month, day, hour, \
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Ddatetime.h15 * 2 month 1 byte, 1-12
24 /* # of bytes for year, month, and day. */
30 /* # of bytes for year, month, day, hour, minute, second, and usecond. */
210 #define PyDate_FromDate(year, month, day) \
211 PyDateTimeAPI->Date_FromDate(year, month, day, PyDateTimeAPI->DateType)
213 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \
214 PyDateTimeAPI->DateTime_FromDateAndTime(year, month, day, hour, \
/prebuilts/ndk/current/sources/cxx-stl/stlport/src/c_locale_win32/
H A Dc_locale_win32.c200 char *month[12]; member in struct:_Locale_time
714 int size, month, dayofweek; local
732 for (month = LOCALE_SMONTHNAME1; month <= LOCALE_SMONTHNAME12; ++month) { /* Small hack :-) */
733 size = GetLocaleInfoA(ltime->lc.id, month, NULL, 0);
734 ltime->month[month - LOCALE_SMONTHNAME1] = (char*)malloc(size);
735 if (!ltime->month[month
1264 _Locale_full_monthname(_Locale_time_t * ltime, int month) argument
1269 _Locale_abbrev_monthname(_Locale_time_t * ltime, int month) argument
[all...]

Completed in 853 milliseconds

1234567891011>>