| /interface/sdk-js/build-tools/sdk_upgrade_assistance_plugin/src/main/java/com/update/check/action/view/ |
| D | ShowTypeDialog.java | 51 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.ts | 43 declare function choose(types?: string[]): Promise<string>; 66 declare function choose(types: string[], callback: AsyncCallback<string>): void;
|
| D | @system.geolocation.d.ts | 105 types: Array<string>; property
|
| D | @ohos.util.d.ts | 2278 class types { property in util.RationalNumber
|
| /interface/sdk-js/build-tools/api_check_plugin/src/ |
| D | check_diff_changes.js | 268 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/ |
| D | api_data.js | 84 …const types = [ApiType.ClassType.code, ApiType.InterfaceType.code, ApiType.EnumType.code, ApiType.… 85 return types.includes(api.getApiType().code);
|
| D | collect_base_api.js | 116 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/ |
| D | collectApi.js | 146 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 => {
|
| D | collect_application_api.js | 203 const classNode = node.heritageClauses[0].types[0].expression;
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/ |
| D | apiSplitProcessor.ts | 68 … 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];
|
| D | modificationProcessor.ts | 228 if (/^extends /.test(clause.getText()) && clause.types) { 229 clause.types.forEach((type: ts.ExpressionWithTypeArguments) => {
|
| /interface/sdk-js/build-tools/collect_api/ |
| D | collect_base_api.js | 147 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/ |
| D | const.properties | 47 check.types = 类型
|
| /interface/sdk-js/build-tools/dts_parser/ |
| D | tsconfig.json | 33 … /* 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/ |
| D | tsconfig.json | 33 … /* 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/ |
| D | coreImpl.ts | 533 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/ |
| D | check_rest_value.js | 29 const apiValue = node.heritageClauses ? node.heritageClauses[0].types[0].getText() : '';
|
| /interface/sdk-js/ |
| D | LICENSE | 34 and conversions to other media types.
|
| /interface/sdk-js/api/@internal/component/ets/ |
| D | common.d.ts | 6024 expandSafeArea(types?: Array<SafeAreaType>, edges?: Array<SafeAreaEdge>): T;
|
| /interface/sdk-js/build-tools/api_check_plugin/plugin/ |
| D | dictionaries.txt | 64061 types
|