Home
last modified time | relevance | path

Searched refs:types (Results 1 – 20 of 20) sorted by relevance

/interface/sdk-js/build-tools/sdk_upgrade_assistance_plugin/src/main/java/com/update/check/action/view/
DShowTypeDialog.java51 private LinkedHashMap<String, Boolean> types = new LinkedHashMap<>(); field in ShowTypeDialog
63 public ShowTypeDialog(Project project, LinkedHashMap<String, Boolean> types) { in ShowTypeDialog() argument
66 this.types = types; in ShowTypeDialog()
74 ChangeType changeType = new ChangeType(types); in setStyle()
112 this.types.computeIfPresent(String.valueOf(typeTable.getValueAt(row, 1)), in changeTypes()
119 int sum = types.size();
126 public ChangeType(LinkedHashMap<String, Boolean> types) { in ChangeType() argument
127 for (Map.Entry<String, Boolean> entry : types.entrySet()) { in ChangeType()
171 public static void showDialog(@NotNull Project project, LinkedHashMap<String, Boolean> types) { in showDialog() argument
172 ShowTypeDialog showTypeDialog = new ShowTypeDialog(project, types); in showDialog()
[all …]
/interface/sdk-js/api/
D@ohos.document.d.ts43 declare function choose(types?: string[]): Promise<string>;
66 declare function choose(types: string[], callback: AsyncCallback<string>): void;
D@system.geolocation.d.ts105 types: Array<string>; property
D@ohos.util.d.ts2278 class types { property in util.RationalNumber
/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_diff_changes.js268 const types = [];
270 paramType.types.forEach(type => {
271 types.push(type.getText());
274 types.push(paramType.getText());
276 return types;
/interface/sdk-js/build-tools/api_diff/src/
Dapi_data.js84 …const types = [ApiType.ClassType.code, ApiType.InterfaceType.code, ApiType.EnumType.code, ApiType.…
85 return types.includes(api.getApiType().code);
Dcollect_base_api.js116 if (stat.type.types) {
121 stat.type.types.forEach(type => {
245 if (child.type.types) {
246 child.type.types?.forEach(type => {
267 member.type.types?.forEach(type => {
415 } else if (param.type && param.type.types && param.type.types.length > 0) {
416 param.type.types.forEach(type => {
/interface/sdk-js/build-tools/collect_application_api/src/
DcollectApi.js146 if (stat.type.types) {
151 stat.type.types.forEach(type => {
377 } else if (param.type && param.type.types && param.type.types.length > 0) {
378 param.type.types.forEach(type => {
425 if (child.type.types) {
426 child.type.types.forEach(type => {
447 member.type.types.forEach(type => {
Dcollect_application_api.js203 const classNode = node.heritageClauses[0].types[0].expression;
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DapiSplitProcessor.ts68 … const types: ts.NodeArray<ts.TypeNode> = (node.parameters[0].type as ts.UnionTypeNode).types; constant
69 for (let i = 0; i < types.length; i++) {
70 const eventValueNode: ts.TypeNode = types[i];
DmodificationProcessor.ts228 if (/^extends /.test(clause.getText()) && clause.types) {
229 clause.types.forEach((type: ts.ExpressionWithTypeArguments) => {
/interface/sdk-js/build-tools/collect_api/
Dcollect_base_api.js147 if (stat.type.types) {
152 stat.type.types.forEach(type => {
242 if (child.type.types) {
243 child.type.types?.forEach(type => {
275 member.type.types?.forEach(type => {
421 } else if (param.type && param.type.types && param.type.types.length > 0) {
454 param.type.types.forEach(type => {
/interface/sdk-js/build-tools/sdk_upgrade_assistance_plugin/src/main/resources/
Dconst.properties47 check.types = 类型
/interface/sdk-js/build-tools/dts_parser/
Dtsconfig.json33 … /* Specify multiple folders that act like `./node_modules/@types`. */
54 …emove", /* Specify emit/checking behavior for imports that are only used for types */
88 …// "exactOptionalPropertyTypes": true, /* Interpret optional property types as writt…
/interface/sdk-js/build-tools/jsdoc_format_plugin/
Dtsconfig.json33 … /* Specify multiple folders that act like `./node_modules/@types`. */
54 …emove", /* Specify emit/checking behavior for imports that are only used for types */
88 …// "exactOptionalPropertyTypes": true, /* Interpret optional property types as writt…
/interface/sdk-js/build-tools/dts_parser/src/core/
DcoreImpl.ts533 unionTypeNode.types.forEach((type: ts.TypeNode) => {
548 value.types.forEach((value: ts.ExpressionWithTypeArguments) => {
565 value.types.forEach((value: ts.ExpressionWithTypeArguments) => {
/interface/sdk-js/build-tools/api_check_plugin/src/check_jsdoc_value/
Dcheck_rest_value.js29 const apiValue = node.heritageClauses ? node.heritageClauses[0].types[0].getText() : '';
/interface/sdk-js/
DLICENSE34 and conversions to other media types.
/interface/sdk-js/api/@internal/component/ets/
Dcommon.d.ts6024 expandSafeArea(types?: Array<SafeAreaType>, edges?: Array<SafeAreaEdge>): T;
/interface/sdk-js/build-tools/api_check_plugin/plugin/
Ddictionaries.txt64061 types