Searched refs:appendix (Results 1 - 3 of 3) sorted by relevance

/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css33 abstract, ackno, address, answer, appendix, article, attribution, authorblurb,
H A Dstyles.css40 section>*, chapter>*, bibliography>*, appendix>*, glossary>*, preface>*,
75 appendix>title, bibliography>title, chapter>title, colophon>title, dedication>title, glossary>title, part>title, preface>title {
110 *+section, *+chapter, *+bibliography, *+bibliodiv, *+appendix, *+glossary {
/haiku/src/apps/mail/
H A DMailWindow.cpp2643 char appendix[B_FILE_NAME_LENGTH]; local
2644 sprintf(appendix, " %" B_PRId32, i++);
2645 int32 pos = min_c(sizeof(fileName) - strlen(appendix),
2647 sprintf(fileName + pos, "%s", appendix);

Completed in 36 milliseconds