Home
last modified time | relevance | path

Searched refs:Indent (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtext_gen.cpp126 << Indent() << "return &" << rootVariableName_ << ";\n" in ImplOutput()
352 const std::string &TextGen::Indent(uint32_t times) in Indent() function in TextGen
375 ofs_ << Indent(depth) << "},\n"; in ImplementCloseBraceGen()
421 ofs_ << Indent(depth) << '.' << node->Name() << " = {\n"; in ObjectImplementGen()
423 ofs_ << Indent(depth) << "},\n"; in ObjectImplementGen()
446 ofs_ << Indent(depth) << '.' << nodeName << " = "; in TemplateObjectImplGen()
499 ofs_ << Indent(depth) << '.' << term->Name() << " = "; in PrintTermImplement()
545 ofs_ << Indent(depth) << '.' << object->Name() << " = { "; in PrintArrayImplement()
577 ofs_ << "\n" << Indent(indent); in HcsPrintArrayContent()
631 ofs_ << Indent() << "},\n"; in OutputTemplateImpl()
[all …]
H A Dtext_gen.h68 static const std::string &Indent(uint32_t times = 1);
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-mini-appx-code.md136 Indent code of each level with four spaces rather than tabs \('\\t'\) for a better readability.
179 paramName1, paramName2, paramName3); // Indent the new line 4 spaces.
195 Indent the **case** or **default** statement as follows compared with the **switch** statemen…
199 case 0: // Good: Indent
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-styled-string.md964 …ic-components-richeditor.md#leadingmarginplaceholder11) | Yes | Yes | Indent of the text paragr…
999 …](ts-basic-components-richeditor.md#leadingmarginplaceholder11) | No | Indent of the text paragr…
1704 // Indent the first line of the first paragraph by 15 vp.
1706 // Indent the second paragraph by 15 vp, with a placeholder in the first line.
H A Dts-basic-components-richeditor.md1492 …n10) \| [LeadingMarginPlaceholder](#leadingmarginplaceholder11) | No | Indent of the paragraph. …
3127 Button("Increase Bullet Indent").onClick(() => {
3145 Button("Decrease Bullet Indent").onClick(() => {
3165 Button("Increase Indent").onClick(() => {
3180 Button("Decrease Indent").onClick(() => {
H A Dts-basic-components-search.md442 | value | [Dimension](ts-types.md#dimension10)| Yes | Indent of the first line text.<br>Default v…
H A Dts-basic-components-text.md447 | value | [Length](ts-types.md#length) | Yes | Indent of the first line text.<br>Default value: *…
H A Dts-basic-components-textarea.md601 | value | [Dimension](ts-types.md#dimension10)| Yes | Indent of the first line text.<br>Default v…
H A Dts-basic-components-textinput.md796 | value | [Dimension](ts-types.md#dimension10) | Yes | Indent of the first line text.<br>Default …
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-coding-style-guide.md266 ### Indent case and default in the switch Statement Block
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-ArkTS-coding-style-guide.md277 ## Indent the `case` or `default` Statement in a `switch` Statement Block
H A DOpenHarmony-cpp-coding-style-guide.md401 ### Rule 3.8.1 Indent case and default in a switch statement with four spaces.
751 … specifier declarations are in the sequence: public, protected, private. Indent these specifiers t…
H A DOpenHarmony-c-coding-style-guide.md562 ### Rule 2.9 Indent the `case` or `default` statement in a `switch` statement block.
/ohos5.0/commonlibrary/ets_utils/
H A DREADME.en.md1594 | group(...arguments: Object[]): void | Indent one group |
1595 | groupCollapsed(...arguments: Object[]): void | Indent one group |