Searched refs:values (Results 1 – 8 of 8) sorted by relevance
36 String values = ""; in doGet() local38 values = values.concat(parameter_values[i] + " "); in doGet()40 response.addHeader("X-Param-Values", values); in doGet()
45 List<String> values = new ArrayList<>(entry.getValue()); in WsHandshakeResponse() local46 this.headers.put(entry.getKey(), values); in WsHandshakeResponse() local
748 private static ByteBuffer addHeader(ByteBuffer result, String key, List<String> values) { in addHeader() argument749 if (values.isEmpty()) { in addHeader()755 … result = putWithExpand(result, StringUtils.join(values).getBytes(StandardCharsets.ISO_8859_1)); in addHeader()864 List<String> values = headers.get(headerName); in parseHeaders() local865 if (values == null) { in parseHeaders()866 values = new ArrayList<>(1); in parseHeaders()867 headers.put(headerName, values); in parseHeaders()869 values.add(headerValue); in parseHeaders()
41 …ndowSize=An invalid windows of [{1}] size was specified for [{0}]. Valid values are whole numbers …138 wsWebSocketContainer.invalidSubProtocol=The WebSocket server returned multiple values for the Sec-W…
277 values = re.findall(280 values = [int(v) for v in values]282 data_len = 1048576 if len(values) == 0 else 10 * max(values)
75 values = header.split(' ')[:-1]76 assert len(values) == len(expect)77 assert set(values) == set(expect)
16 *) Feature: default values for 'make install' pathnames such as prefix;22 *) Bugfix: request header field values could be corrupted in some cases;838 *) Bugfix: header fields values with non-ASCII bytes might be handled845 values.861 API were reset to previous values after the first request in929 values.
5644 and `index` values."5714 `callable` values."