Home
last modified time | relevance | path

Searched refs:h1 (Results 1 – 25 of 136) sorted by relevance

123456

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-richtext.md72 | \<h1>--\<h6> | 被用来定义HTML,\<h1>定义重要等级最高的标题,\<h6>定义重要等级最低的标题。 | \<h1>这是一个标题\</h1>\<h2>这是h2标题\</h2> |
81 | \<style>\</style> | 定义HTML文档的样式信息。 | \<style>h1{color:red;}p{color:blue;}\</style> |
82 …ght: 500px;border: 1px soild;margin: 0 auto;'。 | \<h1 style='color:blue;text-align:center'>这是一个标题\…
94 @State data: string = '<h1 style="text-align: center;">h1标题</h1>' +
95 '<h1 style="text-align: center;"><i>h1斜体</i></h1>' +
96 '<h1 style="text-align: center;"><u>h1下划线</u></h1>' +
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/progressbutton/interfaces/
H A Dprogressbutton.js97 purgeVariableDependenciesOnElmtId(h1) { argument
98 this.__progress.purgeDependencyOnElmtId(h1);
99 this.__textProgress.purgeDependencyOnElmtId(h1);
100 this.__content.purgeDependencyOnElmtId(h1);
101 this.__isLoading.purgeDependencyOnElmtId(h1);
102 this.__enable.purgeDependencyOnElmtId(h1);
103 this.__progressColor.purgeDependencyOnElmtId(h1);
104 this.__containerBorderColor.purgeDependencyOnElmtId(h1);
105 this.__containerBackgroundColor.purgeDependencyOnElmtId(h1);
106 this.__textHeight.purgeDependencyOnElmtId(h1);
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-richtext.md68 <style>h1{color: yellow;}</style>
69 <p class="item-title">h1</p>
70 <h1>文本测试(h1测试)</h1>
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-richtext.md72h1>--\<h6> | Defines six levels of headings in the HTML document. \<h1> defines the most important…
81 | \<style>\</style> | Used to embed CSS within an HTML document.| \<style>h1{color:red;}p{color:blu…
82 …0px;border: 1px solid;margin: 0 auto;'**.| \<h1 style='color:blue;text-align:center'>This is a hea…
94 @State data: string = '<h1 style="text-align: center;">h1 heading</h1>' +
95 '<h1 style="text-align: center;"><i>h1 italic</i></h1>' +
96 '<h1 style="text-align: center;"><u>h1 underlined</u></h1>' +
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/
H A Dselecttitlebar.js1132 setInitiallyProvidedValue(h1) { argument
1136 if (h1.callbackId !== undefined) {
1137 this.callbackId = h1.callbackId;
1163 if (h1.fontSize !== undefined) {
1164 this.fontSize = h1.fontSize;
1166 if (h1.maxLines !== undefined) {
1167 this.maxLines = h1.maxLines;
1169 if (h1.cancel !== undefined) {
1170 this.cancel = h1.cancel;
1172 if (h1.confirm !== undefined) {
[all …]
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_linux.c104 struct uac1_ac_header_descriptor *h1 = NULL; in AudioUsbDriverInit() local
143 h1 = AudioUsbFindCsintDesc(alts->extra, alts->extralen, NULL, UAC_HEADER); in AudioUsbDriverInit()
144 if (h1 == NULL || h1->bLength < sizeof(*h1)) { in AudioUsbDriverInit()
149 for (i = 0; i < h1->bInCollection; i++) { in AudioUsbDriverInit()
150 AudioUsbParseAudioInterface(audioUsbDriver, h1->baInterfaceNr[i]); in AudioUsbDriverInit()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js1176 setInitiallyProvidedValue(h1) { argument
1180 if (h1.callbackId !== undefined) {
1181 this.callbackId = h1.callbackId;
1207 if (h1.fontSize !== undefined) {
1208 this.fontSize = h1.fontSize;
1210 if (h1.maxLines !== undefined) {
1211 this.maxLines = h1.maxLines;
1213 if (h1.cancel !== undefined) {
1214 this.cancel = h1.cancel;
1216 if (h1.confirm !== undefined) {
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-richtext.md68 <style>h1{color: yellow;}</style>
69 <p class="item-title">h1</p>
70 <h1>Text test (h1 test)</h1>
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js1366 setInitiallyProvidedValue(h1) { argument
1370 if (h1.callbackId !== undefined) {
1371 this.callbackId = h1.callbackId;
1397 if (h1.fontSize !== undefined) {
1398 this.fontSize = h1.fontSize;
1400 if (h1.maxLines !== undefined) {
1401 this.maxLines = h1.maxLines;
1403 if (h1.cancel !== undefined) {
1404 this.cancel = h1.cancel;
1406 if (h1.confirm !== undefined) {
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js178 u.writeString(h1.alias);
179 u.writeString(h1.name);
204 y1.forEach(h1 => {
206 u.writeString(h1.id);
246 let h1 = { class in l.unMarshallingDatabase
251 h1.name = t.readString();
252 h1.alias = t.readString();
253 h1.tables = [];
256 return h1;
266 h1.tables.push(v1);
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_execute_unit.cpp59 auto h1 = ffrt::submit_h([&]() { x += 3; }); in __anon316266890502() variable
71 auto h1 = ffrt::submit_h([&]() { x += 1; }); in __anon316266890902() variable
78 cancel_ret = ffrt::skip(h1);
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-print.md31 h1 {
40 <h1><b>
44 </h1>
H A Dweb-in-app-frontend-page-function-invoking.md17 <h1 id="text">这是一个测试信息,默认字体为黑色,调用runJavaScript方法后字体为绿色,调用runJavaScriptCodePassed方法后字体为红色</h1>
H A Dweb-event-sequence.md59 "<h1>intercept test</h1>\n" +
170 <h1>Hello, ArkWeb</h1>
H A Dweb-app-page-data-channel.md96 <h1>WebView Message Port Demo</h1>
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/config/include/
H A Ddaily_config.h28 auto h1 = std::hash<T1>{}(p.first); in operator()
30 return h1 ^ h2; in operator()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/
H A Dinnerfullscreenlaunchcomponent.js30 constructor(d1, e1, f1, g1 = -1, h1 = undefined, i1) { argument
32 if (typeof h1 === "function") {
33 this.paramsGenerator_ = h1;
/ohos5.0/base/usb/usb_manager/test/native/js_unittest/
H A DDateAndTimeUtil.js94 const h1 = parseInt(h) + twelve;
96 const time = h1 + ':' + str.substr(2).split(':')[1];
/ohos5.0/docs/en/application-dev/web/
H A Dweb-print.md31 h1 {
40 <h1><b>
44 </h1>
H A Dweb-in-app-frontend-page-function-invoking.md17h1 id="text">This is a piece of test information. The font color is black by default. It turns gre…
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
H A Dinputmethodlist.js414 let h1 = JSON.parse(g1); variable
415 if (h1) {
416 console.info(`${TAG} activeSubType: ${JSON.stringify(h1)}`);
423 for (let l1 = 0; l1 < h1.length; l1++) {
424 if (h1[l1].id === j1[k1].id) {
426 this.activeSubtypes.push(h1[l1]);
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_resource.h51 std::size_t h1 = std::hash<std::string>()(theme.bundleName); in operator() local
56 return h1 ^ h2 ^ h3 ^ h4 ^ h5; in operator()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/tests/
H A Dsdv_http_error.rs17 use ylong_http::h1::ResponseDecoder;
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dlib.rs25 pub mod h1; module
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicservicetabs/interfaces/
H A Datomicservicetabs.js101 set tabBarPosition(h1) {
102 this.__tabBarPosition.set(h1);

123456