Searched refs:options (Results 1 – 12 of 12) sorted by relevance
/unit/auto/ |
H A D | help | 8 ./configure options: 11 --cc-opt=OPTIONS set additional C compiler options 12 --ld-opt=OPTIONS set additional linker options 48 run "./configure python --help" to see available options 51 run "./configure php --help" to see available options 54 run "./configure go --help" to see available options 57 run "./configure perl --help" to see available options 60 run "./configure ruby --help" to see available options 63 run "./configure nodejs --help" to see available options 66 run "./configure java --help" to see available options
|
H A D | options | 110 $echo Run \"$0 --help\" to see available options.
|
/unit/src/nodejs/unit-http/ |
H A D | socket.js | 12 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
|
/unit/test/ |
H A D | test_client_ip.py | 7 def client_ip(self, options): argument 11 "client_ip": options, 15 "client_ip": options,
|
/unit/src/ |
H A D | nxt_application.h | 63 nxt_conf_value_t *options; member 84 nxt_conf_value_t *options; member
|
H A D | nxt_php_sapi.c | 88 static void nxt_php_set_options(nxt_task_t *task, nxt_conf_value_t *options, 401 if (c->options != NULL) { in nxt_php_setup() 402 value = nxt_conf_get_object_member(c->options, &file_str, NULL); in nxt_php_setup() 421 if (c->options != NULL) { in nxt_php_setup() 422 value = nxt_conf_get_object_member(c->options, &admin_str, NULL); in nxt_php_setup() 425 value = nxt_conf_get_object_member(c->options, &user_str, NULL); in nxt_php_setup() 670 nxt_php_set_options(nxt_task_t *task, nxt_conf_value_t *options, int type) in nxt_php_set_options() argument 676 if (options != NULL) { in nxt_php_set_options() 680 value_obj = nxt_conf_next_object_member(options, &name, &next); in nxt_php_set_options() 1046 SG(options) |= SAPI_OPTION_NO_CHDIR;
|
H A D | nxt_java.c | 219 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 D | nxt_main_process.c | 241 offsetof(nxt_common_app_conf_t, u.php.options), 300 offsetof(nxt_common_app_conf_t, u.java.options),
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | unit.service | 5 # For example, to change options given to the unitd binary at startup,
|
H A D | unit-debug.service | 5 # For example, to change options given to the unitd binary at startup,
|
/unit/ |
H A D | configure | 72 . auto/options
|
H A D | CHANGES | 263 *) Feature: the "procfs" and "tmpfs" automount isolation options to 371 matching options and in the "pass" option. 500 *) Feature: direct addressing of API configuration options containing 611 *) Bugfix: "disable_functions" and "disable_classes" PHP options set via 672 *) Feature: --libdir and --incdir ./configure options to install libunit 732 *) Bugfix: individual PHP configuration options specified via control 744 *) Feature: setting of individual PHP configuration options.
|