view release on metacpan or search on metacpan
lib/HTML/GUI/templates/js/prototype.js view on Meta::CPAN
},
'only-of-type': function(m) {
var p = Selector.xpath.pseudos; return p['first-of-type'](m) + p['last-of-type'](m);
},
nth: function(fragment, m) {
var mm, formula = m[6], predicate;
if (formula == 'even') formula = '2n+0';
if (formula == 'odd') formula = '2n+1';
if (mm = formula.match(/^(\d+)$/)) // digit only
return '[' + fragment + "= " + mm[1] + ']';
if (mm = formula.match(/^(-?\d*)?n(([+-])(\d+))?/)) { // an+b
if (mm[1] == "-") mm[1] = -1;
var a = mm[1] ? Number(mm[1]) : 1;
var b = mm[2] ? Number(mm[2]) : 0;
predicate = "[((#{fragment} - #{b}) mod #{a} = 0) and " +
"((#{fragment} - #{b}) div #{a} >= 0)]";
lib/HTML/GUI/templates/js/prototype.js view on Meta::CPAN
for (var i = 0, results = [], node; node = nodes[i]; i++)
if (!h.previousElementSibling(node) && !h.nextElementSibling(node))
results.push(node);
return results;
},
'nth-child': function(nodes, formula, root) {
return Selector.pseudos.nth(nodes, formula, root);
},
'nth-last-child': function(nodes, formula, root) {
return Selector.pseudos.nth(nodes, formula, root, true);
},
'nth-of-type': function(nodes, formula, root) {
return Selector.pseudos.nth(nodes, formula, root, false, true);
},
'nth-last-of-type': function(nodes, formula, root) {
return Selector.pseudos.nth(nodes, formula, root, true, true);
},
'first-of-type': function(nodes, formula, root) {
return Selector.pseudos.nth(nodes, "1", root, false, true);
},
'last-of-type': function(nodes, formula, root) {
return Selector.pseudos.nth(nodes, "1", root, true, true);
},
'only-of-type': function(nodes, formula, root) {
var p = Selector.pseudos;
return p['last-of-type'](p['first-of-type'](nodes, formula, root), formula, root);
},
// handles the an+b logic
getIndices: function(a, b, total) {
if (a == 0) return b > 0 ? [b] : [];
lib/HTML/GUI/templates/js/prototype.js view on Meta::CPAN
return memo;
});
},
// handles nth(-last)-child, nth(-last)-of-type, and (first|last)-of-type
nth: function(nodes, formula, root, reverse, ofType) {
if (nodes.length == 0) return [];
if (formula == 'even') formula = '2n+0';
if (formula == 'odd') formula = '2n+1';
var h = Selector.handlers, results = [], indexed = [], m;
h.mark(nodes);
for (var i = 0, node; node = nodes[i]; i++) {
if (!node.parentNode._counted) {
h.index(node.parentNode, reverse, ofType);
indexed.push(node.parentNode);
}
}
if (formula.match(/^\d+$/)) { // just a number
formula = Number(formula);
for (var i = 0, node; node = nodes[i]; i++)
if (node.nodeIndex == formula) results.push(node);
} else if (m = formula.match(/^(-?\d*)?n(([+-])(\d+))?/)) { // an+b
if (m[1] == "-") m[1] = -1;
var a = m[1] ? Number(m[1]) : 1;
var b = m[2] ? Number(m[2]) : 0;
var indices = Selector.pseudos.getIndices(a, b, nodes.length);
for (var i = 0, node, l = indices.length; node = nodes[i]; i++) {
view all matches for this distribution
view release on metacpan or search on metacpan
testdata/del.icio.us.html view on Meta::CPAN
</li>
<li><h4><a href="/popular/cooking">cooking</a></h4>
<ol>
<li class="first"><a href="http://blog.ruhlman.com/2007/02/guest_blogging_.html">ruhlman.com: Guest Blogging: A Bourdain Throwdown</a></li>
<li><a href="http://www.cookingforengineers.com/">Cooking For Engineers</a></li>
<li><a href="http://cookthink.com/blog/?p=293">cookthink » Blog Archive » A formula for marinating</a></li>
</ol>
</li>
<li><h4><a href="/popular/realestate">realestate</a></h4>
<ol>
<li class="first"><a href="http://www.realtytrac.com/">RealtyTrac</a></li>
view all matches for this distribution
view release on metacpan or search on metacpan
(October '98)
The original idea for Mason was inspired by the component system used
by NetGuide Live at CMP Media in 1996. HTML++ lives on!
Gady Costeff formulated the need for a better component-based web
engine and blessed us with a creative, open-minded environment.
Tom Smith protected our core development team from hostile forces,
kept calm during the storms, and was (and continues to be) a great
ally of the Mason open source initiative.
view all matches for this distribution
view release on metacpan or search on metacpan
httpdocs/style/Crystal/22/mimetypes/j.png
httpdocs/style/Crystal/22/mimetypes/java.png
httpdocs/style/Crystal/22/mimetypes/karbon_karbon.png
httpdocs/style/Crystal/22/mimetypes/kchart_chrt.png
httpdocs/style/Crystal/22/mimetypes/kexi_kexi.png
httpdocs/style/Crystal/22/mimetypes/kformula_kfo.png
httpdocs/style/Crystal/22/mimetypes/kivio_flw.png
httpdocs/style/Crystal/22/mimetypes/kmultiple.png
httpdocs/style/Crystal/22/mimetypes/koffice.png
httpdocs/style/Crystal/22/mimetypes/kpresenter_kpr.png
httpdocs/style/Crystal/22/mimetypes/krita_kra.png
httpdocs/style/Crystal/32/mimetypes/j.png
httpdocs/style/Crystal/32/mimetypes/java.png
httpdocs/style/Crystal/32/mimetypes/karbon_karbon.png
httpdocs/style/Crystal/32/mimetypes/kchart_chrt.png
httpdocs/style/Crystal/32/mimetypes/kexi_kexi.png
httpdocs/style/Crystal/32/mimetypes/kformula_kfo.png
httpdocs/style/Crystal/32/mimetypes/kivio_flw.png
httpdocs/style/Crystal/32/mimetypes/kmultiple.png
httpdocs/style/Crystal/32/mimetypes/kpresenter_kpr.png
httpdocs/style/Crystal/32/mimetypes/krita_kra.png
httpdocs/style/Crystal/32/mimetypes/kspread_ksp.png
httpdocs/style/Crystal/48/mimetypes/j.png
httpdocs/style/Crystal/48/mimetypes/java.png
httpdocs/style/Crystal/48/mimetypes/karbon_karbon.png
httpdocs/style/Crystal/48/mimetypes/kchart_chrt.png
httpdocs/style/Crystal/48/mimetypes/kexi_kexi.png
httpdocs/style/Crystal/48/mimetypes/kformula_kfo.png
httpdocs/style/Crystal/48/mimetypes/kivio_flw.png
httpdocs/style/Crystal/48/mimetypes/kmultiple.png
httpdocs/style/Crystal/48/mimetypes/koffice.png
httpdocs/style/Crystal/48/mimetypes/kpresenter_kpr.png
httpdocs/style/Crystal/48/mimetypes/krita_kra.png
httpdocs/style/Crystal/64/mimetypes/info.png
httpdocs/style/Crystal/64/mimetypes/j.png
httpdocs/style/Crystal/64/mimetypes/java.png
httpdocs/style/Crystal/64/mimetypes/karbon_karbon.png
httpdocs/style/Crystal/64/mimetypes/kchart_chrt.png
httpdocs/style/Crystal/64/mimetypes/kformula_kfo.png
httpdocs/style/Crystal/64/mimetypes/kivio_flw.png
httpdocs/style/Crystal/64/mimetypes/kmultiple.png
httpdocs/style/Crystal/64/mimetypes/koffice.png
httpdocs/style/Crystal/64/mimetypes/kpresenter_kpr.png
httpdocs/style/Crystal/64/mimetypes/krita_kra.png
view all matches for this distribution
view release on metacpan or search on metacpan
lib/HTML/Selector/XPath.pm view on Meta::CPAN
$A = '-1';
} elsif( $A eq '' ) {
$A = '1';
}
} else {
croak "Can't parse formula from '$$rrule'";
}
return ($A, $B);
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/HTML/Similarity.pm view on Meta::CPAN
similarity between any two HTML documents. The underlying algorithm is
quite simple and straight-forward. It serializes two HTML tree to two
arrays containing node's tag names and finds the longest common
sequence between the two serialized arrays.
The similarity is measured with the formula (2 * LCS' length) /
(treeA's length + treeB's length).
Structural similarity can be useful for web page classification and
clustering.
view all matches for this distribution
view release on metacpan or search on metacpan
t/templates/simple_expr.tmpl view on Meta::CPAN
<HTML><HEAD></HEAD>
<BODY>
If all is ok you can read this here --> <TMPL_IF EXPR="test eq 'ok'"><TMPL_VAR NAME="test">placeholder</TMPL_VAR></TMPL_IF>
This is a mathematical formula result: <TMPL_VAR EXPR="number * 5">placeholder</TMPL_VAR>
</BODY>
</HTML>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/HTML/Tree/AboutTrees.pod view on Meta::CPAN
needs to quantify the benefit of these moves as a number -- call that
the "payoff". The payoff of a move can be figured as just the number
of x pieces removed by the most recent move, minus the number of o
pieces removed by the most recent move. (It so happens that the rules
of the game mean that no move can delete both o's and x's, but the
formula still applies.) Since none of these moves removed any pieces,
all these moves have the same immediate payoff: 0.
Now, we could race ahead and write an Alak-playing program that could
use the immediate payoff to decide which is the best move to make.
And when there's more than one best move (as here, where all the moves
view all matches for this distribution
view release on metacpan or search on metacpan
tidy-html5.c view on Meta::CPAN
"http://www.w3.org/International/O-URL-and-ident.html\n"
},
{ TEXT_BAD_FORM, 0,
"Vous devrez peut-être déplacer une, ou les deux, balises <form>et</form>. \n"
"Les éléments HTML doivent être correctement imbriquées et les éléments \n"
"de formulaire ne font pas exception. Par exemple, vous ne devez pas placer \n"
"<form>dans une cellule et </form>dans une autre. Si <form>est placé devant \n"
"un tableau, </form> ne peut pas être placé à l'intérieur du tableau !\n"
"Notez qu'un form ne peut pas être imbriqué dans un autre !\n"
},
{ TEXT_BAD_MAIN, 0,
tidy-html5.c view on Meta::CPAN
{ INFORMATION_NOT_CONVEYED_APPLET, 0, "[2.1.1.2]: Vérifiez que l'information n'est pas transmise uniquement par la couleur (applet)." },
{ INFORMATION_NOT_CONVEYED_OBJECT, 0, "[2.1.1.3]: Vérifiez que l'information n'est pas transmise uniquement par la couleur (object)." },
{ INFORMATION_NOT_CONVEYED_SCRIPT, 0, "[2.1.1.4]: Vérifiez que l'information n'est pas transmise uniquement par la couleur (script)." },
{ INFORMATION_NOT_CONVEYED_INPUT, 0,
"[2.1.1.5]: Vérifiez que l'information n'est pas transmise uniquement par la couleur (champs de "
"formulaire)."
},
{ COLOR_CONTRAST_TEXT, 0, "[2.2.1.1]: contraste couleur faible (texte)." },
{ COLOR_CONTRAST_LINK, 0, "2.2.1.2]: contraste couleur faible (lien)." },
{ COLOR_CONTRAST_ACTIVE_LINK, 0, "2.2.1.3]: contraste couleur faible (lien actif)." },
{ COLOR_CONTRAST_VISITED_LINK, 0, "2.2.1.4]: contraste couleur faible (lien visité)." },
tidy-html5.c view on Meta::CPAN
{ REPLACE_DEPRECATED_HTML_STRIKE, 0, "[11.2.1.9]: remplacer l'élément HTML déprécié <strike>." },
{ REPLACE_DEPRECATED_HTML_U, 0, "[11.2.1.10]: remplacer l'élément HTML déprécié <u>." },
{ FRAME_MISSING_TITLE, 0, "[12.1.1.1]: <frame> absence de titre." },
{ FRAME_TITLE_INVALID_NULL, 0, "[12.1.1.2]: <frame> titre non valide (null)." },
{ FRAME_TITLE_INVALID_SPACES, 0, "[12.1.1.3]: <frame> titre non valide (espaces)." },
{ ASSOCIATE_LABELS_EXPLICITLY, 0, "[12.4.1.1]: associer explicitement les étiquettes avec les contrôles de formulaire." },
{ ASSOCIATE_LABELS_EXPLICITLY_FOR, 0, "[12.4.1.2]: associer explicitement les étiquettes avec les contrôles de formulaire (for)." },
{ ASSOCIATE_LABELS_EXPLICITLY_ID, 0, "[12.4.1.3]: associer explicitement les étiquettes avec les contrôles de formulaire (id)." },
{ LINK_TEXT_NOT_MEANINGFUL, 0, "[13.1.1.1]: texte du lien peu significatif." },
{ LINK_TEXT_MISSING, 0, "[13.1.1.2]: texte du lien manquant." },
{ LINK_TEXT_TOO_LONG, 0, "[13.1.1.3]: texte du lien trop long." },
{ LINK_TEXT_NOT_MEANINGFUL_CLICK_HERE, 0, "[13.1.1.4]: texte du lien peu significatif (click here)." },
{ METADATA_MISSING, 0, "[13.2.1.1]: Métadonnées manquantes." },
view all matches for this distribution
view release on metacpan or search on metacpan
examples/mets.xml view on Meta::CPAN
<mods:originInfo><mods:copyrightDate encoding="iso8601">2002</mods:copyrightDate></mods:originInfo>
<mods:originInfo><mods:dateIssued encoding="iso8601">2002</mods:dateIssued></mods:originInfo>
<mods:identifier type="uri">http://hdl.handle.net/1721.1/8338</mods:identifier>
<mods:note>Thesis (Ph. D.)--Massachusetts Institute of Technology, Dept. of Mathematics, 2002.</mods:note>
<mods:note>Includes bibliographical references (p. 89-91).</mods:note>
<mods:abstract>Geometry is the synthetic tool we use to unify all existing analytical cone-beam reconstruction methods. These reconstructions are based on formulae derived by Tuy [Tuy, 1983], Smith [Smith, 1985] and Grangeat [Grangeat, 1991] which ex...
<mods:abstract>(cont.) In cone-beam X-ray reconstruction, for example, each cone-beam projection is seen as a 2D projective subspace embedded in the Radon manifold. Besides the duality in the space relation, the symbiosis played between algebra and g...
<mods:note type="provenance">Made available in DSpace on 2005-08-23T19:18:06Z (GMT). No. of bitstreams: 2
50500372.pdf: 5942218 bytes, checksum: b1eba8f820c75fe04e1de950af6c3548 (MD5)
50500372-MIT.pdf: 5941980 bytes, checksum: ed337b0618cf18bd701502cc9e79e823 (MD5)
Previous issue date: 2002</mods:note>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/HTTP/Promise/MIME.pm view on Meta::CPAN
# The data herein is the result of creating a new instance and dumping its data, like:
# say json_encode( HTTP::Promise::MIME->new( '/some/where/mime.types' )->types );
sub _data
{
my $data = <<'EOT';
{"application/vnd.sun.xml.impress":["sxi"],"application/vnd.mcd":["mcd"],"application/vnd.spotfire.dxp":["dxp"],"application/vnd.jisp":["jisp"],"image/webp":["webp"],"application/pkcs7-signature":["p7s"],"application/xspf+xml":["xspf"],"audio/vnd.nue...
EOT
return( \$data );
}
# NOTE: sub FREEZE is inherited
view all matches for this distribution
view release on metacpan or search on metacpan
lib/HTTP/Proxy/Selective.pm view on Meta::CPAN
stl => "application/vnd.ms-pki.stl",
ppt => "application/vnd.ms-powerpoint",
pps => "application/vnd.ms-powerpoint",
odc => "application/vnd.oasis.opendocument.chart",
odb => "application/vnd.oasis.opendocument.databas",
odf => "application/vnd.oasis.opendocument.formula",
odg => "application/vnd.oasis.opendocument.graphics",
otg => "application/vnd.oasis.opendocument.graphics-template",
odi => "application/vnd.oasis.opendocument.image",
odp => "application/vnd.oasis.opendocument.presentation",
otp => "application/vnd.oasis.opendocument.presentation-template",
view all matches for this distribution
view release on metacpan or search on metacpan
QuickBase.pm view on Meta::CPAN
=over 4
=item $qdb->addField($QuickBaseID, $label, $type, $mode)
Creates a field with the label $label of label, a type of $type and if the field is to be a formula field then set $mode to 'virtual' otherwise set it to the empty string.
Returns the fid of the new field.
=back
QuickBase.pm view on Meta::CPAN
Use $qdb->EditRecordWithUpdateID($QuickBaseID, $rid, $update_id, %recorddata) to take advantage of conflict detection.
If $update_id is supplied then the edit will only succeed if the record's current update_id matches.
Returns the XML response from QuickBase after modifying every valid field refered to in %recorddata.
Not all fields can be modified. Built-in and formula (virtual) fields cannot be modified. If you attempt to
modify them with EditRecord you will get an error and no part of the record will have been modified.
=back
=head2 Retrieving Information
view all matches for this distribution
view release on metacpan or search on metacpan
for (k = 0; k < pl->ulen; ++k) {
PNode* pn = &pl->data[k];
const char* value = SvPV_nolen( (SV*) pn->ptr );
int lv = strlen(value);
/* string_cleanup always emits a trailing newl ("le" bytes) for
* values that don't already end in "\n"; the original formula
* did not account for that, producing a heap-buffer-overflow
* when many empty (lv == 0) values were serialised. The +le
* term below closes that gap. */
*size += lh + 2 + lv + lv * le + le;
}
view all matches for this distribution
view release on metacpan or search on metacpan
examples/stage1_setup/setup_ligands_sets.pl view on Meta::CPAN
my $mol = $dockem->read_file_mol($lig);
$stor->{$lig->basename('.pdbqt')} = {
BEST => { BE => 0 },
TMass => $mol->total_mass,
formula => $mol->bin_atoms_name,
lpath => $lig->stringify,
};
}
print $fh encode_json $stor;
view all matches for this distribution
view release on metacpan or search on metacpan
t/lib/Hailo/Test/TimToady.trn view on Meta::CPAN
most greek words are vanilla words
that lesson has stuck with me
most words are not explosives, but small tools to approach the truth
and it takes a great number of them to head off false interpretations even approximately
and there are precious few 100% accurate statements in any natural language, including Koine
but this is as it should be, because it prevents us with coming up with a formula, when the truth is something that can only be discovered by living it
this does not stop people from coming up with formulas for success continually, of course :)
but we should not be fooled by them in either a theological realm or a programming realm
the error is certainly peculiar, but it should be complaining that it cannot find method .sound
so maybe it just printed the wrong string
rakudo: class Cow { has $.sound is rw; submethod BUILD () { $!sound = 'moo'; }; }; say Cow.new.sound;
you certainly can't call .sound with a private attribute
t/lib/Hailo/Test/TimToady.trn view on Meta::CPAN
I called them "funny characters"
funny strange
'course, strange things make me laugh, but that's neither here nor there
so is Victoria Winters
ruoso: re S11, it's probably going to take me the rest of the day to figure out how it really works
but there are certainly problems with the present formulation
it's not well-typed
the current Cursor approach abandons the $name ~ '::' hack
it should be more multi-dispatched, probably
and it ignores the distinction between shortnames and longnames
among other things :)
view all matches for this distribution
view release on metacpan or search on metacpan
$lon0 = deg2rad($lon0);
$lon1 = deg2rad($lon1);
$lat0 = deg2rad($lat0);
$lat1 = deg2rad($lat1);
# Use the haversine formula for distance calculation
# http://mathforum.org/library/drmath/view/51879.html
my $dlon = $lon1 - $lon0;
my $dlat = $lat1 - $lat0;
my $a = (sin($dlat/2)) ** 2 + cos($lat0) * cos($lat1) * (sin($dlon/2)) ** 2;
my $c = 2 * atan2(sqrt($a), sqrt(1-$a));
view all matches for this distribution
view release on metacpan or search on metacpan
Word/noun.txt view on Meta::CPAN
formalist,formalists
formality,formalities
format,formats
formation,formations
former,formers
formula,formulas
formulary,formularies
formulation,formulations
formulator,formulators
fort,forts
fortification,fortifications
fortnight,fortnights
fortress,fortresses
fortune,fortunes
Word/noun.txt view on Meta::CPAN
reflex,reflexes
reform,reforms
reformation,reformations
reformer,reformers
reformist,reformists
reformulation,reformulations
refrain,refrains
refreshment,refreshments
refrigerant,refrigerants
refrigerator,refrigerators
refuge,refuges
view all matches for this distribution
view release on metacpan or search on metacpan
* in META.{yml,json}, point to public bug tracker
* rewrite some internal recursive functions to use the cursor system
* to perform static assertion in C, rather than a hand-crafted
formulation, use Perl's STATIC_ASSERT_DECL() macro (from Perl 5.27.1
onwards) or STATIC_ASSERT_GLOBAL() macro (from Perl 5.21.7 until it
was renamed to STATIC_ASSERT_DECL()), with a reserve definition for
older Perls
* avoid some compiler warnings that arise on Perl 5.6
view all matches for this distribution
view release on metacpan or search on metacpan
BCM2835/src/doc/Doxyfile.in view on Meta::CPAN
# doxygen to be busy swapping symbols to and from disk most of the time
# causing a significant performance penalty.
# If the system has enough physical memory increasing the cache will improve the
# performance by keeping more symbols in memory. Note that the value works on
# a logarithmic scale so increasing the size by one will roughly double the
# memory usage. The cache size is given by this formula:
# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
# corresponding to a cache size of 2^16 = 65536 symbols
SYMBOL_CACHE_SIZE = 0
BCM2835/src/doc/Doxyfile.in view on Meta::CPAN
# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
# links to external symbols imported via tag files in a separate window.
EXT_LINKS_IN_WINDOW = NO
# Use this tag to change the font size of Latex formulas included
# as images in the HTML documentation. The default is 10. Note that
# when you change the font size after a successful doxygen run you need
# to manually remove any form_*.png images from the HTML output directory
# to force them to be regenerated.
FORMULA_FONTSIZE = 10
# Use the FORMULA_TRANPARENT tag to determine whether or not the images
# generated for formulas are transparent PNGs. Transparent PNGs are
# not supported properly for IE 6.0, but are supported on all modern browsers.
# Note that when changing this option you need to delete any form_*.png files
# in the HTML output before the changes have effect.
FORMULA_TRANSPARENT = YES
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
# (see http://www.mathjax.org) which uses client side Javascript for the
# rendering instead of using prerendered bitmaps. Use this if you do not
# have LaTeX installed or if you want to formulas look prettier in the HTML
# output. When enabled you also need to install MathJax separately and
# configure the path to it using the MATHJAX_RELPATH option.
USE_MATHJAX = NO
BCM2835/src/doc/Doxyfile.in view on Meta::CPAN
LATEX_OUTPUT = latex
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
# invoked. If left blank `latex' will be used as the default command name.
# Note that when enabling USE_PDFLATEX this option is only used for
# generating bitmaps for formulas in the HTML output, but not in the
# Makefile that is written to the output directory.
LATEX_CMD_NAME = latex
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
BCM2835/src/doc/Doxyfile.in view on Meta::CPAN
USE_PDFLATEX = YES
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
# command to the generated LaTeX files. This will instruct LaTeX to keep
# running if errors occur, instead of asking the user for help.
# This option is also used when generating formulas in HTML.
LATEX_BATCHMODE = NO
# If LATEX_HIDE_INDICES is set to YES then doxygen will not
# include the index chapters (such as File Index, Compound Index, etc.)
view all matches for this distribution
view release on metacpan or search on metacpan
whitepaper/protocol.tex view on Meta::CPAN
\setlength{\parskip}{1.5ex plus 1pt minus 1pt}
\setlist[enumerate]{before=\vspace{-1ex}}
\setlist[itemize]{itemsep=0.5ex,topsep=0.2ex,before=\vspace{-1ex},after=\vspace{1.5ex}}
\newlist{formulae}{itemize}{3}
\setlist[formulae]{itemsep=0.2ex,topsep=0ex,leftmargin=1.5em,label=,after=\vspace{1.5ex}}
\newcommand{\docversion}{Pre-Release Version}
\newcommand{\termbf}[1]{\textbf{#1}\xspace}
\newcommand{\Hushlist}{\termbf{HushList}}
\newcommand{\HushList}{\termbf{HushList}}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ICC/Profile/gbd_.pm view on Meta::CPAN
(@{$self->[1]} == 3) || croak('number of vertices per face <> 3');
# check gamut faces
($f, $v, $e) = _check_faces($self);
# verify closed shape using Euler's formula
($f + $v - $e == 2) || carp('not a closed shape');
}
# if 'pcs' key defined
view all matches for this distribution
view release on metacpan or search on metacpan
brotli/c/common/dictionary.bin view on Meta::CPAN
</tr>
bahasabrasilgalegomagyarpolskisrpskiردÙ䏿ç®ä½ç¹é«ä¿¡æ¯ä¸å½æä»¬ä¸ä¸ªå
¬å¸ç®¡ç论åå¯ä»¥æå¡æ¶é´ä¸ªäººäº§åèªå·±ä¼ä¸æ¥çå·¥ä½è系没æç½ç«ææè¯è®ºä¸å¿æç« ç¨æ·é¦é¡µä½è
ææ¯é®é¢ç¸å
³ä¸è½½æç´¢ä½¿ç...
wrapperalreadycertainrealitystorageanotherdesktopofferedpatternunusualDigitalcapitalWebsitefailureconnectreducedAndroiddecadesregular & animalsreleaseAutomatgettingmethodsnothingPopularcaptionletterscapturesciencelicensechangesEngland=1&Histo...
confirmCurrentadvancesharingopeningdrawingbillionorderedGermanyrelated</form>includewhetherdefinedSciencecatalogArticlebuttonslargestuniformjourneysidebarChicagoholidayGeneralpassage,"animatefeelingarrivedpassingnaturalroughly.
The but notdensityBritainChineselack oftributeIreland" data-factorsreceivethat isLibraryhusbandin factaffairsCharlesradicalbroughtfindinglanding:lang="return leadersplannedpremiumpackageAmericaEdition]"Messageneed tovalue="complexlookingstationb...
paymenttroubleconceptcompareparentsplayersregionsmonitor ''The winningexploreadaptedGalleryproduceabilityenhancecareers). The collectSearch ancientexistedfooter handlerprintedconsoleEasternexportswindowsChannelillegalneutralsuggest_headersigning.html...
When observe</h2>
Modern provide" alt="borders.
brotli/c/common/dictionary.bin view on Meta::CPAN
presumablyhis familyuserAgent.unexpectedincluding challengeda minorityundefined"belongs totaken fromin Octoberposition: said to bereligious Federation rowspan="only a fewmeant thatled to the-->
<div <fieldset>Archbishop class="nobeing usedapproachesprivilegesnoscript>
results inmay be theEaster eggmechanismsreasonablePopulationCollectionselected">noscript>
/index.phparrival of-jssdk'));managed toincompletecasualtiescompletionChristiansSeptember arithmeticproceduresmight haveProductionit appearsPhilosophyfriendship...
complaintscontinuousquantitiesastronomerhe did notdue to itsapplied toan averageefforts tothe futureattempt toTherefore,capabilityRepublicanwas formedElectronickilometerschallengespublishingthe formerindigenousdirectionssubsidiaryconspiracydetails ...
percentagebest-knowncreating a" dir="ltrLieutenant
<div id="they wouldability ofmade up ofnoted thatclear thatargue thatto anotherchildren'spurpose offormulatedbased uponthe regionsubject ofpassengerspossession.
In the Before theafterwardscurrently across thescientificcommunity.capitalismin Germanyright-wingthe systemSociety ofpoliticiandirection:went on toremoval of New York apartmentsindicationduring theunless thehistoricalhad been adefinitiveingredientatt...
<div id Official worldwide.aria-labelthe planetand it wasd" value="looking atbeneficialare in themonitoringreportedlythe modernworking onallowed towhere the innovative</a></div>soundtracksearchFormtend to beinput id="opening ofrestrictedadopted byadd...
occasionalbecause itstarted tophysically></div>
created byCurrently, bgcolor="tabindex="disastrousAnalytics also has a><div id="</style>
brotli/c/common/dictionary.bin view on Meta::CPAN
having been
<head>
< "The compilationhe had beenproduced byphilosopherconstructedintended toamong othercompared toto say thatEngineeringa differentreferred todifferencesbelief thatphotographsidentifyingHistory of Republic ofnecessarilyprobabilitytechnicallyleaving...
<div id="incorporate;</script><attachEventbecame the " target="_carried outSome of thescience andthe time ofContainer">maintainingChristopherMuch of thewritings of" height="2size of theversion of mixture of between theExamples ofeducationalcompetitiv...
Continentaleliminatingwill not bepractice ofin front ofsite of theensure thatto create amississippipotentiallyoutstandingbetter thanwhat is nowsituated inmeta name="TraditionalsuggestionsTranslationthe form ofatmosphericideologicalenterprisescalculat...
question ofwas electedto become abecause of some peopleinspired bysuccessful a time whenmore commonamongst thean officialwidth:100%;technology,was adoptedto keep thesettlementslive birthsindex.html"Connecticutassigned to&times;account foralign=ri...
</head>
Conversely,>
<div id="0" width="1is probablyhave becomecontrollingthe problemcitizens ofpoliticiansreached theas early as:none; over<table cellvalidity ofdirectly toonmousedownwhere it iswhen it wasmembers of relation toaccommodatealong with In the latethe Englis...
</div>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/IO/Socket/SSL/PublicSuffix.pm view on Meta::CPAN
mil.pe
net.pe
nom.pe
org.pe
// pf : http://www.gobin.info/domainname/formulaire-pf.pdf
pf
com.pf
edu.pf
org.pf
view all matches for this distribution
view release on metacpan or search on metacpan
pollfd_rbhash.h view on Meta::CPAN
#include <assert.h>
#include <stdio.h>
#include <string.h>
/* MAX_TREE_HEIGHT is the maximum number of nodes from root to leaf in any
* correctly balanced tree. The exact formula for the maximum height (including
* root node) is floor(2*log2(N/2+1)) for a tree of N nodes.
*/
#define POLLFD_RBHASH_MAX_ELEMENTS_8 0x7F
#define POLLFD_RBHASH_MAX_TREE_HEIGHT_8 12
#define POLLFD_RBHASH_MAX_ELEMENTS_16 0x7FFF
view all matches for this distribution
view release on metacpan or search on metacpan
lib/IPC/ConcurrencyLimit/WithLatestStandby.pm view on Meta::CPAN
return;
}
}
# nope - the lock to our left is being held so sleep a while before
# we try again. We use the rand and the formula so that items to the
# right poll faster than items to the left, and to reduce the chance
# that lock holder 1 and lock holder 3 poll lock 2 at the same time
# forever. The formula guarantees that items to the left poll faster,
# and the rand ensures there is jitter.
sleep rand(($poll_time / $locker_id)*2);
}
# assert that $locker_id is 0 at this point.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/IPC/Run/Debug.pm view on Meta::CPAN
or die $@;
}
}
This should force IPC::Run to not be debuggable unless somebody sets
the IPCRUNDEBUG flag; modify this formula to grep @ARGV if need be:
BEGIN {
unless ( grep /^--debug/, @ARGV ) {
eval 'local $ENV{IPCRUNDEBUG} = "none"; require IPC::Run::Debug'
or die $@;
view all matches for this distribution