/third_party/typescript/tests/baselines/reference/ |
D | booleanLiteralsContextuallyTypedFromUnion.types | 70 let Funk = (_props: ComponentProps) => <div>Hello</div>; 71 >Funk : (_props: ComponentProps) => JSX.Element 72 >(_props: ComponentProps) => <div>Hello</div> : (_props: ComponentProps) => JSX.Element 73 >_props : ComponentProps 82 >Funk : (_props: ComponentProps) => JSX.Element 92 >Funk : (_props: ComponentProps) => JSX.Element 110 >Funk : (_props: ComponentProps) => JSX.Element 130 >Funk : (_props: ComponentProps) => JSX.Element
|
D | tsxDeepAttributeAssignabilityError.types | 18 export function MyComponent(_props: MyProps) { 19 >MyComponent : (_props: MyProps) => JSX.Element 20 >_props : MyProps 33 >MyComponent : (_props: MyProps) => JSX.Element 38 >MyComponent : (_props: MyProps) => JSX.Element
|
D | tsxStatelessComponentDefaultProps.symbols | 14 function BackButton(_props: Props) { 16 >_props : Symbol(_props, Decl(tsxStatelessComponentDefaultProps.tsx, 7, 20))
|
D | tsxDeepAttributeAssignabilityError.symbols | 23 export function MyComponent(_props: MyProps) { 25 >_props : Symbol(_props, Decl(my-component.tsx, 11, 28))
|
D | tsxStatelessComponentDefaultProps.js | 9 function BackButton(_props: Props) { 26 function BackButton(_props) {
|
D | tsxDeepAttributeAssignabilityError.js | 15 export function MyComponent(_props: MyProps) { 33 function MyComponent(_props) {
|
D | tsxStatelessComponentDefaultProps.types | 12 function BackButton(_props: Props) { 14 >_props : Props
|
D | booleanLiteralsContextuallyTypedFromUnion.js | 18 let Funk = (_props: ComponentProps) => <div>Hello</div>; 32 var Funk = function (_props) { return <div>Hello</div>; }; argument
|
D | booleanLiteralsContextuallyTypedFromUnion.symbols | 59 let Funk = (_props: ComponentProps) => <div>Hello</div>; 61 >_props : Symbol(_props, Decl(booleanLiteralsContextuallyTypedFromUnion.tsx, 16, 12))
|
D | excessPropertyCheckWithUnions.js | 150 function F2(_props: Properties) { } 226 function F2(_props) { }
|
D | excessPropertyCheckWithUnions.types | 424 function F2(_props: Properties) { } 425 >F2 : (_props: Properties) => void 426 >_props : Properties 430 >F2 : (_props: Properties) => void
|
D | tsxDeepAttributeAssignabilityError.errors.txt | 16 export function MyComponent(_props: MyProps) {
|
D | booleanLiteralsContextuallyTypedFromUnion.errors.txt | 24 let Funk = (_props: ComponentProps) => <div>Hello</div>;
|
D | excessPropertyCheckWithUnions.symbols | 380 function F2(_props: Properties) { } 382 >_props : Symbol(_props, Decl(excessPropertyCheckWithUnions.ts, 148, 12))
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | queue.cpp | 48 context(ctx), device(dev), _props(props) { in command_queue() 64 context(ctx), device(dev), _properties(properties), _props(0) { in command_queue() 70 _props |= properties[i + 1]; in command_queue() 132 return _props; in props() 142 return _props & CL_QUEUE_PROFILING_ENABLE; in profiling_enabled()
|
D | queue.hpp | 80 cl_command_queue_properties _props; member in clover::command_queue
|
/third_party/typescript/tests/cases/fourslash/ |
D | jsxWithTypeParametershasInstantiatedSignatureHelp.tsx | 9 //// function SFC<T>(_props: Record<string, T>) { 17 verify.signatureHelp({ text: "SFC(_props: Record<string, unknown>): string" }); 19 verify.signatureHelp({ text: "SFC(_props: Record<string, string>): string" });
|
/third_party/icu/tools/unicode/py/ |
D | preparseucd.py | 240 _props = [{}, {}] # props for 0 and 110000 variable 250 return _props[i] 262 c_props = _props[i] 271 _props.insert(i, c_props) 282 c_props = _props[i] 286 _props.insert(i + 1, c_props.copy()) 319 c_props = _props[i] 323 _props.insert(i, c_props.copy()) 965 b_props["blk"] = _props[i]["blk"] 979 props = _props[i] [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | tsxStatelessComponentDefaultProps.tsx | 11 function BackButton(_props: Props) {
|
D | tsxDeepAttributeAssignabilityError.tsx | 18 export function MyComponent(_props: MyProps) {
|
D | booleanLiteralsContextuallyTypedFromUnion.tsx | 21 let Funk = (_props: ComponentProps) => <div>Hello</div>;
|
D | excessPropertyCheckWithUnions.ts | 150 function F2(_props: Properties) { }
|
/third_party/jsframework/runtime/main/model/ |
D | pageLife.ts | 278 vm._props.forEach(prop => {
|
D | index.ts | 680 public get _props() { method in Vm
|
/third_party/jsframework/test/ut/model/ |
D | directive.ts | 101 _props: []
|