Home
last modified time | relevance | path

Searched refs:CodeSpan (Results 1 – 25 of 127) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Parser/Old/
H A DCsHtmlDocumentTest.cs72 new CodeSpan(@"if(Request.IsAuthenticated) { in BlockCommentAtStatementStartInCodeBlockIsHandledCorrectly()
81 new CodeSpan(@" in BlockCommentAtStatementStartInCodeBlockIsHandledCorrectly()
95 new CodeSpan(@"if(Request.IsAuthenticated) { in BlockCommentInStatementInCodeBlockIsHandledCorrectly()
104 new CodeSpan(@"; in BlockCommentInStatementInCodeBlockIsHandledCorrectly()
118 new CodeSpan(@"if(Request.IsAuthenticated) { in BlockCommentInStringIsIgnored()
133 new CodeSpan(@"if(Request.IsAuthenticated) { in BlockCommentInCSharpBlockCommentIsIgnored()
148 new CodeSpan(@"if(Request.IsAuthenticated) { in BlockCommentInCSharpLineCommentIsIgnored()
236 new CodeSpan(@"if("), in BlockCommentInParensOfConditionIsHandledCorrectly()
244 new CodeSpan(") {}") in BlockCommentInParensOfConditionIsHandledCorrectly()
255 new CodeSpan(@"1 + "), in BlockCommentInExplicitExpressionIsHandledCorrectly()
[all …]
/dports/devel/py-libcst/libcst-0.3.23/libcst/metadata/
H A Dspan_provider.py17 class CodeSpan: class
33 provider: BaseMetadataProvider[CodeSpan]
59 self.provider._computed[node] = CodeSpan(start, length=end - start)
84 self.provider._computed[node] = CodeSpan(start, length=length)
91 class ByteSpanPositionProvider(BaseMetadataProvider[CodeSpan]):
H A D__init__.py50 from libcst.metadata.span_provider import ByteSpanPositionProvider, CodeSpan
/dports/devel/gh/cli-2.4.0/vendor/github.com/yuin/goldmark/ast/
H A Dinline.go289 type CodeSpan struct { struct
294 func (n *CodeSpan) Inline() { argument
298 func (n *CodeSpan) IsBlank(source []byte) bool { argument
309 func (n *CodeSpan) Dump(source []byte, level int) { argument
317 func (n *CodeSpan) Kind() NodeKind { argument
322 func NewCodeSpan() *CodeSpan {
323 return &CodeSpan{
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/yuin/goldmark/ast/
H A Dinline.go289 type CodeSpan struct { struct
294 func (n *CodeSpan) Inline() { argument
298 func (n *CodeSpan) IsBlank(source []byte) bool { argument
309 func (n *CodeSpan) Dump(source []byte, level int) { argument
317 func (n *CodeSpan) Kind() NodeKind { argument
322 func NewCodeSpan() *CodeSpan {
323 return &CodeSpan{
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/github.com/yuin/goldmark/ast/
H A Dinline.go289 type CodeSpan struct { struct
294 func (n *CodeSpan) Inline() { argument
298 func (n *CodeSpan) IsBlank(source []byte) bool { argument
309 func (n *CodeSpan) Dump(source []byte, level int) { argument
317 func (n *CodeSpan) Kind() NodeKind { argument
322 func NewCodeSpan() *CodeSpan {
323 return &CodeSpan{
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/yuin/goldmark/ast/
H A Dinline.go289 type CodeSpan struct { struct
294 func (n *CodeSpan) Inline() { argument
298 func (n *CodeSpan) IsBlank(source []byte) bool { argument
309 func (n *CodeSpan) Dump(source []byte, level int) { argument
317 func (n *CodeSpan) Kind() NodeKind { argument
322 func NewCodeSpan() *CodeSpan {
323 return &CodeSpan{
/dports/www/gitea/gitea-1.16.5/vendor/github.com/yuin/goldmark/ast/
H A Dinline.go289 type CodeSpan struct { struct
294 func (n *CodeSpan) Inline() { argument
298 func (n *CodeSpan) IsBlank(source []byte) bool { argument
309 func (n *CodeSpan) Dump(source []byte, level int) { argument
317 func (n *CodeSpan) Kind() NodeKind { argument
322 func NewCodeSpan() *CodeSpan {
323 return &CodeSpan{
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/yuin/goldmark/ast/
H A Dinline.go289 type CodeSpan struct { struct
294 func (n *CodeSpan) Inline() { argument
298 func (n *CodeSpan) IsBlank(source []byte) bool { argument
309 func (n *CodeSpan) Dump(source []byte, level int) { argument
317 func (n *CodeSpan) Kind() NodeKind { argument
322 func NewCodeSpan() *CodeSpan {
323 return &CodeSpan{
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/yuin/goldmark/ast/
H A Dinline.go289 type CodeSpan struct { struct
294 func (n *CodeSpan) Inline() { argument
298 func (n *CodeSpan) IsBlank(source []byte) bool { argument
309 func (n *CodeSpan) Dump(source []byte, level int) { argument
317 func (n *CodeSpan) Kind() NodeKind { argument
322 func NewCodeSpan() *CodeSpan {
323 return &CodeSpan{
/dports/devel/py-libcst/libcst-0.3.23/libcst/metadata/tests/
H A Dtest_span_provider.py10 CodeSpan,
88 CodeSpan(start=0, length=4),
103 CodeSpan(start=0, length=4),
/dports/textproc/retext/retext-7.2.2/ReText/
H A Dhighlighter.py90 CodeSpan = auto() variable in Markup
107 (reMkdCodeSpans, FG('codeSpans'), Markup.Mkd | Markup.CodeSpan),
108 (reMkdMathSpans, FG('codeSpans'), Markup.Mkd | Markup.CodeSpan),
109 (reReSTCodeSpan, FG('codeSpans'), Markup.ReST | Markup.CodeSpan),
145 if markups & Markup.CodeSpan:
/dports/www/gitea/gitea-1.16.5/vendor/github.com/yuin/goldmark/text/
H A Dreader.go82 CodeSpan bool member
590 if opts.CodeSpan && codeSpanOpener != 0 && c == '`' {
606 } else if opts.CodeSpan && codeSpanOpener == 0 && c == '`' {
615 } else if (opts.CodeSpan && codeSpanOpener == 0) || !opts.CodeSpan {
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/yuin/goldmark/text/
H A Dreader.go82 CodeSpan bool member
590 if opts.CodeSpan && codeSpanOpener != 0 && c == '`' {
606 } else if opts.CodeSpan && codeSpanOpener == 0 && c == '`' {
615 } else if (opts.CodeSpan && codeSpanOpener == 0) || !opts.CodeSpan {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/yuin/goldmark/text/
H A Dreader.go82 CodeSpan bool member
590 if opts.CodeSpan && codeSpanOpener != 0 && c == '`' {
606 } else if opts.CodeSpan && codeSpanOpener == 0 && c == '`' {
615 } else if (opts.CodeSpan && codeSpanOpener == 0) || !opts.CodeSpan {
/dports/textproc/py-marko/marko-1.1.0/marko/
H A Dinline.py159 class CodeSpan(InlineElement): class
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/util/templates/
H A Dmarkdown.go118 func (r *ASCIIRenderer) CodeSpan(out *bytes.Buffer, text []byte) { r.fw(out, text… func
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/util/templates/
H A Dmarkdown.go118 func (r *ASCIIRenderer) CodeSpan(out *bytes.Buffer, text []byte) { r.fw(out, text… func
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/util/templates/
H A Dmarkdown.go116 func (r *ASCIIRenderer) CodeSpan(out *bytes.Buffer, text []byte) { r.fw(ou… func
/dports/devel/py-libcst/libcst-0.3.23/docs/source/
H A Dmetadata.rst108 positions using :class:`~libcst.metadata.CodeSpan`, which will contain the
114 .. autoclass:: libcst.metadata.CodeSpan
/dports/devel/etcd/etcd-2.3.8/Godeps/_workspace/src/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go162 func (r *roffRenderer) CodeSpan(out *bytes.Buffer, text []byte) { func
/dports/net/madonctl/madonctl-8d3e9fa/vendor/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go191 func (r *roffRenderer) CodeSpan(out *bytes.Buffer, text []byte) { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go191 func (r *roffRenderer) CodeSpan(out *bytes.Buffer, text []byte) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go191 func (r *roffRenderer) CodeSpan(out *bytes.Buffer, text []byte) { func
/dports/devel/lab/lab-0.17.2/vendor/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go191 func (r *roffRenderer) CodeSpan(out *bytes.Buffer, text []byte) { func

123456