/third_party/typescript/tests/baselines/reference/ |
H A D | jsDeclarationsReactComponents.js | 20 TabbedShowLayout.defaultProps = { 39 TabbedShowLayout.defaultProps = { 48 * @type {{defaultProps: {tabs: string}} & ((props?: {elem: string}) => JSX.Element)} 58 TabbedShowLayout.defaultProps = { 74 TabbedShowLayout.defaultProps = { 91 Tree.defaultProps = { 113 TabbedShowLayout.defaultProps = {
130 TabbedShowLayout.defaultProps = {
142 * @type {{defaultProps: {tabs: string}} & ((props?: {elem: string}) => JSX.Element)}
147 TabbedShowLayout.defaultProps [all...] |
H A D | jsxDeclarationsWithEsModuleInteropNoCrash.js | 10 const defaultProps = { 19 Foo.defaultProps = defaultProps; 33 export { defaultProps };
38 declare namespace defaultProps {
|
H A D | tsxLibraryManagedAttributes.js | 35 TComponent extends { defaultProps: infer D; propTypes: infer P; } 37 : TComponent extends { defaultProps: infer D } 50 static defaultProps = { 75 static defaultProps = { 94 static defaultProps = { 117 static defaultProps = { 155 Component.defaultProps = {
186 JustDefaultProps.defaultProps = {
204 BothWithSpecifiedGeneric.defaultProps = {
235 JustDefaultPropsWithSpecifiedGeneric.defaultProps [all...] |
H A D | reactDefaultPropsInferenceSuccess.js | 15 static defaultProps = { 31 static defaultProps: BaseProps = { 51 static defaultProps = { 102 FieldFeedback.defaultProps = {
119 FieldFeedbackBeta.defaultProps = {
137 FieldFeedback2.defaultProps = {
|
H A D | expandoFunctionContextualTypes.js | 8 defaultProps?: Partial<P>; 13 MyComponent.defaultProps = { 20 MyComponent.defaultProps = {
|
H A D | tsxStatelessComponentDefaultProps.js | 12 BackButton.defaultProps = { 29 BackButton.defaultProps = {
|
H A D | returnTypePredicateIsInstantiateInContextOfTarget.js | 5 static defaultProps = { 46 TestComponent.defaultProps = {
|
H A D | strictOptionalProperties1.js | 99 const defaultProps: Pick<Props, 'foo'> = { foo: 'foo' }; 101 const completeProps: Props = { ...defaultProps, ...inputProps }; 329 var defaultProps = { foo: 'foo' };
331 var completeProps = __assign(__assign({}, defaultProps), inputProps);
403 declare const defaultProps: Pick<Props, 'foo'>;
|
H A D | circularlySimplifyingConditionalTypesNoCrash.js | 12 defaultProps?: Partial<P>; // Inference target is also mapped _and_ optional
|
H A D | reactReduxLikeDeferredInferenceAllowsAssignment.js | 10 defaultProps?: Partial<P>; 16 defaultProps?: Partial<P>;
|
H A D | jsxNamespaceGlobalReexport.js | 15 defaultProps: infer Defaults;
|
H A D | jsxNamespaceGlobalReexportMissingAliasTarget.js | 15 defaultProps: infer Defaults;
|
H A D | jsxNamespaceImplicitImportJSXNamespace.js | 15 defaultProps: infer Defaults;
|
/third_party/skia/infra/bots/recipe_modules/build/examples/ |
H A D | full.py | 87 defaultProps = lambda buildername: dict( variable 100 api.properties(**defaultProps(buildername)) 108 api.properties(**defaultProps('Build-Unix-GCC-x86_64-Release-Docker')) +
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ppucd.cpp | 239 props=&defaultProps; in getProps() 243 blockProps=defaultProps; // Block inherits default properties. in getProps() 257 cpProps=defaultProps; in getProps() 266 cpProps=defaultProps; in getProps()
|
H A D | ppucd.h | 171 UniProps defaultProps, blockProps, cpProps; member in PreparsedUCD
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ppucd.cpp | 239 props=&defaultProps; in getProps() 243 blockProps=defaultProps; // Block inherits default properties. in getProps() 257 cpProps=defaultProps; in getProps() 266 cpProps=defaultProps; in getProps()
|
H A D | ppucd.h | 171 UniProps defaultProps, blockProps, cpProps; member in PreparsedUCD
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ppucd.cpp | 232 props=&defaultProps; in getProps() 236 blockProps=defaultProps; // Block inherits default properties. in getProps() 250 cpProps=defaultProps; in getProps() 259 cpProps=defaultProps; in getProps()
|
H A D | ppucd.h | 172 UniProps defaultProps, blockProps, cpProps; member in PreparsedUCD
|
/third_party/skia/infra/bots/recipe_modules/flavor/examples/ |
H A D | full.py | 114 defaultProps = lambda buildername: dict( variable 127 api.properties(**defaultProps(buildername))
|