view release on metacpan or search on metacpan
t/cdisc2bff/in/cdisc_odm_data.xml view on Meta::CPAN
<?xml version="1.0" encoding="UTF-8" ?>
<ODM xmlns="http://www.cdisc.org/ns/odm/v1.3" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:redcap="https://projectredcap.org" xsi:schemaLocation="http://www.cdisc.org/ns/odm/v1.3 schema/odm...
<ClinicalData StudyOID="Project.3TRKielTemplateExport01072022" MetaDataVersionOID="Metadata.3TRKielTemplateExport01072022_2022-09-27_1822">
<SubjectData SubjectKey="107" redcap:RecordIdField="study_id">
<StudyEventData StudyEventOID="Event.week_0_arm_1" StudyEventRepeatKey="1" redcap:UniqueEventName="week_0_arm_1">
<FormData FormOID="Form.ids" FormRepeatKey="1">
<ItemGroupData ItemGroupOID="ids.study_id" ItemGroupRepeatKey="1">
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Convos/public/js/jquery.js view on Meta::CPAN
_default: 400
};
// Based off of the plugin by Clint Helfers, with permission.
// http://blindsignals.com/index.php/2009/07/jquery-delay/
jQuery.fn.delay = function( time, type ) {
time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
type = type || "fx";
return this.queue( type, function( next, hooks ) {
view all matches for this distribution
view release on metacpan or search on metacpan
static int
xthread_create (xthread_t *tid, void *(*proc)(void *), void *arg)
{
int retval;
sigset_t fullsigset, oldsigset;
pthread_attr_t attr;
pthread_attr_init (&attr);
pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED);
pthread_attr_setstacksize (&attr, PTHREAD_STACK_MIN < X_STACKSIZE ? X_STACKSIZE : PTHREAD_STACK_MIN);
pthread_attr_setscope (&attr, PTHREAD_SCOPE_PROCESS);
#endif
sigfillset (&fullsigset);
pthread_sigmask (SIG_SETMASK, &fullsigset, &oldsigset);
retval = pthread_create (tid, &attr, proc, arg) == 0;
pthread_sigmask (SIG_SETMASK, &oldsigset, 0);
pthread_attr_destroy (&attr);
return retval;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Crypt/ECDSA/Blind.pm view on Meta::CPAN
my $init = $ecdsab->init;
my $req = $ecdsab->request( Key => $pubkey, Init => $init,
Message => $msg );
my $blindsig = $ecdsab->sign( Key => $seckey, Init => $init,
Plaintext => $req );
my $sig = $ecdsab->unblind( Key => $pubkey, Init => $init,
Signature => $blindsig );
print "Verified\n" if $ecdsab->verify( Key => $pubkey, Message => $msg,
Signature => $sig );
=head1 METHODS
view all matches for this distribution
view release on metacpan or search on metacpan
perl_glue/perl_gpgme.c view on Meta::CPAN
{ GPGME_STATUS_ENTER, "enter" },
{ GPGME_STATUS_LEAVE, "leave" },
{ GPGME_STATUS_ABORT, "abort" },
{ GPGME_STATUS_GOODSIG, "goodsig" },
{ GPGME_STATUS_BADSIG, "badsig" },
{ GPGME_STATUS_ERRSIG, "errsig" },
{ GPGME_STATUS_BADARMOR, "badarmor" },
{ GPGME_STATUS_RSA_OR_IDEA, "rsa-or-idea" },
perl_glue/perl_gpgme.c view on Meta::CPAN
{ GPGME_STATUS_SHM_GET, "shm-get" },
{ GPGME_STATUS_SHM_GET_BOOL, "shm-get-bool" },
{ GPGME_STATUS_SHM_GET_HIDDEN, "shm-get-hidden" },
{ GPGME_STATUS_NEED_PASSPHRASE, "need-passphrase" },
{ GPGME_STATUS_VALIDSIG, "validsig" },
{ GPGME_STATUS_SIG_ID, "sig-id" },
{ GPGME_STATUS_ENC_TO, "enc-to" },
{ GPGME_STATUS_NODATA, "nodata" },
{ GPGME_STATUS_BAD_PASSPHRASE, "bad-passphrase" },
{ GPGME_STATUS_NO_PUBKEY, "no-pubkey" },
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Crypt/HSXKPasswd/Dictionary/NL.pm view on Meta::CPAN
'eindronde',
'eindsalaris',
'eindsaldo',
'eindscore',
'eindscriptie',
'eindsignaal',
'eindsituatie',
'eindsleutel',
'eindsnelheid',
'eindspel',
'eindspelen',
lib/Crypt/HSXKPasswd/Dictionary/NL.pm view on Meta::CPAN
'noodscenario',
'noodschot',
'noodschoten',
'noodsein',
'noodseinen',
'noodsignaal',
'noodsignalen',
'noodsituatie',
'noodsprong',
'noodsprongen',
'noodstal',
'noodstallen',
lib/Crypt/HSXKPasswd/Dictionary/NL.pm view on Meta::CPAN
'vaderzegen',
'vaderzorg',
'vaderzorgen',
'vadoek',
'vadoeken',
'vadsig',
'vadsigaard',
'vadsigaards',
'vadsige',
'vadsiger',
'vadsigere',
'vadsigheid',
'vadsigst',
'vadsigste',
'vagant',
'vaganten',
'vage',
'vagebond',
'vagebondeer',
view all matches for this distribution
view release on metacpan or search on metacpan
warn Dumper({key => $keylabel, algo => $algo, sig => unpack('H*', $sig), data => $data})
if($ret != 1);
ok($ret == 1);
$ret = $curkey->rsa_verify_digest($algo, $digest, $sig);
ok(defined($ret) && ($ret == 1));
my $badsig = $sig ^ "\01"; # flip one bit
$ret = $curkey->rsa_verify($algo, $data, $badsig);
ok(defined($ret));
ok($ret == 0);
}
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
pqclean/crypto_sign/ml-dsa-44/aarch64/sign.c view on Meta::CPAN
size_t ctxlen,
const uint8_t *pk) {
size_t i;
if (smlen < DILITHIUM_CRYPTO_BYTES) {
goto badsig;
}
*mlen = smlen - DILITHIUM_CRYPTO_BYTES;
if (crypto_sign_verify_ctx(sm, DILITHIUM_CRYPTO_BYTES, sm + DILITHIUM_CRYPTO_BYTES, *mlen, ctx, ctxlen, pk)) {
goto badsig;
} else {
/* All good, copy msg, return 0 */
for (i = 0; i < *mlen; ++i) {
m[i] = sm[DILITHIUM_CRYPTO_BYTES + i];
}
return 0;
}
badsig:
/* Signature verification failed */
*mlen = 0;
for (i = 0; i < smlen; ++i) {
m[i] = 0;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Crypt/RSA/Blind.pm view on Meta::CPAN
my $req = $rsab->request( Key => $pubkey,
Init => $init,
Message => $msg );
my $blindsig = $rsab->sign( Key => $seckey,
PublicKey => $pubkey,
Message => $req );
my $sig = $rsab->unblind( Key => $pubkey,
Init => $init,
Signature => $blindsig );
print "OK\n" if $rsab->verify( Key => $pubkey,
Message => $msg,
Signature => $sig );
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Crypt/XkcdPassword/Words/EN/Roget.pm view on Meta::CPAN
hindering
hindermost
hinders
hindmost
hindrance
hindsight
hinge
hinny
hint
hinterland
hip
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CtrlO/Crypt/XkcdPassword/Wordlist/en_gb.pm view on Meta::CPAN
hillside
hilly
himself
hinder
hindrance
hindsight
hinge
hipper
hippy
histogram
historian
view all matches for this distribution
view release on metacpan or search on metacpan
lib/DBI/Shell/SQLMinus.pm view on Meta::CPAN
my ($num, $fmtnum, $dlen, $commify) = @_;
my $formatted = sprintf "%+${fmtnum}.${dlen}lf", $num;
return ($commify ? commify($formatted) : $formatted);
}
sub leadsign($$$$) {
my ($num, $fmtnum, $dlen, $commify) = @_;
my $formatted = sprintf "%+${fmtnum}.${dlen}lf", $num;
return ($commify ? commify($formatted) : $formatted);
}
view all matches for this distribution
view release on metacpan or search on metacpan
_Deparsed_XSubs.pm view on Meta::CPAN
sub setbuf;
sub setgid;
sub setjmp;
sub setlocale;
sub setpayload;
sub setpayloadsig;
sub setpgid;
sub setsid;
sub setuid;
sub setvbuf;
sub sigaction;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Dancer/Plugin/Database.pm view on Meta::CPAN
(If you're not familiar with what I mean, I'm talking about the insane default
behaviour of "hmm, this bit of data won't fit the column you're trying to put it
in.. hmm, I know, I'll just munge it to fit, and throw a warning afterwards -
it's not like you're relying on me to, y'know, store what you ask me to store".
See L<http://effectivemysql.com/presentation/mysql-idiosyncrasies-that-bite/> for
just one illustration. In hindsight, I wish I'd made a sensible C<sql_mode> a
default setting, but I don't want to change that now.)
The optional C<log_queries> setting enables logging of queries generated by the
helper functions C<quick_insert> et al in L<Dancer::Plugin::Database::Core::Handle>.
If you enable it, generated queries will be logged at 'debug' level. Be aware
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Dancer2/Plugin/Database.pm view on Meta::CPAN
(If you're not familiar with what I mean, I'm talking about the insane default
behaviour of "hmm, this bit of data won't fit the column you're trying to put it
in.. hmm, I know, I'll just munge it to fit, and throw a warning afterwards -
it's not like you're relying on me to, y'know, store what you ask me to store".
See L<http://effectivemysql.com/presentation/mysql-idiosyncrasies-that-bite/> for
just one illustration. In hindsight, I wish I'd made a sensible C<sql_mode> a
default setting, but I don't want to change that now.)
The optional C<log_queries> setting enables logging of queries generated by the
helper functions C<quick_insert> et al in L<Dancer::Plugin::Database::Core::Handle>.
If you enable it, generated queries will be logged at 'debug' level. Be aware
view all matches for this distribution
view release on metacpan or search on metacpan
example/idp_metadata/spid-testenv-identityserver.xml view on Meta::CPAN
<?xml version="1.0" encoding="UTF-8"?>
<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" ID="_2487e8a5-3a05-488c-8fa6-fe32b8ae96c8" entityID="spid-testenv-identityserver">
<!-- Per test non viene richiesta la firma del metadata come avverrebbe in produzione -->
<IDPSSODescriptor WantAuthnRequestsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<KeyDescriptor use="signing">
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<X509Data>
<!-- certificato di default dell'identity server, se modificato è necessario cambiarlo -->
<X509Certificate>
MIICNTCCAZ6gAwIBAgIES343gjANBgkqhkiG9w0BAQUFADBVMQswCQYDVQQGEwJVUzELMAkGA1UE
CAwCQ0ExFjAUBgNVBAcMDU1vdW50YWluIFZpZXcxDTALBgNVBAoMBFdTTzIxEjAQBgNVBAMMCWxv
view all matches for this distribution
view release on metacpan or search on metacpan
examples/passphrase_deny view on Meta::CPAN
Haste makes waste
He who hesitates is lost
He who laughs last laughs longest
He who lives by the sword shall die by the sword
He who pays the piper calls the tune
Hindsight is always twenty-twenty
History repeats itself
Home is where the heart is
If God had meant us to fly he'd have given us wings
If a job is worth doing it is worth doing well
If at first you don't succeed try, try and try again
view all matches for this distribution
view release on metacpan or search on metacpan
share/dictionary.txt view on Meta::CPAN
hindquarters
hindrance
hindrance's
hindrances
hinds
hindsight
hindsight's
hinge
hinge's
hinged
hinges
hinging
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Data/Password/zxcvbn/RankedDictionaries/English.pm view on Meta::CPAN
'hillbillies' => 20850,
'hillbilly' => 8940,
'hillnigger' => 18119,
'him' => 45,
'hindquarters' => 16234,
'hindsight' => 11643,
'hinge' => 11337,
'hinges' => 7654,
'hinks' => 6231,
'hinky' => 19374,
'hint' => 2084,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Data/Random/Contact/Language/EN.pm view on Meta::CPAN
hindquarters
hindrance
hindrance's
hindrances
hinds
hindsight
hindsight's
hinge
hinge's
hinged
hinges
hinging
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Data/Random/dict view on Meta::CPAN
hindering
hinders
Hindi
hindrance
hindrances
hindsight
Hindu
Hinduism
Hindus
Hindustan
Hines
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Date/Manip/Recur.pod view on Meta::CPAN
That led immediately to the notation described above, so I started analyzing
it to figure out if it could express all of the recurring events I'd
come up with. It succeeded on 100% of them. Not only that, but by playing
with different values (especially different combinations of m/w/d values), I
found that it would define recurring events that I hadn't even thought of,
but which seemed perfectly reasonable in hindsight.
After a very short period, I realized just how powerful this notation was,
and set about implementing it, and as I said above, of all the contributions
that Date::Manip has made, I consider this to be the most important.
view all matches for this distribution
view release on metacpan or search on metacpan
examples/web/jquery-1.5.2.js view on Meta::CPAN
jQuery.dequeue( this, type );
});
},
// Based off of the plugin by Clint Helfers, with permission.
// http://blindsignals.com/index.php/2009/07/jquery-delay/
delay: function( time, type ) {
time = jQuery.fx ? jQuery.fx.speeds[time] || time : time;
type = type || "fx";
return this.queue( type, function() {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Debuggit/Manual.pm view on Meta::CPAN
2.01, as this is its 3rd major rewrite. If it makes you feel better, just subtract 2 from the
version number and you'll get a fairly accurate idea of its "true" CPAN version. Just be aware that
it has had a pretty full life outside CPAN as well.
The Changes file details this life fairly accurately. The version numbers are assigned using 20/20
hindsight, and I've filled in a few gaps in the historical notes, but all the dates and most of the
commit messages are fully accurate, thanks to the wonders of version control.
=head1 The DEBUG Constant
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Device/MiniLED.pm view on Meta::CPAN
showslots => "1,5,7"
);
=head1 AUTHOR
Kerry Schwab, C<< <sales at brightledsigns.com> >>
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
lib/Device/MiniLED.pm view on Meta::CPAN
Other links that may be helpful:
=over
=item *
Our website: L<brightledsigns.com|http://www.brightledsigns.com/>
=item *
Our L<page for developers|http://www.brightledsigns.com/developers>
=item *
The signs that work with this api are L<here|http://www.brightledsigns.com/scrolling-led-signs.html>. They are the first three shown, the badge, the "micro sign" and the "mini sign".
=back
=head1 BUGS
view all matches for this distribution
view release on metacpan or search on metacpan
* Full support for 64bit hashes on 32bit perls built without int64 (basically just DWIM Perl)
2.00 - 04 November 2015
* Bring xxHash library up to date (as of 44a6297b)
* Include 64 bit hash functions
* Remove (really useless in hindsight) object oriented interface
* Jump to twopointohoh as API has changed!
* Breaking change: xxhash(...) becomes xxhash32(...)
* Breaking change: xxhash_hex(...) becomes xxhash32_hex(...)
1.02 - 24 December 2013
view all matches for this distribution
view release on metacpan or search on metacpan
App-Domain-1.230280/_Deparsed_XSubs.pm view on Meta::CPAN
sub setbuf;
sub setgid;
sub setjmp;
sub setlocale;
sub setpayload;
sub setpayloadsig;
sub setpgid;
sub setsid;
sub setuid;
sub setvbuf;
sub sigaction;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/EMDIS/ECS.pm view on Meta::CPAN
my $result = '';
# set up "local" SIG_PIPE and SIG_ALRM handlers
# (Note: not using "local $SIG{PIPE}" because it ignores die())
my $broken_pipe = '';
my $oldsigpipe = $SIG{PIPE};
$SIG{PIPE} = sub { $broken_pipe = 1; };
my $oldsigalrm = $SIG{ALRM};
$SIG{ALRM} = sub {
die "timeout - $timelimit second processing time limit exceeded\n";
};
# use eval {}; to enforce time limit (see Perl Cookbook, 16.21)
lib/EMDIS/ECS.pm view on Meta::CPAN
($signal_num ? ", signal $signal_num" : ''),
($dumped_core ? ', core dumped' : ''));
}
$writer->close if $writer->opened;
$reader->close if $reader->opened;
if(defined $oldsigpipe) { $SIG{PIPE} = $oldsigpipe; }
else { delete $SIG{PIPE}; }
if(defined $oldsigalrm) { $SIG{ALRM} = $oldsigalrm; }
else { delete $SIG{ALRM}; }
$result .= "\n----------\n" . join("", @msgs) if($result and $#msgs >= 0);
# set module-level variable containing command output
if($#msgs >= 0) { $cmd_output = join('', @msgs); }
else { $cmd_output = ''; }
view all matches for this distribution
view release on metacpan or search on metacpan
static int
thread_create (xthread_t *tid, void *(*proc)(void *), void *arg)
{
int retval;
sigset_t fullsigset, oldsigset;
pthread_attr_t attr;
pthread_attr_init (&attr);
pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED);
pthread_attr_setstacksize (&attr, PTHREAD_STACK_MIN < X_STACKSIZE ? X_STACKSIZE : PTHREAD_STACK_MIN);
pthread_attr_setscope (&attr, PTHREAD_SCOPE_PROCESS);
#endif
sigfillset (&fullsigset);
pthread_sigmask (SIG_SETMASK, &fullsigset, &oldsigset);
retval = pthread_create (tid, &attr, proc, arg) == 0;
pthread_sigmask (SIG_SETMASK, &oldsigset, 0);
pthread_attr_destroy (&attr);
return retval;
}
view all matches for this distribution