Home
last modified time | relevance | path

Searched refs:format (Results 1 – 25 of 29) sorted by path

12

/unit/
H A DCHANGES42 *) Bugfix: ServerRequest.httpVersion variable format in Node.js module.
200 *) Feature: customizable access log format.
/unit/auto/
H A Dtypes9 # to use "%zu" format to printf() result of sizeof(). But "%zu" may
/unit/docs/
H A DMakefile38 xsltproc --stringparam format generic \
49 xsltproc --stringparam pkgname $* --stringparam format rpm \
60 xsltproc --stringparam pkgname $* --stringparam format deb \
H A Dchanges.xsls5 X:param format="'generic'";
15 X:when "$format='rpm'" {
18 X:when "$format='deb'" {
29 X:when "$format='rpm'" {
32 X:when "$format='deb'" {
43 X:when "$format='rpm'" {
46 X:when "$format='deb'" {
75 X:if "$format='generic'" {
89 X:if "$format='rpm'" {
97 X:if "$format='deb'" {
[all …]
H A Dunit-openapi.yaml132 format: binary
880 /config/access_log/format:
881 summary: "Endpoint for the `format` access log option"
884 summary: "Retrieve the access log format option"
903 format:
912 summary: "Create or overwrite the access log format"
928 format:
947 summary: "Delete the access log format"
5277 format:
6116 uses the `X-Forwarded-For` format."
[all …]
/unit/go/
H A Dunit.go87 func nxt_go_warn(format string, args ...interface{}) {
88 str := fmt.Sprintf("[go] " + format, args...)
93 func nxt_go_alert(format string, args ...interface{}) {
94 str := fmt.Sprintf("[go] " + format, args...)
/unit/pkg/contrib/
H A DMakefile74 --format=tar "$(3)") > "$(@:.xz=)" && \
/unit/pkg/deb/
H A DMakefile229 echo '3.0 (quilt)' > debuild/$(SRCDIR)/debian/source/format ; \
275 echo '3.0 (quilt)' > $@/$(SRCDIR)/debian/source/format
/unit/pkg/deb/debian.module/
H A Dcopyright.unit-jsc-common470 comment syntax for the file format. We also recommend that a
/unit/pkg/rpm/rpmbuild/SOURCES/
H A DCOPYRIGHT.unit-jsc-common470 comment syntax for the file format. We also recommend that a
/unit/src/java/nginx/unit/
H A DResponse.java59 private static final SimpleDateFormat format = field in Response
224 format.setTimeZone(TimeZone.getTimeZone("GMT")); in dateToString()
225 return format.format(dateValue); in dateToString()
/unit/src/java/nginx/unit/websocket/
H A DDigestAuthenticator.java91 challenge.append("nc=" + String.format("%08X", Integer.valueOf(nonceCount))); in getAuthorization()
124 preDigest.append(String.format("%08X", Integer.valueOf(nonceCount))); in calculateRequestDigest()
/unit/src/nodejs/unit-http/
H A Dloader.mjs8 format: "commonjs",
16 format: "commonjs",
/unit/src/
H A Dnxt_app_log.c13 struct tm *tm, size_t size, const char *format);
16 struct tm *tm, size_t size, const char *format);
113 const char *format) in nxt_log_error_time() argument
115 return nxt_sprintf(buf, buf + size, format, in nxt_log_error_time()
133 const char *format) in nxt_log_debug_time() argument
135 return nxt_sprintf(buf, buf + size, format, in nxt_log_debug_time()
H A Dnxt_conf_validation.c3380 nxt_str_t format; member
3394 offsetof(nxt_conf_vldt_access_log_conf_t, format),
3432 if (nxt_is_tstr(&conf.format)) { in nxt_conf_vldt_access_log()
3433 return nxt_conf_vldt_var(vldt, &format_str, &conf.format); in nxt_conf_vldt_access_log()
H A Dnxt_controller.c125 struct tm *tm, size_t size, const char *format);
2653 size_t size, const char *format) in nxt_controller_date() argument
2661 return nxt_sprintf(buf, buf + size, format, in nxt_controller_date()
H A Dnxt_file_name.c21 const char *format, ...) in nxt_file_name_create() argument
31 va_start(args, format); in nxt_file_name_create()
32 fmt = format; in nxt_file_name_create()
122 va_start(args, format); in nxt_file_name_create()
123 fmt = format; in nxt_file_name_create()
H A Dnxt_file_name.h12 nxt_file_name_str_t *fn, const char *format, ...);
H A Dnxt_http_request.c31 struct tm *tm, size_t size, const char *format);
924 size_t size, const char *format) in nxt_http_date_cache_handler() argument
H A Dnxt_http_variables.c28 struct tm *tm, size_t size, const char *format);
364 size_t size, const char *format) in nxt_http_log_date() argument
382 return nxt_sprintf(buf, buf + size, format, in nxt_http_log_date()
H A Dnxt_router.h238 nxt_tstr_t *format);
H A Dnxt_router_access_log.c15 nxt_str_t format; member
28 nxt_tstr_t *format);
55 offsetof(nxt_router_access_log_conf_t, format),
73 nxt_tstr_t *format; in nxt_router_access_log_create() local
84 alcf.format = log_format_str; in nxt_router_access_log_create()
126 str.length = alcf.format.length + 1; in nxt_router_access_log_create()
134 p = nxt_cpymem(str.start, alcf.format.start, alcf.format.length); in nxt_router_access_log_create()
138 if (nxt_slow_path(format == NULL)) { in nxt_router_access_log_create()
143 rtcf->log_format = format; in nxt_router_access_log_create()
180 if (nxt_tstr_is_const(format)) { in nxt_router_access_log_writer()
[all …]
H A Dnxt_thread_time.c335 p = ts->handler(p, &thr->time.now.realtime, tm, ts->size, ts->format); in nxt_thread_time_string()
373 return ts->handler(buf, &now, &tm, ts->size, ts->format); in nxt_thread_time_string_no_cache()
H A Dnxt_thread_time.h22 const char *format);
23 const char *format; member
H A Dnxt_unit.h342 #if __has_attribute(format)
344 #define NXT_ATTR_FORMAT __attribute__((format(printf, 3, 4)))

12