Home
last modified time | relevance | path

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

123

/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_native_display_manager___display_color_space.md6 The NativeDisplayManager_DisplayColorSpace struct encapsulates all the color spaces supported by a …
20 | uint32_t [colorSpaceLength](#colorspacelength) | Number of color spaces supported by the display.…
21 | uint32_t \* [colorSpaces](#colorspaces) | Data of the color spaces supported by the display.|
35 Number of color spaces supported by the display.
46 Data of the color spaces supported by the display.
H A Doh__display__info_8h.md30 …e_display_manager___display_color_space.md) | Encapsulates all the color spaces supported by a dis…
48 …er_displaycolorspace) | Defines a struct that encapsulates all the color spaces supported by a dis…
H A D_native_display_manager___display_info.md39 …r___display_color_space.md) \* [colorSpace](#colorspace) | All the color spaces supported by the d…
75 All the color spaces supported by the display.
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/src/
H A Djs_convertxml.ts18 spaces?: string | number;
54 let space: string | number | undefined = converted.spaces;
55 delete converted.spaces;
75 let space: string | number | undefined = converted.spaces;
76 delete converted.spaces;
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dlist_dumper.cpp108 std::string spaces; in AppendBlank() local
110 spaces = NAME_SPACE.substr(str.length()); in AppendBlank()
112 return spaces; in AppendBlank()
/ohos5.0/docs/en/release-notes/changelogs/v3.2-Release/
H A Dchangelogs-account_os_account.md5 …taining a space is passed in, an error will be returned. Now, the account names can contain spaces.
10 From this version, the account names in app account APIs are no longer checked for spaces.
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-coding-style-guide.md180 Use spaces only to indent.
182 Preferentially use two-space indentation in most scenarios. Use four spaces in line break scenarios.
183 …ort automatic conversion of a Tab input to two spaces. The code editors should be configured to us…
272 Use two spaces to indent the case or default statement in a switch statement block. Use two spaces
342 Use spaces to highlight keywords and important information. The general recommendations are as foll…
352 8. Do not add spaces inside the square brackets ([]) of an array.
353 9. Do not contain multiple consecutive spaces. It is a bad practice if consecutive spaces in a li…
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-ArkTS-coding-style-guide.md189 Use spaces only to indent.
191 Preferentially use two-space indentation in most scenarios. Use four spaces in line break scenarios.
192 …ort automatic conversion of a Tab input to two spaces. The code editors should be configured to us…
283 Use two spaces to indent the `case` or `default` statement in a `switch` statement block. Use two s…
355 Use spaces to highlight keywords and important information. The general recommendations are as foll…
365 - Do not add spaces inside the square brackets `[]` of an array.
366 - Do not contain multiple consecutive spaces. It is a bad practice if consecutive spaces in a line …
H A DOpenHarmony-c-coding-style-guide.md387 ### Rule 2.2 Use spaces to indent and indent four spaces at a time.
389 Only spaces can be used for indentation. Four spaces are indented each time. Do not use the Tab cha…
768 Horizontal spaces should be used to highlight keywords and important information. Do not add spaces
771 - Do not add spaces after the left parenthesis or before the right parenthesis.
775 - Add spaces before and after the colon of bit field description.
776 - Do not add spaces between ++/-- and variables.
777 - Do not add spaces before and after the struct member operator (. ->).
778 - Adding or not adding spaces inside the brace must be consistent.
779 …Do not add spaces before commas, semicolons, or colons (excluding the colon in the ternary operato…
785 For spaces inside the braces, the following **recommendations** are available:
[all …]
H A Dcode-of-conduct.md47 …es within all project spaces, and it also applies when an individual is representing the project o…
H A DOpenHarmony-cpp-coding-style-guide.md231 ### Rule 3.2.1 Use spaces to indent and indent 4 spaces at a time.
232 Only spaces can be used for indentation. Four spaces are indented each time. Do not use the Tab cha…
576 - Do not add spaces after any unary operator (& * + - ~ !).
580 - Do not add spaces before or after a struct member operator (. ->).
581 - Do not add spaces before commas. Add spaces after commas.
583 - Do not add spaces before or after a domain operator (::).
663 std::cout; // Good: Namespace access. Do not leave spaces.
755 MyClass(); // Indented with 4 spaces.
787 // Wrapped at the colon and indented with four spaces
796 someVar(var), // Four spaces of indentation.
[all …]
H A DOpenHarmony-JavaScript-coding-style-guide.md124 #### Rule 2.1 Use two spaces to indent, and do not use the `tab` character.
126 **Note:** Only spaces are allowed for indentation. Two spaces are allowed at a time. Tab characters…
291 #### Rule 2.9 Spaces should highlight keywords and important information. Avoid unnecessary spaces.
295 1. Add a spaces after keywords `if`、`elseif`、`else`、`switch`、`while`、`for`.
/ohos5.0/build/toolchain/mac/
H A DBUILD.gn115 # target_output_name since labels will generally have no spaces and will be
280 # spaces, it single-quotes them in $inputs_newline as it would normally
281 # do for command-line arguments. Thus any source names with spaces, or
282 # label names with spaces (which GN bases the output paths on) will be
283 # corrupted by this process. Don't use spaces for source files or labels.
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__line_8h.md42 …ore "a" and a space after "b"), the typographic boundary encompasses the spaces at the beginning a…
43 …isible to users, and therefore the image boundary does not include these spaces at the beginning a…
44 …ilingspacewidth) (OH_Drawing_TextLine \*line) | Obtains the width of the spaces at the end of a te…
H A Dnative__buffer_8h.md41 …ve_buffer.md#oh_nativebuffer_colorspace) | Defines an enum for the color spaces of an **OH_NativeB…
62 …_BT2020_HLG, OH_COLORSPACE_DISPLAY_BT2020_PQ<br>} | Enumerates the color spaces of an **OH_NativeB…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.32/
H A Dchangelogs-arkts.md294 …append** API of the **URLParams** class contains consecutive spaces, the consecutive spaces are in…
298 …sing result of the **URLParams.append()** API when the input parameter contains consecutive spaces.
312 … to add the key-value pair that contains consecutive spaces, the API converts the consecutive spac…
322 …he key-value pair that contains multiple consecutive spaces, the API converts the consecutive spac…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-textinput-sys.md15 …ord input mode. This mode accepts only digits, letters, underscores (_), spaces, and special chara…
H A Dts-rendering-control-repeat.md156 …bar displays normally, but the areas without data items show up as empty spaces. When the scrollin…
158 …unt** to a value that can fill the parent component to prevent any empty spaces within the parent …
/ohos5.0/docs/en/design/ux-design/
H A Dmultimodal-drop-down-menu.md19 …d in the list. Nouns or noun phrases are recommended. There should be no spaces between texts. Do …
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-custom-style.md11 …ss | string | - | No | Class styles inherited from the parent component, separated by spaces.|
H A Djs-components-basic-text.md52spaces, carriage returns, and tabs are combined into one space, and the text is automatically wrap…
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/
H A Djs_convertxml.h61 bool spaces = false; member
/ohos5.0/docs/en/release-notes/release-definitions/
H A Dmappings-between-label-and-system-versions.md3 …sions in sequence. A system version can have a maximum of 64 characters (spaces not allowed) and c…
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dxml-conversion.md36 … // trim: false, indicating that spaces before and after the text are not deleted after conversion.
/ohos5.0/docs/en/application-dev/graphics/
H A Darkgraphics2D-introduction.md23 - Setting color spaces: You can use image files and set color space information based on design req…

123