Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 55) sorted by relevance

123

/unit/test/unit/check/
H A Ddiscover_available.py30 versions = option.available['modules'].setdefault(module[0], [])
36 option.available['modules']['go'] = check_go()
37 option.available['modules']['njs'] = check_njs(output_version)
38 option.available['modules']['node'] = check_node()
39 option.available['modules']['openssl'] = check_openssl(output_version)
40 option.available['modules']['regex'] = check_regex(output_version)
45 option.available['features']['chroot'] = check_chroot()
46 option.available['features']['isolation'] = check_isolation()
47 option.available['features']['unix_abstract'] = check_unix_abstract()
H A Dcheck_prerequisites.py23 available = option.available['modules']
26 if module in available and available[module]:
40 available = option.available['features']
44 avail_feature = available[feature]
46 if feature in available and avail_feature:
H A Disolation.py17 available = option.available
20 if 'go' in available['modules']:
36 elif 'python' in available['modules']:
51 elif 'php' in available['modules']:
66 elif 'ruby' in available['modules']:
82 elif 'java' in available['modules']:
99 elif 'node' in available['modules']:
115 elif 'perl' in available['modules']:
/unit/pkg/deb/debian/
H A Dunit.preinst12 Additional modules are available in standalone packages.
13 To see the available modules, run: apt search --names-only '^unit-'
15 Online documentation is available at https://unit.nginx.org/
/unit/auto/
H A Dhelp59 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
74 run "./configure nodejs --help" to see available options
77 run "./configure java --help" to see available options
80 run "./configure wasm --help" to see available options
/unit/src/java/nginx/unit/
H A DInputStream.java85 public int available() throws IOException { in available() method in InputStream
86 return available(req_info_ptr); in available()
89 private static native int available(long req_info_ptr); in available() method in InputStream
/unit/src/java/
H A DREADME.JSR-3403 This version of Unit code is made available in support of the open source
4 development process. This is an intermediate build made available for
10 published for the JSR-340 reference implementation available at
/unit/test/
H A Dtest_go_isolation.py33 for ns, ns_value in option.available['features']['isolation'].items():
192 allns = list(option.available['features']['isolation'].keys())
200 == option.available['features']['isolation'][ns]
238 allns = list(option.available['features']['isolation'].keys())
264 == option.available['features']['isolation'][ns]
H A Dconftest.py141 available_modules = option.available['modules']
400 'openssl' in option.available['modules']
401 and option.available['modules']['openssl']
413 'njs' in option.available['modules']
414 and option.available['modules']['njs']
/unit/pkg/deb/
H A DMakefile.jsc849 Online documentation is available at https://unit.nginx.org
53 This version of Unit code is made available in support of the open source
54 development process. This is an intermediate build made available for
60 published for the JSR-340 reference implementation available at
H A DMakefile.jsc1049 Online documentation is available at https://unit.nginx.org
53 This version of Unit code is made available in support of the open source
54 development process. This is an intermediate build made available for
60 published for the JSR-340 reference implementation available at
H A DMakefile.jsc1149 Online documentation is available at https://unit.nginx.org
53 This version of Unit code is made available in support of the open source
54 development process. This is an intermediate build made available for
60 published for the JSR-340 reference implementation available at
H A DMakefile.jsc1649 Online documentation is available at https://unit.nginx.org
53 This version of Unit code is made available in support of the open source
54 development process. This is an intermediate build made available for
60 published for the JSR-340 reference implementation available at
H A DMakefile.jsc1749 Online documentation is available at https://unit.nginx.org
53 This version of Unit code is made available in support of the open source
54 development process. This is an intermediate build made available for
60 published for the JSR-340 reference implementation available at
H A DMakefile.jsc1849 Online documentation is available at https://unit.nginx.org
53 This version of Unit code is made available in support of the open source
54 development process. This is an intermediate build made available for
60 published for the JSR-340 reference implementation available at
H A DMakefile.jsc1949 Online documentation is available at https://unit.nginx.org
53 This version of Unit code is made available in support of the open source
54 development process. This is an intermediate build made available for
60 published for the JSR-340 reference implementation available at
H A DMakefile.jsc2049 Online documentation is available at https://unit.nginx.org
53 This version of Unit code is made available in support of the open source
54 development process. This is an intermediate build made available for
60 published for the JSR-340 reference implementation available at
H A DMakefile.wasm42 Online documentation is available at https://unit.nginx.org
H A DMakefile.perl41 Online documentation is available at https://unit.nginx.org
H A DMakefile.python2741 Online documentation is available at https://unit.nginx.org
/unit/pkg/rpm/
H A DMakefile.wasm46 Online documentation is available at https://unit.nginx.org
H A DMakefile.php48 Online documentation is available at https://unit.nginx.org
H A DMakefile.python3848 Online documentation is available at https://unit.nginx.org
H A Dunit.spec.in179 Additional modules are available in standalone packages.
180 To see the available modules, run "yum list available unit-\*".
182 Online documentation is available at https://unit.nginx.org/
/unit/
H A DREADME.md34 For details and available language packages, see the
56 For details and available language packages, see the
68 For details and available language packages, see the
100 usually available by default via a Unix domain socket:

123