Home
last modified time | relevance | path

Searched refs:name (Results 1 – 25 of 170) sorted by path

1234567

/unit/.github/workflows/
H A Dci.yml1 name: ci
117 - name: Make njs
145 - name: Make unit
159 - name: Configure go
164 - name: Make go
185 - name: Make java
209 - name: Make node
231 - name: Make perl
253 - name: Make php
296 - name: Make ruby
[all …]
/unit/
H A DCHANGES29 *) Bugfix: abstract UNIX socket name could be corrupted during
232 *) Feature: ability to specify a custom index file name when serving
411 certificate containing a SAN and no standard name attributes in
489 characters in the field name.
671 *) Change: the Go package import name changed to "unit.nginx.org/go".
1085 *) Change: the Go package name changed to "nginx/unit".
H A DCONTRIBUTING.md85 remedies a GitHub issue, [name
H A DLICENSE46 separable from, or merely link (or bind by name) to the interfaces of,
/unit/auto/modules/
H A Djava31 --module=NAME set unit Java module name
H A Dperl23 --module=NAME set unit perl module name
H A Dphp26 --module=NAME set unit php module name
H A Dpython26 --module=NAME set unit python module name
H A Druby23 --module=NAME set unit ruby module name
H A Dwasm28 --module=NAME set Unit WASM module name (default: wasm)
/unit/auto/
H A Dshmem23 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/docs/
H A Dchanges.xsls127 X:var prefix = "$conf/changes/*[local-name(.)=current()/@type]"
H A Dunit-openapi.yaml32 name: "Unit project"
37 name: "Apache 2.0"
4340 name: appName
6335 - name: apps
6347 - name: config
6352 - name: control
6362 - name: routes
6367 - name: settings
6372 - name: status
6377 - name: tls
[all …]
/unit/go/
H A Drequest.go85 n := GoStringN(&f.name, C.int(f.name_length))
/unit/pkg/deb/
H A DMakefile343 …for so in `find debuild-*/unit-$(VERSION)/debian/build-unit/ -type f \( -name "*.so" -o -name "*.j…
354 …nd debuild-*/unit-$(VERSION)/debian/build-unit-debug/ -type f \( -name "*.so" -o -name "*.jar" \)`…
/unit/pkg/deb/debian.module/
H A Dcopyright.unit-jsc-common331 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 Drules.in116 dh_installsystemd -punit --name=unit unit.service
117 dh_installsystemd -punit --name=unit-debug --no-start --no-enable unit-debug.service
/unit/pkg/docker/
H A Ddocker-entrypoint.sh47 for f in $(/usr/bin/find /docker-entrypoint.d/ -type f -name "*.pem"); do
53 for f in $(/usr/bin/find /docker-entrypoint.d/ -type f -name "*.js"); do
59 for f in $(/usr/bin/find /docker-entrypoint.d/ -type f -name "*.json"); do
65 for f in $(/usr/bin/find /docker-entrypoint.d/ -type f -name "*.sh"); do
71 …/bin/find /docker-entrypoint.d/ -type f -not -name "*.sh" -not -name "*.json" -not -name "*.pem" -…
/unit/pkg/rpm/
H A DMakefile226 find rpmbuild/ -name "*.rpm" -print -exec rpmlint {} \;
280 for so in `find rpmbuild/BUILD/*/build-nodebug/ -type f \( -name "*.so" -o -name "*.jar" \)`; do \
291 for so in `find rpmbuild/BUILD/*/build-debug/ -type f \( -name "*.so" -o -name "*.jar" \)`; do \
H A DMakefile.go59 cd /usr/share/doc/%{name}/examples
H A DMakefile.jsc1159 cd /usr/share/doc/%{name}/examples
H A DMakefile.jsc1772 cd /usr/share/doc/%{name}/examples
H A DMakefile.jsc861 cd /usr/share/doc/%{name}/examples
H A DMakefile.perl49 cd /usr/share/doc/%{name}/examples
H A DMakefile.php44 cd /usr/share/doc/%{name}/examples

1234567