Home
last modified time | relevance | path

Searched refs:query (Results 1 – 25 of 42) sorted by path

12

/unit/
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.
H A DREADME.md136 Finally, query the entire `/config` section of the control API:
/unit/docs/
H A Dunit-openapi.yaml5818 description: "Arguments supplied with the request’s query string."
5847 query:
/unit/pkg/deb/
H A DMakefile206 dpkg-query -W $${pkg} >/dev/null 2>&1 ; \
/unit/pkg/docker/
H A DDockerfile.go1.2159 …ldd $f | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):…
H A DDockerfile.go1.2259 …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.minimal59 …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.node2159 …ldd $f | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):…
H A DDockerfile.perl5.3659 …ldd $f | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):…
H A DDockerfile.perl5.3859 …ldd $f | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):…
H A DDockerfile.php8.259 …ldd $f | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):…
H A DDockerfile.php8.359 …ldd $f | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):…
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.python3.1259 …ldd $f | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):…
H A DDockerfile.ruby3.259 …ldd $f | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):…
H A DDockerfile.ruby3.359 …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/^\([^:]\+\):…
H A Dtemplate.Dockerfile59 …ldd $f | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):…
/unit/src/java/nginx/unit/
H A DDynamicPathRequest.java12 public void setQueryString(String query); in setQueryString() argument
H A DForwardRequestWrapper.java109 public void setQueryString(String query) in setQueryString() argument
111 if (query != null) { in setQueryString()
115 UrlEncoded.decodeUtf8To(query, parameters); in setQueryString()
123 request_.setQueryString(query); in setQueryString()
H A DIncludeRequestWrapper.java72 public void setQueryString(String query) in setQueryString() argument
74 request_.setAttribute_(RequestDispatcher.INCLUDE_QUERY_STRING, query); in setQueryString()
H A DRequest.java389 public void setQueryString(String query) in setQueryString() argument
391 trace("setQueryString: " + query); in setQueryString()
393 query_string = query; in setQueryString()
829 String query = getQueryString(); in getParameters() local
831 if (query != null) { in getParameters()
832 UrlEncoded.decodeUtf8To(query, parameters); in getParameters()
/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()

12