/third_party/typescript/tests/baselines/reference/ |
D | jsElementAccessNoContextualTypeCrash.symbols | 15 Common.localize = function (string) { 16 >Common.localize : Symbol(Common.localize, Decl(jsElementAccessNoContextualTypeCrash.js, 1, 38)) 18 >localize : Symbol(Common.localize, Decl(jsElementAccessNoContextualTypeCrash.js, 1, 38))
|
D | jsElementAccessNoContextualTypeCrash.errors.txt | 1 tests/cases/compiler/jsElementAccessNoContextualTypeCrash.js(2,1): error TS2741: Property 'localize… 8 !!! error TS2741: Property 'localize' is missing in type '{}' but required in type 'typeof Common'. 9 !!! related TS2728 tests/cases/compiler/jsElementAccessNoContextualTypeCrash.js:7:1: 'localize' is … 14 Common.localize = function (string) {
|
D | jsElementAccessNoContextualTypeCrash.types | 21 Common.localize = function (string) { 22 >Common.localize = function (string) { return string;} : (string: string) => string 23 >Common.localize : (string: string) => string 25 >localize : (string: string) => string
|
/third_party/typescript/tests/cases/compiler/ |
D | jsElementAccessNoContextualTypeCrash.ts | 11 Common.localize = function (string) {
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | theme_test.dart | 61 …expect(Theme.of(capturedContext), equals(ThemeData.localize(ThemeData.fallback(), defaultGeometryT… 65 testWidgets('ThemeData.localize memoizes the result', (WidgetTester tester) async { 71 ThemeData.localize(light, defaultGeometryTheme), 72 same(ThemeData.localize(light, defaultGeometryTheme)), 77 ThemeData.localize(light, defaultGeometryTheme), 78 isNot(same(ThemeData.localize(light, Typography.tall2014))), 83 ThemeData.localize(light, defaultGeometryTheme), 84 isNot(same(ThemeData.localize(dark, defaultGeometryTheme))),
|
/third_party/typescript/ |
D | Gulpfile.js | 89 const localize = async () => { function 434 task("local", series(preBuild, parallel(localize, buildTsc, buildServer, buildServices, buildLssl, … 535 task("tsc-instrumented", series(lkgPreBuild, parallel(localize, buildTsc, buildServer, buildService… 590 task("LKG", series(lkgPreBuild, parallel(localize, buildTsc, buildServer, buildServices, buildLssl,…
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/datefmt/ |
D | README.TXT | 65 To really localize a time display, one can also specify the time
|
/third_party/icu/icu4c/source/samples/datefmt/ |
D | README.TXT | 65 To really localize a time display, one can also specify the time
|
/third_party/skia/third_party/externals/icu/source/samples/datefmt/ |
D | README.TXT | 65 To really localize a time display, one can also specify the time
|
/third_party/grpc/src/proto/grpc/status/ |
D | status.proto | 43 // localize it in the client. The optional error details may contain arbitrary
|
/third_party/grpc/examples/python/errors/ |
D | README.md | 46 // localize it in the client. The optional error details may contain arbitrary
|
/third_party/gettext/ |
D | PACKAGING | 19 Audience: Anyone who wants to develop or localize internationalized
|
/third_party/python/Lib/ |
D | locale.py | 332 def localize(string, grouping=False, monetary=False): function
|
/third_party/flutter/flutter/packages/flutter_localizations/test/material/ |
D | time_picker_test.dart | 61 testWidgets('can localize the header in all known formats', (WidgetTester tester) async {
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | theme_data.dart | 548 /// this theme is localized using text geometry using [ThemeData.localize]. 554 /// this theme is localized using text geometry using [ThemeData.localize]. 562 /// this theme is localized using text geometry using [ThemeData.localize]. 1016 /// Caches localized themes to speed up the [localize] method. 1027 static ThemeData localize(ThemeData baseTheme, TextTheme localTextGeometry) {
|
D | theme.dart | 138 return ThemeData.localize(theme, theme.typography.geometryThemeFor(category));
|
/third_party/boost/tools/build/src/build/ |
D | toolset.jam | 625 rule inherit-rules ( toolset : base : localize ? ) 635 IMPORT $(base) : $(rules) : $(toolset) : $(rules) : $(localize) ;
|
/third_party/boost/tools/quickbook/doc/ |
D | structure.qbk | 135 localize the documentation. Note that Boostbook doesn't have any
|
/third_party/python/Lib/test/ |
D | test_locale.py | 643 self.assertEqual(locale.localize(value, grouping=grouping), out)
|
/third_party/icu/docs/userguide/format_parse/messages/ |
D | examples.md | 27 manner to localize the user interface (UI) strings.
|
D | index.md | 186 Allowing translators to localize date patterns is error-prone, as translators
|
/third_party/icu/docs/userguide/format_parse/ |
D | index.md | 181 more information than a `UErrorCode` is needed to localize the error.
|
/third_party/gettext/gettext-tools/doc/ |
D | lang-csharp.texi | 116 Freedom to localize: Users can add their own translations to an application
|
/third_party/boost/tools/build/src/engine/ |
D | builtins.cpp | 1211 LIST * localize = lol_get( frame->args, 4 ); in builtin_import() local 1241 if ( !list_empty( localize ) ) in builtin_import()
|
/third_party/boost/libs/regex/doc/ |
D | locale.qbk | 108 In order to localize the front end of the library, you need to provide the
|