Home
last modified time | relevance | path

Searched refs:modreqs (Results 1 – 7 of 7) sorted by relevance

/dports/databases/p5-DBIx-Class-Schema-Loader/DBIx-Class-Schema-Loader-0.07049/lib/DBIx/Class/Schema/Loader/Optional/
H A DDependencies.pm555 shift->_groups_to_reqs(shift)->{modreqs};
780 modreqs => {},
791 if exists $ret->{modreqs}{$mod};
799 $ret->{modreqs}{$mod} = $ver;
930 my ($self, $modreqs) = @_;
937 for my $mod (keys %$modreqs) {
948 { $modreqs->{$_} ? "$_~$modreqs->{$_}" : $_ }
1107 if ( keys %{ $info->{modreqs}||{} } ) {
1110 ( sort keys %{ $info->{modreqs} } )
1125 ( defined $info->{modreqs}{$_} and $info->{modreqs}{$_} == $newreqs->{$_} )
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection.Emit/
H A DSignatureHelper.cs62 private Type[][] modreqs; field in System.Reflection.Emit.SignatureHelper
260 AppendArrayAt (ref modreqs, requiredCustomModifiers, p); in AddArgument()
346 return CompareOK (other.modreqs, modreqs) && CompareOK (other.modopts, modopts); in Equals()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/krb/
H A Dpreauth2.c58 krb5_clpreauth_modreq *modreqs; member
114 *modreq_out = reqctx->modreqs[i]; in find_module()
265 reqctx->modreqs = calloc(count, sizeof(*reqctx->modreqs)); in k5_preauth_request_context_init()
269 h->vt.request_init(context, h->data, &reqctx->modreqs[i]); in k5_preauth_request_context_init()
290 if (reqctx->modreqs[i] != NULL && h->vt.request_fini != NULL) in k5_preauth_request_context_fini()
291 h->vt.request_fini(context, h->data, reqctx->modreqs[i]); in k5_preauth_request_context_fini()
296 free(reqctx->modreqs); in k5_preauth_request_context_fini()
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/krb/
H A Dpreauth2.c58 krb5_clpreauth_modreq *modreqs; member
114 *modreq_out = reqctx->modreqs[i]; in find_module()
265 reqctx->modreqs = calloc(count, sizeof(*reqctx->modreqs)); in k5_preauth_request_context_init()
269 h->vt.request_init(context, h->data, &reqctx->modreqs[i]); in k5_preauth_request_context_init()
290 if (reqctx->modreqs[i] != NULL && h->vt.request_fini != NULL) in k5_preauth_request_context_fini()
291 h->vt.request_fini(context, h->data, reqctx->modreqs[i]); in k5_preauth_request_context_fini()
296 free(reqctx->modreqs); in k5_preauth_request_context_fini()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dsre-encode.c864 MonoArrayHandle modreqs = MONO_HANDLE_NEW (MonoArray, NULL); in encode_sighelper_arg() local
868 MONO_HANDLE_ARRAY_GETREF (modreqs, helper_modreqs, i); in encode_sighelper_arg()
872 encode_custom_modifiers (assembly, modreqs, modopts, buf, error); in encode_sighelper_arg()
926 MonoArrayHandle modreqs = MONO_HANDLE_NEW_GET (MonoArray, helper, modreqs); in mono_dynimage_encode_reflection_sighelper() local
929 if (!encode_sighelper_arg (assembly, i, arguments, modreqs, modopts, &buf, error)) in mono_dynimage_encode_reflection_sighelper()
H A Dobject-internals.h1417 MonoArray *modreqs; member
/dports/devel/p5-Test-DBIx-Class/Test-DBIx-Class-0.52/
H A Dtags11321 …dencies.pm /^ my $modreq_errors = $self->_errorlist_for_modreqs($reqs->{modreqs})$/;" v file: cla…
11324 modreqs ../dbix-class/lib/DBIx/Class/Optional/Dependencies.pm /^ my ($self, $modreqs) = @_;$/;" v …
15110 …Dependencies.pm /^ ? $self->_list_physically_missing_modules( $reqs->{modreqs} )$/;" v file: cl…
17998 …Dependencies.pm /^ ? $self->_list_physically_missing_modules( $reqs->{modreqs} )$/;" v file: cl…
18003 self ../dbix-class/lib/DBIx/Class/Optional/Dependencies.pm /^ my ($self, $modreqs) = @_;$/;" v fil…