Home
last modified time | relevance | path

Searched refs:format (Results 1 – 25 of 26) sorted by relevance

12

/interface/sdk-js/api/
D@ohos.hilog.d.ts56 function debug(domain: number, tag: string, format: string, ...args: any[]): void;
80 function info(domain: number, tag: string, format: string, ...args: any[]): void;
104 function warn(domain: number, tag: string, format: string, ...args: any[]): void;
128 function error(domain: number, tag: string, format: string, ...args: any[]): void;
152 function fatal(domain: number, tag: string, format: string, ...args: any[]): void;
D@ohos.intl.d.ts987 format(date: Date): string;
1568 format(number: number): string;
2429 format(value: number, unit: string): string;
D@ohos.file.volumeManager.d.ts348 function format(volumeId: string, fsType: string, callback: AsyncCallback<void>): void;
369 function format(volumeId: string, fsType: string): Promise<void>;
D@ohos.multimedia.image.d.ts1075 format: string; property
1766 …function createImageReceiver(width: number, height: number, format: number, capacity: number): Ima…
1780 …function createImageCreator(width: number, height: number, format: number, capacity: number): Imag…
3078 readonly format: number; property
3152 readonly format: ImageFormat; property
3263 readonly format: ImageFormat; property
D@ohos.util.d.ts60 function printf(format: string, ...args: Object[]): string;
113 function format(format: string, ...args: Object[]): string;
D@ohos.ai.mindSporeLite.d.ts330 format: Format; property
D@ohos.i18n.d.ts555 format(number: string): string;
D@ohos.update.d.ts912 format: DescriptionFormat; property
D@ohos.multimedia.camera.d.ts92 readonly format: CameraFormat; property
D@ohos.security.cryptoFramework.d.ts255 readonly format: string; property
D@ohos.multimedia.media.d.ts1526 format?: AudioOutputFormat; property
/interface/sdk-js/build-tools/collect_application_api/src/
Dconfigs.js26 static getFlag(format) { argument
27 return format && this.formatMap.has(format) ? this.formatMap.get(format) : this.FLAG_EXCEL;
Dutils.js320 static formatDate(time, format) { argument
329 let dateStr = format.replace('Y', `${year}`);
Dapi_collector.js113 this.formatFlag = ReporterFormat.getFlag(argv.format);
/interface/sdk-js/build-tools/sdk_upgrade_assistance_plugin/src/main/java/com/update/check/log/
DLoggerImpl.java39 logger.error(String.format(MESSAGE_FORMAT, prefix, tag, message)); in error()
44 logger.info(String.format(MESSAGE_FORMAT, prefix, tag, message)); in info()
49 logger.warn(String.format(MESSAGE_FORMAT, prefix, tag, message)); in warn()
54 logger.debug(String.format(MESSAGE_FORMAT, prefix, tag, message)); in debug()
/interface/sdk-js/build-tools/api_diff/
DREADME_zh.md37 --format <json, excel, changelog> output file format
47 …indows/ets --oldVersion 旧版本SDK版本号 --newVersion 新版本SDK版本号 --output 输出路径 --format 报告格式(报告格式可选择excel或…
55 …indows/ets --oldVersion 旧版本SDK版本号 --newVersion 新版本SDK版本号 --output 输出路径 --format 报告格式(报告格式可选择excel或…
61 …-new 新版本旧版本interface_sdk-js根目录 --oldVersion 旧版本号 --newVersion 新版本号 --output 输出路径 --format changelog
/interface/sdk-js/build-tools/collect_application_api/
Dreademe.md29 --format <json,excel> format of the output report
35 工具输出 app_api.xlsx 或者 collectedApi.json,具体格式和路径取决于 --format, --output 参数
85 --format 指定扫描报告的格式, 支持 excel, json,默认为 excel 表格
/interface/sdk-js/build-tools/api_diff/src/
Dindex.js81 if (!argv.format || argv.format === 'json') {
83 } else if (argv.format === 'excel') {
86 } else if (argv.format === 'changelog') {
/interface/sdk-js/build-tools/jsdoc_format_plugin/
DREADME.md1 # JSDoc format
38 CLI to format d.ts
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DoutputProcessor.ts30 outputContent = formater.format(context);
33 outputContent = prettier.format(outputContent, context.getOptions().formaterOption);
60 format(context: Context): string {
/interface/sdk-js/api/@internal/component/ets/
Dtext_clock.d.ts138 format(value: string): TextClockAttribute;
Dtext_timer.d.ts245 format(value: string): TextTimerAttribute;
/interface/sdk-js/api/tag/
Dnfctech.d.ts721 format(message: NdefMessage): Promise<void>; method
735 format(message: NdefMessage, callback: AsyncCallback<void>): void; method
/interface/sdk-js/build-tools/sdk_upgrade_assistance_plugin/src/main/resources/
Dconst.properties39 check.format = updateCheck\\api-diff\\result --format json
/interface/sdk-js/build-tools/collect_application_api/test/testCase/
Dtest.js37 format: 'json', property

12