Home
last modified time | relevance | path

Searched refs:MaxIndent (Results 1 – 6 of 6) sorted by relevance

/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DOpenMathXML.C55 static const int MaxIndent = 20; in myIndent() local
56 static const string spaces(SpacesPerLevel*MaxIndent, ' '); in myIndent()
58 if (myLevel >= MaxIndent) return ptr; in myIndent()
59 return ptr+(MaxIndent-myLevel)*SpacesPerLevel; in myIndent()
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DOpenMathXML.C55 static const int MaxIndent = 20; in myIndent() local
56 static const string spaces(SpacesPerLevel*MaxIndent, ' '); in myIndent()
58 if (myLevel >= MaxIndent) return ptr; in myIndent()
59 return ptr+(MaxIndent-myLevel)*SpacesPerLevel; in myIndent()
/dports/x11/xscope/xscope-1.4.1/
H A Dprtype.c122 #define MaxIndent 10 macro
123 char Leader[MaxIndent + 1];
131 if (which > MaxIndent) in SetIndentLevel()
132 which = MaxIndent; in SetIndentLevel()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/kfg/
H A Dfuzz-kfg.cpp187 const int MaxIndent = 25; in test_KConfigPrint() local
188 if ( indent < MaxIndent ) in test_KConfigPrint()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/kfg/
H A Dfuzz-kfg.cpp187 const int MaxIndent = 25; in test_KConfigPrint() local
188 if ( indent < MaxIndent ) in test_KConfigPrint()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DMgmtConfigurationRecord.cs21 private const int MaxIndent = 10; field in System.Configuration.MgmtConfigurationRecord
2211 …((parentLinePosition < childLinePosition) && (childLinePosition <= parentLinePosition + MaxIndent)) in UpdateIndent()