Home
last modified time | relevance | path

Searched refs:html (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dhtml_test.cpp65 Html html(htmlContent, plainContent);
66 EXPECT_NE(html.dataType_, HTML);
82 Html html(htmlContent, plainContent);
83 EXPECT_NE(html.dataType_, HTML);
100 EXPECT_NE(html.dataType_, HTML);
117 EXPECT_EQ(html.dataType_, HTML);
133 Html html(type, value);
147 Html html; variable
148 html.SetHtmlContent(htmlContent);
162 Html html; variable
[all …]
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dhtml_napi.cpp48 auto *html = new (std::nothrow) HtmlNapi(); in New() local
50 html->value_ = std::make_shared<Html>(); in New()
51 ASSERT_CALL(env, napi_wrap(env, ctxt->self, html, Destructor, nullptr, nullptr), html); in New()
62 ASSERT_CALL_DELETE(env, napi_wrap(env, out, html, Destructor, nullptr, nullptr), html); in NewInstance()
70 delete html; in Destructor()
85 auto html = GetHtml(env, info, ctxt); in GetPlainContent() local
87 … ctxt->env, (html != nullptr && html->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetPlainContent()
109 … ctxt->env, (html != nullptr && html->value_ != nullptr), Status::E_ERROR, "invalid object!"); in SetPlainContent()
118 auto html = GetHtml(env, info, ctxt); in GetHtmlContent() local
120 … ctxt->env, (html != nullptr && html->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetHtmlContent()
[all …]
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-page-loading-with-web-components.md63 ```html
108 ```html
111 <html>
115 </html>
120 ```html
123 <html>
127 </html>
199 加载的html文件。
201 ```html
204 <html>
[all …]
H A Dweb-redirection-and-browsing-history-mgmt.md85 - route.html前端页面代码。
87 ```html
89 <!DOCTYPE html>
90 <html>
96 </html>
161 - 前端页面call.html代码。
163 ```html
164 <!-- call.html -->
165 <!DOCTYPE html>
166 <html>
[all …]
H A Dweb-in-page-app-function-invoking.md199 ```html
202 <html>
214 </html>
274 ```html
277 <html>
287 </html>
356 <html>
429 <html>
502 <html>
614 <html>
[all …]
H A Dweb-resource-interception-request-mgmt.md13 - 前端页面index.html代码。
15 ```html
16 <!DOCTYPE html>
17 <html>
25 </html>
41 '<html>\n' +
48 '</html>'
80 ```html
81 <!DOCTYPE html>
82 <html>
[all …]
H A Dweb-scheme-handler.md561 {"test.html", "text/html"},
562 {"video.html", "text/html"},
563 {"isolated.html", "text/html"},
565 {"post_data.html", "text/html"},
567 {"local.html", "text/html"},
669 <html>
694 <html>
723 <html>
744 <html>
759 <html>
[all …]
H A Dweb-cross-origin.md30 ["https://www.example.com/index.html", "index.html"],
35 ["index.html", 'text/html'],
81 ```html
82 <!-- main/resources/rawfile/index.html -->
83 <html>
90 </html>
150 ```html
151 <!-- main/resource/rawfile/index.html -->
152 <!DOCTYPE html>
153 <html lang="en">
[all …]
H A Dweb-download.md64 加载的html文件。
65 ```html
67 <!DOCTYPE html>
68 <html>
75 <a href='data:text/html,%3Ch1%3EHello%2C%20World%21%3C%2Fh1%3E' download='download.html'>下载download…
77 </html>
80 待下载的html文件。
81 ```html
83 <!DOCTYPE html>
84 <html>
[all …]
H A Dweb-set-dark-mode.md21 Web({ src: $rawfile('index.html'), controller: this.controller })
45 Web({ src: $rawfile('index.html'), controller: this.controller })
53 - index.html页面代码。
55 ```html
56 <!-- index.html -->
57 <!DOCTYPE html>
58 <html>
76 </html>
H A Dweb-file-upload.md25 Web({ src: $rawfile('local.html'), controller: this.controller })
48 - local.html页面代码。
50 ```html
51 <!DOCTYPE html>
52 <html>
63 </html>
H A Dweb-print.md3 Web组件打印html页面时可通过W3C标准协议接口和应用接口两种方式实现。
18 可通过前端css样式控制是否打印,例如@media print。再通过web加载该html页面的方式运行。
20 - print.html页面代码。
22 ```html
23 <!DOCTYPE html>
24 <html>
86 Web({ src: $rawfile("print.html"), controller: this.controller })
H A Dweb-in-app-frontend-page-function-invoking.md11 ```html
12 <!-- index.html -->
13 <!DOCTYPE html>
14 <html>
35 </html>
67 Web({ src: $rawfile('index.html'), controller: this.webviewController })
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dweb_controller_test.cpp59 std::shared_ptr<std::string> html( variable
76 std::shared_ptr<std::string> html( variable
93 std::shared_ptr<std::string> html( variable
110 std::shared_ptr<std::string> html( variable
136 std::shared_ptr<std::string> html( variable
155 newPasteData->AddHtmlRecord(*html);
182 std::shared_ptr<std::string> html( variable
236 std::shared_ptr<std::string> html( variable
253 std::shared_ptr<std::string> html( variable
259 EXPECT_EQ(*newHtml, *html);
[all …]
/ohos5.0/docs/en/application-dev/web/
H A Dweb-page-loading-with-web-components.md63 ```html
108 ```html
111 <html>
115 </html>
120 ```html
123 <html>
127 </html>
201 ```html
204 <html>
208 </html>
[all …]
H A Dweb-in-page-app-function-invoking.md201 ```html
204 <html>
216 </html>
276 ```html
279 <html>
289 </html>
358 <html>
431 <html>
504 <html>
616 <html>
[all …]
H A Dweb-redirection-and-browsing-history-mgmt.md87 ```html
88 <!-- route.html -->
89 <!DOCTYPE html>
90 <html>
96 </html>
161 - Code of the **call.html** page:
163 ```html
164 <!-- call.html -->
165 <!DOCTYPE html>
166 <html>
[all …]
H A Dweb-resource-interception-request-mgmt.md13 - Code of the **index.html** page:
15 ```html
16 <!DOCTYPE html>
17 <html>
25 </html>
41 '<html>\n' +
48 '</html>'
80 ```html
81 <!DOCTYPE html>
82 <html>
[all …]
H A Dweb-scheme-handler.md561 {"test.html", "text/html"},
562 {"video.html", "text/html"},
563 {"isolated.html", "text/html"},
565 {"post_data.html", "text/html"},
567 {"local.html", "text/html"},
669 <html>
694 <html>
723 <html>
744 <html>
759 <html>
[all …]
H A Dweb-cross-origin.md13html** and **js/script.js** files are stored in the **rawfile** folder of the project directory. I…
27 ["https://www.example.com/index.html", "index.html"],
32 ["index.html", 'text/html'],
39 …// For the local index.html file, use HTTP or HTTPS in place of file or resource as the protocol a…
41 Web({ src: "https://www.example.com/index.html", controller: this.webviewController })
78 ```html
79 <!-- main/resources/rawfile/index.html -->
80 <html>
87 </html>
/ohos5.0/build/test/
H A DREADME.md13 conftest.py pytest测试框架生成html配置文件,必须跟用例文件同路径
60 pytest -vs --html option_report_path option_script_path
64 --html option_report_path:在option_report_path路径下生成html文件,其中包括asset目录和对应的html文件,注意:asset和html文件必须在同路径
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md229 <html>
1860 ```html
1863 <html>
1880 </html>
1933 <html>
2291 <html>
2346 <html>
2669 <html>
2718 <html>
2833 <html>
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-canvas-canvasrenderingcontext2d.md11 ```html
98 ```html
123 ```html
148 ```html
175 ```html
203 ```html
232 ```html
256 ```html
295 ```html
331 ```html
[all …]
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp336 auto html = OH_UdsHtml_Create(); variable
338 OH_UdsHtml_Destroy(html);
350 auto html = OH_UdsHtml_Create(); variable
352 OH_UdsHtml_Destroy(html);
371 auto html = OH_UdsHtml_Create(); variable
374 OH_UdsHtml_Destroy(html);
396 OH_UdsHtml_Destroy(html);
426 html->obj = nullptr;
429 OH_UdsHtml_Destroy(html);
452 html->obj = nullptr;
[all …]
/ohos5.0/build/test/example/
H A Dconftest.py22 from py.xml import html
53 cells.insert(2, html.th("Description", class_="sortable desc", col="desc"))
54 cells.insert(1, html.th("Time", class_="sortable time", col="time"))
59 cells.insert(2, html.th(report.description))
60 … cells.insert(1, html.th(time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()), class_="col-time"))

12345678910>>...27