Home
last modified time | relevance | path

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

/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/parameters/
H A Dregex.go29 type RegexStrings []string type
32 func (regexes RegexStrings) Validate() error {
H A Dparameters.go600 CustomHostNameRegexes: {value: RegexStrings{}},
904 case RegexStrings:
1358 func (p ParametersAccessor) RegexStrings(name string) RegexStrings { func
1359 value := RegexStrings{}
H A Dparameters_test.go142 case RegexStrings:
143 g := p.Get().RegexStrings(name)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/
H A DdialParameters.go1175 regexStrings := p.RegexStrings(parameters.CustomHostNameRegexes)
H A Dconfig.go1624 …applyParameters[parameters.CustomHostNameRegexes] = parameters.RegexStrings(config.CustomHostNameR…