Lines Matching refs:alt
224 static const char *add_alt(cmd_parms *cmd, void *d, const char *alt,
239 cmd->path, alt);
249 char *alt;
255 alt = ap_getword_nc(cmd->pool, &iconbak, ',');
257 add_alt(cmd, d, &alt[1], to);
749 char *alt;
1287 if (!(p->alt = find_default_alt(d, testpath))) {
1288 if (!(p->alt = find_default_alt(d, "^^DIRECTORY^^"))) {
1289 /* Special alt text for parent dir to distinguish it from other directories
1291 p->alt = "PARENTDIR";
1361 p->alt = NULL;
1384 if (!(p->alt = find_alt(d, rr, 1))) {
1385 if (!(p->alt = find_default_alt(d, "^^DIRECTORY^^"))) {
1386 p->alt = "DIR";
1392 p->alt = find_alt(d, rr, 0);
1560 "\" alt=\"[ICO]\"", NULL);
1615 "\" alt=\"Icon \"", NULL);
1687 if (ar[x]->alt && (autoindex_opts & ADDALTCLASS)) {
1688 /* Include alt text in class name, distinguish between odd and even rows */
1689 char *altclass = apr_pstrdup(scratch, ar[x]->alt);
1710 "\" alt=\"[", (ar[x]->alt ? ar[x]->alt : " "),
1800 "\" alt=\"[", (ar[x]->alt ? ar[x]->alt : " "),