/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-migration-background.md | 98 notify('Jack', 'You look great today') 125 notify('Jack', 'You look great today')
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-common-components-text-input.md | 204 …So the best way to destroy happiness is to look at something and focus on even the smallest flaw. … 206 …So the best way to destroy happiness is to look at something and focus on even the smallest flaw. … 208 …So the best way to destroy happiness is to look at something and focus on even the smallest flaw. … 210 …So the best way to destroy happiness is to look at something and focus on even the smallest flaw. …
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-migration-background.md | 17 Let’s take a look at the following TypeScript code: 105 Let’s take a look at the following code: 112 notify('Jack', 'You look great today') 142 notify('Jack', 'You look great today')
|
H A D | arkts-basic-syntax-overview.md | 4 With a basic understanding of the ArkTS language, let's look into the composition of ArkTS through …
|
H A D | start-overview.md | 3 …enting redirection between them. The following figure shows how the pages look on the DevEco Studi…
|
H A D | arkts-page-custom-components-lifecycle.md | 38 Based on the preceding figure, let's look into the creation, re-rendering, and deletion of a custom…
|
H A D | introduction-to-arkts.md | 9 … more structured approach to coding in JavaScript. ArkTS aims to keep the look and feel of TypeScr… 871 Here is how it should look in ArkTS:
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-common-components-text-input.md | 204 …So the best way to destroy happiness is to look at something and focus on even the smallest flaw. … 206 …So the best way to destroy happiness is to look at something and focus on even the smallest flaw. … 208 …So the best way to destroy happiness is to look at something and focus on even the smallest flaw. … 210 …So the best way to destroy happiness is to look at something and focus on even the smallest flaw. …
|
H A D | arkts-blur-effect.md | 3 …te a sense of realism. For example, blur and shadow effects can lend a 3D look to objects and deli…
|
H A D | arkts-shared-element-transition.md | 5 Let's look at an example. After an image is clicked, it disappears, and a new image appears in anot…
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 1581 BASE_NS::Math::Vec3 look(lookAt.GetX(), lookAt.GetY(), lookAt.GetZ()); in SetupCameraTransform() local 1583 BASE_NS::Math::Mat4X4 mat = BASE_NS::Math::LookAtRh(cameraPosition_, look, upTmp); in SetupCameraTransform() 1595 mat = BASE_NS::Math::LookAtRh(modifiedPos, look, upTmp); in SetupCameraTransform() 1694 BASE_NS::Math::Vec3 look(0.0, 0.0, 0.0); in GetLightPositionAndRotation() local 1696 BASE_NS::Math::Mat4X4 mat = BASE_NS::Math::LookAtRh(position, look, up); in GetLightPositionAndRotation() 1703 mat = BASE_NS::Math::LookAtRh(modified_pos, look, up); in GetLightPositionAndRotation()
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | performance-optimization-using-smartperf-host.md | 127 …utTask, which re-measures and lays out items, is time consuming. A closer look reveals that Layout… 289 A closer look at the phase data reveals that the **aboutToAppear** lifecycle callback takes a long … 342 A closer look at the phase data reveals that the **aboutToAppear** lifecycle callback now takes 2 m…
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | Readme-EN.md | 5 Before learning about how to port the code of a development board, take a look at the device classi…
|
H A D | porting-dayu200-on_standard-demo.md | 3203 Next, let's look at the differentiated adaptation function.
|
/ohos5.0/docs/en/contribute/template/ |
H A D | faq-template.md | 22 | 1. Locating: Users look up specific FAQs by identifying problem symptoms, akin to following a map…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-offscreencanvasrenderingcontext2d.md | 17 …- **brightness**: applies a linear multiplication to the image to make it look brighter or darker.…
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | visual-icons.md | 11 …lationship. Up-to-date design languages are added to the style to make it look more fashionable. S…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-gradient-color.md | 3 Create a more gorgeous look for a component by applying a gradient color effect to it.
|
H A D | ts-canvasrenderingcontext2d.md | 123 …**'brightness'**: applies a linear multiplication to the image to make it look brighter or darker.…
|
H A D | ts-offscreencanvasrenderingcontext2d.md | 59 …**'brightness'**: applies a linear multiplication to the image to make it look brighter or darker.…
|
/ohos5.0/build/config/compiler/ |
H A D | BUILD.gn | 252 # Don't look for includes in %INCLUDE%. 367 # On ohos, this isn't needed. gcc in the NDK knows to look next to 1424 # build reproducibility. Debuggers look for pdb files next to executables,
|
/ohos5.0/build/lite/ndk/doc/config/ |
H A D | Doxyfile_C | 257 # qualified scopes will look different, etc. 1066 # sheet that is used by each HTML page. It can be used to fine-tune the look of 1362 # further fine-tune the look of the index. As an example, the default style 1419 # installed or if you want to formulas look prettier in the HTML output. When 1701 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
|
H A D | Doxyfile_CPP | 257 # qualified scopes will look different, etc. 1066 # sheet that is used by each HTML page. It can be used to fine-tune the look of 1362 # further fine-tune the look of the index. As an example, the default style 1419 # installed or if you want to formulas look prettier in the HTML output. When 1701 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-mini-extend-file.md | 337 LittleFS is a good choice when you look for a flash file system that is power-cut resilient and has…
|
/ohos5.0/base/web/webview/ohos_nweb/prebuilts/ |
H A D | NOTICE | 9634 relevant directory) where a recipient would be likely to look for such a 22272 where a user would be likely to look for such a notice. If You 26500 file in a relevant directory) where a recipient would be likely to look 37483 where a user would be likely to look for such a notice. If You 54888 file in a relevant directory) where a recipient would be likely to look 79653 file in a relevant directory) where a recipient would be likely to look 85799 where a user would be likely to look for such a notice. If You 93337 where a user would be likely to look for such a notice. If You 98431 where a user would be likely to look for such a notice. If You 103290 where a user would be likely to look for such a notice. If You [all …]
|