/unit/auto/ |
H A D | pcre | 10 if /bin/sh -c "(pcre2-config --version)" >> $NXT_AUTOCONF_ERR 2>&1; then 35 $echo " + PCRE2 version: `pcre2-config --version`" 41 if /bin/sh -c "(pcre-config --version)" >> $NXT_AUTOCONF_ERR 2>&1; then 64 $echo " + PCRE version: `pcre-config --version`"
|
H A D | capability | 15 hdr.version = _LINUX_CAPABILITY_VERSION;
|
/unit/pkg/ |
H A D | shasum.mak | 1 ifeq ($(shell sha512sum --version >/dev/null 2>&1 || echo FAIL),) 3 else ifeq ($(shell shasum --version >/dev/null 2>&1 || echo FAIL),) 5 else ifeq ($(shell openssl version >/dev/null 2>&1 || echo FAIL),)
|
/unit/test/ |
H A D | test_asgi_lifespan.py | 4 from packaging import version 12 'python': lambda v: version.parse(v) >= version.parse('3.5') 39 version = f.read() 43 assert version == '3.0 2.0', 'version'
|
H A D | test_asgi_targets.py | 2 from packaging import version 10 'python': lambda v: version.parse(v) >= version.parse('3.5')
|
H A D | test_node_es_modules.py | 1 from packaging import version 9 'node': lambda v: version.parse(v) >= version.parse('14.16.0')
|
H A D | test_asgi_application.py | 5 from packaging import version 12 'python': lambda v: version.parse(v) >= version.parse('3.5')
|
/unit/test/perl/variables/ |
H A D | psgi.pl | 7 my $version = join('', @{$environ->{'psgi.version'}}); 18 'Psgi-Version' => $version,
|
/unit/test/ruby/variables/ |
H A D | config.ru | 3 version = env['rack.version'].join('') 15 'Rack-Version' => version,
|
/unit/src/ |
H A D | nxt_capability.c | 57 hdr.version = NXT_CAPABILITY_VERSION; in nxt_capability_linux_get_version() 61 return hdr.version; in nxt_capability_linux_get_version() 87 hdr.version = nxt_capability_linux_get_version(); in nxt_capability_specific_set()
|
H A D | nxt_application.c | 28 nxt_str_t version; member 332 nxt_str_t version; in nxt_discovery_module() local 380 version.start = (u_char *) app->version; in nxt_discovery_module() 381 version.length = nxt_strlen(app->version); in nxt_discovery_module() 385 && nxt_strstr_eq(&module[i].version, &version)) in nxt_discovery_module() 403 nxt_str_dup(mp, &module->version, &version); in nxt_discovery_module() 938 version = end; in nxt_app_lang_module() 942 version = p + 1; in nxt_app_lang_module() 947 version = p; in nxt_app_lang_module() 958 version_length = end - version; in nxt_app_lang_module() [all …]
|
H A D | nxt_application.h | 36 u_char *version; member 127 const char *version; member
|
H A D | nxt_unit_request.h | 39 nxt_unit_sptr_t version; member
|
/unit/auto/modules/ |
H A D | java_chk_sha512 | 13 if sha512sum --version >/dev/null 2>&1; then 16 if shasum --version >/dev/null 2>&1; then 19 if openssl version >/dev/null 2>&1; then
|
H A D | nodejs | 70 $echo " + node version ${NXT_NODE_VERSION}" 88 $echo " + npm version ${NXT_NPM_VERSION}" 106 $echo " + node-gyp version ${NXT_NODE_GYP_VERSION}" 128 NXT_NODE_VERSION_FILE=${NXT_BUILD_DIR}/src/${NXT_NODE}/version.h
|
H A D | perl | 57 if /bin/sh -c "$NXT_PERL -MConfig -e 'print \"Perl version: \", 58 \$Config{version}, \"\\n\"'" >> $NXT_AUTOCONF_ERR 2>&1; then 117 nxt_feature="Perl version"
|
/unit/pkg/npm/ |
H A D | Makefile | 3 include ../../version 14 echo '#define NXT_NODE_VERNUM ${VERNUM}' > unit-http/version.h
|
/unit/auto/cc/ |
H A D | test | 24 if `/bin/sh -c "($CC -v)" 2>&1 | grep "gcc version" >> $NXT_AUTOCONF_ERR 2>&1` 28 NXT_CC_VERSION=`/bin/sh -c "($CC -v)" 2>&1 | grep "gcc version" 2>&1` 32 if `/bin/sh -c "($CC -v)" 2>&1 | grep "clang version" >> $NXT_AUTOCONF_ERR 2>&1` 36 NXT_CC_VERSION=`/bin/sh -c "($CC -v)" 2>&1 | grep "clang version" 2>&1` 41 | grep "Apple LLVM version" >> $NXT_AUTOCONF_ERR 2>&1` 45 NXT_CC_VERSION=`/bin/sh -c "($CC -v)" 2>&1 | grep "Apple LLVM version" 2>&1`
|
/unit/pkg/deb/debian/ |
H A D | unit.postinst | 16 Since version 1.22.0, Unit's non-privileged processes run as unit:unit by
|
H A D | unit.example-python-app | 8 output += sys.version
|
/unit/pkg/rpm/ |
H A D | unit.module.spec.in | 2 %define bdir %{_builddir}/%{name}-%{version} 39 Source0: unit-%{version}.tar.gz 42 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
/unit/pkg/docker/ |
H A D | Makefile | 3 include ../../version 17 INSTALL_minimal ?= version 84 Dockerfile.%: ../../version
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | unit.example-python-app | 8 output += sys.version
|
/unit/pkg/deb/debian.module/ |
H A D | unit.example-python-app | 8 output += sys.version
|
/unit/src/test/ |
H A D | nxt_http_parse_test.c | 15 u_char version[8]; member 756 if (nxt_memcmp(rp->version.str, test->version, 8) != 0) { in nxt_http_parse_test_request_line() 760 (size_t) 8, rp->version.str, in nxt_http_parse_test_request_line() 761 (size_t) 8, test->version); in nxt_http_parse_test_request_line()
|