Home
last modified time | relevance | path

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

/unit/.github/workflows/
H A Dci.yml72 # Provides module, language version and testpath from build name
/unit/
H A DCHANGES24 *) Bugfix: serving static files from a network filesystem could lead to
119 *) Feature: "server_version" setting to omit the version token from
291 "share" behavior when updating from previous versions.
307 from the client after the corresponding listener had been
315 *) Feature: client IP address replacement from a specified HTTP header
396 when processing small WebSocket frames from a client; the bug had
469 from requests by default.
509 enables loading all extensions from the host system.
634 request can't be served from the "share" directory.
639 *) Feature: stripping UTF-8 BOM and JavaScript-style comments from
[all …]
H A DCODE_OF_CONDUCT.md70 This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.or…
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
42 form, that is based on (or derived from) the Work and for which the
46 separable from, or merely link (or bind by name) to the interfaces of,
103 attribution notices from the Source form of the Work,
120 or as an addendum to the NOTICE text from the Work, provided
H A DREADME.md16 of its complexity, from enterprise-scale deployments to your pet's homepage.
113 Next, reference the app from a listener object in the `/config/listeners`
114 section of the API. This time, we pass the config snippet straight from the
/unit/docs/
H A Dunit-openapi.yaml152 description: "Retrieves the bundle key type from a
183 description: "Retrieves the bundle chain from a
245 description: "Retrieves the subject from a
277 description: "Retrieves the common name from a
309 description: "Retrieves the country code from a
375 description: "Retrieves the organization name from a
443 description: "Retrieves an alternative name from a
476 description: "Retrieves the issuer object from a
508 description: "Retrieves the common name from a
540 description: "Retrieves the country code from a
[all …]
/unit/pkg/deb/debian.module/
H A Dcopyright.unit-jsc-common87 where such changes and/or additions to the Program originate from and are
162 iv) states that source code for the Program is available from such
316 "Object" form shall mean any form resulting from mechanical
388 attribution notices from the Source form of the Work,
530 A. Any file that results from an addition to, deletion from or
591 granted: (1) for code that You delete from the Original
695 must make it absolutely clear that any terms which differ from
715 publish revised and/or new versions of this License from time to
726 Software prohibiting it from being distributed or otherwise made
741 (except to note that the license differs from this License); and
[all …]
H A Dunit.example-ruby-app4 }, ["Hello from Unit running with Ruby #{RUBY_VERSION}!\n\n"]]
/unit/pkg/docker/
H A Dwelcome.md16 - See our GitHub repo to browse the code, contribute, or seek help from the community.
/unit/pkg/rpm/rpmbuild/SOURCES/
H A DCOPYRIGHT.unit-jsc-common87 where such changes and/or additions to the Program originate from and are
162 iv) states that source code for the Program is available from such
316 "Object" form shall mean any form resulting from mechanical
388 attribution notices from the Source form of the Work,
530 A. Any file that results from an addition to, deletion from or
591 granted: (1) for code that You delete from the Original
695 must make it absolutely clear that any terms which differ from
715 publish revised and/or new versions of this License from time to
726 Software prohibiting it from being distributed or otherwise made
741 (except to note that the license differs from this License); and
[all …]
H A Dunit.example-ruby-app4 }, ["Hello from Unit running with Ruby #{RUBY_VERSION}!\n\n"]]
/unit/src/java/nginx/unit/websocket/
H A DLocalStrings.properties21 asyncChannelWrapperSecure.check.wrap=Bytes were consumed from the input during a write
41 …ndows of [{1}] size was specified for [{0}]. Valid values are whole numbers from 8 to 15 inclusive.
105 wsSession.closed=The WebSocket session [{0}] has been closed and no method (apart from close()) may…
137 wsWebSocketContainer.invalidStatus=The HTTP response from the server [{0}] did not permit the HTTP …
/unit/src/nodejs/unit-http/
H A Dhttp_server.js270 chunk = Buffer.from(chunk, encoding);
H A Dutils.js17 exports.bufferFromString = Buffer.from ?
18 Buffer.from :
/unit/src/
H A Dnxt_application.c347 const nxt_fs_mount_t *from; in nxt_discovery_module() local
434 from = &app->mounts[j]; in nxt_discovery_module()
440 to->src = nxt_cstr_dup(mp, to->src, from->src); in nxt_discovery_module()
445 to->dst = nxt_cstr_dup(mp, to->dst, from->dst); in nxt_discovery_module()
450 to->name = nxt_cstr_dup(mp, to->name, from->name); in nxt_discovery_module()
455 to->type = from->type; in nxt_discovery_module()
457 if (from->data != NULL) { in nxt_discovery_module()
458 to->data = nxt_cstr_dup(mp, to->data, from->data); in nxt_discovery_module()
464 to->flags = from->flags; in nxt_discovery_module()
/unit/src/wasm-wasi-component/
H A Dbuild.rs29 let out_path = PathBuf::from(env::var("OUT_DIR").unwrap()); in main()
/unit/test/njs/import_from/
H A Dscript.js1 import cr from 'crypto';
/unit/test/node/loader/es_modules_http/
H A Dapp.mjs1 import http from "http"
/unit/test/node/loader/es_modules_http_indirect/
H A Dmodule.mjs1 import http from "http"
/unit/test/node/loader/es_modules_websocket/
H A Dapp.mjs1 import http from "http"
2 import websocket from "websocket"
/unit/test/node/loader/es_modules_websocket_indirect/
H A Dmodule.mjs1 import http from "http"
2 import websocket from "websocket"
/unit/test/node/write_array/
H A Dapp.js3 .end(new Uint8Array(Buffer.from('array', 'utf8')));
/unit/test/node/write_buffer/
H A Dapp.js4 .end(Buffer.from('buffer', 'utf8'));
/unit/tools/
H A DREADME.md30 * Configuration data is read from stdin.
36 | filename … | Read configuration data consecutively from the specified files instead of stdin.
40 | `-f` \| `--format YAML` | Convert configuration data to/from YAML format. The [yq](https://github…
H A Dsetup-unit110 Insert a JSON element read from standard input into a JSON
111 array read from a file at a given INDEX.
460 The payload is read from standard input.
923 Insert a JSON element read from standard input into a JSON array read
924 from a file at a given INDEX.