Searched refs:h11 (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/swiperefresher/interfaces/ |
H A D | swiperefresher.js | 113 this.observeComponentCreation((h11, i11) => { 114 ViewStackProcessor.StartGetAccessRecordingFor(h11);
|
/ohos5.0/docs/zh-cn/application-dev/internationalization/ |
H A D | i18n-time-date.md | 91 | h11 | 下午13:04 | 123 …at5 = new intl.DateTimeFormat('zh-CN', {dateStyle: 'short', timeStyle: 'short', hourCycle: 'h11'});
|
H A D | i18n-locale-culture.md | 30 | hc | 表示用户使用的小时周期。例如,0~11小时周期使用”h11”表示。 |
|
/ohos5.0/foundation/multimedia/av_session/avpicker/ |
H A D | avpicker.js | 55 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 D | i18n-time-date.md | 91 | h11 | 13:04| 123 …at5 = new intl.DateTimeFormat('zh-CN', {dateStyle: 'short', timeStyle: 'short', hourCycle: 'h11'});
|
H A D | i18n-locale-culture.md | 30 | 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 D | js-apis-intl.md | 42 | hourCycle | string | 是 | 区域的时制信息,<br>取值包括:"h12", "h23", "h11", "h24"。 | 207 | hourCycle | string | 否 |时制格式,<br>取值包括:"h11", "h12", "h23", "h24"。 | 381 | hourCycle | string | 否 |时制格式,<br>取值包括:"h11", "h12", "h23", "h24"。 |
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/ |
H A D | gridobjectsortcomponent.js | 1095 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 D | tabtitlebar.js | 313 __Common__.onAreaChange((g11, h11) => { 314 this.menuSectionWidth = Number(h11.width);
|
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/ |
H A D | js-apis-intl.md | 42 …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 D | treeview.js | 1707 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 D | subheader.js | 1114 this.observeComponentCreation2((g11, h11) => {
|