Searched refs:quote (Results 1 - 12 of 12) sorted by relevance

/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css165 quote:before {
166 content: open-quote;
169 quote:after {
170 content: close-quote;
373 content: open-quote;
376 content: no-close-quote;
379 content: close-quote;
656 quote {
659 quote quote {
[all...]
H A Dcore.css26 quote, refpurpose, replaceable, returnvalue, revnumber, seriesvolnums,
/haiku/src/apps/mail/
H A DPrefs.h83 BPopUpMenu* _BuildColoredQuotesMenu(bool quote);
H A DContent.h71 bool quote; member in struct:__anon143
246 Reader(bool header, bool raw, bool quote, bool incoming,
H A DPrefs.cpp818 TPrefsWindow::_BuildColoredQuotesMenu(bool quote) argument
820 return _BuildBoolMenu(P_COLORED_QUOTES, "cquotes", quote);
H A DContent.cpp90 {0, 0, 0x80, 0}, // 3rd, 6th, ... quote level color (blue)
91 {0, 0x80, 0, 0}, // 1st, 4th, ... quote level color (green)
339 const char *quote = QUOTE;
342 if (text[i] == quote[0])
348 // if there are too much quotes, try to preserve the quote color level
473 // insert style for each quote level
2177 // copy quote level of the first line
2209 TTextView::Reader::Reader(bool header, bool raw, bool quote, bool incoming,
2215 fQuote(quote),
3101 // add quote t
[all...]
/haiku/src/bin/rc/
H A Dlexer.l218 yytext[yyleng - 1] = '\0'; // remove trailing " quote
/haiku/src/bin/unzip/
H A Dbeos.c342 int quote = FALSE; /* flags */ variable
381 if (quote) { /* if character quoted, */
383 quote = FALSE;
422 case '\026': /* control-V quote for special chars */
423 quote = TRUE; /* set flag for next character */
/haiku/src/system/libroot/os/
H A Dimage.cpp377 char quote = 0; local
385 quote = line[0];
400 if ((!quote && line[i] == ' ') || line[i] == quote) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp725 char quote = *start++;
728 for (; *end && *end != quote; end++) {
/haiku/src/servers/registrar/
H A DRosterSettingsCharStream.cpp63 or a quote and continues until a whitespace character, newline,
71 - A quoted string begins with a quote and continues until a matching
72 quote is encountered. If a newline is found before that point,
106 char quote = '\0'; local
143 // Valid quote
144 quote = ch;
206 if (ch == quote) {
207 // Terminating quote
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h265 char quote; local
306 quote = *s;
310 while (*s && *s != quote) s++;

Completed in 116 milliseconds