Lines Matching defs:autoindex_opts

1247 static struct ent *make_parent_entry(apr_int32_t autoindex_opts,
1282 p->version_sort = autoindex_opts & VERSION_SORT;
1283 if (autoindex_opts & FANCY_INDEXING) {
1300 int autoindex_opts,
1339 if((autoindex_opts & SHOW_FORBIDDEN)
1367 p->version_sort = !!(autoindex_opts & VERSION_SORT);
1368 p->ignore_case = !!(autoindex_opts & IGNORE_CASE);
1370 if (autoindex_opts & (FANCY_INDEXING | TABLE_INDEXING)) {
1373 if (autoindex_opts & FOLDERS_FIRST) {
1398 if ((!p->desc) && (autoindex_opts & SCAN_HTML_TITLES)) {
1416 apr_int32_t autoindex_opts, int desc_width)
1428 if (autoindex_opts & SUPPRESS_ICON) {
1431 if (autoindex_opts & SUPPRESS_LAST_MOD) {
1434 if (autoindex_opts & SUPPRESS_SIZE) {
1502 apr_int32_t autoindex_opts, char keyid,
1508 int static_columns = !!(autoindex_opts & SUPPRESS_COLSORT);
1521 if ((autoindex_opts & (FANCY_INDEXING | TABLE_INDEXING))
1548 if (autoindex_opts & TABLE_INDEXING) {
1556 if (!(autoindex_opts & SUPPRESS_ICON)) {
1568 if (autoindex_opts & EMIT_XHTML) {
1582 if (!(autoindex_opts & SUPPRESS_LAST_MOD)) {
1588 if (!(autoindex_opts & SUPPRESS_SIZE)) {
1594 if (!(autoindex_opts & SUPPRESS_DESC)) {
1600 if (!(autoindex_opts & SUPPRESS_RULES)) {
1606 (autoindex_opts & EMIT_XHTML) ? " /" : "");
1610 else if (autoindex_opts & FANCY_INDEXING) {
1612 if (!(autoindex_opts & SUPPRESS_ICON)) {
1623 if (autoindex_opts & EMIT_XHTML) {
1639 if (!(autoindex_opts & SUPPRESS_LAST_MOD)) {
1644 if (!(autoindex_opts & SUPPRESS_SIZE)) {
1649 if (!(autoindex_opts & SUPPRESS_DESC)) {
1653 if (!(autoindex_opts & SUPPRESS_RULES)) {
1655 if (autoindex_opts & EMIT_XHTML) {
1684 if (autoindex_opts & TABLE_INDEXING) {
1687 if (ar[x]->alt && (autoindex_opts & ADDALTCLASS)) {
1700 if (!(autoindex_opts & SUPPRESS_ICON)) {
1702 if (autoindex_opts & ICONS_ARE_LINKS) {
1719 if (autoindex_opts & EMIT_XHTML) {
1727 if (autoindex_opts & ICONS_ARE_LINKS) {
1753 if (!(autoindex_opts & SUPPRESS_LAST_MOD)) {
1767 if (!(autoindex_opts & SUPPRESS_SIZE)) {
1772 if (!(autoindex_opts & SUPPRESS_DESC)) {
1780 autoindex_opts,
1790 else if (autoindex_opts & FANCY_INDEXING) {
1791 if (!(autoindex_opts & SUPPRESS_ICON)) {
1792 if (autoindex_opts & ICONS_ARE_LINKS) {
1809 if (autoindex_opts & EMIT_XHTML) {
1817 if (autoindex_opts & ICONS_ARE_LINKS) {
1841 if (!(autoindex_opts & SUPPRESS_LAST_MOD)) {
1855 if (!(autoindex_opts & SUPPRESS_SIZE)) {
1860 if (!(autoindex_opts & SUPPRESS_DESC)) {
1863 autoindex_opts,
1875 if (autoindex_opts & TABLE_INDEXING) {
1878 else if (autoindex_opts & FANCY_INDEXING) {
1879 if (!(autoindex_opts & SUPPRESS_RULES)) {
1881 if (autoindex_opts & EMIT_XHTML) {
2016 apr_int32_t autoindex_opts = autoindex_conf->opts;
2052 if (autoindex_opts & TRACK_MODIFIED) {
2078 if (autoindex_opts & IGNORE_CLIENT) {
2080 autoindex_opts |= SUPPRESS_COLSORT;
2115 autoindex_opts &= ~(FANCY_INDEXING | TABLE_INDEXING);
2118 autoindex_opts = (autoindex_opts | FANCY_INDEXING)
2122 autoindex_opts |= FANCY_INDEXING | TABLE_INDEXING;
2135 autoindex_opts &= ~VERSION_SORT;
2138 autoindex_opts |= VERSION_SORT;
2193 autoindex_opts & SUPPRESS_PREAMBLE,
2194 autoindex_opts & EMIT_XHTML, title_name);
2201 p = make_parent_entry(autoindex_opts, autoindex_conf, r, keyid, direction);
2238 p = make_autoindex_entry(&dirent, autoindex_opts, autoindex_conf, r,
2260 output_directories(ar, num_ent, autoindex_conf, r, autoindex_opts,
2265 autoindex_opts & SUPPRESS_PREAMBLE);