Searched refs:date (Results 1 – 25 of 28) sorted by relevance
12
| /developtools/smartperf_host/ide/src/js-heap/utils/ |
| D | Utils.ts | 34 let date = new Date(Date.now()); 35 return `${date.getHours()}:${date.getMinutes()}:${date.getSeconds()}.${date.getMilliseconds()} `;
|
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | steps_ci.go | 112 date, err := time.ParseInLocation("2006-01-02 15:04:05", tag.Timestamp, time.Local) 116 if date.After(from) && date.Before(to) {
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerCommon.ts | 530 export function formatRealDate(date: Date, fmt: string): string { 532 'M+': date.getMonth() + 1, 533 'd+': date.getDate(), 534 'h+': date.getHours(), 535 'm+': date.getMinutes(), 536 's+': date.getSeconds(), 537 'q+': Math.floor((date.getMonth() + 3) / 3), 538 S: date.getMilliseconds(), 540 …if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (date.getFullYear() + '').substr(4 - RegExp.$1.…
|
| D | ProcedureLogicWorkerPerf.ts | 888 let date = this.topUpDataToBottomUpData(topUp.children); 892 return date;
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
| D | StartTestPage.ets | 220 let date = new Date() 221 let M = (date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1); 222 let D = date.getDate() + '-'; 224 if (date.getHours() < 10) { 225 h = "0" + date.getHours(); 227 h = date.getHours(); 229 let m = date.getMinutes();
|
| /developtools/smartperf_host/ide/src/base-ui/table/ |
| D | LitTableHtml.ts | 559 let date = new Date(); 563 fileName: `${date.getTime()}`,
|
| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| D | card_component_map.js | 232 date: {}, property
|
| D | rich_component_map.js | 324 date: { property
|
| /developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/privateAttr/ |
| D | privateAttr.hml | 88 …<picker type="date" start="{{start}}" end="{{end}}" selected="{{selected}}" value="{{value}}" luna… 103 …<picker-view type="date" start="{{start}}" end="{{end}}" selected="{{selected}}" lunar="{{lunar}}"…
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/ |
| D | HapVerify.java | 426 private String formatDateTime(Date date) { in formatDateTime() argument 427 if (date != null) { in formatDateTime() 429 return format.format(date); in formatDateTime()
|
| /developtools/ace_js2bundle/ |
| D | README_zh.md | 212 "date": "2020.09.04",
|
| D | LICENSE | 88 as of the date such litigation is filed.
|
| /developtools/ace_ets2bundle/ |
| D | LICENSE | 88 as of the date such litigation is filed.
|
| /developtools/syscap_codec/ |
| D | LICENSE | 88 as of the date such litigation is filed.
|
| /developtools/smartperf_host/ide/ |
| D | LICENSE | 88 as of the date such litigation is filed.
|
| /developtools/packing_tool/ |
| D | LICENSE | 88 as of the date such litigation is filed.
|
| /developtools/bytrace/ |
| D | LICENSE | 88 as of the date such litigation is filed.
|
| /developtools/global_resource_tool/ |
| D | LICENSE | 88 as of the date such litigation is filed.
|
| /developtools/profiler/ |
| D | LICENSE | 88 as of the date such litigation is filed.
|
| /developtools/hdc/ |
| D | LICENSE | 88 as of the date such litigation is filed.
|
| /developtools/integration_verification/tools/fotff/ |
| D | LICENSE | 87 as of the date such litigation is filed.
|
| /developtools/integration_verification/ |
| D | LICENSE | 87 as of the date such litigation is filed.
|
| /developtools/hiperf/ |
| D | LICENSE | 88 as of the date such litigation is filed.
|
| /developtools/packing_tool/jar/ |
| D | NOTICE | 91 as of the date such litigation is filed.
|
| /developtools/hapsigner/ |
| D | LICENSE | 88 as of the date such litigation is filed.
|
12