Searched refs:Indent (Results 1 – 14 of 14) sorted by relevance
126 << Indent() << "return &" << rootVariableName_ << ";\n" in ImplOutput()352 const std::string &TextGen::Indent(uint32_t times) in Indent() function in TextGen375 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 …]
68 static const std::string &Indent(uint32_t times = 1);
136 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
964 …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.
1492 …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(() => {
442 | value | [Dimension](ts-types.md#dimension10)| Yes | Indent of the first line text.<br>Default v…
447 | value | [Length](ts-types.md#length) | Yes | Indent of the first line text.<br>Default value: *…
601 | value | [Dimension](ts-types.md#dimension10)| Yes | Indent of the first line text.<br>Default v…
796 | value | [Dimension](ts-types.md#dimension10) | Yes | Indent of the first line text.<br>Default …
266 ### Indent case and default in the switch Statement Block
277 ## Indent the `case` or `default` Statement in a `switch` Statement Block
401 ### 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…
562 ### Rule 2.9 Indent the `case` or `default` statement in a `switch` statement block.
1594 | group(...arguments: Object[]): void | Indent one group |1595 | groupCollapsed(...arguments: Object[]): void | Indent one group |