Home
last modified time | relevance | path

Searched refs:options (Results 1 – 16 of 16) sorted by relevance

/unit/auto/
H A Dhelp8 ./configure options:
11 --cc-opt=OPTIONS set additional C compiler options
12 --ld-opt=OPTIONS set additional linker options
59 run "./configure python --help" to see available options
62 run "./configure php --help" to see available options
65 run "./configure go --help" to see available options
68 run "./configure perl --help" to see available options
71 run "./configure ruby --help" to see available options
77 run "./configure java --help" to see available options
80 run "./configure wasm --help" to see available options
[all …]
H A Doptions136 $echo Run \"$0 --help\" to see available options.
/unit/src/nodejs/unit-http/
H A Dsocket.js12 function Socket(options) { argument
15 options = options || {};
17 if (typeof options !== 'object') {
21 if ("fd" in options) {
48 Socket.prototype.connect = function connect(options, connectListener) { argument
H A Dhttp.js14 function createServer (options, requestHandler) { argument
15 return new Server(options, requestHandler);
H A Dhttp_server.js416 function Server(options, requestListener) { argument
417 if (typeof options === 'function') {
418 requestListener = options;
419 options = {};
/unit/test/
H A Dtest_client_ip.py16 def client_ip(options): argument
20 "client_ip": options,
24 "client_ip": options,
28 "client_ip": options,
/unit/src/
H A Dnxt_application.h63 nxt_conf_value_t *options; member
84 nxt_conf_value_t *options; member
H A Dnxt_java.c219 if (c->options != NULL) { in nxt_java_start()
220 jvm_args.nOptions += nxt_conf_array_elements_count(c->options); in nxt_java_start()
229 jvm_args.options = jvm_opt; in nxt_java_start()
249 if (c->options != NULL) { in nxt_java_start()
252 value = nxt_conf_get_array_element(c->options, i); in nxt_java_start()
H A Dnxt_php_sapi.c89 static void nxt_php_set_options(nxt_task_t *task, nxt_conf_value_t *options,
409 if (c->options != NULL) { in nxt_php_setup()
410 value = nxt_conf_get_object_member(c->options, &file_str, NULL); in nxt_php_setup()
429 if (c->options != NULL) { in nxt_php_setup()
430 value = nxt_conf_get_object_member(c->options, &admin_str, NULL); in nxt_php_setup()
433 value = nxt_conf_get_object_member(c->options, &user_str, NULL); in nxt_php_setup()
678 nxt_php_set_options(nxt_task_t *task, nxt_conf_value_t *options, int type) in nxt_php_set_options() argument
684 if (options != NULL) { in nxt_php_set_options()
688 value_obj = nxt_conf_next_object_member(options, &name, &next); in nxt_php_set_options()
1179 SG(options) |= SAPI_OPTION_NO_CHDIR;
H A Dnxt_main_process.c246 offsetof(nxt_common_app_conf_t, u.php.options),
305 offsetof(nxt_common_app_conf_t, u.java.options),
/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.service5 # For example, to change options given to the unitd binary at startup,
H A Dunit-debug.service5 # For example, to change options given to the unitd binary at startup,
/unit/
H A Dconfigure56 . auto/options
H A DCHANGES14 *) Feature: options to set control socket permissions.
27 *) Bugfix: "uidmap" and "gidmap" isolation options validation.
35 *) Bugfix: Node.js http.createServer() accepts and ignores the "options"
97 *) Bugfix: deprecated options were unavailable.
491 *) Feature: the "procfs" and "tmpfs" automount isolation options to
599 matching options and in the "pass" option.
728 *) Feature: direct addressing of API configuration options containing
839 *) Bugfix: "disable_functions" and "disable_classes" PHP options set via
900 *) Feature: --libdir and --incdir ./configure options to install libunit
960 *) Bugfix: individual PHP configuration options specified via control
[all …]
/unit/tools/
H A DREADME.md27 ```USAGE: unitc [options] URI```
/unit/docs/
H A Dunit-openapi.yaml22 are also endpoints. Generally, object options are addressable by
5321 description: "Common application object options."
5560 options:
5561 desription: "JVM runtime options."
5615 options:
5617 description: "Defines the php.ini location and options."
5787 description: "An object whose options define individual routes."
5796 description: "An object whose options define a step's
5815 description: "An object whose options define a step's conditions."
5887 description: "An object whose options define a step's action."
[all …]