Home
last modified time | relevance | path

Searched defs:className (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
DjsxLibraryManagedAttributesUnusedGeneric.js15 div: { className: string } property
27 declare const Comp: (p: { className?: string }) => null field
DjsxJsxsCjsTransformCustomImportPragma(jsx=react-jsx).js31 …[jsx_runtime_1.jsx("p", {}, void 0), "text", jsx_runtime_1.jsx("div", { className: "foo" }, void 0… property
39 …[jsx_runtime_1.jsx("p", {}, void 0), "text", jsx_runtime_1.jsx("div", { className: "foo" }, void 0… property
DjsDeclarationsReactComponents.js128 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
DjsxJsxsCjsTransformCustomImportPragma(jsx=react-jsxdev).js32 … 4, columnNumber: 3 }, this), "text", jsx_dev_runtime_1.jsxDEV("div", { className: "foo" }, void 0… property
41 … 5, columnNumber: 3 }, this), "text", jsx_dev_runtime_1.jsxDEV("div", { className: "foo" }, void 0… property
DspellingSuggestionJSXAttribute.js5 function MyComp2(props: { className?: string, htmlFor?: string }) { field
8 class MyComp extends React.Component<{ className?: string, htmlFor?: string }> { } field in MyComp
DjsxJsxsCjsTransformCustomImport(jsx=react-jsx).js16 …[jsx_runtime_1.jsx("p", {}, void 0), "text", jsx_runtime_1.jsx("div", { className: "foo" }, void 0… property
DjsxIntrinsicUnions.js17 var tag = React.createElement(El, { className: "ok", key: "key" }, "Title"); property
DcorrectlyMarkAliasAsReferences4.js19 let k = React.createElement("button", Object.assign({}, buttonProps, { className: cx('class1', { cl… property
DcorrectlyMarkAliasAsReferences3.js23 React.createElement("span", { className: cx('class1', { class2: true }) })); property
DcorrectlyMarkAliasAsReferences1.js23 React.createElement("span", { className: cx('class1', { class2: true }) })); property
DreactTagNameComponentWithPropsNoOOM2.js33 React.createElement(Tag, __assign({ className: classes }, rest), children); property
DcorrectlyMarkAliasAsReferences2.js23 React.createElement("span", { className: cx('class1', { class2: true }) })); property
DreactTagNameComponentWithPropsNoOOM.js33 React.createElement(Tag, __assign({ className: classes }, rest), children); property
DjsxNamespaceImplicitImportJSXNamespaceFromPragmaPickedOverGlobalOne.js30 ? (P extends { className?: string } ? P & { css?: string } : P) field
DjsxNamespaceImplicitImportJSXNamespaceFromConfigPickedOverGlobalOne.js30 ? (P extends { className?: string } ? P & { css?: string } : P) field
/third_party/protobuf/php/src/Google/Protobuf/
DDescriptorPool.php61 public function getDescriptorByClassName($className)
71 public function getEnumDescriptorByClassName($className)
/third_party/node/deps/npm/node_modules/create-error-class/
Dindex.js16 module.exports = function createErrorClass(className, setup) { argument
Dreadme.md32 #### className subsubsection
/third_party/skia/third_party/externals/angle2/src/common/apple/
DSoftLinking.h77 # define SOFT_LINK_CLASS_HEADER(className) \ argument
83 # define SOFT_LINK_CLASS(framework, className) \ argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
DSerializableChecker.java70 private void writeFile(String className, byte bytes[]) in writeFile()
88 String className = "ohos.global.icu" + str.substring(0, ix).replace('/', '.'); in visit() local
DCoverageTest.java37 public void testSerialization(String className) throws ClassNotFoundException, IOException { in testSerialization()
DCompatibilityTest.java46 String className; field in CompatibilityTest.FileHolder
68 private static boolean skipFile(String icuVersion, String className) { in skipFile()
/third_party/node/test/fixtures/source-map/
Dicu.js10 className: "profile" property
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
DpackageManager.js32 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/typescript/src/services/codefixes/
DfixForgottenThisPropertyAccess.ts30 readonly className: string | undefined; property

12345