Home
last modified time | relevance | path

Searched refs:version (Results 26 – 50 of 110) sorted by relevance

12345

/unit/pkg/contrib/src/njs/
H A DMakefile3 include $(dir $(abspath $(lastword $(MAKEFILE_LIST))))/version
/unit/auto/modules/
H A Dnodejs70 $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 Dperl57 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"
H A Dgo60 if /bin/sh -c "${NXT_GO} version" >> $NXT_AUTOCONF_ERR 2>&1; then
63 NXT_GO_VERSION="`${NXT_GO} version`"
H A Dphp72 if /bin/sh -c "${NXT_PHP_CONFIG} --version" >> $NXT_AUTOCONF_ERR 2>&1; then
76 NXT_PHP_VERSION="`${NXT_PHP_CONFIG} --version`"
126 nxt_feature="PHP version"
/unit/src/
H A Dnxt_h1proto.h55 ((h1p)->parser.version.s.minor != '0')
H A Dnxt_unit_request.h40 nxt_unit_sptr_t version; member
H A Dnxt_string.c450 nxt_strvers_match(u_char *version, u_char *prefix, size_t length) in nxt_strvers_match() argument
458 if (nxt_strncmp(version, prefix, length) == 0) { in nxt_strvers_match()
460 next = version[length]; in nxt_strvers_match()
466 last = version[length - 1]; in nxt_strvers_match()
/unit/pkg/deb/debian/
H A Dunit.example-python-app8 output += sys.version
/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.example-python-app8 output += sys.version
/unit/pkg/deb/debian.module/
H A Dunit.example-python-app8 output += sys.version
/unit/pkg/contrib/src/wasi-sysroot/
H A DMakefile3 include $(dir $(abspath $(lastword $(MAKEFILE_LIST))))/version
/unit/pkg/contrib/src/libunit-wasm/
H A DMakefile3 include $(dir $(abspath $(lastword $(MAKEFILE_LIST))))/version
/unit/test/
H A Dconftest.py136 for version in versions:
145 for module, version in metafunc.module.prerequisites['modules'].items():
149 if version == 'all':
152 elif version == 'any':
156 elif callable(version):
157 generate_tests(list(filter(version, available_versions)))
H A Dtest_asgi_application.py5 from packaging import version
10 'modules': {'python': lambda v: version.parse(v) >= version.parse('3.5')}
/unit/src/test/
H A Dnxt_http_parse_test.c15 u_char version[8]; member
756 if (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()
/unit/pkg/rpm/
H A Dunit.spec.in2 %define bdir %{_builddir}/%{name}-%{version}
36 Source0: unit-%{version}.tar.gz
42 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
53 Provides: unit-r%{version}
206 Since version 1.22.0, Unit's non-privileged processes run as unit:unit by
/unit/pkg/docker/
H A DDockerfile.wasm9 LABEL org.opencontainers.image.version="1.32.0"
65 && rustup --version \
66 && cargo --version \
67 && rustc --version \
H A DDockerfile.minimal9 LABEL org.opencontainers.image.version="1.32.0"
51 && make -j $NCPU version \
55 && make -j $NCPU version \
/unit/pkg/contrib/src/wasmtime/
H A DMakefile3 include $(dir $(abspath $(lastword $(MAKEFILE_LIST))))/version
/unit/pkg/
H A DMakefile3 include ../version
/unit/src/wasm/
H A Dnxt_wasm.c119 SET_REQ_MEMBER(version, version); in nxt_wasm_request_handler()
310 .version = NXT_WASM_VERSION,
/unit/auto/
H A Dssltls37 nxt_feature="OpenSSL version"
114 $echo " + GnuTLS version: `pkg-config gnutls --modversion`"
/unit/src/java/
H A DREADME.JSR-3403 This version of Unit code is made available in support of the open source
/unit/tools/
H A Dsetup-unit14 Your version of bash(1) isn't supported by this script. You're probably
15 running on macOS. We recommend that you either install a newer version
114 Probe the OS and print details about its version.
993 is the OS version.
1045 err "os-probe: Unable to determine OS and version, or the OS isn't supported."
1052 err 'os-probe: Unable to get the FreeBSD version.'

12345