Searched refs:content (Results 1 - 6 of 6) sorted by relevance

/httpd/support/
H A Dapxs.in517 my $content = join('', <FP>);
519 if ($content =~ m|.*AP_DECLARE_MODULE\s*\(\s*([a-zA-Z0-9_]+)\s*\)\s*=.*|s || $content =~ m|.*module\s+(?:AP_MODULE_DECLARE_DATA\s+)?([a-zA-Z0-9_]+)_module\s*=\s*.*|s) {
559 my $content = join('', <FP>);
562 if ($content !~ m|\n#?\s*LoadModule\s+|) {
576 if ($content !~ m|\n#?\s*$lmd_re|) {
580 my $before = ($content =~ m|^(.*\n)#?\s*LoadModule\s+[^\n]+\n|s)[0];
590 $content =~ s|^(.*\n#?\s*LoadModule\s+[^\n]+\n)|$1$c$lmd\n|s;
601 $content =~ s!\A ( # string and capture start
639 $content
[all...]
/httpd/docs/manual/style/css/
H A Dmanual-loose-100pc.css134 div#page-content {
H A Dmanual.css412 body#index-page div#page-content {
416 body[id]#index-page div#page-content {
718 /* content sections */
768 /* -> move content left */
769 div#page-content {
776 body.no-sidebar div#page-content,
777 body#index-page div#page-content {
782 body#index-page div#page-content {
H A Dmanual-print.css86 #page-content p > a[href]:after {
87 content: " (\002197\0000A0" attr(href) ") ";
537 /* content sections */
580 /* -> keep content wide */
581 div#page-content {
/httpd/modules/filters/
H A Dmod_proxy_html.c682 char *content; local
688 content = NULL;
694 /* find content=... string */
697 /* if it doesn't contain "content", ignore, don't crash! */
703 /* XXX Should we search for another content= pattern? */
716 content = apr_pstrndup(r->pool, p, q-p);
726 if (header && content) {
730 header, content);
732 apr_table_setn(r->headers_out, header, content);
843 errmsg = "No content
[all...]
/httpd/build/
H A Ddefault.pl31 <meta http-equiv="Content-Type" content="text/html; iso-8859-1">

Completed in 16 milliseconds