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

/httpd/build/
H A Ddefault.pl58 <a href="packages.html" target="Documentation">Master Index</a>
70 >><a href="$_" target="Documentation"><b>$(p.name)</b></a><br>
76 >><li><a href="$_" target="Documentation">$(e.fullname)</a>
82 >><li><a href="$_" target="Documentation">$(e.fullname)</a>
89 <a href="to-do.html" target="Documentation"><b>To-Do List</b></a><br>
119 >><a href = "$_">$(p.name)</a><br>
127 Generated by <a href="$scandocURL"><b>ScanDoc $majorVersion.$minorVersion</b></a><br>
171 Generated by <a href="$scandocURL"><b>ScanDoc $majorVersion.$minorVersion</b></a><br>
202 <a href="$(c.url)">$(c.fullname)</h3></a>
206 >><li><a href
[all...]
/httpd/modules/mappers/
H A Dmod_imagemap.c522 static void menu_default(request_rec *r, const char *menu, const char *href, const char *text) argument
525 if (!strcasecmp(href, "error") || !strcasecmp(href, "nocontent")) {
527 really href's */
530 ehref = ap_escape_uri(r->pool, href);
534 ap_rvputs(r, "<pre>(Default) <a href=\"", ehref, "\">", etext,
538 ap_rvputs(r, "<pre>(Default) <a href=\"", ehref, "\">", etext,
542 ap_rvputs(r, "<a href=\"", ehref, "\">", etext, "</a>", NULL);
547 static void menu_directive(request_rec *r, const char *menu, const char *href, const char *text) argument
550 if (!strcasecmp(href, "erro
[all...]
/httpd/docs/manual/style/css/
H A Dmanual-print.css86 #page-content p > a[href]:after {
87 content: " (\002197\0000A0" attr(href) ") ";
/httpd/modules/dav/main/
H A Dmod_dav.c442 DEBUG_CR "<D:href>",
443 dav_xml_escape_uri(pool, response->href),
444 "</D:href>" DEBUG_CR,
1144 resp.href = wres->resource->uri;
1162 resp->href = apr_pstrdup(wres->pool, wres->resource->uri);
2432 resp.href = resource->uri;
3346 if ((child = dav_find_child(child, "href")) == NULL) {
3349 "an \"href\" element.");
3358 "An \"href\" element does not contain a URI.");
3541 && strcmp(child->name, "href")
3542 const char *href; local
[all...]
H A Dutil.c1654 new_response->href = parent_resource->uri;
1716 new_response->href = resource->uri;
H A Dmod_dav.h472 const char *href; /* always */ member in struct:dav_response
2163 * if DAV:new was specified; otherwise, the DAV:href elements' CDATA
2164 * (the actual href text) is passed in the "activities" array (each

Completed in 2779 milliseconds