/third_party/gettext/gettext-tools/src/ |
D | format-qt-plural.c | 43 unsigned int directives; member 55 spec.directives = 0; in format_parse() 68 spec.directives++; in format_parse() 93 return spec->directives; in format_get_number_of_directives() 106 if ((spec1->directives == 0 && spec2->directives > 0) in format_check() 107 || (equality && spec1->directives > 0 && spec2->directives == 0)) in format_check() 148 if (spec->directives > 0) in format_print()
|
D | format-csharp.c | 51 unsigned int directives; member 63 spec.directives = 0; in format_parse() 80 spec.directives++; in format_parse() 85 …ntf (_("In the directive number %u, '{' is not followed by an argument number."), spec.directives); in format_parse() 106 … xasprintf (_("In the directive number %u, ',' is not followed by a number."), spec.directives); in format_parse() 136 …irective number %u ends with an invalid character '%c' instead of '}'."), spec.directives, *format) in format_parse() 137 …tf (_("The directive number %u ends with an invalid character instead of '}'."), spec.directives)); in format_parse() 157 (spec.directives == 0 in format_parse() 159 … : xasprintf (_("The string contains a lone '}' after directive number %u."), spec.directives)); in format_parse() 185 return spec->directives; in format_get_number_of_directives()
|
D | format-java-printf.c | 117 unsigned int directives; member 169 spec.directives = 0; in format_parse() 186 spec.directives++; in format_parse() 192 *invalid_reason = INVALID_LAST_ARG (spec.directives); in format_parse() 215 *invalid_reason = INVALID_ARGNO_0 (spec.directives); in format_parse() 289 *invalid_reason = INVALID_PRECISION_MISSING (spec.directives); in format_parse() 361 INVALID_CONVERSION_SPECIFIER (spec.directives, *format); in format_parse() 371 *invalid_reason = INVALID_FLAG_FOR (spec.directives, '#', *format); in format_parse() 377 *invalid_reason = INVALID_FLAG_FOR (spec.directives, '0', *format); in format_parse() 383 *invalid_reason = INVALID_FLAG_FOR (spec.directives, '-', *format); in format_parse() [all …]
|
D | format-ruby.c | 100 unsigned int directives; member 164 spec.directives = 0; in format_parse() 190 spec.directives++; in format_parse() 203 *invalid_reason = INVALID_FLAG_AFTER_WIDTH (spec.directives); in format_parse() 209 *invalid_reason = INVALID_FLAG_AFTER_PRECISION (spec.directives); in format_parse() 234 *invalid_reason = INVALID_TWO_ARG_NAMES (spec.directives); in format_parse() 290 *invalid_reason = INVALID_TWO_ARG_NUMBERS (spec.directives); in format_parse() 302 *invalid_reason = INVALID_WIDTH_AFTER_PRECISION (spec.directives); in format_parse() 308 *invalid_reason = INVALID_WIDTH_TWICE (spec.directives); in format_parse() 355 *invalid_reason = INVALID_WIDTH_AFTER_PRECISION (spec.directives); in format_parse() [all …]
|
D | format-smalltalk.c | 43 unsigned int directives; member 57 spec.directives = 0; in format_parse() 65 spec.directives++; in format_parse() 90 …irective number %u, the character '%c' is not a digit between 1 and 9."), spec.directives, *format) in format_parse() 91 …acter that terminates the directive number %u is not a digit between 1 and 9."), spec.directives)); in format_parse() 121 return spec->directives; in format_get_number_of_directives()
|
D | format-c-parse.h | 143 unsigned int directives; member 189 spec.directives = 0; in format_parse_entrails() 208 spec.directives++; in format_parse_entrails() 226 *invalid_reason = INVALID_ARGNO_0 (spec.directives); in format_parse_entrails() 284 INVALID_WIDTH_ARGNO_0 (spec.directives); in format_parse_entrails() 370 INVALID_PRECISION_ARGNO_0 (spec.directives); in format_parse_entrails() 446 *invalid_reason = INVALID_C99_MACRO (spec.directives); in format_parse_entrails() 453 *invalid_reason = INVALID_C99_MACRO (spec.directives); in format_parse_entrails() 460 *invalid_reason = INVALID_C99_MACRO (spec.directives); in format_parse_entrails() 475 *invalid_reason = INVALID_C99_MACRO (spec.directives); in format_parse_entrails() [all …]
|
D | format-php.c | 73 unsigned int directives; member 99 unsigned int directives; in format_parse() local 106 directives = 0; in format_parse() 117 directives++; in format_parse() 142 *invalid_reason = INVALID_ARGNO_0 (directives); in format_parse() 222 INVALID_CONVERSION_SPECIFIER (directives, *format); in format_parse() 291 result->directives = directives; in format_parse() 317 return spec->directives; in format_get_number_of_directives()
|
D | format-java.c | 123 unsigned int directives; member 173 spec->directives++; in message_format_parse() 206 …tf (_("In the directive number %u, '{' is not followed by an argument number."), spec->directives); in message_format_parse() 241 …tive number %u, the substring \"%s\" is not a valid date/time style."), spec->directives, element); in message_format_parse() 252 …f (_("In the directive number %u, \"%s\" is not followed by a comma."), spec->directives, element); in message_format_parse() 275 …rective number %u, the substring \"%s\" is not a valid number style."), spec->directives, element); in message_format_parse() 286 …f (_("In the directive number %u, \"%s\" is not followed by a comma."), spec->directives, element); in message_format_parse() 315 …f (_("In the directive number %u, \"%s\" is not followed by a comma."), spec->directives, element); in message_format_parse() 324 …ollowed by a comma and one of \"%s\", \"%s\", \"%s\", \"%s\"."), spec->directives, "time", "date",… in message_format_parse() 573 … xasprintf (_("In the directive number %u, a choice contains no number."), spec->directives); in choice_format_parse() [all …]
|
D | format-python-brace.c | 56 unsigned int directives; member 138 …intf (_("In the directive number %u, '%c' cannot start a field name."), spec->directives, *format); in parse_directive() 157 …_("In the directive number %u, '%c' cannot start a getattr argument."), spec->directives, *format); in parse_directive() 171 …_("In the directive number %u, '%c' cannot start a getitem argument."), spec->directives, *format); in parse_directive() 193 …In the directive number %u, no more nesting is allowed in a format specifier."), spec->directives); in parse_directive() 278 …tf (_("In the directive number %u, there is an unterminated format directive."), spec->directives); in parse_directive() 294 spec->directives++; in parse_directive() 348 spec.directives = 0; in format_parse() 411 return spec->directives; in format_get_number_of_directives()
|
D | format-gcc-internal.c | 137 unsigned int directives; member 169 spec.directives = 0; in format_parse() 181 spec.directives++; in format_parse() 215 *invalid_reason = INVALID_ARGNO_0 (spec.directives); in format_parse() 255 … = xasprintf (_("In the directive number %u, the flags combination is invalid."), spec.directives); in format_parse() 292 …("In the directive number %u, a precision is not allowed before '%c'."), spec.directives, *format); in format_parse() 322 *invalid_reason = INVALID_WIDTH_ARGNO_0 (spec.directives); in format_parse() 334 …ber %u, the argument number for the precision must be equal to %u."), spec.directives, number - 1); in format_parse() 398 …tive number %u, a precision specification is not allowed before '%c'."), spec.directives, *format); in format_parse() 406 …printf (_("In the directive number %u, the precision specification is invalid."), spec.directives); in format_parse() [all …]
|
D | format-pascal.c | 86 unsigned int directives; member 112 unsigned int directives; in format_parse() local 126 directives = 0; in format_parse() 137 directives++; in format_parse() 253 INVALID_CONVERSION_SPECIFIER (directives, *format); in format_parse() 339 result->directives = directives; in format_parse() 365 return spec->directives; in format_get_number_of_directives()
|
D | format-perl.c | 110 unsigned int directives; member 139 unsigned int directives; in format_parse() local 146 directives = 0; in format_parse() 162 directives++; in format_parse() 432 …%u, the size specifier is incompatible with the conversion specifier '%c'."), directives, *format); in format_parse() 453 INVALID_CONVERSION_SPECIFIER (directives, *format); in format_parse() 525 result->directives = directives; in format_parse() 551 return spec->directives; in format_get_number_of_directives()
|
D | format-qt.c | 55 unsigned int directives; member 75 spec.directives = 0; in format_parse() 96 spec.directives++; in format_parse() 136 return spec->directives; in format_get_number_of_directives()
|
D | format-boost.c | 93 unsigned int directives; member 124 spec.directives = 0; in format_parse() 135 spec.directives++; in format_parse() 168 *invalid_reason = INVALID_ARGNO_0 (spec.directives); in format_parse() 220 INVALID_WIDTH_ARGNO_0 (spec.directives); in format_parse() 309 INVALID_PRECISION_ARGNO_0 (spec.directives); in format_parse() 431 INVALID_CONVERSION_SPECIFIER (spec.directives, in format_parse() 450 spec.directives); in format_parse() 586 return spec->directives; in format_get_number_of_directives()
|
D | format-lisp.c | 108 unsigned int directives; member 2320 unsigned int directives, char **invalid_reason) in check_params() argument 2340 …ameter %u is of type '%s' but a parameter of type '%s' is expected."), directives, orig_paramcount… in check_params() 2352 …ameter %u is of type '%s' but a parameter of type '%s' is expected."), directives, orig_paramcount… in check_params() 2378 directives, orig_t_count); in check_params() 2406 unsigned int directives, char **invalid_reason) in nocheck_params() argument 2408 (void) directives; in nocheck_params() 2466 spec->directives++; in parse_upto() 2499 … (_("In the directive number %u, '%c' is not followed by a digit."), spec->directives, format[-1]); in parse_upto() 2576 spec->directives, invalid_reason)) in parse_upto() [all …]
|
D | format-awk.c | 73 unsigned int directives; member 104 spec.directives = 0; in format_parse() 118 spec.directives++; in format_parse() 136 *invalid_reason = INVALID_ARGNO_0 (spec.directives); in format_parse() 174 INVALID_WIDTH_ARGNO_0 (spec.directives); in format_parse() 259 INVALID_PRECISION_ARGNO_0 (spec.directives); in format_parse() 346 INVALID_CONVERSION_SPECIFIER (spec.directives, *format); in format_parse() 478 return spec->directives; in format_get_number_of_directives()
|
D | format-gfc-internal.c | 97 unsigned int directives; member 131 spec.directives = 0; in format_parse() 143 spec.directives++; in format_parse() 165 *invalid_reason = INVALID_ARGNO_0 (spec.directives); in format_parse() 209 INVALID_CONVERSION_SPECIFIER (spec.directives, *format); in format_parse() 344 return spec->directives; in format_get_number_of_directives()
|
D | format-lua.c | 70 unsigned int directives; member 94 result->directives = 0; in format_parse() 104 result->directives++; in format_parse() 205 return spec->directives; in format_get_number_of_directives()
|
/third_party/boost/libs/spirit/repository/doc/html/ |
D | spirit2_repository_HTML.manifest | 9 spirit_repository/qi_components/directives.html 10 spirit_repository/qi_components/directives/confix.html 11 spirit_repository/qi_components/directives/distinct.html 12 spirit_repository/qi_components/directives/kwd.html 13 spirit_repository/qi_components/directives/seek.html 19 spirit_repository/karma_components/directives.html 20 spirit_repository/karma_components/directives/karma_confix_generator.html
|
/third_party/ffmpeg/libavcodec/ |
D | jacosubdec.c | 98 char directives[128] = {0}; in jacosub_to_ass() local 102 char *p = directives; in jacosub_to_ass() 103 char *pend = directives + sizeof(directives) - 1; in jacosub_to_ass() 112 if (strstr(directives, "VB")) valign = ALIGN_VB; in jacosub_to_ass() 113 else if (strstr(directives, "VM")) valign = ALIGN_VM; in jacosub_to_ass() 114 else if (strstr(directives, "VT")) valign = ALIGN_VT; in jacosub_to_ass() 115 if (strstr(directives, "JC")) halign = ALIGN_JC; in jacosub_to_ass() 116 else if (strstr(directives, "JL")) halign = ALIGN_JL; in jacosub_to_ass() 117 else if (strstr(directives, "JR")) halign = ALIGN_JR; in jacosub_to_ass()
|
/third_party/typescript/tests/baselines/reference/ |
D | ts-expect-error.errors.txt | 1 tests/cases/conformance/directives/ts-expect-error.ts(8,1): error TS2578: Unused '@ts-expect-error'… 2 tests/cases/conformance/directives/ts-expect-error.ts(11,1): error TS2578: Unused '@ts-expect-error… 3 tests/cases/conformance/directives/ts-expect-error.ts(21,1): error TS2578: Unused '@ts-expect-error… 4 tests/cases/conformance/directives/ts-expect-error.ts(24,1): error TS2578: Unused '@ts-expect-error… 5 tests/cases/conformance/directives/ts-expect-error.ts(28,1): error TS2578: Unused '@ts-expect-error… 6 tests/cases/conformance/directives/ts-expect-error.ts(31,5): error TS2322: Type 'string' is not ass… 7 tests/cases/conformance/directives/ts-expect-error.ts(37,2): error TS2367: This condition will alwa… 8 tests/cases/conformance/directives/ts-expect-error.ts(39,2): error TS2367: This condition will alwa… 9 tests/cases/conformance/directives/ts-expect-error.ts(40,2): error TS2367: This condition will alwa… 12 ==== tests/cases/conformance/directives/ts-expect-error.ts (9 errors) ====
|
D | multiline.errors.txt | 1 tests/cases/conformance/directives/a.ts(12,1): error TS2578: Unused '@ts-expect-error' directive. 2 tests/cases/conformance/directives/b.tsx(32,1): error TS2578: Unused '@ts-expect-error' directive. 5 ==== tests/cases/conformance/directives/a.ts (1 errors) ==== 22 ==== tests/cases/conformance/directives/b.tsx (1 errors) ====
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | triple-slash-reference.md | 1 # Sets preference level for triple slash directives versus ES6-style import declarations (`triple-s… 3 …directives is discouraged in favor of the newer `import` style. This rule allows you to ban use of… 49 … or all of the triple slash reference directives, or any time you might use triple-slash type refe… 53 If you want to use all flavors of triple slash reference directives.
|
/third_party/grpc/tools/mkowners/ |
D | mkowners.py | 66 directives = [] 85 directives.append(directive) 87 directives=directives, 146 def expand_directives(root, directives): argument 149 for directive in directives: 182 owners_globs = expand_directives(owners.dir, owners.directives) 215 globs = expand_directives(head.dir, head.directives)
|
/third_party/boost/libs/mpl/doc/src/docutils/tools/ |
D | rst2htmlrefdoc.py | 16 from docutils.parsers.rst import directives 17 from docutils.parsers.rst.directives import htmlrefdoc 18 directives.register_directive( 'copyright', htmlrefdoc.LicenseAndCopyright )
|