Home
last modified time | relevance | path

Searched defs:Funcs (Results 1 – 25 of 1017) sorted by relevance

12345678910>>...41

/dports/sysutils/gomplate/gomplate-3.9.0/funcs/
H A Daws.go52 type Funcs struct { struct
53 ctx context.Context
55 meta *aws.Ec2Meta
56 info *aws.Ec2Info
57 kms *aws.KMS
58 sts *aws.STS
59 metaInit sync.Once
60 infoInit sync.Once
61 kmsInit sync.Once
62 stsInit sync.Once
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dcpp11_ref_qualifiers_typemaps.i19 struct Funcs { struct
35 short fff(short (Funcs::*ff)(bool) const) { in fff() argument
H A Dmember_funcptr_galore.i119 struct Funcs { struct
128 int aaa1(short (Funcs::* )(bool) const) const; argument
201 short (Funcs::* pp1)(bool) = &Funcs::FF; variable
203 short (Funcs::* const * extra2)(bool) = &pp1; variable
204 short (Funcs::* * extra3)(bool) = &pp1; variable
205 short (Funcs::* *const extra4)(bool) = &pp1; variable
208 short (Funcs::* *& pp3)(bool) = extra3; variable
209 short (Funcs::* *const& pp4)(bool) = extra4; variable
210 short (Funcs::* & pp5)(bool) = pp1; variable
212 short (Funcs::* const& pp7)(bool) = pp1; variable
[all …]
H A Dcpp11_ref_qualifiers.i102 struct Funcs { struct
111 int aaa1(short (Funcs::*)(bool) &) const; argument
200 short (Funcs::* cc1)(bool) const & = &Funcs::CC; variable
202 short (Funcs::* const * ccextra2)(bool) const & = &cc1; variable
203 short (Funcs::* * ccextra3)(bool) const & = &cc1; variable
204 short (Funcs::* *const ccextra4)(bool) const & = &cc1; variable
207 short (Funcs::* *& cc3)(bool) const & = ccextra3; variable
208 short (Funcs::* *const& cc4)(bool) const & = ccextra4; variable
209 short (Funcs::* & cc5)(bool) const & = cc1; variable
210 short (Funcs::* const cc6)(bool) const & = &Funcs::CC; variable
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/controller-runtime/pkg/predicate/
H A Dpredicate.go46 type Funcs struct { struct
48 CreateFunc func(event.CreateEvent) bool
51 DeleteFunc func(event.DeleteEvent) bool
54 UpdateFunc func(event.UpdateEvent) bool
57 GenericFunc func(event.GenericEvent) bool
61 func (p Funcs) Create(e event.CreateEvent) bool {
69 func (p Funcs) Delete(e event.DeleteEvent) bool {
77 func (p Funcs) Update(e event.UpdateEvent) bool {
85 func (p Funcs) Generic(e event.GenericEvent) bool {
94 Funcs anonMember
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/sigs.k8s.io/controller-runtime/pkg/predicate/
H A Dpredicate.go46 type Funcs struct { struct
48 CreateFunc func(event.CreateEvent) bool
51 DeleteFunc func(event.DeleteEvent) bool
54 UpdateFunc func(event.UpdateEvent) bool
57 GenericFunc func(event.GenericEvent) bool
61 func (p Funcs) Create(e event.CreateEvent) bool {
69 func (p Funcs) Delete(e event.DeleteEvent) bool {
77 func (p Funcs) Update(e event.UpdateEvent) bool {
85 func (p Funcs) Generic(e event.GenericEvent) bool {
94 Funcs anonMember
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/controller-runtime/pkg/handler/
H A Deventhandler.go60 type Funcs struct { struct
63 CreateFunc func(event.CreateEvent, workqueue.RateLimitingInterface)
67 UpdateFunc func(event.UpdateEvent, workqueue.RateLimitingInterface)
71 DeleteFunc func(event.DeleteEvent, workqueue.RateLimitingInterface)
75 GenericFunc func(event.GenericEvent, workqueue.RateLimitingInterface)
79 func (h Funcs) Create(e event.CreateEvent, q workqueue.RateLimitingInterface) {
86 func (h Funcs) Delete(e event.DeleteEvent, q workqueue.RateLimitingInterface) {
93 func (h Funcs) Update(e event.UpdateEvent, q workqueue.RateLimitingInterface) {
100 func (h Funcs) Generic(e event.GenericEvent, q workqueue.RateLimitingInterface) {
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/sigs.k8s.io/controller-runtime/pkg/handler/
H A Deventhandler.go60 type Funcs struct { struct
63 CreateFunc func(event.CreateEvent, workqueue.RateLimitingInterface)
67 UpdateFunc func(event.UpdateEvent, workqueue.RateLimitingInterface)
71 DeleteFunc func(event.DeleteEvent, workqueue.RateLimitingInterface)
75 GenericFunc func(event.GenericEvent, workqueue.RateLimitingInterface)
79 func (h Funcs) Create(e event.CreateEvent, q workqueue.RateLimitingInterface) {
86 func (h Funcs) Delete(e event.DeleteEvent, q workqueue.RateLimitingInterface) {
93 func (h Funcs) Update(e event.UpdateEvent, q workqueue.RateLimitingInterface) {
100 func (h Funcs) Generic(e event.GenericEvent, q workqueue.RateLimitingInterface) {
/dports/devel/swig/swig-4.0.2/Examples/test-suite/errors/
H A Dcpp_bad_global_memberptr.i3 struct Funcs {}; struct
5 short (Funcs::* *)(bool) = 0; variable
6 short (Funcs::* const*)(bool) = 0; variable
/dports/security/cloak/cloak-0.2.0/cargo-crates/ring-0.14.6/src/aead/
H A Dpoly1305.rs117 struct Funcs { struct
124 fn init(state: &mut Opaque, key: DerivedKey, func: &mut Funcs) -> Result<(), error::Unspecified> { in init() argument
127 state: &mut Opaque, key: &DerivedKey, out_func: &mut Funcs, in init()
139 impl Funcs { implementation
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/ring-0.16.15/src/aead/
H A Dpoly1305.rs121 struct Funcs { struct
128 fn init(state: &mut Opaque, key: DerivedKey, func: &mut Funcs) -> Result<(), error::Unspecified> { in init() argument
133 out_func: &mut Funcs, in init()
145 impl Funcs { impl
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/ring-0.16.12/src/aead/
H A Dpoly1305.rs123 struct Funcs { struct
130 fn init(state: &mut Opaque, key: DerivedKey, func: &mut Funcs) -> Result<(), error::Unspecified> { in init() argument
135 out_func: &mut Funcs, in init()
147 impl Funcs { impl
/dports/www/gohugo/hugo-0.91.2/config/security/
H A DsecurityConfig.go62 Funcs Funcs `json:"funcs"` member
78 type Funcs struct { struct
80 Getenv Whitelist `json:"getenv"`
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/igcdeps/src/
H A DLegacyInfoGeneration.cpp70 const GenXOCLRuntimeInfo::SymbolSeq &Funcs) { in validateFunctionSymbolTable()
82 vc::emitLegacyFunctionSymbolTable(const GenXOCLRuntimeInfo::SymbolSeq &Funcs) { in emitLegacyFunctionSymbolTable()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/extensions/fuzzer/
H A Dfuzzer.go24 var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} { var
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/imagepolicy/fuzzer/
H A Dfuzzer.go24 var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} { var
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/abac/fuzzer/
H A Dfuzzer.go24 var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} { var
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/authentication/fuzzer/
H A Dfuzzer.go24 var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} { var
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/authorization/fuzzer/
H A Dfuzzer.go24 var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} { var
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/scheduling/fuzzer/
H A Dfuzzer.go29 var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} { var
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/admissionregistration/fuzzer/
H A Dfuzzer.go27 var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} { var
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/apiserverinternal/fuzzer/
H A Dfuzzer.go24 func Funcs(codecs runtimeserializer.CodecFactory) []interface{} { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/policy/fuzzer/
H A Dfuzzer.go27 var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} { var
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/rbac/fuzzer/
H A Dfuzzer.go27 var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} { var
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/admission/fuzzer/
H A Dfuzzer.go28 var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} { var

12345678910>>...41