Searched refs:month (Results 1 – 6 of 6) sorted by relevance
/unit/docs/ |
H A D | change_log_conf.dtd | 13 (month, month, month, month, month, month, 14 month, month, month, month, month, month), 25 <!ELEMENT month (#PCDATA) > element
|
H A D | changes.xsls | 85 !{$conf/changes/month[number(substring($date_, 6, 2))]} 91 $conf/changes/month[number(substring($date_, 6, 2))], 114 $conf/changes/month[number(substring($date_, 6, 2))], 208 X:param month = "substring-before(substring-after($date, '-'), '-')"; 211 X:var a = "floor((14 - $month) div 12)"; 215 X:var m = "$month + 12 * $a - 2";
|
/unit/src/ |
H A D | nxt_time_parse.c | 21 nxt_int_t yr, month, day, hour, min, sec; in nxt_time_parse() local 98 month = 1; in nxt_time_parse() 102 month = p[2] == 'r' ? 2 : 4; in nxt_time_parse() 106 month = p[1] == 'p' ? 3 : 7; in nxt_time_parse() 110 month = 8; in nxt_time_parse() 114 month = 9; in nxt_time_parse() 118 month = 10; in nxt_time_parse() 122 month = 11; in nxt_time_parse() 241 if (day == 29 && month == 1) { in nxt_time_parse() 262 if (--month <= 0) { in nxt_time_parse() [all …]
|
H A D | nxt_http.h | 298 static const char *month[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", in nxt_http_date() local 304 month[tm->tm_mon], tm->tm_year + 1900, in nxt_http_date()
|
H A D | nxt_controller.c | 2135 static const char *month[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", in nxt_controller_date() local 2140 month[tm->tm_mon], tm->tm_year + 1900, in nxt_controller_date()
|
H A D | nxt_router.c | 3866 static const char *month[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", in nxt_router_access_log_date() local 3880 tm->tm_mday, month[tm->tm_mon], tm->tm_year + 1900, in nxt_router_access_log_date()
|