Home
last modified time | relevance | path

Searched refs:query (Results 26 – 42 of 42) sorted by relevance

12

/unit/pkg/docker/
H A DDockerfile.python3.1159 …ldd $f | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):…
H A DDockerfile.node2159 …ldd $f | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):…
H A DDockerfile.jsc1159 …ldd $f | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):…
H A DDockerfile.node2059 …ldd $f | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):…
H A DDockerfile.wasm80 …ldd $f | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):…
/unit/src/
H A Dnxt_php_sapi.c970 p = nxt_cpymem(p, nxt_unit_sptr_get(&r->query), r->query_length); in nxt_php_do_301()
1185 SG(request_info).query_string = r->query.offset
1186 ? nxt_unit_sptr_get(&r->query) : NULL;
1493 nxt_php_set_sptr(req, "QUERY_STRING", &r->query, r->query_length,
H A Dnxt_http_route.c51 nxt_conf_value_t *query; member
339 offsetof(nxt_http_route_match_conf_t, query),
541 if (mtcf.query != NULL) { in nxt_http_route_match_create()
542 rule = nxt_http_route_rule_create(task, mp, mtcf.query, 1, in nxt_http_route_match_create()
H A Dnxt_router.c5502 nxt_unit_sptr_set(&req->query, query_pos); in nxt_router_prepare_msg()
5505 req->query.offset = 0; in nxt_router_prepare_msg()
/unit/src/java/nginx/unit/websocket/
H A DWsWebSocketContainer.java727 String query = uri.getRawQuery(); in createRequest() local
728 if (query != null) { in createRequest()
730 result.put(query.getBytes(StandardCharsets.ISO_8859_1)); in createRequest()
/unit/
H A DREADME.md136 Finally, query the entire `/config` section of the control API:
H A DCHANGES62 query strings.
242 path and the query parts as per RFC 3986, sections 3-4.
301 *) Feature: request routing by the query string.
800 not include the query component.
/unit/pkg/deb/
H A DMakefile206 dpkg-query -W $${pkg} >/dev/null 2>&1 ; \
/unit/test/
H A Dtest_routing.py1184 def check_args(args, query): argument
/unit/src/python/
H A Dnxt_python_wsgi.c617 RC(nxt_python_add_sptr(pctx, nxt_py_query_string_str, &r->query, in nxt_python_get_environ()
/unit/src/perl/
H A Dnxt_perl_psgi.c669 &r->query, r->query_length)); in nxt_perl_psgi_env_create()
/unit/src/ruby/
H A Dnxt_ruby.c749 nxt_ruby_add_sptr(hash_env, nxt_rb_query_string_str, &r->query, in nxt_ruby_read_request()
/unit/docs/
H A Dunit-openapi.yaml5818 description: "Arguments supplied with the request’s query string."
5847 query:

12