Home
last modified time | relevance | path

Searched refs:optsStr (Results 1 – 5 of 5) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/markup/
H A Dmarkup.go45 cfg.Highlight = func(code, lang, optsStr string) (string, error) {
46 return h.Highlight(code, lang, optsStr)
102 Highlight(code, lang, optsStr string) (string, error)
119 func (r *converterRegistry) Highlight(code, lang, optsStr string) (string, error) {
120 return r.config.Highlight(code, lang, optsStr)
/dports/www/gohugo/hugo-0.91.2/markup/highlight/
H A Dhighlight.go39 func (h Highlighter) Highlight(code, lang, optsStr string) (string, error) {
40 if optsStr == "" {
45 if err := applyOptionsFromString(optsStr, &cfg); err != nil {
/dports/net/bosh-cli/bosh-cli-5.5.0/ssh/
H A Dcombo_runner_test.go111 optsStr := strings.Join(args.LoginForHost(host), " ")
114 case strings.Contains(optsStr, "127.0.0.1"):
116 case strings.Contains(optsStr, "127.0.0.2"):
/dports/www/gohugo/hugo-0.91.2/markup/converter/
H A Dconverter.go37 Highlight func(code, lang, optsStr string) (string, error)
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.cpp3821 auto optsStr = opts.str(); in emit_options() local
3822 if (!optsStr.empty()) in emit_options()
3823 output << " {" << optsStr << "}"; in emit_options()