type golang.org/x/text/secure/precis.Option
13 uses
golang.org/x/text/secure/precis (current package)
options.go#L16: type Option func(*options)
options.go#L37: func getOpts(o ...Option) (res options) {
options.go#L52: IgnoreCase Option = ignoreCase
options.go#L58: FoldWidth Option = foldWidth
options.go#L62: DisallowEmpty Option = disallowEmpty
options.go#L66: BidiRule Option = bidiRule
options.go#L104: func AdditionalMapping(t ...func() transform.Transformer) Option {
options.go#L121: func Norm(f norm.Form) Option {
options.go#L129: func FoldCase(opts ...cases.Option) Option {
options.go#L138: func LowerCase(opts ...cases.Option) Option {
options.go#L153: func Disallow(set runes.Set) Option {
profile.go#L37: func NewIdentifier(opts ...Option) *Profile {
profile.go#L48: func NewFreeform(opts ...Option) *Profile {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |