Home
last modified time | relevance | path

Searched refs:IndentSize (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/dports/www/gitea/gitea-1.16.5/vendor/github.com/editorconfig/editorconfig-core-go/v2/
H A Ddefinition.go21 IndentSize string `ini:"indent_size" json:"indent_size,omitempty"` member
74 num, err := strconv.Atoi(d.IndentSize)
92 if len(d.IndentSize) == 0 {
93 d.IndentSize = md.IndentSize
165 v = d.IndentSize
185 if d.IndentSize == UnsetValue {
186 iniSec.NewKey("tab_width", d.IndentSize) // nolint: errcheck
188 _, err := strconv.Atoi(d.IndentSize)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Diagnostics/
H A DTraceTest.cs57 Trace.IndentSize = 4; in Tracing()
74 Trace.IndentSize = 4; in Indent()
107 Trace.IndentSize = ExpectedSize; in AddedTraceListenerProperties()
113 Assert.AreEqual (ExpectedSize, t.IndentSize, ids); in AddedTraceListenerProperties()
130 Trace.IndentSize = ExpectedSize; in Listeners_Add_Values()
134 tl.IndentSize = 2*ExpectedSize; in Listeners_Add_Values()
141 Assert.AreEqual (ExpectedSize, tl.IndentSize, "#LATL-S"); in Listeners_Add_Values()
149 Assert.AreEqual (ExpectedSize, t.IndentSize, ids); in Listeners_Add_Values()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DTraceImpl.cs49 public int IndentSize = 4; field in System.Diagnostics.TraceImplSettings
54 Listeners.Add (new DefaultTraceListener () { IndentSize = this.IndentSize }); in TraceImplSettings()
H A DTraceSourceInfo.cs53 this.listeners.Add (new DefaultTraceListener() { IndentSize = settings.IndentSize }); in TraceSourceInfo()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.TraceSource/tests/
H A DTraceListenerClassTests.cs37 listener.IndentSize = 0; in IndentSizeTest()
38 Assert.Equal(0, listener.IndentSize); in IndentSizeTest()
39 listener.IndentSize = 2; in IndentSizeTest()
40 Assert.Equal(2, listener.IndentSize); in IndentSizeTest()
41 Assert.Throws<ArgumentOutOfRangeException>(() => listener.IndentSize = -1); in IndentSizeTest()
133 listener.IndentSize = 4; in IndentTest()
141 listener.IndentSize = 3; in IndentTest()
H A DTraceClassTests.cs75 Trace.IndentSize = indent; in IndentSizeTest()
76 Assert.Equal(expected, Trace.IndentSize); in IndentSizeTest()
79 Assert.Equal(expected, listener.IndentSize); in IndentSizeTest()
331 Trace.IndentSize = 2; in TraceTest01()
340 Trace.IndentSize = 0; in TraceTest01()
362 Trace.IndentSize = 2; in TraceTest02()
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/gops/vendor/github.com/xlab/treeprint/
H A Dtreeprint.go205 fmt.Fprint(wr, strings.Repeat(" ", IndentSize+1))
208 fmt.Fprintf(wr, "%s%s", EdgeTypeLink, strings.Repeat(" ", IndentSize))
259 links[level] = strings.Repeat(" ", IndentSize+1)
261 links[level] = fmt.Sprintf("%s%s", EdgeTypeLink, strings.Repeat(" ", IndentSize))
284 var IndentSize = 3 var
/dports/editors/lazarus/lazarus/components/codetools/
H A Dsourcechanger.pas204 IndentSize: integer): string;
1737 IndentSize: integer; AddBeginEnd: boolean): string;
1755 AddAtom(Result,LineEnd+GetIndentStr(IndentSize));
1766 IndentSize: integer): string;
1768 Result:=BeautifyStatement(AStatement,IndentSize,[]);
1772 const AStatement: string; IndentSize: integer): string; in TBeautifyCodeOptions.BeautifyStatementLeftAligned()
1802 if IndentSize>=LineLength-10 then IndentSize:=LineLength-10;
1803 if IndentSize<0 then IndentSize:=0;
1806 HiddenIndent:=IndentSize;
1811 Result:=GetIndentStr(IndentSize);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dsourcechanger.pas204 IndentSize: integer): string;
1737 IndentSize: integer; AddBeginEnd: boolean): string;
1755 AddAtom(Result,LineEnd+GetIndentStr(IndentSize));
1766 IndentSize: integer): string;
1768 Result:=BeautifyStatement(AStatement,IndentSize,[]);
1772 const AStatement: string; IndentSize: integer): string; in TBeautifyCodeOptions.BeautifyStatementLeftAligned()
1802 if IndentSize>=LineLength-10 then IndentSize:=LineLength-10;
1803 if IndentSize<0 then IndentSize:=0;
1806 HiddenIndent:=IndentSize;
1811 Result:=GetIndentStr(IndentSize);
[all …]
/dports/editors/lazarus-qt5/lazarus/components/codetools/
H A Dsourcechanger.pas204 IndentSize: integer): string;
1737 IndentSize: integer; AddBeginEnd: boolean): string;
1755 AddAtom(Result,LineEnd+GetIndentStr(IndentSize));
1766 IndentSize: integer): string;
1768 Result:=BeautifyStatement(AStatement,IndentSize,[]);
1772 const AStatement: string; IndentSize: integer): string; in TBeautifyCodeOptions.BeautifyStatementLeftAligned()
1802 if IndentSize>=LineLength-10 then IndentSize:=LineLength-10;
1803 if IndentSize<0 then IndentSize:=0;
1806 HiddenIndent:=IndentSize;
1811 Result:=GetIndentStr(IndentSize);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dsourcechanger.pas204 IndentSize: integer): string;
1737 IndentSize: integer; AddBeginEnd: boolean): string;
1755 AddAtom(Result,LineEnd+GetIndentStr(IndentSize));
1766 IndentSize: integer): string;
1768 Result:=BeautifyStatement(AStatement,IndentSize,[]);
1772 const AStatement: string; IndentSize: integer): string; in TBeautifyCodeOptions.BeautifyStatementLeftAligned()
1802 if IndentSize>=LineLength-10 then IndentSize:=LineLength-10;
1803 if IndentSize<0 then IndentSize:=0;
1806 HiddenIndent:=IndentSize;
1811 Result:=GetIndentStr(IndentSize);
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/utils/HdrGen/
H A DPublicAPICommand.cpp27 size_t IndentSize = Indent.size(); in dedentAndWrite() local
32 if (IndentSize < shortest_indent) in dedentAndWrite()
33 shortest_indent = IndentSize; in dedentAndWrite()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/utils/HdrGen/
H A DPublicAPICommand.cpp27 size_t IndentSize = Indent.size(); in dedentAndWrite() local
32 if (IndentSize < shortest_indent) in dedentAndWrite()
33 shortest_indent = IndentSize; in dedentAndWrite()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/utils/HdrGen/
H A DPublicAPICommand.cpp27 size_t IndentSize = Indent.size(); in dedentAndWrite() local
32 if (IndentSize < shortest_indent) in dedentAndWrite()
33 shortest_indent = IndentSize; in dedentAndWrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/utils/HdrGen/
H A DPublicAPICommand.cpp27 size_t IndentSize = Indent.size(); in dedentAndWrite() local
32 if (IndentSize < shortest_indent) in dedentAndWrite()
33 shortest_indent = IndentSize; in dedentAndWrite()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/utils/HdrGen/
H A DPublicAPICommand.cpp27 size_t IndentSize = Indent.size(); in dedentAndWrite() local
32 if (IndentSize < shortest_indent) in dedentAndWrite()
33 shortest_indent = IndentSize; in dedentAndWrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/utils/HdrGen/
H A DPublicAPICommand.cpp27 size_t IndentSize = Indent.size(); in dedentAndWrite() local
32 if (IndentSize < shortest_indent) in dedentAndWrite()
33 shortest_indent = IndentSize; in dedentAndWrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/utils/HdrGen/
H A DPublicAPICommand.cpp27 size_t IndentSize = Indent.size(); in iter_ones_using_contains()
32 if (IndentSize < shortest_indent) in iter_ones_using_contains()
33 shortest_indent = IndentSize; in iter_ones_using_contains()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Debug/tests/
H A DDebugTests.cs115 Debug.IndentSize = indentSize; in IndentSize_Set_GetReturnsExpected()
116 Assert.Equal(expectedIndentSize, Debug.IndentSize); in IndentSize_Set_GetReturnsExpected()
142 string expectedIndentOnce = new string(' ', expectedIndentLevel * Debug.IndentSize); in IndentLevel_Set_GetReturnsExpected()
152 … string expectedIndentTwice = new string(' ', (expectedIndentLevel + 1) * Debug.IndentSize); in IndentLevel_Set_GetReturnsExpected()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/xml/saxbookmarks/
H A Dxbelgenerator.cpp67 const int IndentSize = 4; in indent() local
68 return QString(IndentSize * depth, ' '); in indent()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.TraceSource/src/System/Diagnostics/
H A DTrace.cs92 public static int IndentSize property in System.Diagnostics.Trace
94 get { return TraceInternal.IndentSize; }
96 set { TraceInternal.IndentSize = value; }
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DJSON.cpp794 OS << (IndentSize ? "/* " : "/*"); in flushComment()
806 OS << (IndentSize ? " */" : "*/"); in flushComment()
809 if (IndentSize) in flushComment()
817 if (IndentSize) { in newline()
827 Indent += IndentSize; in arrayBegin()
833 Indent -= IndentSize; in arrayEnd()
846 Indent += IndentSize; in objectBegin()
852 Indent -= IndentSize; in objectEnd()
877 if (IndentSize) in attributeBegin()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DJSON.cpp794 OS << (IndentSize ? "/* " : "/*");
806 OS << (IndentSize ? " */" : "*/");
809 if (IndentSize)
817 if (IndentSize) {
827 Indent += IndentSize;
833 Indent -= IndentSize;
846 Indent += IndentSize;
852 Indent -= IndentSize;
877 if (IndentSize)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DJSON.cpp794 OS << (IndentSize ? "/* " : "/*"); in flushComment()
806 OS << (IndentSize ? " */" : "*/"); in flushComment()
809 if (IndentSize) in flushComment()
817 if (IndentSize) { in newline()
827 Indent += IndentSize; in arrayBegin()
833 Indent -= IndentSize; in arrayEnd()
846 Indent += IndentSize; in objectBegin()
852 Indent -= IndentSize; in objectEnd()
877 if (IndentSize) in attributeBegin()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DJSON.cpp794 OS << (IndentSize ? "/* " : "/*"); in flushComment()
806 OS << (IndentSize ? " */" : "*/"); in flushComment()
809 if (IndentSize) in flushComment()
817 if (IndentSize) { in newline()
827 Indent += IndentSize; in arrayBegin()
833 Indent -= IndentSize; in arrayEnd()
846 Indent += IndentSize; in objectBegin()
852 Indent -= IndentSize; in objectEnd()
877 if (IndentSize) in attributeBegin()

12345678910>>...13