/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | json.h | 27 const int indentation = JSON_DEFAULT_INDENTATION, const int currentIndentation = 0); 51 currentIndentation += indentation; in append() 62 out += to_formatted_string(v.value, indentation, currentIndentation); in append() 64 currentIndentation -= indentation; in append() 72 …BASE_NS::string& out, const typename value_t<T>::array& array, const int indentation, int currentI… in append() argument 81 currentIndentation += indentation; in append() 89 out += to_formatted_string(v, indentation, currentIndentation); in append() 91 currentIndentation -= indentation; in append() 121 append<T>(out, value.object_, indentation, currentIndentation); in to_formatted_string() 125 append<T>(out, value.array_, indentation, currentIndentation); in to_formatted_string() [all …]
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_data_service.cpp | 768 int indentation = 0; in PrintfInfo() local 771 indentation++; in PrintfInfo() 812 return indentation; in GetIndentation() 852 int indentation = 0; in PrintfInfo() local 855 indentation++; in PrintfInfo() 868 indentation++; in PrintfInfo() 873 indentation--; in PrintfInfo() 941 int indentation = 0; in PrintfInfo() local 944 indentation++; in PrintfInfo() 968 indentation++; in PrintfInfo() [all …]
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | responsive-layout.md | 19 This layout reveals different indentation effects on devices with different screen widths. 21  23 The indentation layout is applicable if over 50% of the screen is blank after stretching or if ther…
|
H A D | ui-layout-cases.md | 37 On a medium-sized device, the indentation layout is used to avoid too large blank space in the midd… 48 - Playlist information: Adaptive scaling is used, and the indentation layout is used on a medium-si… 52 - Playlist: Stretching is used, and the indentation layout is used on a medium-sized device.
|
H A D | multimodal-dialog.md | 10 …different components, for example, text (in different formats, such as indentation, link, or bold)…
|
H A D | app-ux-design.md | 51 … use the split-view layout, repetition layout, orientation layout, and indentation layout for bett…
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/ |
H A D | kvstore_data_service_test.cpp | 81 std::string indentation = kvStoreDataServiceTest.GetIndentation(1); variable 82 EXPECT_EQ(indentation, TEST_INDENTATION);
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/ |
H A D | policy_serializer_test.cpp | 418 builder["indentation"] = " "; 440 builder["indentation"] = " ";
|
/ohos5.0/docs/en/application-dev/reference/common/ |
H A D | js-apis-logs.md | 316 Increases the indentation of subsequent lines by two spaces. 317 If the information to be printed is provided, the information is printed without extra indentation. 379 Reduces the indentation of subsequent lines by two spaces.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-json.md | 157 …s passed in, it indicates the number of space characters to be used as indentation. If a string is… 232 …s passed in, it indicates the number of space characters to be used as indentation. If a string is…
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-coding-style-guide.md | 182 Preferentially use two-space indentation in most scenarios. Use four spaces in line break scenarios. 183 … of a Tab input to two spaces. The code editors should be configured to use spaces for indentation. 353 …secutive spaces. It is a bad practice if consecutive spaces in a line are not used for indentation.
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-ArkTS-coding-style-guide.md | 191 Preferentially use two-space indentation in most scenarios. Use four spaces in line break scenarios. 192 … of a Tab input to two spaces. The code editors should be configured to use spaces for indentation. 366 …secutive spaces. It is a bad practice if consecutive spaces in a line are not used for indentation.
|
H A D | OpenHarmony-c-coding-style-guide.md | 389 Only spaces can be used for indentation. Four spaces are indented each time. Do not use the Tab cha… 391 …sion of a Tab input to fours spaces. Configure your code editor to support indentation with spaces. 395 ### Rule 2.3 Use the K\&R indentation style. 406 …e is placed at the end of the line along with the statement, and one space is used for indentation. 445 …paramName3, ArgType paramName4, ArgType paramName5) // Good: 4 spaces are used for indentation. 451 …ype paramName1, ArgType paramName2, ArgType paramName3) // Good: 4 spaces are used for indentation. 475 …paramName3, paramName4, paramName5); // Good: 4 spaces are used for indentation. 478 paramName1, paramName2, paramName3); // 4 spaces are used for indentation. 564 Use the following indentation style for the `switch` statement: 659 ### Rule 2.11 Use indentation or make a reasonable alignment for a new line. [all …]
|
H A D | OpenHarmony-cpp-coding-style-guide.md | 232 Only spaces can be used for indentation. Four spaces are indented each time. Do not use the Tab cha… 237 ### Rule 3.3.1 Use the K&R indentation style. 246 …e is placed at the end of the line along with the statement, and one space is used for indentation. 264 - Most modern IDEs have an automatic code indentation, alignment and display. Placing the brace at … 299 …ramName4, ArgType paramName5) // Good: After the line break, 4 spaces are used for indentation. 305 …e paramName2, ArgType paramName3) // Good: After the line break, 4 spaces are used for indentation. 326 … // Good: Parameters are wrapped. After the line break, 4 spaces are used for indentation. 329 …mName2, paramName3); // After the line break, 4 spaces are used for indentation. 402 The indentation style of the switch statement is as follows: 778 …nitialization list must be on the same line or wrapped and aligned with four spaces of indentation. [all …]
|
H A D | OpenHarmony-JavaScript-coding-style-guide.md | 126 …* Only spaces are allowed for indentation. Two spaces are allowed at a time. Tab characters are no…
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hiappevent-watcher-mainthreadjank-events-arkts.md | 176 …tack frames aggregated and different call layers distinguished by line indentation. If the stack … 188 …2 indicates the invoking level of the frame. The line indentation size corresponds to this level. …
|
/ohos5.0/docs/en/contribute/template/ |
H A D | readme-template.md | 133 | F.2.3 | The code display meets the code indentation requirements.|
|
H A D | guide-template.md | 400 …- _Provide code that complies with the code indentation requirements. Do not use the Tab key to in…
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v4.0.2-release.md | 146 …10.18] When the indentation of the text in a memo is adjusted, saved, and the application is close…
|
H A D | OpenHarmony-v4.1-release.md | 25 …** component supports custom long-press menu events as well as component indentation and alignment.
|
H A D | OpenHarmony-v4.1-beta1.md | 44 …** component supports custom long-press menu events as well as component indentation and alignment.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__typography_8h.md | 129 …typography) \*) | Obtains the width of the longest line, including its indentation. You are advise… 205 … indents for typography. If this function is not called, texts will have no indentation applied. |
|
H A D | js-apis-graphics-text.md | 778 Obtains the width of the longest line, including its indentation, in the text. You are advised to r… 786 | number | Width of the longest line, including its indentation. The value is a floating point numb…
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-mini-appx-code.md | 177 …amName4, paramName5); // Good: Place the parameters in a new line, with an indentation of 4 spaces.
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | toybox.md | 245 …the input to a wordwrap of a given line length, preserves the existing indentation level, and writ…
|