Home
last modified time | relevance | path

Searched defs:RegexLexer (Results 1 – 20 of 20) sorted by relevance

/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/chroma-0.9.1/
H A Dregexp.go350 type RegexLexer struct { struct
351 config *Config
352 analyser func(text string) float32
353 trace bool
355 mu sync.Mutex
356 compiled bool
357 rules map[string][]*CompiledRule
358 compilerFunc func() Rules
359 compileOnce sync.Once
375 func (r *RegexLexer) Config() *Config { // nolint
[all …]
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/
H A Dregexp.go350 type RegexLexer struct { struct
351 config *Config
352 analyser func(text string) float32
353 trace bool
355 mu sync.Mutex
356 compiled bool
357 rules map[string][]*CompiledRule
358 compilerFunc func() Rules
359 compileOnce sync.Once
375 func (r *RegexLexer) Config() *Config { // nolint
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/alecthomas/chroma/
H A Dregexp.go400 type RegexLexer struct { struct
401 config *Config
402 analyser func(text string) float32
403 trace bool
405 mu sync.Mutex
406 compiled bool
407 rules map[string][]*CompiledRule
408 compilerFunc func() Rules
409 compileOnce sync.Once
425 func (r *RegexLexer) Config() *Config { // nolint
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/alecthomas/chroma/
H A Dregexp.go400 type RegexLexer struct { struct
401 config *Config
402 analyser func(text string) float32
403 trace bool
405 mu sync.Mutex
406 compiled bool
407 rules map[string][]*CompiledRule
408 compilerFunc func() Rules
409 compileOnce sync.Once
425 func (r *RegexLexer) Config() *Config { // nolint
[all …]
/dports/devel/chroma/chroma-0.9.2/
H A Dregexp.go393 type RegexLexer struct { struct
394 config *Config
395 analyser func(text string) float32
396 trace bool
398 mu sync.Mutex
399 compiled bool
400 rules map[string][]*CompiledRule
401 compilerFunc func() Rules
402 compileOnce sync.Once
418 func (r *RegexLexer) Config() *Config { // nolint
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/alecthomas/chroma/
H A Dregexp.go400 type RegexLexer struct { struct
401 config *Config
402 analyser func(text string) float32
403 trace bool
405 mu sync.Mutex
406 compiled bool
407 rules map[string][]*CompiledRule
408 compilerFunc func() Rules
409 compileOnce sync.Once
425 func (r *RegexLexer) Config() *Config { // nolint
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/alecthomas/chroma/
H A Dregexp.go333 type RegexLexer struct { struct
334 config *Config
335 analyser func(text string) float32
336 trace bool
338 mu sync.Mutex
339 compiled bool
340 rules map[string][]*CompiledRule
344 func (r *RegexLexer) SetAnalyser(analyser func(text string) float32) *RegexLexer {
349 func (r *RegexLexer) AnalyseText(text string) float32 { // nolint
356 func (r *RegexLexer) Config() *Config { // nolint
[all …]
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/alecthomas/chroma/
H A Dregexp.go333 type RegexLexer struct { struct
334 config *Config
335 analyser func(text string) float32
336 trace bool
338 mu sync.Mutex
339 compiled bool
340 rules map[string][]*CompiledRule
344 func (r *RegexLexer) SetAnalyser(analyser func(text string) float32) *RegexLexer {
349 func (r *RegexLexer) AnalyseText(text string) float32 { // nolint
356 func (r *RegexLexer) Config() *Config { // nolint
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/alecthomas/chroma/chroma-0.6.3/
H A Dregexp.go318 type RegexLexer struct { struct
319 config *Config
320 analyser func(text string) float32
321 trace bool
323 mu sync.Mutex
324 compiled bool
325 rules map[string][]*CompiledRule
329 func (r *RegexLexer) SetAnalyser(analyser func(text string) float32) *RegexLexer {
334 func (r *RegexLexer) AnalyseText(text string) float32 { // nolint
341 func (r *RegexLexer) Config() *Config { // nolint
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/alecthomas/chroma/
H A Dregexp.go318 type RegexLexer struct { struct
319 config *Config
320 analyser func(text string) float32
321 trace bool
323 mu sync.Mutex
324 compiled bool
325 rules map[string][]*CompiledRule
329 func (r *RegexLexer) SetAnalyser(analyser func(text string) float32) *RegexLexer {
334 func (r *RegexLexer) AnalyseText(text string) float32 { // nolint
341 func (r *RegexLexer) Config() *Config { // nolint
[all …]
/dports/devel/gh/cli-2.4.0/vendor/github.com/alecthomas/chroma/
H A Dregexp.go351 type RegexLexer struct { struct
352 config *Config
353 analyser func(text string) float32
354 trace bool
356 mu sync.Mutex
357 compiled bool
358 rules map[string][]*CompiledRule
362 func (r *RegexLexer) SetAnalyser(analyser func(text string) float32) *RegexLexer {
367 func (r *RegexLexer) AnalyseText(text string) float32 { // nolint
374 func (r *RegexLexer) Config() *Config { // nolint
[all …]
/dports/textproc/py-pygments-25/Pygments-2.5.2/doc/docs/
H A Dlexerdevelopment.rst24 RegexLexer chapter
/dports/textproc/py-pygments/Pygments-2.7.2/doc/docs/
H A Dlexerdevelopment.rst23 RegexLexer chapter
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pygments/
H A Dlexer.py586 class RegexLexer(Lexer): class
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/
H A Dlexer.py582 class RegexLexer(Lexer, metaclass=RegexLexerMeta): class
/dports/textproc/py-pygments/Pygments-2.7.2/pygments/
H A Dlexer.py583 class RegexLexer(Lexer, metaclass=RegexLexerMeta): class
/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/
H A Dlexer.py583 class RegexLexer(Lexer, metaclass=RegexLexerMeta): class
/dports/textproc/py-pygments-25/Pygments-2.5.2/pygments/
H A Dlexer.py586 class RegexLexer(Lexer): class
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/pygments/
H A Dlexer.py586 class RegexLexer(Lexer): class
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/
H A Dlexer.py583 class RegexLexer(Lexer, metaclass=RegexLexerMeta): class