| /third_party/typescript/tests/baselines/reference/ |
| D | tsxEmitSpreadAttribute(target=esnext).js | 31 return React.createElement("div", { className: "T1", ...a }, "T1"); property 34 return React.createElement("div", { className: "T2", ...a, ...b }, "T2"); property 37 return React.createElement("div", { ...a, className: "T3", ...b }, "T3"); property 40 return React.createElement("div", { className: "T4", ...{ ...a, ...b } }, "T4"); property 43 return React.createElement("div", { className: "T5", ...{ ...a, ...b, ...{ c, d } } }, "T5"); property 46 …return React.createElement("div", { className: "T6", ...{ ...a, ...b, ...{ ...c, ...d } } }, "T6"); property
|
| D | tsxEmitSpreadAttribute(target=es2018).js | 31 return React.createElement("div", { className: "T1", ...a }, "T1"); property 34 return React.createElement("div", { className: "T2", ...a, ...b }, "T2"); property 37 return React.createElement("div", { ...a, className: "T3", ...b }, "T3"); property 40 return React.createElement("div", { className: "T4", ...{ ...a, ...b } }, "T4"); property 43 return React.createElement("div", { className: "T5", ...{ ...a, ...b, ...{ c, d } } }, "T5"); property 46 …return React.createElement("div", { className: "T6", ...{ ...a, ...b, ...{ ...c, ...d } } }, "T6"); property
|
| D | tsxEmitSpreadAttribute(target=es2015).js | 31 return React.createElement("div", Object.assign({ className: "T1" }, a), "T1"); property 34 return React.createElement("div", Object.assign({ className: "T2" }, a, b), "T2"); property 37 return React.createElement("div", Object.assign({}, a, { className: "T3" }, b), "T3"); property 40 …return React.createElement("div", Object.assign({ className: "T4" }, Object.assign(Object.assign({… property 43 …return React.createElement("div", Object.assign({ className: "T5" }, Object.assign(Object.assign(O… property 46 …return React.createElement("div", Object.assign({ className: "T6" }, Object.assign(Object.assign(O… property
|
| D | tsxReactEmitSpreadAttribute(target=es2018).js | 37 return _jsx("div", { className: "T1", ...a, children: "T1" }); property 40 return _jsx("div", { className: "T2", ...a, ...b, children: "T2" }); property 43 return _jsx("div", { ...a, className: "T3", ...b, children: "T3" }); property 46 return _jsx("div", { className: "T4", ...{ ...a, ...b }, children: "T4" }); property 49 return _jsx("div", { className: "T5", ...{ ...a, ...b, ...{ c, d } }, children: "T5" }); property 52 return _jsx("div", { className: "T6", ...{ ...a, ...b, ...{ ...c, ...d } }, children: "T6" }); property
|
| D | tsxReactEmitSpreadAttribute(target=esnext).js | 37 return _jsx("div", { className: "T1", ...a, children: "T1" }); property 40 return _jsx("div", { className: "T2", ...a, ...b, children: "T2" }); property 43 return _jsx("div", { ...a, className: "T3", ...b, children: "T3" }); property 46 return _jsx("div", { className: "T4", ...{ ...a, ...b }, children: "T4" }); property 49 return _jsx("div", { className: "T5", ...{ ...a, ...b, ...{ c, d } }, children: "T5" }); property 52 return _jsx("div", { className: "T6", ...{ ...a, ...b, ...{ ...c, ...d } }, children: "T6" }); property
|
| D | tsxReactEmitSpreadAttribute(target=es2015).js | 37 return _jsx("div", Object.assign({ className: "T1" }, a, { children: "T1" })); property 40 return _jsx("div", Object.assign({ className: "T2" }, a, b, { children: "T2" })); property 43 return _jsx("div", Object.assign({}, a, { className: "T3" }, b, { children: "T3" })); property 46 …return _jsx("div", Object.assign({ className: "T4" }, Object.assign(Object.assign({}, a), b), { ch… property 49 …return _jsx("div", Object.assign({ className: "T5" }, Object.assign(Object.assign(Object.assign({}… property 52 …return _jsx("div", Object.assign({ className: "T6" }, Object.assign(Object.assign(Object.assign({}… property
|
| D | jsxLibraryManagedAttributesUnusedGeneric.js | 15 div: { className: string } property 27 declare const Comp: (p: { className?: string }) => null field
|
| D | jsxJsxsCjsTransformCustomImportPragma(jsx=react-jsx).js | 31 … [(0, jsx_runtime_1.jsx)("p", {}), "text", (0, jsx_runtime_1.jsx)("div", { className: "foo" })] }); property 39 … [(0, jsx_runtime_1.jsx)("p", {}), "text", (0, jsx_runtime_1.jsx)("div", { className: "foo" })] }); property
|
| D | jsDeclarationsReactComponents.js | 128 return (react_1.default.createElement("div", { className: "", key: "" }, "ok")); property 145 return (react_1.default.createElement("div", { className: "", key: "" }, "ok")); property 159 return (react_1.default.createElement("div", { className: prop.className, key: "" }, "ok")); property 223 className: string; property
|
| D | jsxJsxsCjsTransformCustomImportPragma(jsx=react-jsxdev).js | 32 …olumnNumber: 3 }, this), "text", (0, jsx_dev_runtime_1.jsxDEV)("div", { className: "foo" }, void 0… property 41 …olumnNumber: 3 }, this), "text", (0, jsx_dev_runtime_1.jsxDEV)("div", { className: "foo" }, void 0… property
|
| D | spellingSuggestionJSXAttribute.js | 5 function MyComp2(props: { className?: string, htmlFor?: string }) { field 8 class MyComp extends React.Component<{ className?: string, htmlFor?: string }> { } field in MyComp
|
| D | jsxJsxsCjsTransformCustomImport(jsx=react-jsx).js | 16 … [(0, jsx_runtime_1.jsx)("p", {}), "text", (0, jsx_runtime_1.jsx)("div", { className: "foo" })] }); property
|
| D | jsxNamespaceImplicitImportJSXNamespaceFromConfigPickedOverGlobalOne(jsx=preserve).js | 30 ? (P extends { className?: string } ? P & { css?: string } : P) field
|
| D | jsxIntrinsicUnions.js | 17 var tag = React.createElement(El, { className: "ok", key: "key" }, "Title"); property
|
| D | correctlyMarkAliasAsReferences2.js | 23 React.createElement("span", { className: cx('class1', { class2: true }) })); property
|
| /third_party/protobuf/php/src/Google/Protobuf/ |
| D | DescriptorPool.php | 61 public function getDescriptorByClassName($className) 71 public function getEnumDescriptorByClassName($className)
|
| /third_party/lzma/CPP/Windows/ |
| D | Window.cpp | 31 AString className; in MyRegisterClass() local 49 bool CWindow::Create(LPCWSTR className, in Create() 67 bool CWindow::CreateEx(DWORD exStyle, LPCWSTR className, in CreateEx()
|
| /third_party/skia/third_party/externals/angle2/src/common/apple/ |
| D | SoftLinking.h | 77 # define SOFT_LINK_CLASS_HEADER(className) \ argument 83 # define SOFT_LINK_CLASS(framework, className) \ argument
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
| D | SerializableChecker.java | 67 private void writeFile(String className, byte bytes[]) in writeFile() 85 String className = "com.ibm.icu" + str.substring(0, ix).replace('/', '.'); in visit() local
|
| D | CompatibilityTest.java | 43 String className; field in CompatibilityTest.FileHolder 65 private static boolean skipFile(String icuVersion, String className) { in skipFile()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
| D | SerializableChecker.java | 70 private void writeFile(String className, byte bytes[]) in writeFile() 88 String className = "ohos.global.icu" + str.substring(0, ix).replace('/', '.'); in visit() local
|
| D | CompatibilityTest.java | 46 String className; field in CompatibilityTest.FileHolder 68 private static boolean skipFile(String icuVersion, String className) { in skipFile()
|
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| D | CollectAPI.java | 100 String className = info.getClassName(); in writeHTML() local 164 String className = info.getClassName(); in writeTSV() local
|
| /third_party/jsframework/runtime/main/extend/systemplugin/ohos/ |
| D | packageManager.js | 32 className: "[PC preview] unknown class name", property 51 className: "[PC preview] unknown class name", property 78 className: "[PC preview] unknown class name", property 103 className: "[PC preview] unknown class name", property
|
| /third_party/node/test/fixtures/source-map/ |
| D | icu.js | 10 className: "profile" property
|