view release on metacpan or search on metacpan
Revision history for Perl extension Devel::FindRef
TODO: unwrap the save stack to find mortalised scalars (too version dependent).
TODO: hash keys containing \x00 do not display properly.
TODO: get the stack of non-running coroutines?
TODO: And, there's one more thing.. The `sub THREE` in t/02_array_hash_weaken.t
TODO: is reported as
TODO: `CODE(0xb92810) [refcount 1], which is the global &main::THREE`
TODO: on perl-5.20.3 or earlier versions, and reported as
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Devel/ModInfo/Property.pm view on Meta::CPAN
Not meant to be used outside the ModInfo system.
=head1 DESCRIPTION
Devel::ModInfo::Property has no real corollary in actual Perl code. It is a logical
construct which defines a dicrete value in a Perl module that can be accessed and perhaps
updated via either direct access to the Perl variable, or via accessor/mutator combinations.
An example would be if you defined a lexically scoped variable in your module that you wanted
to make available via a "get_value" method and make updatable via a "set_value" method. You
view all matches for this distribution
view release on metacpan or search on metacpan
Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt view on Meta::CPAN
contactroles::ResponseWrapper
contactroles::SuccessResponse
continuous
continuous::delivery
controller
coroutine0
cpantorpm
cppAdaptive1
cppAdaptive2
cppAdaptive2::Inline
crap
view all matches for this distribution
view release on metacpan or search on metacpan
examples/presentation/conf/hyphen.tex view on Meta::CPAN
con5t
co3pa
cop3ic
co4pl
4corb
coro3n
cos4e
cov1
cove4
cow5a
coz5e
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Domain/PublicSuffix/Default.pm view on Meta::CPAN
// sandvik : Sandvik AB
// https://www.iana.org/domains/root/db/sandvik.html
sandvik
// sandvikcoromant : Sandvik AB
// https://www.iana.org/domains/root/db/sandvikcoromant.html
sandvikcoromant
// sanofi : Sanofi
// https://www.iana.org/domains/root/db/sanofi.html
sanofi
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Don/Mendo.pm view on Meta::CPAN
no se deben tener tales flirteos.
Si el Conde de Provenza y Barcelona,
tu buen padre, a quien tanto te pareces,
viera cómo Cupido te aprisiona,
de ti renegarÃa cual mereces.
Repara que te juegas la corona;
que estás buscando al gato los tres pieces
y que es, ¡oh, reina!, torpe e insensato
el pretender buscar tres pies al gato.
lib/Don/Mendo.pm view on Meta::CPAN
es tan gentis, que su mirar abrasa.
¿Dónde vsite doncel más bien formado?
Mi virtud ante él muere y fracasa.
¡Pecado quiero ser si él es pecado!...
que por un beso de su boca diera
cien coronas, cien vidas que tuviera.
MARQUESA.â Loca estás a la fe.
lib/Don/Mendo.pm view on Meta::CPAN
MAGDALENA.â (Asustada.) ¡No comprendo!
MENDO.â ¡Pálpame aquÃ, es bien sencillo!... (Le lleva una mano a su coronilla.)
MAGDALENA.â (Horrorizada.)
¿Qué toco, Dios? ¿Qué estoy viendo?
¿Tú tienes un lobanillo
view all matches for this distribution
view release on metacpan or search on metacpan
libeav/data/punycode.csv view on Meta::CPAN
"sale","generic","Dog Beach, LLC"
"salon","generic","Binky Moon, LLC"
"samsclub","generic","Wal-Mart Stores, Inc."
"samsung","generic","SAMSUNG SDS CO., LTD"
"sandvik","generic","Sandvik AB"
"sandvikcoromant","generic","Sandvik AB"
"sanofi","generic","Sanofi"
"sap","generic","SAP AG"
"sapo","generic","Not assigned"
"sarl","generic","Binky Moon, LLC"
"sas","generic","Research IP LLC"
view all matches for this distribution
view release on metacpan or search on metacpan
t/dracula.DOS.txt view on Meta::CPAN
foreigner, might not be quite aware of English legal requirements, and
so might in ignorance make some unnecessary trouble.
He answered me, "I know, I know. You forget that I am a lawyer as
well as a doctor. But this is not altogether for the law. You knew
that, when you avoided the coroner. I have more than him to avoid.
There may be papers more, such as this."
As he spoke he took from his pocket book the memorandum which had been
in Lucy's breast, and which she had torn in her sleep.
t/dracula.DOS.txt view on Meta::CPAN
Dr. Seward said to us, when we were alone, that he did not wish to go
into the matter. The question of an inquest had to be considered, and
it would never do to put forward the truth, as no one would believe
it. As it was, he thought that on the attendant's evidence he could
give a certificate of death by misadventure in falling from bed. In
case the coroner should demand it, there would be a formal inquest,
necessarily to the same result.
When the question began to be discussed as to what should be our next
step, the very first thing we decided was that Mina should be in full
confidence. That nothing of any sort, no matter how painful, should
view all matches for this distribution
view release on metacpan or search on metacpan
libev/ev.pod view on Meta::CPAN
kind they will always be called in pairs bracketing the blocking call.
Their main purpose is to integrate other event mechanisms into libev and
their use is somewhat advanced. They could be used, for example, to track
variable changes, implement your own watchers, integrate net-snmp or a
coroutine library and lots more. They are also occasionally useful if
you cache some data and want to flush it before blocking (for example,
in X programs you might want to do an C<XFlush ()> in an C<ev_prepare>
watcher).
This is done by examining in each prepare call which file descriptors
libev/ev.pod view on Meta::CPAN
of all watchers and stopping them) and call back into the library. The
I/O and timer callbacks will never actually be called (but must be valid
nevertheless, because you never know, you know?).
As another example, the Perl Coro module uses these hooks to integrate
coroutines into libev programs, by yielding to other active coroutines
during each prepare and only letting the process block if no coroutines
are ready to run (it's actually more complicated: it only runs coroutines
with priority higher than or equal to the event loop and one coroutine
of lower priority, but only once, using idle watchers to keep the event
loop from blocking if lower-priority coroutines are active, thus mapping
low-priority coroutines to idle/background tasks).
When used for this purpose, it is recommended to give C<ev_check> watchers
highest (C<EV_MAXPRI>) priority, to ensure that they are being run before
any other watchers after the poll (this doesn't matter for C<ev_prepare>
watchers).
libev/ev.pod view on Meta::CPAN
=head2 THREADS, COROUTINES, CONTINUATIONS, QUEUES... INSTEAD OF CALLBACKS
While the overhead of a callback that e.g. schedules a thread is small, it
is still an overhead. If you embed libev, and your main usage is with some
kind of threads or coroutines, you might want to customise libev so that
doesn't need callbacks anymore.
Imagine you have coroutines that you can switch to using a function
C<switch_to (coro)>, that libev runs in a coroutine called C<libev_coro>
and that due to some magic, the currently active coroutine is stored in a
global called C<current_coro>. Then you can build your own "wait for libev
event" primitive by changing C<EV_CB_DECLARE> and C<EV_CB_INVOKE> (note
the differing C<;> conventions):
#define EV_CB_DECLARE(type) struct my_coro *cb;
#define EV_CB_INVOKE(watcher) switch_to ((watcher)->cb)
That means instead of having a C callback function, you store the
coroutine to switch to in each watcher, and instead of having libev call
your callback, you instead have it switch to that coroutine.
A coroutine might now wait for an event with a function called
C<wait_for_event>. (the watcher needs to be started, as always, but it doesn't
matter when, or whether the watcher is active or not when this function is
called):
void
wait_for_event (ev_watcher *w)
{
ev_set_cb (w, current_coro);
switch_to (libev_coro);
}
That basically suspends the coroutine inside C<wait_for_event> and
continues the libev coroutine, which, when appropriate, switches back to
this or any other coroutine.
You can do similar tricks if you have, say, threads with an event queue -
instead of storing a coroutine, you store the queue object and instead of
switching to a coroutine, you push the watcher onto the queue and notify
any waiters.
To embed libev, see L</EMBEDDING>, but in short, it's easiest to create two
files, F<my_ev.h> and F<my_ev.c> that include the respective libev files:
// my_ev.h
#define EV_CB_DECLARE(type) struct my_coro *cb;
#define EV_CB_INVOKE(watcher) switch_to ((watcher)->cb)
#include "../libev/ev.h"
// my_ev.c
#define EV_H "my_ev.h"
libev/ev.pod view on Meta::CPAN
See also L</THREAD LOCKING EXAMPLE>.
=head3 COROUTINES
Libev is very accommodating to coroutines ("cooperative threads"):
libev fully supports nesting calls to its functions from different
coroutines (e.g. you can call C<ev_run> on the same loop from two
different coroutines, and switch freely between both coroutines running
the loop, as long as you don't confuse yourself). The only exception is
that you must not do this from C<ev_periodic> reschedule callbacks.
Care has been taken to ensure that libev does not keep local state inside
C<ev_run>, and other calls do not usually allow for coroutine switches as
they do not call any callbacks.
=head2 COMPILER WARNINGS
Depending on your compiler and compiler settings, you might get no or a
view all matches for this distribution
view release on metacpan or search on metacpan
4cooks.com
4cookware.com
4coolsite.com
4copiers.com
4coralsprings.com
4corona.com
4corpuschristi.com
4cosmetics.com
4cosmeticsurgery.com
4costumes.com
4cottages.com
corcaigh.com
corinthiano.com.br
corkonian.com
cornerpub.com
cornhuskerstate.com
corofin.com
corporatetool.com
corpusmail.com
correspondence.co.uk
corrib.com
corrupt.co.uk
view all matches for this distribution
view release on metacpan or search on metacpan
my $_ep_param = shift ;
local $SIG{__WARN__} = \&Warn ;
# when called inside a Embperl Request, Execute the component only
return Embperl::Req::ExecuteComponent ($_ep_param, @_) if ($req && $Embperl::coro_req == $Coro::current) ;
$_ep_param = { inputfile => $_ep_param, param => [@_]} if (!ref $_ep_param) ;
local $req_rec ;
if ($modperl && !exists ($_ep_param -> {req_rec}))
my $eplguard ;
if (defined ($Coro::current))
{
# make sure that there is only one request at the same time
$Embperl::coro_semaphore ||= Coro::Semaphore -> new (1) ;
$eplguard = $Embperl::coro_semaphore -> guard ;
$Embperl::coro_req = $Coro::current ;
}
my $_ep_rc ;
{
$_ep_rc = Embperl::Req::ExecuteRequest (undef, $_ep_param) ;
}
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/demos/11212329.utf8 view on Meta::CPAN
in the interaction of platelets with the blood vessel and
in the localization of the hemostatic plug to the dam-
aged vessel but also in platelet-platelet interactions as
demonstrated in humans [22, 23]. The pig model was
also used to measure platelet adhesion to damaged
coronary arteries [54]. A similar platelet adhesion was
observed in both normal and vWd pigs, but the
platelets appeared less activated in the affected pigs,
keeping a round morphology and fewer pseudopodia.
The shear rate in coronary arteries is low, which could
explain the absence of defect in platelet adhesion in the
vWf-deï¬cient pigs. That study uncovered a new role for
vWf in platelet activation at low shear rate. The role of
von Willebrand disease models
t/data/demos/11212329.utf8 view on Meta::CPAN
noted in all these studies that normal pigs have a
tendency to have higher levels of diet-induced hyper-
cholesterolemia than do vWd pigs, a ï¬nding that was
not systematically explored and that might have been of
great importance. Indeed in one study, the amount of
coronary atherosclerosis was shown to be related to the
degree of hypercholesterolemia that the pigs develop
and not to the presence of vWf [68]. The controversy
about the involvement of vWf in atherosclerosis was
further reinforced by a report by Nichols et al. [69]
showing that the presence of a particular polymorphism
at the apolipoprotein B100 locus can signiï¬cantly inï¬u-
ence the development of diet-induced hypercholes-
terolemia and coronary and aortic atherosclerosis in the
pig, independent of the vWd status. From this study,
the authors conclude that this polymorphism could
have affected the results of the previous atherogenesis
experiments in vWd animals. These results are in agree-
ment with autopsy ï¬ndings in three patients with vWd
t/data/demos/11212329.utf8 view on Meta::CPAN
sis may still exist. It was shown that both pseudopod
formation and spreading of platelets adhering to injured
arterial walls was impaired in vWd pigs [71]. In order to
investigate the role of vWf in occlusive arterial throm-
bosis, normal and vWd pigs were fed a high cholesterol
diet, and at the end of the diet period coronary and
carotid arteries were subjected to a stenosis/injury pro-
tocol to produce occlusive thrombosis [72]. Coronary
atherosclerosis was present in both groups of pigs, but
occlusive thrombosis failed to develop in vWd pigs
despite the presence of atherosclerosis, severe hyper-
t/data/demos/11212329.utf8 view on Meta::CPAN
tion of factor VIII in plasma by the von Willebrand factor.
J. Clin. Invest. 60: 390â404
25 Brinkhous K. M., Robert L., Read M. S., Nichols T. C., 47
Bellinger D. A. and Griggs T. R. (1991) von Willebrand factor
and animal models: contributions to gene therapy, thrombotic
thrombocytopenic purpura and coronary thrombosis. Mayo
Clin. Proc. 66: 733â742
26 Weiss H. J. (1974) Relation of von Willebrand factor to 48
bleeding time. N. Engl. J. Med. 291: 420
27 Lind S. E. (1984) Prolonged bleeding time. Am. J. Med. 77:
305â312
t/data/demos/11212329.utf8 view on Meta::CPAN
E. J. W. (1986) Hemostatic plug formation in normal and von
Willebrand pigs: the effect of administration of cryoprecipitate
and a monoclonal antibody to von Willebrand factor. Blood
67: 1229â1239
Reddick R. L., Griggs T. R., Lamb M. A. and Brinkhous K.
M. (1982) Platelet adhesion to damaged coronary arteries:
comparison in normal and von Willebrand disease swine.
Proc. Natl. Acad. Sci. USA 79: 5076â5079
Badimon L., Badimon J. J., Turrito V. T. and Fuster V. (1989)
Role of von Willebrand factor in mediating platelet-vessel wall
interaction at low shear rate; the importance of perfusion
t/data/demos/11212329.utf8 view on Meta::CPAN
Bonneau M. et al. (1996) An experimental model for testing
von Willebrand factor function: successful SLA-matched
crossed bone marrow transplantations between normal and
von Willebrand pigs. Exp. Hematol. 24: 585â591
Duguid J. B. (1946) Thrombosis as a factor in the pathogenesis
of coronary atherosclerosis. J. Pathol. Bacteriol. 58: 207â212
Stemerman M. B. and Ross R. (1972) Experimental arte-
riosclerosis. I. Fibrous plaque formation in primates, and
electron microscope study. J. Exp. Med. 136: 769â789
Ross R., Glomset J., Kariya B. and Harker L. (1974) A
platelet-dependent serum factor that stimulates the prolifera-
t/data/demos/11212329.utf8 view on Meta::CPAN
erozygous von Willebrand disease. Comparison with ho- 85
mozygous von Willebrand and normal pigs. Arteriosclerosis
5: 366â370
68 Griggs T. R., Bauman R. W., Reddick R. L., Read M. S., 86
Koch G. G. and Lamb M. A. (1986) Development of
coronary atherosclerosis in swine with severe hypercholes-
87
terolemia. Lack of inï¬uence of von Willebrand factor or
acute intimal injury. Arteriosclerosis 6: 155â165
88
69 Nichols T. C., Bellinger D. A., Davis K. E., Koch G. G.,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Farabi/files/public/assets/codemirror/mode/lua/lua.js view on Meta::CPAN
var builtins = wordRE([
"_G","_VERSION","assert","collectgarbage","dofile","error","getfenv","getmetatable","ipairs","load",
"loadfile","loadstring","module","next","pairs","pcall","print","rawequal","rawget","rawset","require",
"select","setfenv","setmetatable","tonumber","tostring","type","unpack","xpcall",
"coroutine.create","coroutine.resume","coroutine.running","coroutine.status","coroutine.wrap","coroutine.yield",
"debug.debug","debug.getfenv","debug.gethook","debug.getinfo","debug.getlocal","debug.getmetatable",
"debug.getregistry","debug.getupvalue","debug.setfenv","debug.sethook","debug.setlocal","debug.setmetatable",
"debug.setupvalue","debug.traceback",
view all matches for this distribution
view release on metacpan or search on metacpan
devel/handle.pl view on Meta::CPAN
1;
__END__
=for stopwords filename filenames filesystem slocate filehandle arrayref mmap mmaps seekable PerlIO mmapped XSUB coroutining fd Findutils Ryde wildcard charset wordsize wildcards
=head1 NAME
File::Locate::Iterator::TieHandle -- file handle tied to read "locate" database
view all matches for this distribution
view release on metacpan or search on metacpan
lib/File/SmartTail.pm view on Meta::CPAN
$file = "/tmp/foo";
$tail = new File::SmartTail;
$tail->WatchFile(-file=>$file, -type=>"UNIX-REMOTE", -host=>"guinness", -rmtopts
=>"-type UNIX");
$tail->WatchFile(-file=>$file, -type=>"UNIX-REMOTE", -host=>"corona", -rmtopts=>
"-type UNIX");
while($line = $tail->GetLine()) {
print $line;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/File/System/Table.pm view on Meta::CPAN
$obj->mount('/foo' => [ 'Real', root => '/var/tmp' ]);
# ^^^ ERROR! Mount point hides an already mounted file system!
=item 6.
As a corollary to the fifth principle, a mount point cannot be removed above another mount point below. If you mount one file system within another, the inner file system must be unmounted prior to unmounting the outer.
=back
Because of these rules it is obvious that the order in which mounting takes place is significant and will affect the outcome. As such, the root mount must always be specified first in the constructor.
view all matches for this distribution
view release on metacpan or search on metacpan
4.201720 2020-06-19
- Bugfix for issue where @INC was being disrupted, detailed at
https://rt.cpan.org/Ticket/Display.html?id=132060
Sorry for the delay in fixing it - coronavirus happened to the world :(
Good luck everyone and please stay safe.
4.161950 2016-07-12
- This release fixes a critical bug in the list_dir() method, detailed at
https://rt.cpan.org/Public/Bug/Display.html?id=115511
view all matches for this distribution
view release on metacpan or search on metacpan
CompanyNames/TextSupport.pm view on Meta::CPAN
cornet cornets
cornfield cornfields
cornflake cornflakes
corniche corniches
cornrow cornrows
corolla corollas
corona coronae coronas
coronaries coronary
coronation coronations
coroner coroners
coronet coronets
coroplast coroplasts
corotation corotational
coroutine coroutines
corporal corporals
corporate corporates corporation corporations corporative
corporatisation corporatise
corporatization corporatized
corpse corpses
CompanyNames/TextSupport.pm view on Meta::CPAN
deconstruct deconstructed deconstructing deconstruction deconstructionism
deconstructionist deconstructionists
decontaminability decontaminable decontaminant decontaminanted decontaminants decontaminate decontaminated decontaminating decontamination decontaminations decontamined
decontrol decontrolled decontrolling decontrols
deconvoluting deconvolution deconvolutions
decor decorate decorated decorates decorating decoration decorations decorative decoratively decorator decorators decorous decorously decors
decorporating decorporation
decouple decoupled decouples decoupling
decouplet decouplets
decoy decoys
decrease decreased decreases decreasing
CompanyNames/TextSupport.pm view on Meta::CPAN
ranch ranched rancher ranchers ranches ranching
rancheria rancherias
ranchero rancheros
rancho ranchos
rancid rancidity rancidness
rancor rancorous
rand rands randy
random randomization randomize randomized randomizing randomly randomness
range ranged ranges ranging
rangefinder rangefinding
rangeland rangelands
CompanyNames/TextSupport.pm view on Meta::CPAN
cornmeal
corns
cornstarch
cornucopia
corny
corollaries
corollary
coronaries
coronary
coronation
coroner
coronet
coronets
coroutine
coroutines
corporal
corporals
corporate
corporately
corporation
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Finnigan/ScanEventPreamble.pm view on Meta::CPAN
10 => "undefined"
},
);
my %TYPE = (
"corona" => "on/off",
"detector" => "detector",
"polarity" => "polarity",
"scan mode" => "scan mode",
"ms power" => "ms power",
"scan type" => "scan type",
lib/Finnigan/ScanEventPreamble.pm view on Meta::CPAN
);
my @common_fields = (
"unknown byte[0]" => ['C', 'UInt8'],
"unknown byte[1]" => ['C', 'UInt8'],
"corona" => ['C', 'UInt8'],
"detector" => ['C', 'UInt8'],
"polarity" => ['C', 'UInt8'],
"scan mode" => ['C', 'UInt8'],
"ms power" => ['C', 'UInt8'],
"scan type" => ['C', 'UInt8'],
lib/Finnigan/ScanEventPreamble.pm view on Meta::CPAN
8 => "ms8",
);
# used in list()
my %name = (
2 => "corona",
3 => "detector",
4 => "polarity",
5 => "scan mode",
6 => "ms power",
7 => "scan type",
lib/Finnigan/ScanEventPreamble.pm view on Meta::CPAN
$list[$i] = $value;
}
return @list;
}
sub corona {
my $key = "corona";
if ( $_[1] ) { # decode
return $TYPE{$key}
? $SYMBOL{$TYPE{$key}}->{$_[0]->{data}->{$key}->{value}}
: $_[0]->{data}->{$key}->{value};
}
else {
shift->{data}->{corona}->{value};
}
}
sub detector {
my $key = "detector";
lib/Finnigan/ScanEventPreamble.pm view on Meta::CPAN
=item list(bool)
Returns an array containing all byte values of ScanEventPreamble
=item corona(bool)
Get the corona status (0:off or 1:on).
=item detector(bool)
Get the detector flag (0:valid or 1:undefined).
view all matches for this distribution
view release on metacpan or search on metacpan
public/assets/js/main.js view on Meta::CPAN
(function(){var e,t,n,r,o,i,s,a,l,c,u,p,h,d,f,m,y,g,v,b,T,x,_,C,E,w,P,S,k,D,R,M,O,A,I,N,j,L,F,B,U,H,W,z,K,V,q,Y,G,X,Q,$,J,Z,ee,te,ne=[].indexOf||function(e){for(var t=0,n=this.length;n>t;t++)if(t in this&&this[t]===e)return t;return-1},re=function(e,...
var o=document.body,i=new Headroom(o,{offset:n.position});i.init()},handleScroll:function(e){var t=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop;for(var n in r.elements){var o=r.elements[n],i=r.getPosit...
}}var r=new Error;if("string"==typeof r.stack&&r.stack.split("\n")[0].indexOf("stackDetection@")>=0)return m=/@/,y=t,g=!0,function(e){e.stack=(new Error).stack};var o;try{throw new Error}catch(i){o="stack"in i}return"stack"in r||!o||"number"!=typeof ...
for(var p=this._promise,h=0;u>h;++h){var d=this._isResolved(),f=r(s[h],p);f instanceof t?(f=f._target(),d?f._ignoreRejections():f._isPending()?f._proxyPromiseArray(this,h):f._isFulfilled()?this._promiseFulfilled(f._value(),h):this._promiseRejected(f....
return Fs(e,t,ti)}function Mt(e,t){return Fs(e,t,Ua)}function Ot(e,t){return Bs(e,t,Ua)}function At(e,t){for(var n=-1,r=t.length,o=-1,i=[];++n<r;){var s=t[n];Io(e[s])&&(i[++o]=s)}return i}function It(e,t,n){if(null!=e){n!==w&&n in pr(e)&&(t=[n]);for(...
var n=t.length;return vo(function(r){for(var o=Cs(r.length,n);o--;)r[o]=t[o](r[o]);return e.apply(this,r)})}),Pa=Rn(O),Sa=Rn(A),ka=vo(function(e,t){return Ln(e,N,w,w,w,Dt(t))}),Da=bs||function(e){return g(e)&&nr(e.length)&&rs.call(e)==q},Ra=pn(Ht),Ma...
return n}var o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=e("react"),s=e("./mixins/style-propable"),a=e("./styles/auto-prefix"),l...
return this.context.muiTheme.component.datePicker},render:function(){var e=this.props,t=(e.className,e.year),n=(e.onTouchTap,e.selected),s=r(e,["className","year","onTouchTap","selected"]),l={root:{boxSizing:"border-box",WebkitTapHighlightColor:"rgba...
view all matches for this distribution
view release on metacpan or search on metacpan
share/passwords.txt view on Meta::CPAN
prelude
newton
lolita
ladies
hawkeye
corona
bubble
31415926
trigger
spike
katie
share/passwords.txt view on Meta::CPAN
dynamite
dupont
dogcat
dogboy
diane
corolla
citadel
buttfuck
bulldog1
broker
brittney
share/passwords.txt view on Meta::CPAN
craig1
cozumel
COWBOYS
cover
cosita
coronado
coolie
cool99
controls
connery
concha
share/passwords.txt view on Meta::CPAN
crackhea
Courtney
country1
costarica
corvus
coronet
cornbrea
Cooper
coope
coolest
cool1
share/passwords.txt view on Meta::CPAN
COURTNEY
courtne
counte
coulter
cosmo123
coronas
corona1
cornhusk
cormac
cork
corgi
coppers
share/passwords.txt view on Meta::CPAN
cosmodog
cosette
cosenza
corsano
corrado1
coron
cornelius
cornelis
corine
corecore
coorslit
share/passwords.txt view on Meta::CPAN
corrupt
correa
corpus
corporat
CORPerfMonSy
coroner
corone
corkie
corcoran
coppe
cool23
cool22
share/passwords.txt view on Meta::CPAN
cosby
corte
corsair1
corral
corraggi
corona42
cornman
cornea
corliss
corinthians
corenti
view all matches for this distribution
view release on metacpan or search on metacpan
t/files/test6a.hash view on Meta::CPAN
stype => 'unspecified float', type => 5 },
'fbot' => { value => [ '0.0' ],
stype => 'unspecified float', type => 5 },
'fbot' => { value => [ '0.0' ],
stype => 'unspecified float', type => 5 },
'iheatcond' => { value => [ 'corona ',
'nothing ',
'nothing ',
'nothing ' ],
stype => 'single-quote string', type => 1 },
'kgperp' => { value =>[ '3.606260E-08' ],
view all matches for this distribution
view release on metacpan or search on metacpan
lang_en/conceptnet-commonsense-is-1.pro view on Meta::CPAN
is used <> someone <> a adjective <> <> describe <> a person <> nothing <> <> xxtoxx <> <> 50
is <> puerto rico <> a u s protectorate <> <> <> <> nothing <> <> <> <> 50
want <> puerto rico <> statehood <> <> <> <> nothing <> <> <> <> 50
is <> american football <> a different sport <> from football elsewhere <> <> <> nothing <> <> <> <> 50
is <> hydrogen peroxide <> a powerful oxidizer that looks <> like water <> <> <> nothing <> <> <> <> 50
is is <> corolla <> a type toyota car <> of toyota <> <> <> nothing <> <> <> <> 50
is <> sulphur <> a pale yellow <> brittle;solid (odourless) <> <> <> nothing <> <> <> <> 50
is <> iodine <> nothing <> a;bluish-black (lustrous_solid) <> <> <> nothing <> <> <> <> 50
is <> fluorine <> a pale yellow <> (corrosive_gas_) <> <> <> nothing <> <> <> <> 50
is <> glass <> a glass <> filled with water;of water <> <> <> nothing <> <> <> <> 50
is noted <> arch <> a structural element <> for its strength <> <> <> nothing <> <> <> <> 50
lang_en/conceptnet-commonsense-is-1.pro view on Meta::CPAN
is <> ale <> nothing <> beer <> <> <> nothing <> <> <> <> 50
is <> visa <> a credit card company <> <> <> <> nothing <> <> <> <> 50
is pass <> a visa <> nothing <> a <> enter <> a country <> nothing <> under specific conditions <> xxtoxx <> <> 50
is <> master card <> a credit card <> <> <> <> nothing <> <> <> <> 50
is <> american express <> a credit card <> <> <> <> nothing <> <> <> <> 50
is <> the corolla <> nothing <> consisting;of a flower;of petals <> <> <> nothing <> <> <> <> 50
is <> perjury <> a lie <> while under oath <> <> <> nothing <> <> <> <> 50
is <> it <> a lie <> <> say <> nothing <> nothing <> <> xxtoxx <> <> 50
is <> a telephone directory <> nothing <> printed on paper <> <> <> nothing <> <> <> <> 50
is repeated times <> broadcasts <> nothing <> for listeners in different parts of the world;several <> <> <> nothing <> <> <> <> 50
is use <> the <> transmitters purposes a indication <> of broadcast for jamming;of the high priority <> <> <> nothing <> <> <> <> 50
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/book13 view on Meta::CPAN
halls by the evil doom of Agamemnon, son of Atreus, hadst
not thou, goddess, declared me each thing aright. Come
then, weave some counsel whereby I may requite them; and
thyself stand by me, and put great boldness of spirit
within me, even as in the day when we loosed the shining
coronal of Troy. If but thou wouldest stand by me with such
eagerness, thou grey-eyed goddess, I would war even with
three hundred men, with thee my lady and goddess, if thou
of thy grace didst succour me the while.'
Then the goddess, grey-eyed Athene, answered him: 'Yea,
view all matches for this distribution
view release on metacpan or search on metacpan
example/http-ping.pl view on Meta::CPAN
use strict;
use warnings;
use Coro;
use FurlX::Coro;
my @coros;
foreach my $url(@ARGV) {
push @coros, async {
print "fetching $url\n";
my $ua = FurlX::Coro->new();
$ua->env_proxy();
my $res = $ua->head($url);
printf "%s: %s\n", $url, $res->status_line();
}
}
$_->join for @coros;
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/cell.obo view on Meta::CPAN
name: stratum granulosum cell
is_a: CL:0000362 ! epidermal cell
[Term]
id: CL:0000713
name: corona radiata cell
is_a: CL:0000711 ! cumulus cell
[Term]
id: CL:0000715
name: embryonic crystal cell
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Game/CharacterSheetGenerator.pm view on Meta::CPAN
content contented contrarian contrite controlling conversational
cooperative coquettish courageous courteous covetous cowardly cowering
coy crabby crafty cranky crazy creative credible creepy critical cross
crude cruel cuddly cultured curious cutthroat cynical dainty dangerous
daring dark dashing dauntless dazzling debonair deceitful deceiving
decent decisive decorous deep defeated defective deferential defiant
deliberate delicate delightful demanding demonic dependable dependent
depressed deranged despicable despondent detached detailed determined
devilish devious devoted dignified diligent direct disaffected
disagreeable discerning disciplined discontented discouraged discreet
disgusting dishonest disillusioned disinterested disloyal dismayed
view all matches for this distribution
view release on metacpan or search on metacpan
share/hex-describe-schroeder-table.txt view on Meta::CPAN
1,Cheron
1,Chindonan
1,Cimarron
1,Cobrador
1,Coco
1,Cocoro
1,Colebra
1,Comas
1,Comiran
1,Commando
1,Compare
share/hex-describe-schroeder-table.txt view on Meta::CPAN
1,Malaylay
1,Malbatan
1,Malbinchilao
1,Malcapuya
1,Malcatop
1,Malcorot
1,Maliaya
1,Malicut
1,Maligun
1,Malingin
1,Malinsono
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
anticonventionally
anticonvulsant
anticonvulsive
anticor
anticorn
anticorona
anticorrosion
anticorrosive
anticorrosively
anticorrosiveness
anticorrosives
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
cataclysms
catacomb
catacombic
catacombs
catacorner
catacorolla
catacoustics
catacromyodian
catacrotic
catacrotism
catacumba
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
cocooning
cocoons
cocopan
cocopans
cocorico
cocoroot
cocos
cocotte
cocottes
cocovenantor
cocowood
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
cornwall
cornwallis
cornwallises
cornwallite
corny
coroa
corocleisis
corodiary
corodiastasis
corodiastole
corodies
corody
corojo
corol
corolitic
coroll
corolla
corollaceous
corollarial
corollarially
corollaries
corollary
corollary's
corollas
corollate
corollated
corollet
corolliferous
corollifloral
corolliform
corollike
corolline
corollitic
coromandel
coromell
corometer
corona
coronach
coronachs
coronad
coronadite
coronado
coronados
coronae
coronagraph
coronagraphic
coronal
coronale
coronaled
coronalled
coronally
coronals
coronamen
coronaries
coronary
coronas
coronate
coronated
coronation
coronations
coronatorial
coronavirus
corone
coronel
coronels
coronene
coroner
coroners
coronership
coronet
coronet's
coroneted
coronetlike
coronets
coronetted
coronettee
coronetty
coroniform
coronillin
coronillo
coronion
coronis
coronitis
coronium
coronize
coronobasilar
coronofacial
coronofrontal
coronograph
coronographic
coronoid
coronule
coroparelcysis
coroplast
coroplasta
coroplastae
coroplastic
coroplasty
coroscopy
corosif
corotate
corotated
corotates
corotating
corotation
corotomy
coroun
coroutine
coroutine's
coroutines
corozo
corozos
corp
corpl
corpn
corpora
corporacies
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
cosalite
cosaque
cosavior
coscet
coscinomancy
coscoroba
cose
coseasonal
coseat
cosec
cosecant
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
decorators
decoratory
decore
decorement
decorist
decorous
decorously
decorousness
decorrugative
decors
decorticate
decorticated
decorticating
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
dedans
dedd
deddy
dedecorate
dedecoration
dedecorous
dedenda
dedendum
dedentition
dedicant
dedicate
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
demichamfron
demicircle
demicircular
demicivilized
demicolumn
demicoronal
demicritic
demicuirass
demiculverin
demicylinder
demicylindrical
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
encorbelment
encore
encored
encores
encoring
encoronal
encoronate
encoronet
encorpore
encounter
encounterable
encountered
encounterer
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
epicontinental
epicoracohumeral
epicoracoid
epicoracoidal
epicormic
epicorolline
epicortical
epicostal
epicotyl
epicotyleal
epicotyledonary
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
geochronology
geochronometric
geochronometry
geochrony
geocline
geocoronium
geocratic
geocronite
geocyclic
geod
geodaesia
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
incopresentability
incopresentable
incor
incord
incornished
incoronate
incoronated
incoronation
incorp
incorporable
incorporal
incorporality
incorporally
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
indeclinableness
indeclinably
indecomponible
indecomposable
indecomposableness
indecorous
indecorously
indecorousness
indecorum
indeed
indeedy
indef
indefaceable
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
lickspittling
licorice
licorices
licorn
licorne
licorous
licour
lictor
lictorian
lictors
licuri
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
nondeclivitous
nondecomposition
nondecorated
nondecoration
nondecorative
nondecorous
nondecorously
nondecorousness
nondecreasing
nondedication
nondedicative
nondedicatory
nondeducible
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
paracondyloid
paracone
paraconic
paraconid
paraconscious
paracorolla
paracotoin
paracoumaric
paracresol
paracrostic
paracusia
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
precordiality
precordially
precordium
precorneal
precornu
precoronation
precorrect
precorrection
precorrectly
precorrectness
precorrespond
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
rancidly
rancidness
rancio
rancor
rancored
rancorous
rancorously
rancorousness
rancorproof
rancors
rancour
rancours
rand
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
ratwood
raucid
raucidity
raucities
raucity
raucorous
raucous
raucously
raucousness
raught
raughty
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
recordists
recordless
records
recordsize
recork
recoronation
recorporification
recorporify
recorrect
recorrection
recorrupt
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
scientificogeographical
scientificohistorical
scientificophilosophical
scientificopoetic
scientificoreligious
scientificoromantic
scientintically
scientism
scientist
scientist's
scientistic
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
scorning
scorningly
scornproof
scorns
scorny
scorodite
scorpaena
scorpaenid
scorpaenoid
scorpene
scorper
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
semicope
semicordate
semicordated
semicoriaceous
semicorneous
semicoronate
semicoronated
semicoronet
semicostal
semicostiferous
semicotton
semicotyle
semicounterarch
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
stercoremia
stercoreous
stercoricolous
stercorin
stercorite
stercorol
stercorous
stercovorous
sterculia
sterculiaceous
sterculiad
stere
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
tobacconist
tobacconistical
tobacconists
tobacconize
tobaccophil
tobaccoroot
tobaccos
tobaccosim
tobaccoweed
tobaccowood
tobaccoy
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
tocology
tocome
tocometer
tocopherol
tocophobia
tocororo
tocsin
tocsins
tocusso
tod
today
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
tragicomic
tragicomical
tragicomicality
tragicomically
tragicomipastoral
tragicoromantic
tragicose
tragion
tragions
tragoedia
tragopan
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
uncorking
uncorks
uncorned
uncorner
uncornered
uncoronated
uncoroneted
uncorporal
uncorpulent
uncorpulently
uncorrect
uncorrectable
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
undecomposable
undecomposed
undecompounded
undecorated
undecorative
undecorous
undecorously
undecorousness
undecorticated
undecoyed
undecreased
undecreasing
undecreasingly
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
unrammed
unramped
unranched
unrancid
unrancored
unrancorous
unrancoured
unrancourous
unrandom
unranging
unrank
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
vasoconstricting
vasoconstriction
vasoconstrictive
vasoconstrictor
vasoconstrictors
vasocorona
vasodentinal
vasodentine
vasodepressor
vasodilatation
vasodilating
view all matches for this distribution
view release on metacpan or search on metacpan
t/patterns.txt view on Meta::CPAN
1|2|3|2|5|4|7|3|2|10|11:disillusion|
1|2|3|2|5|4|7|3|2|10|11|12|1:disillusioned|
1|2|3|2|5|4|7|3|2|10|11|12|13|7|15:disillusionment|
1|2|3|2|5|4|7|3|2|10|11|12|13|7|15|3:disillusionments|
1|2|3|2|5|4|7|3|2|10|11|2|7|14:disillusioning|
1|2|3|2|5|4|7|3|9:corollary|
1|2|3|2|5|4|7|3|9|10|11:corollaries|
1|2|3|2|5|4|7|4:harasses|parallel|
1|2|3|2|5|4|7|4|5|10:paralleled|
1|2|3|2|5|4|7|4|9:parallels|
1|2|3|2|5|4|7|4|9|10|11:paralleling|parallelism|
1|2|3|2|5|4|7|4|9|10|3|2|13:parallelogram|
t/patterns.txt view on Meta::CPAN
1|2|3|2|5|6|2|8|9|10|11|8:Macaulayisms|
1|2|3|2|5|6|2|8|9|2:Betelgeuse|
1|2|3|2|5|6|2|8|9|3:Venezuelan|
1|2|3|2|5|6|2|8|9|5:manageable|
1|2|3|2|5|6|2|8|9|5|3|5|13|8:manageableness|
1|2|3|2|5|6|3:Donovan|colonel|coroner|deserts|resents|risings|visions|
1|2|3|2|5|6|3|2|9|10:litigation|mitigation|mitigative|
1|2|3|2|5|6|3|2|9|4:mitigating|
1|2|3|2|5|6|3|2|9|6:relentless|
1|2|3|2|5|6|3|2|9|6|3|12:relentlessly|
1|2|3|2|5|6|3|2|9|6|4|2|6|6:relentlessness|
1|2|3|2|5|6|3|4:managing|
1|2|3|2|5|6|3|5|9|10:fatalities|
1|2|3|2|5|6|3|5|9|6:finiteness|
1|2|3|2|5|6|3|8:Hereford|colonels|coronary|fatality|honoring|litigate|mitigate|renewing|
1|2|3|2|5|6|3|8|1:catalytic|
1|2|3|2|5|6|3|8|2|10:paranormal|
1|2|3|2|5|6|3|8|6|10:statically|
1|2|3|2|5|6|3|8|9:anonymous|mitigated|mitigates|stitching|
1|2|3|2|5|6|3|8|9|10:coronaries|
1|2|3|2|5|6|3|8|9|10|4:anonymously|
1|2|3|2|5|6|4:colorer|facaded|genesis|honorer|nemesis|paraded|
1|2|3|2|5|6|4|2:vegetate|
1|2|3|2|5|6|4|2|9:vegetated|vegetates|
1|2|3|2|5|6|4|2|9|10:limitation|visitation|
t/patterns.txt view on Meta::CPAN
1|2|3|2|5|6|4|8|9:deceiving|receiving|unanimity|
1|2|3|2|5|6|4|8|9|10:honoraries|honorarium|vegetation|
1|2|3|2|5|6|4|8|9|2:repeatable|
1|2|3|2|5|6|4|8|9|3:vegetating|
1|2|3|2|5|6|5|8:mutually|parakeet|
1|2|3|2|5|6|7:Audubon|Augusta|Benelux|Beverly|Boeotia|Bologna|Burundi|Cologne|Dadaism|Dadaist|Dolores|Dorothy|Fijians|Genesco|Hoboken|Karachi|Lamarck|Laramie|Lazarus|Madames|Malamud|Natalie|Paramus|Potomac|Riviera|Saracen|Senegal|Statler|Stetson|Tehe...
1|2|3|2|5|6|7|1:herewith|monogram|receptor|rejector|salaries|savagers|stations|stitches|subunits|
1|2|3|2|5|6|7|1|2:redeclare|
1|2|3|2|5|6|7|1|2|10:redeclares|
1|2|3|2|5|6|7|1|2|3:redeclared|
1|2|3|2|5|6|7|1|9:genealogy|limitably|monograms|rejectors|unanimous|
t/patterns.txt view on Meta::CPAN
1|2|3|2|5|6|7|6|5|10:bagatelles|
1|2|3|2|5|6|7|6|5|3|11:benefitting|
1|2|3|2|5|6|7|6|9:digitally|federally|generally|pitifully|severally|
1|2|3|2|5|6|7|6|9|10|11|4|13|1|9|5|8:telecommunication|
1|2|3|2|5|6|7|6|9|10|11|4|13|1|9|5|8|18:telecommunications|
1|2|3|2|5|6|7|8:Augustan|Benedict|Benedikt|Boeotian|Colombia|Denebola|Dorothea|Epiphany|Hegelian|Horowitz|Japanize|Jeremiah|Lodowick|Malayize|Menelaus|Meredith|Nazareth|Nijinsky|Palatine|Peterson|Saracens|Satanism|Visigoth|Winifred|augustly|balanced|...
1|2|3|2|5|6|7|8|1:sagacious|selectors|
1|2|3|2|5|6|7|8|1|10|11:misinformed|
1|2|3|2|5|6|7|8|2:Catalonia|Datamedia|Dexedrine|Patagonia|celebrate|deceptive|defective|defensive|desecrate|determine|receptive|relevance|renewable|sanatoria|selective|severance|telephone|telescope|vegetable|venerable|
1|2|3|2|5|6|7|8|2|1:determined|
1|2|3|2|5|6|7|8|2|10:celebrated|celebrates|ceremonies|determines|managerial|relevances|telephoned|telephoner|telephones|telescoped|vegetables|
t/patterns.txt view on Meta::CPAN
1|2|3|2|5|6|7|8|2|10|2|3|13:miniaturizing|
1|2|3|2|5|6|7|8|2|10|4|5|2|14|3:miniaturization|
1|2|3|2|5|6|7|8|2|10|8|12|13|14:teleprocessing|
1|2|3|2|5|6|7|8|2|3:redesigned|
1|2|3|2|5|6|7|8|2|3|11:ministering|selectively|
1|2|3|2|5|6|7|8|2|4:coronation|determiner|telescopes|
1|2|3|2|5|6|7|8|2|4|11:determiners|
1|2|3|2|5|6|7|8|2|6:Telefunken|
1|2|3|2|5|6|7|8|2|6|11:Patagonians|
1|2|3|2|5|6|7|8|3:Visigoths|Zoroaster|bilingual|celestial|ridiculed|
1|2|3|2|5|6|7|8|3|1:generating|
t/patterns.txt view on Meta::CPAN
1|2|3|2|5|6|7|8|6|3|5|6|1:disinterested|
1|2|3|2|5|6|7|8|6|3|5|6|1|4|6|3|3:disinterestedness|
1|2|3|2|5|6|7|8|6|5|11:receptivity|selectivity|
1|2|3|2|5|6|7|8|6|5|4|5|13:uninterpreted|
1|2|3|2|5|6|7|8|6|7|11:determining|
1|2|3|2|5|6|7|8|9:Augustine|Colombian|Dirichlet|Dixieland|Japanized|Japanizes|Malayizes|Molochize|balancers|beheading|bereaving|cataloged|cataloger|celebrity|colonized|colonizer|colonizes|colorings|coroutine|deceasing|deceitful|deception|decertify|de...
1|2|3|2|5|6|7|8|9|1:monotheism|selections|
1|2|3|2|5|6|7|8|9|10:Colombians|Dixiecrats|Molochizes|benefactor|calamitous|ceremonial|colonizers|coroutines|cumulative|deceptions|defections|delegation|developing|federalist|federation|feverishly|filibuster|generalist|generality|generosity|generousl...
1|2|3|2|5|6|7|8|9|10|11:benefactors|celebrating|celebration|delegations|deservingly|determinacy|monographes|revelations|telegraphic|telescoping|vacationers|
1|2|3|2|5|6|7|8|9|10|11|12:celebrations|
1|2|3|2|5|6|7|8|9|10|11|2:determinable|renegotiable|
1|2|3|2|5|6|7|8|9|10|11|2|1:decentralized|
1|2|3|2|5|6|7|8|9|10|11|4:telegraphing|
view all matches for this distribution