Home
last modified time | relevance | path

Searched refs:Special (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dconsts.rs122 Special(&'a [u8]), enumerator
128 const BS: PrintMapItem = PrintMapItem::Special(b"\\b"); // BS 退格 \x08
130 const LF: PrintMapItem = PrintMapItem::Special(b"\\n"); // LF 换行 \x0A
131 const FF: PrintMapItem = PrintMapItem::Special(b"\\f"); // FF 换页 \x0C
133 const QU: PrintMapItem = PrintMapItem::Special(b"\\\""); // 双引号 \x22
134 const SO: PrintMapItem = PrintMapItem::Special(b"/"); // 斜杠 \x2F
135 const RS: PrintMapItem = PrintMapItem::Special(b"\\\\"); // 反斜杠 \x5C
184 let item = PrintMapItem::Special(b"abc");
186 assert_eq!(item, PrintMapItem::Special(b"abc"));
208 let item1 = PrintMapItem::Special(b"abc");
[all …]
H A Dencoder.rs344 PrintMapItem::Special(x) => { in encode_string_inner()
/ohos5.0/docs/en/contribute/
H A Dlicenses-and-special-license-review.md1 # Licenses and Special License Review
135 ## Rules for Introducing Special Licenses
139 ### Special License Review Process
141 #### Organizing a Special License Review
145 #### Triggering a Special License Review
155 #### Conclusion of Special License Review
159 ### Special License Review Rules
H A Dhow-to-contribute.md19 For details about how to participate in Special Interest Group (SIG), see **SIG Governance**.
H A DOpenHarmony-open-source-compliance-policy.md28 - [Licenses and Special License Review](licenses-and-special-license-review.md)
H A Ddocs-release-process.md7 When planning a feature requirement, each service Special Interest Group (SIG) should determine whe…
H A Dreadme.opensource_design_specification_document_and_usage_guide.md177 ### 5. Handling Special Cases
H A Dintroducing-open-source-software.md129 For details, see [Licenses and Special License Review](licenses-and-special-license-review.md).
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-ability-startAbilityParameter.md23 | abilityStartSetting | { [key: string]: any } | No | Special attribute of the target ability. Th…
24 | abilityStartSettings<sup>11+<sup> | Record\<string, Object> | No | Special attribute of the tar…
/ohos5.0/docs/zh-cn/contribute/
H A D参与贡献.md19 如何参与SIG(Special Interest Group)特别兴趣小组,请参考[SIG治理章程](https://gitee.com/openharmony/community/tree/mas…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-use-effect.md1 # Special Effect Drawing Combination
/ohos5.0/docs/en/design/ux-design/
H A Ddesign-checklist.md23 …t devices are the same as those specified in the guide in each scenario. Special attention must be…
H A Dapp-page-structure-design.md128 ## Special Page Structure
/ohos5.0/docs/en/device-dev/porting/
H A DReadme-EN.md3 OpenHarmony has organized a Special Interest Group (SIG) [SIG_DevBoard](https://gitee.com/openharmo…
/ohos5.0/docs/zh-cn/design/
H A DOpenHarmony部件设计和开发指南.md160 部件的新增、修改(功能和接口变化)和删除需经架构SIG(Special Interest Group)和[相关领域的SIG leader](https://gitee.com/openharmony…
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-sorting-local.md62 | | searchjl | Special collation type for Korean initial consonant search.| |
/ohos5.0/docs/en/application-dev/database/
H A Daccess-control-by-device-and-data-level.md17 | Critical| S4 | Special data types defined by industry laws and regulations, involving the most pr…
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Darkts-bytecode-file-format.md412 …小部分,然后生成一个新的位置条目(参见[DWARF调试信息格式第3版](https://dwarfstd.org/dwarf3std.html)第6.2.5.1项 Special Opcodes):
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-bytecode-function-name.md66 #### Special Situations
H A Darkts-bytecode-file-format.md409 | Special operation code | `0x0c..0xff` | | | | Makes the **line** and **address** …
412 …d then generates a new location entry. For details, see section 6.2.5.1 "Special Opcodes" in [DWAR…
/ohos5.0/docs/en/application-dev/application-test/
H A Dwukong-guidelines.md208 ## Special Testing
/ohos5.0/docs/en/readme/
H A Dliteipc_driver.md69 …dle. Returns with error **ENOMEM** if the memory cannot be allocated. Special objects in offset…
/ohos5.0/docs/en/application-dev/media/media/
H A Dstreaming-media-playback-development-guide.md54 ## Special Notes
/ohos5.0/docs/en/device-dev/security/
H A Dsecurity-privacy-protection.md165 ## **Privacy Protection Requirements for Special Categories**
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dimage__common_8h.md121 …tive_module.md#ohos_image_property_custom_rendered) = "CustomRendered" | Special processing on ima…

12