/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-richtext.md | 72 | \<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 D | progressbutton.js | 97 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 D | js-components-basic-richtext.md | 68 <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 D | ts-basic-components-richtext.md | 72 …h1>--\<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 D | selecttitlebar.js | 1132 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 D | audio_usb_linux.c | 104 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 D | composetitlebar.js | 1176 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 D | js-components-basic-richtext.md | 68 <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 D | tabtitlebar.js | 1366 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 D | cloud_extension_stub.js | 178 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 D | ut_execute_unit.cpp | 59 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 D | web-print.md | 31 h1 { 40 <h1><b> 44 </h1>
|
H A D | web-in-app-frontend-page-function-invoking.md | 17 <h1 id="text">这是一个测试信息,默认字体为黑色,调用runJavaScript方法后字体为绿色,调用runJavaScriptCodePassed方法后字体为红色</h1>
|
H A D | web-event-sequence.md | 59 "<h1>intercept test</h1>\n" + 170 <h1>Hello, ArkWeb</h1>
|
H A D | web-app-page-data-channel.md | 96 <h1>WebView Message Port Demo</h1>
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/config/include/ |
H A D | daily_config.h | 28 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 D | innerfullscreenlaunchcomponent.js | 30 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 D | DateAndTimeUtil.js | 94 const h1 = parseInt(h) + twelve; 96 const time = h1 + ':' + str.substr(2).split(':')[1];
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-print.md | 31 h1 { 40 <h1><b> 44 </h1>
|
H A D | web-in-app-frontend-page-function-invoking.md | 17 …h1 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 D | inputmethodlist.js | 414 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 D | theme_pack_resource.h | 51 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 D | sdv_http_error.rs | 17 use ylong_http::h1::ResponseDecoder;
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/ |
H A D | lib.rs | 25 pub mod h1; module
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicservicetabs/interfaces/ |
H A D | atomicservicetabs.js | 101 set tabBarPosition(h1) { 102 this.__tabBarPosition.set(h1);
|