Home
last modified time | relevance | path

Searched refs:edit (Results 1 – 25 of 74) sorted by relevance

123

/ohos5.0/docs/zh-cn/third-party-cases/
H A Dimage-edit.md9 ![image-edit](figures/image-edit.gif)
91 if(!this.edit){
112 @State edit:boolean = false
123 this.edit = true
185 if(!this.edit){
211 this.edit = false
H A DReadme-CN.md74 - [常见图片编辑](image-edit.md)
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_common/
H A Ddlp_permission_serializer.cpp141 bool edit = false; in SerializeAuthUserInfo() local
150 edit = true; in SerializeAuthUserInfo()
155 edit = true; in SerializeAuthUserInfo()
165 rightInfoJson[EDIT_INDEX] = edit; in SerializeAuthUserInfo()
181 bool edit = false; in DeserializeAuthUserInfo() local
194 } else if (edit) { in DeserializeAuthUserInfo()
238 bool edit = false; in SerializeEveryoneInfo() local
247 edit = true; in SerializeEveryoneInfo()
252 edit = true; in SerializeEveryoneInfo()
362 bool edit = false; in DeserializeEveryoneInfo() local
[all …]
/ohos5.0/docs/zh-cn/application-dev/inputmethod/
H A DReadme-CN.md5 - [在自绘编辑框中使用输入法](use-inputmethod-in-custom-edit-box.md)
8 - [自绘编辑框开发指导 (C/C++)](use-inputmethod-in-custom-edit-box-ndk.md)
/ohos5.0/docs/en/application-dev/inputmethod/
H A DReadme-EN.md5 - [Using the Input Method in a Custom Edit Box](use-inputmethod-in-custom-edit-box.md)
8 - [Custom Edit Box Development Guide (C/C++)](use-inputmethod-in-custom-edit-box-ndk.md)
H A Duse-inputmethod-in-custom-edit-box.md3 … cursor movement. In this way, the input method can be used in the custom edit box, implementing m…
19 2. In the component, use the **Text** component to show the text in the custom edit box, and the **…
29 Text(this.inputText) // Use the Text component to show the text in the custom edit box.
53 Text(this.inputText) // Use the Text component to show the text in the custom edit box.
H A Duse-inputmethod-in-custom-edit-box-ndk.md6 IME Kit allows you to use self-drawing components to develop the custom edit box to interact with i…
107 When the edit box is out of focus, you need to stop using the input method and unbind the input met…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.11.1/
H A Dchangelogs-mediaLibrary.md76 Before the change, the **mediaLibrary** APIs are used to edit files in the **Documents** and **Down…
82 …(../../../application-dev/reference/apis/js-apis-file-fs.md#writesync) to edit the file based on t…
83 6. After the edit, call **fileAsset.close** to close the FD of the file.
120 After the change, use **FilePicker** APIs to edit the files in the user file directory.
126 …(../../../application-dev/reference/apis/js-apis-file-fs.md#writesync) to edit the file based on t…
127 6. After the edit, call [fs.closeSync](../../../application-dev/reference/apis/js-apis-file-fs.md#c…
171 5. Call **fs.write** to edit the file based on the FD.
172 6. After the edit, call **fileAsset.close** to close the FD of the file.
208 …(../../../application-dev/reference/apis/js-apis-file-fs.md#writesync) to edit the file based on t…
209 6. After the edit, call [fs.closeSync](../../../application-dev/reference/apis/js-apis-file-fs.md#c…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.6/
H A Dchangelogs-mediaLibrary.md54 **The following example shows how to use the mediaLibrary APIs to edit a file in the public directo…
60 …(../../../application-dev/reference/apis/js-apis-file-fs.md#writesync) to edit the file through th…
61 6. After the edit, call **fileAsset.close** to close the FD of the file.
98 **The following example shows how to use the FilePicker APIs to edit a file in the public directory…
104 …(../../../application-dev/reference/apis/js-apis-file-fs.md#writesync) to edit the file through th…
105 6. After the edit, call [fs.closeSync](../../../application-dev/reference/apis/js-apis-file-fs.md#c…
150 5. Call **fs.write** to edit the file through the FD.
151 6. After the edit, call **fileAsset.close** to close the FD.
187 …(../../../application-dev/reference/apis/js-apis-file-fs.md#writesync) to edit the file through th…
188 6. After the edit, call [fs.closeSync](../../../application-dev/reference/apis/js-apis-file-fs.md#c…
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-tool.md13 …rence/apis-image-kit/js-apis-image.md#getimageproperty11) for APIs used to read and edit EXIF data.
26 2. Read and edit EXIF data.
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Dinputmethod__types__capi_8h.md27 | [InputMethod_ExtendAction](_input_method.md#inputmethod_extendaction) | Type of the extended edit
40 …ME_EXTEND_ACTION_PASTE](_input_method.md) = 5<br>} | Type of the extended edit action on the text …
H A Djs-apis-inputmethod.md690 Describes the type of the extended edit action on the text box.
724 Describes the configuration of the edit box.
989 > Calling this API does not detach the edit box from the input method. The edit box can call [showT…
1033 > Calling this API does not detach the edit box from the input method. The edit box can call [showT…
1527 …called only when the edit box is attached to the input method. That is, it can be called to end th…
1576 …called only when the edit box is attached to the input method. That is, it can be called to end th…
1623 …alled only when the edit box is attached to the input method. That is, it can be called to show th…
1667 …alled only when the edit box is attached to the input method. That is, it can be called to show th…
1709 …alled only when the edit box is attached to the input method. That is, it can be called to hide th…
1795 …called only when the edit box is attached to the input method. That is, it can be called to end th…
[all …]
H A Djs-apis-inputmethodengine.md31 | PATTERN_NULL | number | -1 | Any type of edit box.|
32 | PATTERN_TEXT | number | 0 | Text edit box.|
33 | PATTERN_NUMBER | number | 2 | Number edit box.|
34 | PATTERN_PHONE | number | 3 | Phone number edit box.|
35 | PATTERN_DATETIME | number | 4 | Date edit box.|
36 | PATTERN_EMAIL | number | 5 | Email edit box.|
37 | PATTERN_URI | number | 6 | URI edit box.|
38 | PATTERN_PASSWORD | number | 7 | Password edit box.|
48 | FLAG_SELECTING | number | 2 | The edit box is being selected.|
3181 Obtains the attribute of the edit box.
[all …]
/ohos5.0/foundation/distributeddatamgr/data_object/samples/distributedNotepad/entry/src/main/js/MainAbility/pages/detail/
H A Ddetail.js23 edit: '保存'
/ohos5.0/docs/en/application-dev/application-models/
H A Dinter-device-interaction-hop-overview.md15 …device boundaries and makes applications modular. For example, a user can edit the same email, car…
25 …images from the local Gallery, insert them to the note, and edit them. On device B, you edit the t…
H A DphotoEditorExtensionAbility.md3edit an image, it can call **startAbilityByType** to start the vertical domain panel that displays…
9edit an image in Gallery, the Gallery application can call **startAbilityByType** to start the ima…
132 hilog.info(0x0000, TAG, `Start to edit image and save.`);
203 …nsionAbility.md) on the panel. Then the user can choose an application to edit the image, and the …
/ohos5.0/docs/zh-cn/contribute/style-guide/
H A Dstyle-guide-document-structure.md62 ![Markdown中标题编辑样式](figures/heading-edit-style.png)
/ohos5.0/docs/en/readme/
H A Dinput-method-framework.md5 …establishing a communication channel between the application in which the edit box is located and …
19 …ut method application can be correctly started, and collaborates with the edit box application to …
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-photoEditorExtensionContext.md66 hilog.info(0x0000, TAG, `Start to edit image and save.`);
153 hilog.info(0x0000, TAG, `Start to edit image and save.`);
/ohos5.0/docs/en/application-dev/security/DataProtectionKit/
H A Ddlp-overview.md3 …access authorization. The data owner can grant the permission (read only, edit, or full control) o…
44 …d shares the link file to the application. The application can access and edit the plaintext file,…
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/docs/
H A DDEBUGGUIDE.md108 ![](../figures/edit-hcs.png)
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.1/
H A Dchangelogs-imf.md14 | getEditorAttributeSync(): EditorAttribute | Obtains the attribute of the edit box. |
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-photoEditorExtensionContext.md66 hilog.info(0x0000, TAG, `Start to edit image and save.`);
153 hilog.info(0x0000, TAG, `Start to edit image and save.`);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-SelectionMenu.md50edit menu is not displayed.<br>When both **action** and **builder** in **EditorMenuOptions** are c…
61 Describes the edit menu options.
/ohos5.0/base/inputmethod/imf/
H A DREADME.md44 1. Click in the edit attribute control to invoke the default input method application through the i…

123