Home
last modified time | relevance | path

Searched defs:className (Results 1 – 25 of 124) 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
DcorrectlyMarkAliasAsReferences1.js23 React.createElement("span", { className: cx('class1', { class2: true }) })); property
DcorrectlyMarkAliasAsReferences2.js23 React.createElement("span", { className: cx('class1', { class2: true }) })); property
DcorrectlyMarkAliasAsReferences4.js19 let k = React.createElement("button", Object.assign({}, buttonProps, { className: cx('class1', { cl… property
DreactTagNameComponentWithPropsNoOOM2.js33 React.createElement(Tag, __assign({ className: classes }, rest), children); property
DcorrectlyMarkAliasAsReferences3.js23 React.createElement("span", { className: cx('class1', { class2: true }) })); property
DjsxNamespaceImplicitImportJSXNamespaceFromPragmaPickedOverGlobalOne.js30 ? (P extends { className?: string } ? P & { css?: string } : P) field
DreactTagNameComponentWithPropsNoOOM.js33 React.createElement(Tag, __assign({ className: classes }, rest), children); property
/third_party/protobuf/php/src/Google/Protobuf/
DDescriptorPool.php61 public function getDescriptorByClassName($className)
71 public function getEnumDescriptorByClassName($className)
/third_party/jsframework/mock-generate/src/declaration-node/
DclassDeclaration.ts40 const className = classNode.name === undefined ? '' : classNode.name.escapedText.toString(); constant
95 className: string, property
/third_party/node/deps/npm/node_modules/create-error-class/
Dindex.js16 module.exports = function createErrorClass(className, setup) { argument
/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/jsframework/mock-generate/src/generate/
DgenerateClassDeclaration.ts41 const className = firstCharacterToUppercase(classEntity.className); constant
/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()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableChecker.java67 private void writeFile(String className, byte bytes[]) in writeFile()
85 String className = "com.ibm.icu" + str.substring(0, ix).replace('/', '.'); in visit() local
DCoverageTest.java34 public void testSerialization(String className) throws ClassNotFoundException, IOException { in testSerialization()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCollectAPI.java100 String className = info.getClassName(); in writeHTML() local
164 String className = info.getClassName(); in writeTSV() local
/third_party/node/test/fixtures/source-map/
Dicu.js10 className: "profile" property

12345