Home
last modified time | relevance | path

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

/unit/
H A DCONTRIBUTING.md41 `bug`. Be sure to include a title and clear description, as much relevant
/unit/auto/
H A Dunix192 setproctitle(\"%s\", \"title\");
/unit/docs/
H A Dchange_log_conf.dtd11 <!ELEMENT changes (title, length,
17 <!ELEMENT title (#PCDATA) > element
H A Dchanges.xsls78 !{substring(concat($conf/changes/title,
H A Dunit-openapi.yaml3 title: "NGINX Unit 1.32.0"
/unit/pkg/deb/debian.module/
H A Dcopyright.unit-jsc-common151 conditions, express and implied, including warranties or conditions of title
/unit/pkg/docker/
H A DDockerfile.go1.213 LABEL org.opencontainers.image.title="Unit (go1.21)"
H A DDockerfile.go1.223 LABEL org.opencontainers.image.title="Unit (go1.22)"
H A DDockerfile.jsc113 LABEL org.opencontainers.image.title="Unit (jsc11)"
H A DDockerfile.minimal3 LABEL org.opencontainers.image.title="Unit (minimal)"
H A DDockerfile.node203 LABEL org.opencontainers.image.title="Unit (node20)"
H A DDockerfile.node213 LABEL org.opencontainers.image.title="Unit (node21)"
H A DDockerfile.perl5.363 LABEL org.opencontainers.image.title="Unit (perl5.36)"
H A DDockerfile.perl5.383 LABEL org.opencontainers.image.title="Unit (perl5.38)"
H A DDockerfile.php8.23 LABEL org.opencontainers.image.title="Unit (php8.2)"
H A DDockerfile.php8.33 LABEL org.opencontainers.image.title="Unit (php8.3)"
H A DDockerfile.python3.113 LABEL org.opencontainers.image.title="Unit (python3.11)"
H A DDockerfile.python3.123 LABEL org.opencontainers.image.title="Unit (python3.12)"
H A DDockerfile.ruby3.23 LABEL org.opencontainers.image.title="Unit (ruby3.2)"
H A DDockerfile.ruby3.33 LABEL org.opencontainers.image.title="Unit (ruby3.3)"
H A DDockerfile.wasm3 LABEL org.opencontainers.image.title="Unit (wasm)"
H A Dtemplate.Dockerfile3 LABEL org.opencontainers.image.title="Unit (@@MODULE@@)"
/unit/pkg/rpm/rpmbuild/SOURCES/
H A DCOPYRIGHT.unit-jsc-common151 conditions, express and implied, including warranties or conditions of title
/unit/src/
H A Dnxt_controller.c36 u_char *title; member
1249 resp.title = (u_char *) "Invalid method."; in nxt_controller_process_request()
1675 resp.title = (u_char *) "Invalid path."; in nxt_controller_status_response()
1799 resp.title = (u_char *) "Invalid method."; in nxt_controller_process_cert()
1853 resp.title = (u_char *) "Invalid path."; in nxt_controller_process_cert()
2063 resp.title = (u_char *) "Invalid method."; in nxt_controller_process_script()
2081 resp.title = (u_char *) "Invalid JS module."; in nxt_controller_process_script()
2120 resp.title = (u_char *) "Invalid path."; in nxt_controller_process_script()
2411 resp.title = (u_char *) "Ok"; in nxt_controller_app_restart_handler()
2544 str.length = nxt_strlen(resp->title); in nxt_controller_response()
[all …]
H A Dnxt_main_process.c814 u_char title[2048]; in nxt_main_process_title() local
816 end = title + sizeof(title) - 1; in nxt_main_process_title()
818 p = nxt_sprintf(title, end, "unit: main v" NXT_VERSION " [%s", in nxt_main_process_title()
831 nxt_process_title(task, "%s", title); in nxt_main_process_title()