/unit/test/unit/applications/lang/ |
H A D | java.py | 14 def prepare_env(self, script): argument 93 def load(self, script, **kwargs): argument
|
H A D | ruby.py | 11 def prepare_env(self, script): argument 19 def load(self, script, name='config.ru', **kwargs): argument
|
H A D | go.py | 11 def prepare_env(script, name='app', static=False): argument 80 def load(self, script, name='app', **kwargs): argument
|
H A D | node.py | 13 def prepare_env(self, script): argument 27 def load(self, script, name='app.js', **kwargs): argument
|
H A D | php.py | 11 def load(self, script, index='index.php', **kwargs): argument
|
H A D | perl.py | 8 def load(self, script, name='psgi.pl', **kwargs): argument
|
H A D | python.py | 13 def load(self, script, name=None, module=None, **kwargs): argument
|
/unit/src/ |
H A D | nxt_script.c | 57 nxt_script_t *script; in nxt_script_new() local 114 nxt_script_t *script; in nxt_script_get() local 131 nxt_script_destroy(nxt_script_t *script) in nxt_script_destroy() 166 nxt_script_t *script; in nxt_script_info_init() local 188 nxt_script_info_save(nxt_str_t *name, nxt_script_t *script) in nxt_script_info_save() 306 nxt_script_details(nxt_mp_t *mp, nxt_script_t *script) in nxt_script_details()
|
H A D | nxt_application.h | 66 char *script; member 73 nxt_str_t script; member
|
H A D | nxt_controller.c | 1957 nxt_script_t *script; in nxt_controller_process_script() local
|
/unit/test/unit/applications/ |
H A D | tls.py | 91 def load(self, script, name=None): argument
|
/unit/test/ |
H A D | test_access_log.py | 11 def load(self, script): argument
|
/unit/src/perl/ |
H A D | nxt_perl_psgi.c | 405 nxt_perl_psgi_module_create(const char *script) in nxt_perl_psgi_module_create() 485 nxt_perl_psgi_ctx_init(const char *script, nxt_perl_psgi_ctx_t *pctx) in nxt_perl_psgi_ctx_init()
|
/unit/src/ruby/ |
H A D | nxt_ruby.c | 24 nxt_str_t *script; member 529 VALUE script, res, rack, builder; in nxt_ruby_rack_parse_script() local
|