Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 3 of 3) sorted by last modified time

/unit/docs/
H A Dunit-openapi.yaml2520 type: boolean
3150 type: boolean
3391 type: boolean
3630 type: boolean
5991 type: boolean
5996 type: boolean
6099 - type: boolean
6125 type: boolean
6164 type: boolean
6185 type: boolean
[all …]
/unit/src/
H A Dnxt_conf.c49 uint8_t boolean; /* 1 bit. */ member
243 return value->u.boolean; in nxt_conf_get_boolean()
624 ptr->ui8 = v->u.boolean; in nxt_conf_map_object()
1405 value->u.boolean = 1; in nxt_conf_json_parse_value()
1417 value->u.boolean = 0; in nxt_conf_json_parse_value()
2243 return value->u.boolean ? nxt_length("true") : nxt_length("false"); in nxt_conf_json_length()
2276 return value->u.boolean ? nxt_cpymem(p, "true", 4) in nxt_conf_json_print()
/unit/src/java/nginx/unit/websocket/pojo/
H A DLocalStrings.properties24 pojoMethodMapping.duplicateLastParam=Multiple boolean (last) parameters present on the method [{0}]…
34 pojoMethodMapping.partialInputStream=Invalid InputStream and boolean parameters present on the meth…
35 pojoMethodMapping.partialObject=Invalid Object and boolean parameters present on the method [{0}] o…
36 pojoMethodMapping.partialPong=Invalid PongMessage and boolean parameters present on the method [{0}…
37 pojoMethodMapping.partialReader=Invalid Reader and boolean parameters present on the method [{0}] o…