/unit/test/unit/check/ |
H A D | discover_available.py | 30 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 D | check_prerequisites.py | 23 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 D | isolation.py | 17 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 D | unit.preinst | 12 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 D | help | 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 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 D | InputStream.java | 85 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 D | README.JSR-340 | 3 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 D | test_go_isolation.py | 33 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 D | conftest.py | 141 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 D | Makefile.jsc8 | 49 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 D | Makefile.jsc10 | 49 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 D | Makefile.jsc11 | 49 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 D | Makefile.jsc16 | 49 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 D | Makefile.jsc17 | 49 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 D | Makefile.jsc18 | 49 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 D | Makefile.jsc19 | 49 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 D | Makefile.jsc20 | 49 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 D | Makefile.wasm | 42 Online documentation is available at https://unit.nginx.org
|
H A D | Makefile.perl | 41 Online documentation is available at https://unit.nginx.org
|
H A D | Makefile.python27 | 41 Online documentation is available at https://unit.nginx.org
|
/unit/pkg/rpm/ |
H A D | Makefile.wasm | 46 Online documentation is available at https://unit.nginx.org
|
H A D | Makefile.php | 48 Online documentation is available at https://unit.nginx.org
|
H A D | Makefile.python38 | 48 Online documentation is available at https://unit.nginx.org
|
H A D | unit.spec.in | 179 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 D | README.md | 34 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:
|