Home
last modified time | relevance | path

Searched refs:special (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/ohos5.0/docs/en/contribute/
H A Dlicenses-and-special-license-review.md5 … in the OpenHarmony community. It also describes the review process and rules for special licenses.
137 …the code or third-party dependency that uses a special license (a license not in the trustlist), a…
143 The OpenHarmony compliance SIG is responsible for organizing the special license review. At least t…
147 If your software module or code plans to use a special license, proactively provide a review reques…
151 …arizes the gated check-in results, obtains the software modules that use special licenses, and org…
153 …results, the compliance SIG can organize a special license review if it finds that the code will u…
157special licenses in the OpenHarmony project, passing the special license review is a prerequisite …
161 …other than Apache License 2.0 is used, a proper reason is required. If a special license is requir…
163special licenses used by the code contributed or third-party dependencies should meet the basic di…
165special licenses used by the code contributed or third-party dependencies should not contain unrea…
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/marquee/specStyle/
H A DspecStyle.css57 .item-special {
62 .special-div {
69 .special-left-div {
77 .special-right-div {
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/text/specStyle/
H A DspecStyle.css57 .item-special {
62 .special-div {
69 .special-left-div {
77 .special-right-div {
/ohos5.0/docs/zh-cn/application-dev/application-test/
H A Dwukong-guidelines.md53 | special | wukong专项测试。 |
93 special run special test
123 # wukong special -help //wukong专项测试帮助菜单
124 usage: wukong special [<arguments>]
125 These are wukong special arguments list:
126 -h, --help special test help
237 # wukong special -C [bundlename] -p
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-use-effect.md3 The **useEffect** attribute is used to combine the drawing of special effects, such as background b…
14 Specifies whether to combine the drawing of special effects, such as background blur.
24 …nherits the special effect settings of the **EffectComponent** component.<br>The value **true** me…
68 This example shows how to combine the drawing of special effects, including background blur.
H A Dts-container-effectcomponent-sys.md3 …*EffectComponent** component defines combined special effects for child components to optimize the…
H A Dts-basic-components-textinput-sys.md15 …de. This mode accepts only digits, letters, underscores (_), spaces, and special characters. An ey…
H A Dohos-arkui-advanced-ComposeListItem.md68 | LONGITUDINAL | 7 | Icon with a horizontal special ratio (width is greater than height), keeping t…
69 | VERTICAL | 8 | Icon with a vertical special ratio (height is greater than width), keeping the lon…
/ohos5.0/docs/en/application-dev/application-test/
H A Dwukong-guidelines.md5 …g user behavior. wukong provides three types of testing: random testing, special testing, and focu…
9 In special testing, specific application components are tested. Available features include shell st…
53 | special | Runs special testing. |
93 special run special test
118 # wukong special -help // Help menu for wukong special testing.
119 usage: wukong special [<arguments>]
120 These are wukong special arguments list:
121 -h, --help special test help
214 | -h, --help | Obtains the help information about the special testing.| No | - |
215 | -k, --spec_insomnia | Powers on/off the special testing. | No | - |
[all …]
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp747 if (!special) { in AnalysisHost()
817 bool special = true; in AnalysisSpecialFile() local
832 bool special = true; in AnalysisFile() local
918 bool special = false; in AnalysisNoDefaultProtocol() local
1007 bool special = true; in ParsingHostAndPath() local
1388 bool special = IsSpecial(urlData_.scheme); in GetPath() local
1389 if (!special) { in GetPath()
1462 bool special = IsSpecial(urlData_.scheme); in SetHostname() local
1498 bool special = IsSpecial(urlData_.scheme); in SetPath() local
1553 bool special = IsSpecial(urlData_.scheme); in SetHost() local
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.5/
H A Dchangelogs-file-management.md15 For applications that have special processing on "13900032 Unknown error", change the error code to…
23 For applications that have special processing on "Unknown error", change the error code to **139000…
/ohos5.0/docs/en/readme/
H A Dliteipc_driver.md28 | spObjNum | UINT32 | The number of special objects contained in the message data (cannot exc…
29 | offsets | void* | An array of offsets relative to data pointing to SpecialObj special obj…
38 | type | ObjType | The type of special object. It can be one of the following values **OBJ_F…
39 | content | ObjContent | The special object. |
69 … rights are not revokable, on error any access rights granted before the special object which caus…
84 …luding IpcMsg data structure, data size, size of special object offsets, and data in any BuffPtr s…
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-basic-syntax-overview.md25 …tern used to decorate classes, structs, methods, and variables to assign special meanings to them.…
43 - [@Builder](arkts-builder.md)/[@BuilderParam](arkts-builderparam.md): special method for encapsula…
H A Darkts-migration-background.md115special” values to the function, for example `notify(null, undefined)`? The program will continue …
133 some “special” values like `null` or `undefined`? In this case, checks like `__internal_tostring` b…
146 In TypeScript such behavior can be turned on by a special compiler flag called `strictNullChecks`. …
H A Darkts-application-state-management-overview.md9 - [AppStorage](arkts-appstorage.md): special, singleton LocalStorage object within the application,…
/ohos5.0/docs/en/application-dev/form/
H A Darkts-ui-widget-page-overview.md15 …ked with "supported in ArkTS widgets" can be used for ArkTS widgets. Pay special attention to the …
/ohos5.0/docs/en/design/ux-design/
H A Dapp-page-structure-design.md130 … differences. If users also expect a different application architecture, special adaptation is req…
134 ![special-page-structure](figures/special-page-structure.png)
H A Dadaptive-layout.md22 ![special-stretching-scenes](figures/special-stretching-scenes.png)
/ohos5.0/drivers/interface/power/v1_2/
H A DIPowerInterface.idl225 * The special sleep mode supported by the kernel and hardware is triggered by setting a special
/ohos5.0/docs/en/application-dev/reference/
H A Ddevelopment-intro.md18 - If both models are supported, no special description is provided.
43 - If an application can call an API without any permission, no special description is provided.
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-spring-curve.md4 …ation; this oscillation is resisted by the damping force. Except for the special case where the da…
21 …sivespringmotion9): creates a responsive spring animation curve. It is a special case of **springM…
H A Darkts-user-defined-modifier.md9 As a special type of **AttributeModifier**, **AttributeUpdater** not only inherits all the function…
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/progress/horizontal/style/
H A Dstyle.css111 .special-style {
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/slider/style/
H A Dstyle.css119 .special-style {
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Derrorcode-system-parameterV9.md37 The value of the system parameter is empty, is out of range, or contains special characters, for ex…

12345678910>>...17