/unit/test/unit/check/ |
H A D | isolation.py | 18 available = option.available 21 if 'go' in available['modules']: 37 elif 'python' in available['modules']: 52 elif 'php' in available['modules']: 67 elif 'ruby' in available['modules']: 83 elif 'java' in available['modules']: 100 elif 'node' in available['modules']: 116 elif 'perl' in available['modules']: 147 available['features']['isolation'] = {'user': userns} 153 available['features']['isolation'][ [all …]
|
H A D | chroot.py | 10 available = option.available 32 available['features']['chroot'] = True
|
/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 | 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
|
/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 | conftest.py | 151 if module in option.available['modules']: 152 available_versions = option.available['modules'][module] 174 option.available = {'modules': {}, 'features': {}} 197 versions = option.available['modules'].setdefault(module[0], []) 204 option.available['modules']['go'] = check_go() 205 option.available['modules']['node'] = check_node(option.current_dir) 206 option.available['modules']['regex'] = check_regex(unit['unitd']) 210 option.available['modules'] = { 247 available_modules = list(option.available['modules'].keys()) 261 available_features = list(option.available['features'].keys()) [all …]
|
H A D | test_php_isolation.py | 10 isolation_features = option.available['features']['isolation'].keys() 46 isolation_features = option.available['features']['isolation'].keys()
|
H A D | test_go_isolation.py | 31 return key in option.available['features']['isolation'].keys() 38 for ns, ns_value in option.available['features']['isolation'].items(): 194 allns = list(option.available['features']['isolation'].keys()) 202 == option.available['features']['isolation'][ns] 236 allns = list(option.available['features']['isolation'].keys()) 262 == option.available['features']['isolation'][ns]
|
H A D | test_ruby_isolation.py | 10 isolation_features = option.available['features']['isolation'].keys()
|
H A D | test_python_isolation.py | 13 isolation_features = option.available['features']['isolation'].keys()
|
/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.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
|
H A D | Makefile.python36 | 41 Online documentation is available at https://unit.nginx.org
|
H A D | Makefile.python37 | 41 Online documentation is available at https://unit.nginx.org
|
H A D | Makefile.python38 | 41 Online documentation is available at https://unit.nginx.org
|
/unit/ |
H A D | README.md | 36 For details and available language packages, see the 57 For details and available language packages, see the 68 For details and available language packages, see the 95 usually available by default via a Unix domain socket:
|
/unit/pkg/rpm/ |
H A D | unit.spec.in | 165 Additional modules are available in standalone packages. 166 To see the available modules, run "yum list available unit-\*". 168 Online documentation is available at https://unit.nginx.org/
|
H A D | Makefile.php | 52 Online documentation is available at https://unit.nginx.org
|