Home
last modified time | relevance | path

Searched refs:BlockIndent (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/editors/lazarus/lazarus/components/synedit/test/
H A Dtestblockindent.pas150 SynEdit.BlockIndent := i;
193 SynEdit.BlockIndent := i;
199 SynEdit.BlockIndent := j;
233 SynEdit.BlockIndent := i;
239 SynEdit.BlockIndent := j;
274 SynEdit.BlockIndent := i;
318 SynEdit.BlockIndent := i;
324 SynEdit.BlockIndent := j;
360 SynEdit.BlockIndent := 2;
412 SynEdit.BlockIndent := 2;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/test/
H A Dtestblockindent.pas150 SynEdit.BlockIndent := i;
193 SynEdit.BlockIndent := i;
199 SynEdit.BlockIndent := j;
233 SynEdit.BlockIndent := i;
239 SynEdit.BlockIndent := j;
274 SynEdit.BlockIndent := i;
318 SynEdit.BlockIndent := i;
324 SynEdit.BlockIndent := j;
360 SynEdit.BlockIndent := 2;
412 SynEdit.BlockIndent := 2;
[all …]
/dports/editors/lazarus-qt5/lazarus/components/synedit/test/
H A Dtestblockindent.pas150 SynEdit.BlockIndent := i;
193 SynEdit.BlockIndent := i;
199 SynEdit.BlockIndent := j;
233 SynEdit.BlockIndent := i;
239 SynEdit.BlockIndent := j;
274 SynEdit.BlockIndent := i;
318 SynEdit.BlockIndent := i;
324 SynEdit.BlockIndent := j;
360 SynEdit.BlockIndent := 2;
412 SynEdit.BlockIndent := 2;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/test/
H A Dtestblockindent.pas150 SynEdit.BlockIndent := i;
193 SynEdit.BlockIndent := i;
199 SynEdit.BlockIndent := j;
233 SynEdit.BlockIndent := i;
239 SynEdit.BlockIndent := j;
274 SynEdit.BlockIndent := i;
318 SynEdit.BlockIndent := i;
324 SynEdit.BlockIndent := j;
360 SynEdit.BlockIndent := 2;
412 SynEdit.BlockIndent := 2;
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/google/go-jsonnet/astgen/
H A Dstdast.go3765 BlockIndent: "",
3996 BlockIndent: "",
4227 BlockIndent: "",
4458 BlockIndent: "",
4689 BlockIndent: "",
4920 BlockIndent: "",
5151 BlockIndent: "",
5502 BlockIndent: "",
7611 BlockIndent: "",
8349 BlockIndent: "",
[all …]
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/
H A DYAMLParser.cpp1446 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1461 BlockIndent = Column; in findBlockScalarIndent()
1462 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1493 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1496 while (Column < BlockIndent) { in scanBlockScalarIndent()
1512 if (Column < BlockIndent) { in scanBlockScalarIndent()
1529 unsigned BlockIndent; in scanBlockScalar() local
1531 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1539 if (BlockIndent == 0) { in scanBlockScalar()
1540 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/editors/lazarus/lazarus/components/codetools/
H A Dcodebeautifier.pas1736 BlockIndent: LongInt;
1742 BlockIndent:=Policies.GetIndent(Block.Typ,SubType,true,UseSmallestIfNotFound)
1744 BlockIndent:=Policies.GetSmallestIndent(Block.Typ);
1745 if (BlockIndent<0) then exit;
1751 …cBeautifier.GetIndent policy found: Block.Typ=',EnumToStr(Block.Typ),' BlockIndent=',BlockIndent]);
1755 +BlockIndent;
1976 BlockIndent: LongInt;
1981 BlockIndent:=Policies.GetIndent(Item^.Block.Typ,Item^.SubType,true,true)
1983 BlockIndent:=Policies.GetSmallestIndent(Item^.Block.Typ);
1984 if (BlockIndent<0) then exit;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DYAMLParser.cpp1504 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1519 BlockIndent = Column; in findBlockScalarIndent()
1520 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1551 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1554 while (Column < BlockIndent) { in scanBlockScalarIndent()
1570 if (Column < BlockIndent) { in scanBlockScalarIndent()
1587 unsigned BlockIndent; in scanBlockScalar() local
1589 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1597 if (BlockIndent == 0) { in scanBlockScalar()
1598 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1508 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1523 BlockIndent = Column; in findBlockScalarIndent()
1524 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1555 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1558 while (Column < BlockIndent) { in scanBlockScalarIndent()
1574 if (Column < BlockIndent) { in scanBlockScalarIndent()
1591 unsigned BlockIndent; in scanBlockScalar() local
1593 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1601 if (BlockIndent == 0) { in scanBlockScalar()
1602 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DYAMLParser.cpp1504 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1519 BlockIndent = Column; in findBlockScalarIndent()
1520 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1551 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1554 while (Column < BlockIndent) { in scanBlockScalarIndent()
1570 if (Column < BlockIndent) { in scanBlockScalarIndent()
1587 unsigned BlockIndent; in scanBlockScalar() local
1589 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1597 if (BlockIndent == 0) { in scanBlockScalar()
1598 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DYAMLParser.cpp1580 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1595 BlockIndent = Column; in findBlockScalarIndent()
1596 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1627 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1630 while (Column < BlockIndent) { in scanBlockScalarIndent()
1646 if (Column < BlockIndent) { in scanBlockScalarIndent()
1663 unsigned BlockIndent; in scanBlockScalar() local
1665 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1673 if (BlockIndent == 0) { in scanBlockScalar()
1674 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DYAMLParser.cpp1580 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1595 BlockIndent = Column; in findBlockScalarIndent()
1596 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1627 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1630 while (Column < BlockIndent) { in scanBlockScalarIndent()
1646 if (Column < BlockIndent) { in scanBlockScalarIndent()
1663 unsigned BlockIndent; in scanBlockScalar() local
1665 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1673 if (BlockIndent == 0) { in scanBlockScalar()
1674 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DYAMLParser.cpp1580 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1595 BlockIndent = Column; in findBlockScalarIndent()
1596 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1627 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1630 while (Column < BlockIndent) { in scanBlockScalarIndent()
1646 if (Column < BlockIndent) { in scanBlockScalarIndent()
1663 unsigned BlockIndent; in scanBlockScalar() local
1665 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1673 if (BlockIndent == 0) { in scanBlockScalar()
1674 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DYAMLParser.cpp1508 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1523 BlockIndent = Column; in findBlockScalarIndent()
1524 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1555 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1558 while (Column < BlockIndent) { in scanBlockScalarIndent()
1574 if (Column < BlockIndent) { in scanBlockScalarIndent()
1591 unsigned BlockIndent; in scanBlockScalar() local
1593 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1601 if (BlockIndent == 0) { in scanBlockScalar()
1602 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DYAMLParser.cpp1504 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1519 BlockIndent = Column; in findBlockScalarIndent()
1520 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1551 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1554 while (Column < BlockIndent) { in scanBlockScalarIndent()
1570 if (Column < BlockIndent) { in scanBlockScalarIndent()
1587 unsigned BlockIndent; in scanBlockScalar() local
1589 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1597 if (BlockIndent == 0) { in scanBlockScalar()
1598 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1580 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1595 BlockIndent = Column; in findBlockScalarIndent()
1596 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1627 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1630 while (Column < BlockIndent) { in scanBlockScalarIndent()
1646 if (Column < BlockIndent) { in scanBlockScalarIndent()
1663 unsigned BlockIndent; in scanBlockScalar() local
1665 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1673 if (BlockIndent == 0) { in scanBlockScalar()
1674 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLParser.cpp1508 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1523 BlockIndent = Column; in findBlockScalarIndent()
1524 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1555 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1558 while (Column < BlockIndent) { in scanBlockScalarIndent()
1574 if (Column < BlockIndent) { in scanBlockScalarIndent()
1591 unsigned BlockIndent; in scanBlockScalar() local
1593 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1601 if (BlockIndent == 0) { in scanBlockScalar()
1602 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DYAMLParser.cpp1580 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1595 BlockIndent = Column; in findBlockScalarIndent()
1596 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1627 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1630 while (Column < BlockIndent) { in scanBlockScalarIndent()
1646 if (Column < BlockIndent) { in scanBlockScalarIndent()
1663 unsigned BlockIndent; in scanBlockScalar() local
1665 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1673 if (BlockIndent == 0) { in scanBlockScalar()
1674 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DYAMLParser.cpp1580 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1595 BlockIndent = Column; in findBlockScalarIndent()
1596 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1627 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1630 while (Column < BlockIndent) { in scanBlockScalarIndent()
1646 if (Column < BlockIndent) { in scanBlockScalarIndent()
1663 unsigned BlockIndent; in scanBlockScalar() local
1665 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1673 if (BlockIndent == 0) { in scanBlockScalar()
1674 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DYAMLParser.cpp1580 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1595 BlockIndent = Column; in findBlockScalarIndent()
1596 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1627 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1630 while (Column < BlockIndent) { in scanBlockScalarIndent()
1646 if (Column < BlockIndent) { in scanBlockScalarIndent()
1663 unsigned BlockIndent; in scanBlockScalar() local
1665 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1673 if (BlockIndent == 0) { in scanBlockScalar()
1674 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DYAMLParser.cpp1580 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1595 BlockIndent = Column; in findBlockScalarIndent()
1596 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1627 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1630 while (Column < BlockIndent) { in scanBlockScalarIndent()
1646 if (Column < BlockIndent) { in scanBlockScalarIndent()
1663 unsigned BlockIndent; in scanBlockScalar() local
1665 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1673 if (BlockIndent == 0) { in scanBlockScalar()
1674 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DYAMLParser.cpp1500 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1515 BlockIndent = Column; in findBlockScalarIndent()
1516 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1547 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1550 while (Column < BlockIndent) { in scanBlockScalarIndent()
1566 if (Column < BlockIndent) { in scanBlockScalarIndent()
1583 unsigned BlockIndent; in scanBlockScalar() local
1585 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1593 if (BlockIndent == 0) { in scanBlockScalar()
1594 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DYAMLParser.cpp1501 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent, in findBlockScalarIndent() argument
1516 BlockIndent = Column; in findBlockScalarIndent()
1517 if (MaxAllSpaceLineCharacters > BlockIndent) { in findBlockScalarIndent()
1548 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent, in scanBlockScalarIndent() argument
1551 while (Column < BlockIndent) { in scanBlockScalarIndent()
1567 if (Column < BlockIndent) { in scanBlockScalarIndent()
1584 unsigned BlockIndent; in scanBlockScalar() local
1586 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone)) in scanBlockScalar()
1594 if (BlockIndent == 0) { in scanBlockScalar()
1595 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DYAMLParser.cpp1501 bool Scanner::findBlockScalarIndent(unsigned &BlockIndent,
1516 BlockIndent = Column;
1517 if (MaxAllSpaceLineCharacters > BlockIndent) {
1548 bool Scanner::scanBlockScalarIndent(unsigned BlockIndent,
1551 while (Column < BlockIndent) {
1567 if (Column < BlockIndent) {
1584 unsigned BlockIndent;
1586 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone))
1594 if (BlockIndent == 0) {
1595 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks,
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dcodebeautifier.pas1736 BlockIndent: LongInt;
1742 BlockIndent:=Policies.GetIndent(Block.Typ,SubType,true,UseSmallestIfNotFound)
1744 BlockIndent:=Policies.GetSmallestIndent(Block.Typ);
1745 if (BlockIndent<0) then exit;
1751 …cBeautifier.GetIndent policy found: Block.Typ=',EnumToStr(Block.Typ),' BlockIndent=',BlockIndent]);
1755 +BlockIndent;
1976 BlockIndent: LongInt;
1981 BlockIndent:=Policies.GetIndent(Item^.Block.Typ,Item^.SubType,true,true)
1983 BlockIndent:=Policies.GetSmallestIndent(Item^.Block.Typ);
1984 if (BlockIndent<0) then exit;
[all …]

1234567