/unit/ |
H A D | CHANGES | 4 *) Feature: ability to specify a custom index file name when serving
|
H A D | README.md | 74 Suppose you saved a PHP script as `/www/helloworld/index.php`:
|
/unit/pkg/deb/ |
H A D | Makefile.jsc10 | 24 …p debian/unit.example-jsc-app debian/unit-jsc10/usr/share/doc/unit-jsc10/examples/jsc-app/index.jsp
|
H A D | Makefile.jsc11 | 24 …p debian/unit.example-jsc-app debian/unit-jsc11/usr/share/doc/unit-jsc11/examples/jsc-app/index.jsp
|
H A D | Makefile.jsc16 | 24 …p debian/unit.example-jsc-app debian/unit-jsc16/usr/share/doc/unit-jsc16/examples/jsc-app/index.jsp
|
H A D | Makefile.jsc17 | 24 …p debian/unit.example-jsc-app debian/unit-jsc17/usr/share/doc/unit-jsc17/examples/jsc-app/index.jsp
|
H A D | Makefile.jsc18 | 24 …p debian/unit.example-jsc-app debian/unit-jsc18/usr/share/doc/unit-jsc18/examples/jsc-app/index.jsp
|
H A D | Makefile.jsc8 | 24 … -p debian/unit.example-jsc-app debian/unit-jsc8/usr/share/doc/unit-jsc8/examples/jsc-app/index.jsp
|
H A D | Makefile.perl | 23 …-p debian/unit.example-perl-app debian/unit-perl/usr/share/doc/unit-perl/examples/perl-app/index.pl
|
H A D | Makefile.php | 30 …p debian/unit.example-php-app debian/unit-php/usr/share/doc/unit-php/examples/phpinfo-app/index.php
|
/unit/pkg/deb/debian.module/ |
H A D | unit.example-perl-config | 7 "script": "/usr/share/doc/unit-perl/examples/perl-app/index.pl"
|
H A D | unit.example-php-config | 7 "index": "index.php"
|
/unit/pkg/deb/debian/ |
H A D | unit.example.config | 7 "index": "index.php" 26 "script": "/usr/share/doc/unit-perl/examples/perl-app/index.pl"
|
/unit/pkg/rpm/ |
H A D | Makefile.jsc11 | 28 %{buildroot}%{_datadir}/doc/unit-jsc11/examples/jsc-app/index.jsp
|
H A D | Makefile.jsc8 | 30 %{buildroot}%{_datadir}/doc/unit-jsc8/examples/jsc-app/index.jsp
|
H A D | Makefile.perl | 32 %{buildroot}%{_datadir}/doc/unit-perl/examples/perl-app/index.pl
|
H A D | Makefile.php | 27 %{buildroot}%{_datadir}/doc/unit-php/examples/phpinfo-app/index.php
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | unit.example-perl-config | 7 "script": "/usr/share/doc/unit-perl/examples/perl-app/index.pl"
|
H A D | unit.example-php-config | 7 "index": "index.php"
|
H A D | unit.example.config | 7 "index": "index.php" 26 "script": "/usr/share/doc/unit-perl/examples/perl-app/index.pl"
|
/unit/src/java/nginx/unit/websocket/ |
H A D | Util.java | 641 private final int index; field in Util.TypeResult 644 public TypeResult(Class<?> clazz, int index, int dimension) { in TypeResult() argument 646 this.index = index; in TypeResult() 655 return index; in getIndex()
|
H A D | WsWebSocketContainer.java | 853 int index = line.indexOf(':'); in parseHeaders() local 854 if (index == -1) { in parseHeaders() 859 String headerName = line.substring(0, index).trim().toLowerCase(Locale.ENGLISH); in parseHeaders() 862 String headerValue = line.substring(index + 1).trim(); in parseHeaders()
|
/unit/src/java/nginx/unit/websocket/server/ |
H A D | UriTemplate.java | 76 int index = -1; in UriTemplate() local 78 index = segmentCount; in UriTemplate() 94 this.segments.add(new Segment(index, segment)); in UriTemplate()
|
/unit/src/nodejs/unit-http/ |
H A D | websocket_request.js | 189 extensions.forEach(function(extension, index, array) { argument 193 extensionParams.forEach(function(rawParam, index, array) { argument 199 array.splice(index, 1, obj); 205 array.splice(index, 1, obj);
|
H A D | websocket_router.js | 95 var index = this.findHandlerIndex(this.pathToRegExp(path).toString(), protocol); 96 if (index !== -1) { 97 this.handlers.splice(index, 1);
|