/unit/test/ |
H A D | test_static.py | 18 with open(option.temp_dir + '/assets/index.html', 'w') as index, open( 20 ) as readme, open( 22 ) as log, open( 50 with open(path, 'w+') as f: 53 with open(temp_dir + '/state/version', 'r') as f: 135 with open(temp_dir + '/assets/large', 'wb') as f: 151 with open(temp_dir + '/assets/index.html', 'w') as f: 205 open(temp_dir + '/ф а', 'a').close()
|
H A D | test_usr1.py | 78 with open(log_path, 'r', errors='ignore') as unit_log: 81 with open(log_path, 'w') as unit_log, open(
|
H A D | test_tls.py | 53 with open(option.temp_dir + '/ca.conf', 'w') as f: 80 with open(option.temp_dir + '/certserial', 'w') as f: 83 with open(option.temp_dir + '/certindex', 'w') as f: 86 with open(option.temp_dir + '/certindex.attr', 'w') as f: 313 with open(crt_path, 'wb') as crt, open(end_path, 'rb') as end, open( 419 with open(temp_dir + '/all.crt', 'a') as chain, open(path) as cert:
|
H A D | test_asgi_lifespan.py | 24 open(path, 'a').close() 38 with open(path, 'r') as f:
|
H A D | test_tls_sni.py | 33 with open(option.temp_dir + '/ca.conf', 'w') as f: 60 with open(option.temp_dir + '/certserial', 'w') as f: 63 with open(option.temp_dir + '/certindex', 'w') as f:
|
H A D | conftest.py | 181 with open(Log.get_path(), 'r') as f: 297 with Log.open(encoding='utf-8') as f: 399 with open(temp_dir + '/unit.log', 'w') as log: 414 with open(temp_dir + '/unit.pid', 'r') as f: 474 with Log.open(encoding='utf-8') as f: 511 with open(path, 'r', encoding='utf-8', errors='ignore') as f:
|
/unit/test/unit/applications/ |
H A D | proto.py | 20 with Log.open(name) as f: 24 with Log.open(name) as f: 28 with Log.open(name) as f:
|
H A D | tls.py | 46 with open(key_path, 'rb') as k, open(crt_path, 'rb') as c: 81 with open(conf_path, 'w') as f:
|
/unit/test/unit/ |
H A D | log.py | 8 def open(name=UNIT_LOG, encoding=None): member in Log 9 f = open(Log.get_path(name), 'r', encoding=encoding, errors='ignore')
|
/unit/test/python/body_io_file/ |
H A D | wsgi.py | 3 f = open('file', 'rb')
|
/unit/test/ruby/body_file/ |
H A D | config.ru | 2 file = File.open('file', 'r')
|
/unit/src/java/nginx/unit/websocket/pojo/ |
H A D | PojoMethodMapping.java | 80 Method open = null; in PojoMethodMapping() local 93 if (open == null) { in PojoMethodMapping() 94 open = method; in PojoMethodMapping() 97 !isMethodOverride(open, method)) { in PojoMethodMapping() 157 if (open != null && open.getDeclaringClass() != clazzPojo) { in PojoMethodMapping() 158 if (isOverridenWithoutAnnotation(clazzPojoMethods, open, OnOpen.class)) { in PojoMethodMapping() 159 open = null; in PojoMethodMapping() 182 this.onOpen = open; in PojoMethodMapping()
|
/unit/test/python/lifespan/empty/ |
H A D | asgi.py | 6 with open(prefix + 'version', 'w+') as f:
|
/unit/ |
H A D | CONTRIBUTING.md | 22 Please open an [issue](https://github.com/nginx/unit/issues/new) on GitHub with 39 To report a non-security bug, open an 48 To suggest an enhancement, open an
|
/unit/src/java/ |
H A D | README.JSR-340 | 3 This version of Unit code is made available in support of the open source
|
/unit/test/unit/applications/lang/ |
H A D | go.py | 58 with open(temp_dir + 'go.mod', 'w') as f:
|
/unit/test/unit/check/ |
H A D | isolation.py | 151 with open(unp_clone_path, 'r') as f:
|
/unit/src/java/nginx/unit/websocket/ |
H A D | WsFrameBase.java | 86 private volatile boolean open = true; field in WsFrameBase 122 if (!open) { in processInputBuffer() 317 open = false; in processDataControl() 681 return open; in isOpen()
|
/unit/src/ |
H A D | nxt_clone.c | 54 fd = open((char *)path, O_RDWR); in nxt_clone_credential_setgroups() 102 mapfd = open((char*)buf, O_RDWR); in nxt_clone_credential_map_write()
|
H A D | nxt_random.c | 86 fd = open("/dev/urandom", O_RDONLY); in nxt_random_stir()
|
/unit/pkg/deb/ |
H A D | Makefile.jsc8 | 53 This version of Unit code is made available in support of the open source
|
H A D | Makefile.jsc10 | 53 This version of Unit code is made available in support of the open source
|
H A D | Makefile.jsc11 | 53 This version of Unit code is made available in support of the open source
|
H A D | Makefile.jsc16 | 53 This version of Unit code is made available in support of the open source
|
/unit/auto/ |
H A D | events | 158 n = open(\"/dev/poll\", O_RDWR);
|