Home
last modified time | relevance | path

Searched refs:Numbers (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dimprove-application-cold-start-speed.md81 …:Numbers文件导出`export One`,需要在MainPage.ets中使用,尽量直接导入或者只嵌套一层Index文件,即在MainPage.ets中直接`import { One } …
85 // Numbers.ets
92 export * from './Numbers';
104 // Numbers.ets
108 import { One } from './Numbers';
135 【优化前】Index.ets中使用 import * as nm from '../utils/Numbers'。
138 import * as nm from '../utils/Numbers'; // 不推荐import *的方式
141 // Numbers.ets
148 【优化后】Index.ets中使用 import { One } from '../utils/Numbers'。
151 import { One } as nm from '../utils/Numbers'; // 推荐按需引用变量
[all …]
/ohos5.0/docs/en/design/ux-design/
H A Dmultimodal-badge.md19 - Numbers
22 | Dots| Numbers|
39 ### Numbers subsection
41 - Numbers mark only major events in the applications. For example, if there are multiple types of e…
/ohos5.0/base/global/timezone/
H A DREADME.md22 …hes for the latest version of time zone data from the [Internet Assigned Numbers Authority (IANA) …
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/include/
H A Dcommon.h53 enum Numbers { enum
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/include/
H A Dhdi_common_v1_2.h51 enum Numbers { enum
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/include/
H A Dhdi_common_v1_3.h49 enum Numbers { enum
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-badge.md296 ### Example 2: Controlling the Badge Visibility with Numbers
H A Dts-basic-components-textinput.md1698 ### Example 6: Formatting Phone Numbers
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-init-service.md201 …entifies a user based on the UID.<br>A valid UID ranges from 0 to 65535. Numbers in different rang…
H A Dsubsys-boot-init-sysparam.md62 | Number | const.os.version.api=26 | Numbers do not need to be enclosed in quotation mar…
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-Application-Typescript-JavaScript-coding-guide.md202 ## Do Not Use == or === to Check Whether Floating-Point Numbers Are Equal
/ohos5.0/docs/en/application-dev/quick-start/
H A Dtypescript-to-arkts-migration-guide.md1517 ### Recipe: Unary Operators `+`, `-`, and `~` Work Only on Numbers