Searched refs:name (Results 1 – 25 of 157) sorted by path
1234567
/unit/ |
H A D | CHANGES | 4 *) Feature: ability to specify a custom index file name when serving 183 certificate containing a SAN and no standard name attributes in 261 characters in the field name. 443 *) Change: the Go package import name changed to "unit.nginx.org/go". 857 *) Change: the Go package name changed to "nginx/unit".
|
H A D | CONTRIBUTING.md | 85 remedies a GitHub issue, [name
|
H A D | LICENSE | 46 separable from, or merely link (or bind by name) to the interfaces of,
|
/unit/auto/ |
H A D | help | 15 --bindir=DIRECTORY set user executables directory name 17 --sbindir=DIRECTORY set system admin executables directory name 19 --libdir=DIRECTORY set library directory name, default: "$NXT_LIBDIR" 20 --incdir=DIRECTORY set includes directory name, default: "$NXT_INCDIR" 21 --mandir=DIRECTORY set man pages directory name, default: "$NXT_MANDIR" 22 --modules=DIRECTORY set modules directory name, default: "$NXT_MODULES" 23 --state=DIRECTORY set state directory name, default: "$NXT_STATE" 24 --tmp=DIRECTORY set tmp directory name, default: "$NXT_TMP"
|
H A D | shmem | 23 static char name[] = \"/unit.configure\"; 25 shm_unlink(name); 27 int fd = shm_open(name, O_CREAT | O_EXCL | O_RDWR, 32 ret = (access(name, F_OK) == 0); 33 shm_unlink(name); 66 static char name[] = \"/tmp/unit.configure\"; 68 shm_unlink(name); 70 int fd = shm_open(name, O_CREAT | O_EXCL | O_RDWR, 75 shm_unlink(name); 123 static char name[] = \"/unit.configure\"; [all …]
|
/unit/auto/modules/ |
H A D | java | 31 --module=NAME set unit Java module name
|
H A D | perl | 23 --module=NAME set unit perl module name
|
H A D | php | 26 --module=NAME set unit php module name
|
H A D | python | 26 --module=NAME set unit python module name
|
H A D | ruby | 23 --module=NAME set unit ruby module name
|
/unit/docs/ |
H A D | changes.xsls | 127 X:var prefix = "$conf/changes/*[local-name(.)=current()/@type]"
|
/unit/go/ |
H A D | request.go | 85 n := GoStringN(&f.name, C.int(f.name_length))
|
/unit/pkg/deb/ |
H A D | Makefile | 268 …for so in `find debuild-*/unit-$(VERSION)/debian/build-unit/ -type f \( -name "*.so" -o -name "*.j… 279 …nd debuild-*/unit-$(VERSION)/debian/build-unit-debug/ -type f \( -name "*.so" -o -name "*.jar" \)`…
|
/unit/pkg/deb/debian.module/ |
H A D | copyright.unit-jsc-common | 331 separable from, or merely link (or bind by name) to the interfaces of, 471 file or class name and description of purpose be included on the 475 Copyright [yyyy] [name of copyright owner] 740 and remove any references to the name of the license steward
|
/unit/pkg/deb/debian/ |
H A D | rules.in | 103 dh_installsystemd -punit --name=unit unit.service 104 dh_installsystemd -punit --name=unit-debug --no-start --no-enable unit-debug.service
|
/unit/pkg/docker/ |
H A D | docker-entrypoint.sh | 35 for f in $(/usr/bin/find /docker-entrypoint.d/ -type f -name "*.pem"); do 41 for f in $(/usr/bin/find /docker-entrypoint.d/ -type f -name "*.json"); do 47 for f in $(/usr/bin/find /docker-entrypoint.d/ -type f -name "*.sh"); do 53 …in $(/usr/bin/find /docker-entrypoint.d/ -type f -not -name "*.sh" -not -name "*.json" -not -name …
|
/unit/pkg/rpm/ |
H A D | Makefile | 205 find rpmbuild/ -name "*.rpm" -print -exec rpmlint {} \; 257 for so in `find rpmbuild/BUILD/*/build-nodebug/ -type f \( -name "*.so" -o -name "*.jar" \)`; do \ 268 for so in `find rpmbuild/BUILD/*/build-debug/ -type f \( -name "*.so" -o -name "*.jar" \)`; do \
|
H A D | Makefile.go | 70 cd /usr/share/doc/%{name}/examples
|
H A D | Makefile.jsc11 | 59 cd /usr/share/doc/%{name}/examples
|
H A D | Makefile.jsc8 | 61 cd /usr/share/doc/%{name}/examples
|
H A D | Makefile.perl | 53 cd /usr/share/doc/%{name}/examples
|
H A D | Makefile.php | 48 cd /usr/share/doc/%{name}/examples
|
H A D | Makefile.python27 | 59 cd /usr/share/doc/%{name}/examples
|
H A D | Makefile.python310 | 48 cd /usr/share/doc/%{name}/examples
|
H A D | Makefile.python34 | 48 cd /usr/share/doc/%{name}/examples
|
1234567