Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/swiperefresher/interfaces/
H A Dswiperefresher.js113 this.observeComponentCreation((h11, i11) => {
114 ViewStackProcessor.StartGetAccessRecordingFor(h11);
/ohos5.0/docs/zh-cn/application-dev/internationalization/
H A Di18n-time-date.md91 | h11 | 下午13:04 |
123 …at5 = new intl.DateTimeFormat('zh-CN', {dateStyle: 'short', timeStyle: 'short', hourCycle: 'h11'});
H A Di18n-locale-culture.md30 | hc | 表示用户使用的小时周期。例如,0~11小时周期使用”h11”表示。 |
/ohos5.0/foundation/multimedia/av_session/avpicker/
H A Davpicker.js55 constructor(d11, e11, f11, g11 = -1, h11 = undefined, i11) { argument
57 if (typeof h11 === 'function') {
58 this.paramsGenerator_ = h11;
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-time-date.md91 | h11 | 13:04|
123 …at5 = new intl.DateTimeFormat('zh-CN', {dateStyle: 'short', timeStyle: 'short', hourCycle: 'h11'});
H A Di18n-locale-culture.md30 | hc | Hour cycle used by the user. For example, **h11** indicates the hour cycle from 0 to 11.|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-localization-kit/
H A Djs-apis-intl.md42 | hourCycle | string | 是 | 区域的时制信息,<br>取值包括:"h12",&nbsp;"h23",&nbsp;"h11",&nbsp;"h24"。 |
207 | hourCycle | string | 否 |时制格式,<br>取值包括:"h11",&nbsp;"h12",&nbsp;"h23",&nbsp;"h24"。 |
381 | hourCycle | string | 否 |时制格式,<br>取值包括:"h11",&nbsp;"h12",&nbsp;"h23",&nbsp;"h24"。 |
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1095 let h11 = Math.trunc(z10 / this.colNum); variable
1099 g11 = (h11 + 1) * (this.blockHeight - 8) + 8;
1102 g11 = (h11 + 1) * this.blockHeight;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js313 __Common__.onAreaChange((g11, h11) => {
314 this.menuSectionWidth = Number(h11.width);
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/
H A Djs-apis-intl.md42 …ing | Yes | Time system for the locale.<br>The value can be **h12**, **h23**, **h11**, **h24**.|
207 | hourCycle | string | No |Hour cycle.<br>The value can be **h11**, **h12**, **h23**, or …
381 | hourCycle | string | No |Hour cycle.<br>The value can be **h11**, **h12**, **h23**, or …
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js1707 this.h11 = this.INITIAL_INVALID_VALUE;
2501 this.h11 = y11;
2505 return this.h11;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1114 this.observeComponentCreation2((g11, h11) => {