Home
last modified time | relevance | path

Searched refs:localize (Results 1 – 25 of 48) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DjsElementAccessNoContextualTypeCrash.symbols15 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))
DjsElementAccessNoContextualTypeCrash.errors.txt1 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) {
DjsElementAccessNoContextualTypeCrash.types21 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/
DjsElementAccessNoContextualTypeCrash.ts11 Common.localize = function (string) {
/third_party/flutter/flutter/packages/flutter/test/material/
Dtheme_test.dart61 …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/
DGulpfile.js89 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/
DREADME.TXT65 To really localize a time display, one can also specify the time
/third_party/icu/icu4c/source/samples/datefmt/
DREADME.TXT65 To really localize a time display, one can also specify the time
/third_party/skia/third_party/externals/icu/source/samples/datefmt/
DREADME.TXT65 To really localize a time display, one can also specify the time
/third_party/grpc/src/proto/grpc/status/
Dstatus.proto43 // localize it in the client. The optional error details may contain arbitrary
/third_party/grpc/examples/python/errors/
DREADME.md46 // localize it in the client. The optional error details may contain arbitrary
/third_party/gettext/
DPACKAGING19 Audience: Anyone who wants to develop or localize internationalized
/third_party/python/Lib/
Dlocale.py332 def localize(string, grouping=False, monetary=False): function
/third_party/flutter/flutter/packages/flutter_localizations/test/material/
Dtime_picker_test.dart61 testWidgets('can localize the header in all known formats', (WidgetTester tester) async {
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtheme_data.dart548 /// 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) {
Dtheme.dart138 return ThemeData.localize(theme, theme.typography.geometryThemeFor(category));
/third_party/boost/tools/build/src/build/
Dtoolset.jam625 rule inherit-rules ( toolset : base : localize ? )
635 IMPORT $(base) : $(rules) : $(toolset) : $(rules) : $(localize) ;
/third_party/boost/tools/quickbook/doc/
Dstructure.qbk135 localize the documentation. Note that Boostbook doesn't have any
/third_party/python/Lib/test/
Dtest_locale.py643 self.assertEqual(locale.localize(value, grouping=grouping), out)
/third_party/icu/docs/userguide/format_parse/messages/
Dexamples.md27 manner to localize the user interface (UI) strings.
Dindex.md186 Allowing translators to localize date patterns is error-prone, as translators
/third_party/icu/docs/userguide/format_parse/
Dindex.md181 more information than a `UErrorCode` is needed to localize the error.
/third_party/gettext/gettext-tools/doc/
Dlang-csharp.texi116 Freedom to localize: Users can add their own translations to an application
/third_party/boost/tools/build/src/engine/
Dbuiltins.cpp1211 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/
Dlocale.qbk108 In order to localize the front end of the library, you need to provide the

12