/third_party/typescript/tests/baselines/reference/ |
D | exportNestedNamespaces2.types | 3 exports.formatters = {} 4 >exports.formatters = {} : {} 5 >exports.formatters : {} 7 >formatters : {} 18 exports.formatters.j = function (v) { 19 >exports.formatters.j = function (v) { return v} : (v: any) => any 20 >exports.formatters.j : any 21 >exports.formatters : any 23 >formatters : any 39 exports.formatters.o = function (v) { [all …]
|
D | exportNestedNamespaces2.symbols | 3 exports.formatters = {} 4 >exports.formatters : Symbol(formatters, Decl(mod.js, 0, 0)) 5 >exports : Symbol(formatters, Decl(mod.js, 0, 0)) 6 >formatters : Symbol(formatters, Decl(mod.js, 0, 0)) 14 exports.formatters.j = function (v) { 27 exports.formatters.o = function (v) { 39 debug.formatters.j 40 >debug.formatters : Symbol(debug.formatters, Decl(mod.js, 0, 0)) 42 >formatters : Symbol(debug.formatters, Decl(mod.js, 0, 0)) 44 var one = debug.formatters.o(1) [all …]
|
D | exportNestedNamespaces2.errors.txt | 1 tests/cases/conformance/salsa/first.js(2,9): error TS2339: Property 'formatters' does not exist on … 2 tests/cases/conformance/salsa/second.js(2,9): error TS2339: Property 'formatters' does not exist on… 7 exports.formatters = {} 10 exports.formatters.j = function (v) { 12 !!! error TS2339: Property 'formatters' does not exist on type 'typeof import("tests/cases/conforma… 17 exports.formatters.o = function (v) { 19 !!! error TS2339: Property 'formatters' does not exist on type 'typeof import("tests/cases/conforma… 26 debug.formatters.j 27 var one = debug.formatters.o(1)
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | quantityformatter.cpp | 32 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in QuantityFormatter() 33 formatters[i] = NULL; in QuantityFormatter() 38 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in QuantityFormatter() 39 if (other.formatters[i] == NULL) { in QuantityFormatter() 40 formatters[i] = NULL; in QuantityFormatter() 42 formatters[i] = new SimpleFormatter(*other.formatters[i]); in QuantityFormatter() 52 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in operator =() 53 delete formatters[i]; in operator =() 54 if (other.formatters[i] == NULL) { in operator =() 55 formatters[i] = NULL; in operator =() [all …]
|
D | tmutfmt.cpp | 431 MessageFormat** formatters = in put() local 433 if (formatters == NULL) { in put() 446 formatters = localFormatters.orphan(); in put() 448 formatters[style] = messageFormat.orphan(); in put() 521 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(*pluralCount); in checkConsistency() local 522 if( formatters == NULL || formatters[style] == NULL ) { in checkConsistency() 580 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); in searchInLocaleChain() local 581 if (formatters == NULL) { in searchInLocaleChain() 584 formatters = localFormatters.getAlias(); in searchInLocaleChain() 593 formatters[style] = messageFormat.orphan(); in searchInLocaleChain() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | quantityformatter.cpp | 34 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in QuantityFormatter() 35 formatters[i] = NULL; in QuantityFormatter() 40 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in QuantityFormatter() 41 if (other.formatters[i] == NULL) { in QuantityFormatter() 42 formatters[i] = NULL; in QuantityFormatter() 44 formatters[i] = new SimpleFormatter(*other.formatters[i]); in QuantityFormatter() 54 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in operator =() 55 delete formatters[i]; in operator =() 56 if (other.formatters[i] == NULL) { in operator =() 57 formatters[i] = NULL; in operator =() [all …]
|
D | tmutfmt.cpp | 431 MessageFormat** formatters = in put() local 433 if (formatters == NULL) { in put() 446 formatters = localFormatters.orphan(); in put() 448 formatters[style] = messageFormat.orphan(); in put() 521 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(*pluralCount); in checkConsistency() local 522 if( formatters == NULL || formatters[style] == NULL ) { in checkConsistency() 580 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); in searchInLocaleChain() local 581 if (formatters == NULL) { in searchInLocaleChain() 584 formatters = localFormatters.getAlias(); in searchInLocaleChain() 593 formatters[style] = messageFormat.orphan(); in searchInLocaleChain() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | quantityformatter.cpp | 34 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in QuantityFormatter() 35 formatters[i] = NULL; in QuantityFormatter() 40 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in QuantityFormatter() 41 if (other.formatters[i] == NULL) { in QuantityFormatter() 42 formatters[i] = NULL; in QuantityFormatter() 44 formatters[i] = new SimpleFormatter(*other.formatters[i]); in QuantityFormatter() 54 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in operator =() 55 delete formatters[i]; in operator =() 56 if (other.formatters[i] == NULL) { in operator =() 57 formatters[i] = NULL; in operator =() [all …]
|
D | tmutfmt.cpp | 431 MessageFormat** formatters = in put() local 433 if (formatters == NULL) { in put() 446 formatters = localFormatters.orphan(); in put() 448 formatters[style] = messageFormat.orphan(); in put() 521 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(*pluralCount); in checkConsistency() local 522 if( formatters == NULL || formatters[style] == NULL ) { in checkConsistency() 580 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); in searchInLocaleChain() local 581 if (formatters == NULL) { in searchInLocaleChain() 584 formatters = localFormatters.getAlias(); in searchInLocaleChain() 593 formatters[style] = messageFormat.orphan(); in searchInLocaleChain() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | quantityformatter.cpp | 34 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in QuantityFormatter() 35 formatters[i] = NULL; in QuantityFormatter() 40 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in QuantityFormatter() 41 if (other.formatters[i] == NULL) { in QuantityFormatter() 42 formatters[i] = NULL; in QuantityFormatter() 44 formatters[i] = new SimpleFormatter(*other.formatters[i]); in QuantityFormatter() 54 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in operator =() 55 delete formatters[i]; in operator =() 56 if (other.formatters[i] == NULL) { in operator =() 57 formatters[i] = NULL; in operator =() [all …]
|
D | tmutfmt.cpp | 431 MessageFormat** formatters = in put() local 433 if (formatters == NULL) { in put() 446 formatters = localFormatters.orphan(); in put() 448 formatters[style] = messageFormat.orphan(); in put() 521 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(*pluralCount); in checkConsistency() local 522 if( formatters == NULL || formatters[style] == NULL ) { in checkConsistency() 580 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); in searchInLocaleChain() local 581 if (formatters == NULL) { in searchInLocaleChain() 584 formatters = localFormatters.getAlias(); in searchInLocaleChain() 593 formatters[style] = messageFormat.orphan(); in searchInLocaleChain() [all …]
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | exportNestedNamespaces2.ts | 7 exports.formatters = {} 10 exports.formatters.j = function (v) { 15 exports.formatters.o = function (v) { 22 debug.formatters.j 23 var one = debug.formatters.o(1)
|
/third_party/boost/libs/log/doc/tmp/ |
D | expressions_reference.qbk | 30 [template boost_log_expressions_formatters_hpp[][headerref boost/log/expressions/formatters.hpp]] 32 …ressions_formatters_auto_newline_hpp[][headerref boost/log/expressions/formatters/auto_newline.hpp… 34 …pressions_formatters_c_decorator_hpp[][headerref boost/log/expressions/formatters/c_decorator.hpp]] 38 …ssions_formatters_char_decorator_hpp[][headerref boost/log/expressions/formatters/char_decorator.h… 48 …essions_formatters_csv_decorator_hpp[][headerref boost/log/expressions/formatters/csv_decorator.hp… 50 …g_expressions_formatters_date_time_hpp[][headerref boost/log/expressions/formatters/date_time.hpp]] 56 [template boost_log_expressions_formatters_format_hpp[][headerref boost/log/expressions/formatters/… 60 [template boost_log_expressions_formatters_if_hpp[][headerref boost/log/expressions/formatters/if.h… 62 …ns_formatters_max_size_decorator_hpp[][headerref boost/log/expressions/formatters/max_size_decorat… 68 …pressions_formatters_named_scope_hpp[][headerref boost/log/expressions/formatters/named_scope.hpp]] [all …]
|
/third_party/python/Lib/logging/ |
D | config.py | 72 formatters = _create_formatters(cp) 80 handlers = _install_handlers(cp, formatters) 110 formatters = {} 121 formatters[form] = f 122 return formatters 125 def _install_handlers(cp, formatters): argument 152 h.setFormatter(formatters[fmt]) 541 formatters = config.get('formatters', EMPTY_DICT) 542 for name in formatters: 544 formatters[name] = self.configure_formatter( [all …]
|
/third_party/node/deps/npm/node_modules/debug/src/ |
D | node.js | 83 exports.formatters.o = function(v) { 95 exports.formatters.O = function(v) {
|
D | debug.js | 34 exports.formatters = {}; 99 var formatter = exports.formatters[format];
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MeasureFormat.java | 618 NumericFormatters formatters) { in MeasureFormat() argument 635 if (formatters == null && formatWidth == FormatWidth.NUMERIC) { in MeasureFormat() 636 formatters = localeToNumericDurationFormatters.get(locale); in MeasureFormat() 637 if (formatters == null) { in MeasureFormat() 638 formatters = loadNumericFormatters(locale); in MeasureFormat() 639 localeToNumericDurationFormatters.put(locale, formatters); in MeasureFormat() 642 this.numericFormatters = formatters; in MeasureFormat()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | MeasureFormat.java | 583 NumericFormatters formatters) { in MeasureFormat() argument 600 if (formatters == null && formatWidth == FormatWidth.NUMERIC) { in MeasureFormat() 601 formatters = localeToNumericDurationFormatters.get(locale); in MeasureFormat() 602 if (formatters == null) { in MeasureFormat() 603 formatters = loadNumericFormatters(locale); in MeasureFormat() 604 localeToNumericDurationFormatters.put(locale, formatters); in MeasureFormat() 607 this.numericFormatters = formatters; in MeasureFormat()
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gstencodebasebin.c | 409 if (ebin->formatters) in gst_encode_base_bin_dispose() 410 gst_plugin_feature_list_free (ebin->formatters); in gst_encode_base_bin_dispose() 411 ebin->formatters = NULL; in gst_encode_base_bin_dispose() 442 encode_bin->formatters = in gst_encode_base_bin_init() 2026 GList *formatters, *tmpfmtr; in _get_formatter() local 2034 formatters = in _get_formatter() 2035 gst_element_factory_list_filter (ebin->formatters, format, GST_PAD_SRC, in _get_formatter() 2038 if (formatters == NULL) in _get_formatter() 2042 for (tmpfmtr = formatters; tmpfmtr; tmpfmtr = tmpfmtr->next) { in _get_formatter() 2053 gst_plugin_feature_list_free (formatters); in _get_formatter() [all …]
|
/third_party/node/deps/npm/node_modules/qs/lib/ |
D | formats.js | 8 formatters: { property
|
/third_party/boost/libs/log/doc/ |
D | expressions.qbk | 12 As it was pointed out in [link log.tutorial tutorial], filters and formatters can be specified as L… 31 The placeholder can be used both in filters and formatters: 51 …his will result in `false` in any ordering expressions, and in case of formatters the output from … 69 …ons.predicates.has_attr `has_attr`] predicate to implement filters and formatters conditional on t… 71 …r_none` modifier. The modified placeholders can be used in filters and formatters just the same wa… 79 …d`. This is an attribute tag which can be used to customize the output formatters produce for diff… 96 …link log.detailed.expressions.attr `attr`] placeholders in filters and formatters while providing … 104 …ressions.attr `attr`] placeholders and can be used both in filters and formatters. The `or_throw` … 157 …ed in conjunction with [link log.detailed.expressions.formatters.conditional conditional formatter… 267 [section:formatters Formatting expressions] [all …]
|
D | changelog.qbk | 45 * Added `auto_newline` [link log.detailed.expressions.formatters.auto_newline formatter] and [link … 48 …onfigure their formatters so that the trailing newline is added there, if needed (e.g. by using [l… 52 …in order to use `boost::log::trivial::severity_level` with filters and formatters parsed from stri… 124 * Added a new character decorator called [link log.detailed.expressions.formatters.decorators.max_s… 141 * Added a workaround for MSVC-10 and 11 generating broken code for formatters in some cases. ([tick… 159 * Fixed compilation of [link log.detailed.expressions.formatters.decorators character decorators]. 197 * [link log.detailed.expressions.formatters.decorators.xml XML character decorator] now escapes quo… 208 * Added new format flags "%c", "%C" and "%F" to the [link log.detailed.expressions.formatters.named… 209 * Added support for incomplete and empty markers to the [link log.detailed.expressions.formatters.n… 238 * Fixed thread id formatting discrepancies between the default sink and formatters. [all …]
|
/third_party/node/tools/gyp/tools/Xcode/ |
D | README | 1 Specifications contains syntax formatters for Xcode 3. These do not appear to be supported yet on X…
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/Xcode/ |
D | README | 1 Specifications contains syntax formatters for Xcode 3. These do not appear to be supported yet on X…
|
/third_party/python/Doc/library/ |
D | logging.config.rst | 242 .. _logging-config-dictschema-formatters: 244 * *formatters* - the corresponding value will be a dict in which each 360 and formatters are anonymous, once a configuration is set up, it is 365 the object graph of loggers, handlers, filters, formatters at 374 and is ``True``, the system will completely ignore any ``formatters`` and 390 handlers, formatters, filters - which are connected to each other in 407 formatters: 448 formatters. (Loggers do not need to have different types for 466 formatters: 478 The above YAML snippet defines three formatters. The first, with id [all …]
|