Home
last modified time | relevance | path

Searched refs:resolve (Results 1 – 11 of 11) sorted by relevance

/unit/test/node/promise_end/
H A Dapp.js7 Promise.resolve().then(() => {
/unit/test/node/promise_handler/
H A Dapp.js11 Promise.resolve().then(() => {
/unit/src/nodejs/unit-http/
H A Dloader.mjs2 export async function resolve(specifier, context, defaultResolver) { function
/unit/src/
H A Dnxt_http_static.c25 nxt_uint_t resolve; member
155 conf->resolve |= RESOLVE_NO_SYMLINKS; in nxt_http_static_init()
161 conf->resolve |= RESOLVE_NO_XDEV; in nxt_http_static_init()
377 if (conf->resolve != 0 || ctx->chroot.length > 0) { in nxt_http_static_send_ready()
379 nxt_uint_t resolve; in nxt_http_static_send_ready() local
384 resolve = conf->resolve; in nxt_http_static_send_ready()
388 resolve |= RESOLVE_IN_ROOT; in nxt_http_static_send_ready()
422 NXT_FILE_OPEN, 0, af.fd, resolve); in nxt_http_static_send_ready()
H A Dnxt_file.c50 nxt_uint_t resolve) in nxt_file_openat2() argument
61 how.resolve = resolve; in nxt_file_openat2()
H A Dnxt_file.h108 nxt_uint_t resolve);
/unit/auto/
H A Dfiles72 how.resolve = RESOLVE_IN_ROOT
/unit/src/java/nginx/unit/
H A DContext.java617 protected Class<?> loadClass(String name, boolean resolve) in loadClass() argument
629 if (resolve) { in loadClass()
640 return super.loadClass(name, resolve); in loadClass()
648 if (resolve) { in loadClass()
655 return super.loadClass(name, resolve); in loadClass()
670 Path ep = tmpDir.resolve(e.getName()); in extractWar()
1079 uri = new URI(req_uri).resolve(location); in handleError()
H A DResponse.java438 uri = req_uri.resolve(uri); in sendRedirect()
H A DRequest.java1043 uri = uri.resolve(path); in getRequestDispatcher()
/unit/src/java/nginx/unit/websocket/
H A DWsWebSocketContainer.java374 redirectLocation = path.resolve(redirectLocation); in connectToServerRecursive()