Home
last modified time | relevance | path

Searched refs:SectionBlock (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Parser/CSharp/
H A DCSharpSectionTest.cs21 new SectionBlock(new SectionCodeGenerator(String.Empty), in ParseSectionBlockCapturesNewlineImmediatelyFollowing()
38 new SectionBlock(new SectionCodeGenerator("Foo"), in ParseSectionBlockCapturesWhitespaceToEndOfLineInSectionStatementMissingOpenBrace()
100 new SectionBlock(new SectionCodeGenerator("foo"), in ParseSectionBlockReportsErrorAndTerminatesSectionBlockIfNameNotFollowedByOpenBrace()
113 new SectionBlock(new SectionCodeGenerator("foo"), in ParserOutputsErrorOnNestedSections()
142 new SectionBlock(new SectionCodeGenerator("foo"), in ParseSectionBlockHandlesEOFAfterOpenBrace()
158 new SectionBlock(new SectionCodeGenerator("foo"), in ParseSectionBlockHandlesUnterminatedSection()
177 new SectionBlock(new SectionCodeGenerator("foo"), in ParseSectionBlockReportsErrorAndAcceptsWhitespaceToEndOfLineIfSectionNotFollowedByOpenBrace()
197 new SectionBlock(new SectionCodeGenerator("foo"), in ParseSectionBlockAcceptsOpenBraceMultipleLinesBelowSectionName()
213 new SectionBlock(new SectionCodeGenerator("foo"), in ParseSectionBlockParsesNamedSectionCorrectly()
229 new SectionBlock(new SectionCodeGenerator("foo"), in ParseSectionBlockDoesNotRequireSpaceBetweenSectionNameAndOpenBrace()
[all …]
H A DCSharpAutoCompleteTest.cs60 new SectionBlock(new SectionCodeGenerator("Header"), in SectionDirectiveAutoCompleteAtEOF()
140 new SectionBlock(new SectionCodeGenerator("Header"), in SectionDirectiveAutoCompleteAtStartOfFile()
H A DCSharpDirectivesTest.cs132 new SectionBlock(new SectionCodeGenerator("Header"), in SectionDirective()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Parser/VB/
H A DVBSectionTest.cs21 new SectionBlock(new SectionCodeGenerator(String.Empty), in ParseSectionBlockCapturesNewlineImmediatelyFollowing()
46 new SectionBlock(new SectionCodeGenerator(String.Empty), in ParseSectionRequiresNameBeOnSameLineAsSectionKeyword()
70 new SectionBlock(new SectionCodeGenerator("Foo"), in ParseSectionAllowsNameToBeOnDifferentLineAsSectionKeywordIfUnderscoresUsed()
111 new SectionBlock(new SectionCodeGenerator("foo"), in ParserOutputsErrorOnNestedSections()
139 new SectionBlock(new SectionCodeGenerator("foo"), in ParseSectionHandlesEOFAfterIdentifier()
158 new SectionBlock(new SectionCodeGenerator("foo"), in ParseSectionHandlesUnterminatedSection()
179 new SectionBlock(new SectionCodeGenerator("foo"), in ParseDocumentParsesNamedSectionCorrectly()
195 new SectionBlock(new SectionCodeGenerator("foo"), in ParseSectionTerminatesOnFirstEndSection()
212 new SectionBlock(new SectionCodeGenerator("foo"), in ParseSectionAllowsEndSectionInVBExpression()
239 new SectionBlock(new SectionCodeGenerator("Foo"), in SectionBodyTreatsTwoAtSignsAsEscapeSequence()
[all …]
H A DVBAutoCompleteTest.cs58 new SectionBlock(new SectionCodeGenerator("Header"), in SectionDirective_AutoComplete_At_EOF()
127 new SectionBlock(new SectionCodeGenerator("Header"), in SectionDirective_AutoComplete_At_StartOfFile()
H A DVBDirectiveTest.cs62 new SectionBlock(new SectionCodeGenerator("Header"), in VB_Section_Directive()
/dports/security/vuls/vuls-0.13.7/vendor/github.com/nlopes/slack/
H A Dblock_section.go6 type SectionBlock struct { struct
15 func (s SectionBlock) BlockType() MessageBlockType { argument
20 type SectionBlockOption func(*SectionBlock)
23 return func(block *SectionBlock) {
29 …ct, fields []*TextBlockObject, accessory *Accessory, options ...SectionBlockOption) *SectionBlock {
30 block := SectionBlock{
H A Dblock_conv.go62 block = &SectionBlock{}
/dports/www/beehive/beehive-0.4.0/vendor/github.com/nlopes/slack/
H A Dblock_section.go6 type SectionBlock struct { struct
15 func (s SectionBlock) BlockType() MessageBlockType { argument
20 type SectionBlockOption func(*SectionBlock)
23 return func(block *SectionBlock) {
29 …ct, fields []*TextBlockObject, accessory *Accessory, options ...SectionBlockOption) *SectionBlock {
30 block := SectionBlock{
H A Dblock_conv.go62 block = &SectionBlock{}
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/slack-go/slack/
H A Dblock_section.go6 type SectionBlock struct { struct
15 func (s SectionBlock) BlockType() MessageBlockType { argument
20 type SectionBlockOption func(*SectionBlock)
23 return func(block *SectionBlock) {
29 …ct, fields []*TextBlockObject, accessory *Accessory, options ...SectionBlockOption) *SectionBlock {
30 block := SectionBlock{
H A Dblock_conv.go69 block = &SectionBlock{}
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/slack-go/slack/
H A Dblock_section.go6 type SectionBlock struct { struct
15 func (s SectionBlock) BlockType() MessageBlockType { argument
20 type SectionBlockOption func(*SectionBlock)
23 return func(block *SectionBlock) {
29 …ct, fields []*TextBlockObject, accessory *Accessory, options ...SectionBlockOption) *SectionBlock {
30 block := SectionBlock{
H A Dblock_conv.go69 block = &SectionBlock{}
/dports/net-im/py-slackclient/python-slackclient-2.1.0/tests/web/classes/
H A Dtest_blocks.py9 SectionBlock,
24 SectionBlock(text="some text", block_id="a_block").to_dict(),
33 SectionBlock(
51 SectionBlock(text="some text", accessory=button).to_dict(),
61 SectionBlock().to_dict()
65 SectionBlock(fields=[f"field{i}" for i in range(11)]).to_dict()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Framework/
H A DBlockTypes.cs161 public class SectionBlock : Block class
165 public SectionBlock(IBlockCodeGenerator codeGenerator, IEnumerable<SyntaxTreeNode> children) in SectionBlock() method in System.Web.Razor.Test.Framework.SectionBlock
170 public SectionBlock(IBlockCodeGenerator codeGenerator, params SyntaxTreeNode[] children) in SectionBlock() method in System.Web.Razor.Test.Framework.SectionBlock
175 public SectionBlock(params SyntaxTreeNode[] children) in SectionBlock() method in System.Web.Razor.Test.Framework.SectionBlock
180 public SectionBlock(IEnumerable<SyntaxTreeNode> children) in SectionBlock() method in System.Web.Razor.Test.Framework.SectionBlock
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/core/tests/
H A Dtest_jinja2.py10 from wagtail.tests.testapp.blocks import SectionBlock
122 block = SectionBlock()
H A Dtest_blocks.py27 from wagtail.tests.testapp.blocks import SectionBlock
1571 class SectionBlock(blocks.StructBlock): class
1575 block = SectionBlock()
1850 block = SectionBlock()
1856 block = SectionBlock()
1865 block = SectionBlock()
1882 block = SectionBlock()
1894 block = SectionBlock()
2027 class SectionBlock(blocks.StructBlock): class
2034 block = SectionBlock()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Parser/Html/
H A DHtmlUrlAttributeTest.cs55 new SectionBlock(new SectionCodeGenerator("Foo"), in SimpleUrlInAttributeInMarkupSection()
131 new SectionBlock(new SectionCodeGenerator("Foo"), in UrlWithExpressionsInAttributeInMarkupSection()
246 new SectionBlock(new SectionCodeGenerator("Foo"), in UrlInUnquotedAttributeValueInMarkupSection()
H A DHtmlToCodeSwitchTest.cs238 new SectionBlock(new SectionCodeGenerator("foo"), in SectionContextGivesWhitespacePreceedingAtToCodeIfThereIsNoMarkupOnThatLine()
316 new SectionBlock(new SectionCodeGenerator("Foo"), in SectionBodyTreatsTwoAtSignsAsEscapeSequence()
333 new SectionBlock(new SectionCodeGenerator("Foo"), in SectionBodyTreatsPairsOfAtSignsAsEscapeSequence()
H A DHtmlDocumentTest.cs86 new SectionBlock(new SectionCodeGenerator("Foo"), in ParseDocumentWithinSectionDoesNotCreateDocumentLevelSpan()
217 new SectionBlock(new SectionCodeGenerator("Foo"), in ParseSectionIgnoresTagsInContentsOfScriptTag()
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/tests/testapp/
H A Dblocks.py24 class SectionBlock(blocks.StructBlock): class
/dports/net-im/matterbridge/matterbridge-1.22.3/bridge/slack/
H A Dhandlers.go136 block, ok := ev.Blocks.BlockSet[0].(*slack.SectionBlock)
153 block, ok := ev.SubMessage.Blocks.BlockSet[0].(*slack.SectionBlock)
/dports/net-im/py-slackclient/python-slackclient-2.1.0/slack/web/classes/
H A Dreadme.md15 fields = blocks.SectionBlock(fields=["*Type:*\nComputer", "*Reason:*\nAll vowel keys aren't working…
H A Dblocks.py38 class SectionBlock(Block): class

12