Home
last modified time | relevance | path

Searched refs:space (Results 1 – 4 of 4) sorted by path

/unit/
H A DREADME.md181 space for a more technical discussion at your own pace.
/unit/docs/
H A Dchanges.xsls142 !wrap(text = "normalize-space($text)",
171 !{normalize-space(translate(substring($text, $offset, $length),
/unit/src/
H A Dnxt_socket.h82 char space[NXT_SOCKADDR_LEN]; member
/unit/src/perl/
H A Dnxt_perl_psgi.c761 u_char *space; in nxt_perl_psgi_result_status() local
769 space = memchr(status.start, ' ', status.length); in nxt_perl_psgi_result_status()
770 if (space != NULL) { in nxt_perl_psgi_result_status()
771 status.length = space - status.start; in nxt_perl_psgi_result_status()