Home
last modified time | relevance | path

Searched refs:GeneratorArgs (Results 1 – 25 of 150) sorted by relevance

123456

/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/zach-klippenstein/goregen/
H A Dinternal_generator.go100 func noop(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
106 func opEmptyMatch(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
113 func opLiteral(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
120 func opAnyChar(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
133 func opQuest(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
138 func opStar(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
143 func opPlus(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
148 func opRepeat(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
155 func opCharClass(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
161 func opConcat(regexp *syntax.Regexp, genArgs *GeneratorArgs) (*internalGenerator, error) { argument
[all …]
H A Dregen.go110 …func(index int, name string, group *syntax.Regexp, generator Generator, args *GeneratorArgs) string
114 type GeneratorArgs struct { struct
138 func (a *GeneratorArgs) initialize() error { argument
171 func (a *GeneratorArgs) Rng() *rand.Rand { argument
201 func NewGenerator(pattern string, inputArgs *GeneratorArgs) (generator Generator, err error) { argument
202 args := GeneratorArgs{}
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/zach-klippenstein/goregen/
H A Dinternal_generator.go100 func noop(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
106 func opEmptyMatch(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
113 func opLiteral(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
120 func opAnyChar(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
133 func opQuest(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
138 func opStar(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
143 func opPlus(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
148 func opRepeat(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
155 func opCharClass(regexp *syntax.Regexp, args *GeneratorArgs) (*internalGenerator, error) { argument
161 func opConcat(regexp *syntax.Regexp, genArgs *GeneratorArgs) (*internalGenerator, error) { argument
[all …]
H A Dregen.go110 …func(index int, name string, group *syntax.Regexp, generator Generator, args *GeneratorArgs) string
114 type GeneratorArgs struct { struct
138 func (a *GeneratorArgs) initialize() error { argument
171 func (a *GeneratorArgs) Rng() *rand.Rand { argument
201 func NewGenerator(pattern string, inputArgs *GeneratorArgs) (generator Generator, err error) { argument
202 args := GeneratorArgs{}
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/gengo/args/
H A Dargs.go42 func Default() *GeneratorArgs {
43 return &GeneratorArgs{
53 type GeneratorArgs struct { struct
91 func (g *GeneratorArgs) WithoutDefaultFlagParsing() *GeneratorArgs { argument
96 func (g *GeneratorArgs) AddFlags(fs *pflag.FlagSet) { argument
107 func (g *GeneratorArgs) LoadGoBoilerplate() ([]byte, error) { argument
128 func (g *GeneratorArgs) NewBuilder() (*parser.Builder, error) { argument
149 func (g *GeneratorArgs) InputIncludes(p *types.Package) bool { argument
175 func (g *GeneratorArgs) Execute(nameSystems namer.NameSystems, defaultSystem string, pkgs func(*gen… argument
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/gengo/args/
H A Dargs.go42 func Default() *GeneratorArgs {
43 return &GeneratorArgs{
53 type GeneratorArgs struct { struct
94 func (g *GeneratorArgs) WithoutDefaultFlagParsing() *GeneratorArgs { argument
99 func (g *GeneratorArgs) AddFlags(fs *pflag.FlagSet) { argument
110 func (g *GeneratorArgs) LoadGoBoilerplate() ([]byte, error) { argument
131 func (g *GeneratorArgs) NewBuilder() (*parser.Builder, error) { argument
156 func (g *GeneratorArgs) InputIncludes(p *types.Package) bool { argument
182 func (g *GeneratorArgs) Execute(nameSystems namer.NameSystems, defaultSystem string, pkgs func(*gen… argument
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/gengo/gengo-26a664648505/args/
H A Dargs.go42 func Default() *GeneratorArgs {
43 return &GeneratorArgs{
53 type GeneratorArgs struct { struct
94 func (g *GeneratorArgs) WithoutDefaultFlagParsing() *GeneratorArgs { argument
99 func (g *GeneratorArgs) AddFlags(fs *pflag.FlagSet) { argument
110 func (g *GeneratorArgs) LoadGoBoilerplate() ([]byte, error) { argument
131 func (g *GeneratorArgs) NewBuilder() (*parser.Builder, error) { argument
156 func (g *GeneratorArgs) InputIncludes(p *types.Package) bool { argument
182 func (g *GeneratorArgs) Execute(nameSystems namer.NameSystems, defaultSystem string, pkgs func(*gen… argument
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/k8s.io/gengo/args/
H A Dargs.go42 func Default() *GeneratorArgs {
43 return &GeneratorArgs{
53 type GeneratorArgs struct { struct
94 func (g *GeneratorArgs) WithoutDefaultFlagParsing() *GeneratorArgs { argument
99 func (g *GeneratorArgs) AddFlags(fs *pflag.FlagSet) { argument
110 func (g *GeneratorArgs) LoadGoBoilerplate() ([]byte, error) { argument
131 func (g *GeneratorArgs) NewBuilder() (*parser.Builder, error) { argument
156 func (g *GeneratorArgs) InputIncludes(p *types.Package) bool { argument
185 func (g *GeneratorArgs) Execute(nameSystems namer.NameSystems, defaultSystem string, pkgs func(*gen… argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/k8s.io/gengo/args/
H A Dargs.go42 func Default() *GeneratorArgs {
43 return &GeneratorArgs{
53 type GeneratorArgs struct { struct
94 func (g *GeneratorArgs) WithoutDefaultFlagParsing() *GeneratorArgs { argument
99 func (g *GeneratorArgs) AddFlags(fs *pflag.FlagSet) { argument
110 func (g *GeneratorArgs) LoadGoBoilerplate() ([]byte, error) { argument
131 func (g *GeneratorArgs) NewBuilder() (*parser.Builder, error) { argument
156 func (g *GeneratorArgs) InputIncludes(p *types.Package) bool { argument
182 func (g *GeneratorArgs) Execute(nameSystems namer.NameSystems, defaultSystem string, pkgs func(*gen… argument
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/k8s.io/gengo/args/
H A Dargs.go42 func Default() *GeneratorArgs {
43 return &GeneratorArgs{
53 type GeneratorArgs struct { struct
94 func (g *GeneratorArgs) WithoutDefaultFlagParsing() *GeneratorArgs { argument
99 func (g *GeneratorArgs) AddFlags(fs *pflag.FlagSet) { argument
110 func (g *GeneratorArgs) LoadGoBoilerplate() ([]byte, error) { argument
131 func (g *GeneratorArgs) NewBuilder() (*parser.Builder, error) { argument
156 func (g *GeneratorArgs) InputIncludes(p *types.Package) bool { argument
185 func (g *GeneratorArgs) Execute(nameSystems namer.NameSystems, defaultSystem string, pkgs func(*gen… argument
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/kustomize/pkg/resmap/
H A Dfactory_test.go155 GeneratorArgs: types.GeneratorArgs{
177 }, &types.GeneratorArgs{}, nil),
183 GeneratorArgs: types.GeneratorArgs{
206 }, &types.GeneratorArgs{}, nil),
213 GeneratorArgs: types.GeneratorArgs{
235 }, &types.GeneratorArgs{}, nil),
261 GeneratorArgs: types.GeneratorArgs{
295 }, &types.GeneratorArgs{}, nil),
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/kustomize/pkg/resmap/
H A Dfactory_test.go155 GeneratorArgs: types.GeneratorArgs{
177 }, &types.GeneratorArgs{}, nil),
183 GeneratorArgs: types.GeneratorArgs{
206 }, &types.GeneratorArgs{}, nil),
213 GeneratorArgs: types.GeneratorArgs{
235 }, &types.GeneratorArgs{}, nil),
261 GeneratorArgs: types.GeneratorArgs{
295 }, &types.GeneratorArgs{}, nil),
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/cli-runtime/pkg/kustomize/k8sdeps/configmapandsecret/
H A Dsecretfactory_test.go96 GeneratorArgs: types.GeneratorArgs{
109 GeneratorArgs: types.GeneratorArgs{
122 GeneratorArgs: types.GeneratorArgs{
H A Dconfigmapfactory_test.go98 GeneratorArgs: types.GeneratorArgs{
111 GeneratorArgs: types.GeneratorArgs{
124 GeneratorArgs: types.GeneratorArgs{
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/kustomize/k8sdeps/configmapandsecret/
H A Dconfigmapfactory_test.go98 GeneratorArgs: types.GeneratorArgs{
111 GeneratorArgs: types.GeneratorArgs{
124 GeneratorArgs: types.GeneratorArgs{
H A Dsecretfactory_test.go96 GeneratorArgs: types.GeneratorArgs{
109 GeneratorArgs: types.GeneratorArgs{
122 GeneratorArgs: types.GeneratorArgs{
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/kustomize/k8sdeps/configmapandsecret/
H A Dconfigmapfactory_test.go98 GeneratorArgs: types.GeneratorArgs{
111 GeneratorArgs: types.GeneratorArgs{
124 GeneratorArgs: types.GeneratorArgs{
H A Dsecretfactory_test.go96 GeneratorArgs: types.GeneratorArgs{
109 GeneratorArgs: types.GeneratorArgs{
122 GeneratorArgs: types.GeneratorArgs{
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/cli-runtime/pkg/kustomize/k8sdeps/configmapandsecret/
H A Dsecretfactory_test.go96 GeneratorArgs: types.GeneratorArgs{
109 GeneratorArgs: types.GeneratorArgs{
122 GeneratorArgs: types.GeneratorArgs{
H A Dconfigmapfactory_test.go98 GeneratorArgs: types.GeneratorArgs{
111 GeneratorArgs: types.GeneratorArgs{
124 GeneratorArgs: types.GeneratorArgs{
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/code-generator/cmd/register-gen/args/
H A Dargs.go26 func NewDefaults() *args.GeneratorArgs {
33 func Validate(genericArgs *args.GeneratorArgs) error { argument
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/code-generator/code-generator-0.16.8/cmd/register-gen/args/
H A Dargs.go26 func NewDefaults() *args.GeneratorArgs {
33 func Validate(genericArgs *args.GeneratorArgs) error { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/k8s.io/code-generator/cmd/register-gen/args/
H A Dargs.go26 func NewDefaults() *args.GeneratorArgs {
33 func Validate(genericArgs *args.GeneratorArgs) error { argument
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/code-generator/cmd/register-gen/args/
H A Dargs.go26 func NewDefaults() *args.GeneratorArgs {
33 func Validate(genericArgs *args.GeneratorArgs) error { argument
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/kustomize/pkg/types/
H A Dkustomization.go175 type GeneratorArgs struct { struct
197 GeneratorArgs `json:",inline,omitempty" yaml:",inline,omitempty"` anonMember
203 GeneratorArgs `json:",inline,omitempty" yaml:",inline,omitempty"` anonMember

123456