view release on metacpan or search on metacpan
data/convert.list.txt view on Meta::CPAN
OpenDocument Chart
application/vnd.oasis.opendocument.chart
OpenDocument Chart
application/vnd.oasis.opendocument.database
OpenDocument Database
application/vnd.oasis.opendocument.formula
OpenDocument Formula
application/vnd.oasis.opendocument.formula
OpenDocument Formula
application/vnd.oasis.opendocument.graphics
OpenDocument Drawing
application/vnd.oasis.opendocument.graphics
OpenDocument Drawing
data/convert.list.txt view on Meta::CPAN
application/vnd.stardivision.impress
StarImpress presentation
application/vnd.stardivision.mail
StarMail email
application/vnd.stardivision.math
StarMath formula
application/vnd.stardivision.writer
StarWriter document
application/vnd.stardivision.writer
StarWriter document
application/vnd.stardivision.writer
data/convert.list.txt view on Meta::CPAN
application/vnd.sun.xml.impress.template
OpenOffice Impress template
application/vnd.sun.xml.impress.template
OpenOffice Impress template
application/vnd.sun.xml.math
OpenOffice Math formula
application/vnd.sun.xml.math
OpenOffice Math formula
application/vnd.sun.xml.writer
OpenOffice Writer document
application/vnd.sun.xml.writer
OpenOffice Writer document
application/vnd.sun.xml.writer.global
data/convert.list.txt view on Meta::CPAN
application/x-karbon Karbon14 drawing
application/x-karbon Karbon14 drawing
application/x-kchart KChart chart
application/x-kchart KChart chart
application/x-kchart KChart chart
application/x-kformula KFormula formula
application/x-kformula KFormula formula
application/x-kformula KFormula formula
application/x-killustrator
KIllustrator drawing
application/x-killustrator
KIllustrator drawing
application/x-kivio Kivio flowchart
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Image/Magick/Thumbnail.pm view on Meta::CPAN
None by default.
=head1 SEE ALSO
L<perl>, L<Image::Magick>, L<Image::GD::Thumbnail>,
and L<Image::Thumbnail> for the same formula for various engines.
=head1 AUTHOR
Lee Goddard <LGoddard@CPAN.org>
view all matches for this distribution
view release on metacpan or search on metacpan
libpng-1.6.17/libpng-manual.txt view on Meta::CPAN
<http://www.poynton.com/notes/colour_and_gamma/ColorFAQ.html#RTFToC9>
Y = 0.2126 * R + 0.7152 * G + 0.0722 * B
Previous versions of this document, 1998 through 2002, recommended a slightly
different formula:
Y = 0.212671 * R + 0.715160 * G + 0.072169 * B
Libpng uses an integer approximation:
view all matches for this distribution
view release on metacpan or search on metacpan
webp-src/doc/webp-container-spec.txt view on Meta::CPAN
{:#alpha-blending}
* **Alpha-blending**:
Given that each of the R, G, B and A channels is 8-bit, and the RGB
channels are _not premultiplied_ by alpha, the formula for blending
'dst' onto 'src' is:
~~~~~
blend.A = src.A + dst.A * (1 - src.A / 255)
if blend.A = 0 then
view all matches for this distribution
view release on metacpan or search on metacpan
vendor/qrencode-3.4.2/Doxyfile 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
vendor/qrencode-3.4.2/Doxyfile view on Meta::CPAN
# set using LOOKUP_CACHE_SIZE. This cache is used to resolve symbols given
# their name and scope. Since this can be an expensive process and often the
# same symbol appear multiple times in the code, doxygen keeps a cache of
# pre-resolved symbols. If the cache is too small doxygen will become slower.
# If the cache is too large, memory is wasted. The cache size is given by this
# formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range is 0..9, the default is 0,
# corresponding to a cache size of 2^16 = 65536 symbols.
LOOKUP_CACHE_SIZE = 0
#---------------------------------------------------------------------------
vendor/qrencode-3.4.2/Doxyfile 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
vendor/qrencode-3.4.2/Doxyfile 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
vendor/qrencode-3.4.2/Doxyfile 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
t/insilicodef-test.xml view on Meta::CPAN
</oneElement>
</elements>
<molecules>
<oneMolecule symbol="H2O" name="Water">
<formula>H2O1</formula>
<mass monoisotopic="18.01056" average="18.01524"/>
</oneMolecule>
<oneMolecule symbol="NH3" name="Amine">
<formula>N1H3</formula>
<mass monoisotopic="17.03712" average="17.03052"/>
</oneMolecule>
</molecules>
<codons>
t/insilicodef-test.xml view on Meta::CPAN
<oneCodon name="Uracil" code1="U"/>
</codons>
<aminoAcids>
<oneAminoAcid name="Alanine" code3="Ala" code1="A">
<formula>C3H5ON</formula>
<mRNACodons>
<oneMRNACodon>GCA</oneMRNACodon>
<oneMRNACodon>GCC</oneMRNACodon>
<oneMRNACodon>GCG</oneMRNACodon>
<oneMRNACodon>GCU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="71.03711" average="71.0788"/>
<PK internal="0.0" nterm="7.59" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Arginine" code3="Arg" code1="R">
<formula>C6H12ON4</formula>
<mRNACodons>
<oneMRNACodon>AGA</oneMRNACodon>
<oneMRNACodon>AGG</oneMRNACodon>
<oneMRNACodon>CGA</oneMRNACodon>
<oneMRNACodon>CGC</oneMRNACodon>
t/insilicodef-test.xml view on Meta::CPAN
</mRNACodons>
<mass monoisotopic="156.10111" average="156.1875"/>
<PK internal="12.0" nterm="7.50" cterm="3.55" sgnres="+1.0"/>
</oneAminoAcid>
<oneAminoAcid name="Asparagine" code3="Asn" code1="N">
<formula>C4H6O2N2</formula>
<mRNACodons>
<oneMRNACodon>AAC</oneMRNACodon>
<oneMRNACodon>AAU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="114.04293" average="114.1038"/>
<PK internal="0.0" nterm="7.50" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Aspartic_acid" code3="Asp" code1="D">
<formula>C4H5O3N</formula>
<mRNACodons>
<oneMRNACodon>GAC</oneMRNACodon>
<oneMRNACodon>GAU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="115.02694" average="115.0886"/>
<PK internal="4.05" nterm="7.50" cterm="4.55" sgnres="-1.0"/>
</oneAminoAcid>
<oneAminoAcid name="Cysteine" code3="Cys" code1="C">
<formula>C3H5ONS</formula>
<mRNACodons>
<oneMRNACodon>UGC</oneMRNACodon>
<oneMRNACodon>UGU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="103.00919" average="103.1388"/>
<PK internal="9.0" nterm="7.50" cterm="3.55" sgnres="-1.0"/>
</oneAminoAcid>
<oneAminoAcid name="Glutamic_acid" code3="Glu" code1="E">
<formula>C5H7O3N</formula>
<mRNACodons>
<oneMRNACodon>GAA</oneMRNACodon>
<oneMRNACodon>GAG</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="129.04259" average="129.1155"/>
<PK internal="4.45" nterm="7.70" cterm="4.75" sgnres="-1.0"/>
</oneAminoAcid>
<oneAminoAcid name="Glutamine" code3="Gln" code1="Q">
<formula>C5H8O2N2</formula>
<mRNACodons>
<oneMRNACodon>CAA</oneMRNACodon>
<oneMRNACodon>CAG</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="128.05858" average="128.1307"/>
<PK internal="0.0" nterm="7.50" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Glycine" code3="Gly" code1="G">
<formula>C2H3ON</formula>
<mRNACodons>
<oneMRNACodon>GGA</oneMRNACodon>
<oneMRNACodon>GGC</oneMRNACodon>
<oneMRNACodon>GGG</oneMRNACodon>
<oneMRNACodon>GGU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="57.02146" average="57.0519"/>
<PK internal="0.0" nterm="7.50" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Histidine" code3="His" code1="H">
<formula>C6H7ON3</formula>
<mRNACodons>
<oneMRNACodon>CAC</oneMRNACodon>
<oneMRNACodon>CAU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="137.05891" average="137.1411"/>
<PK internal="5.98" nterm="7.50" cterm="3.55" sgnres="+1.0"/>
</oneAminoAcid>
<oneAminoAcid name="Isoleucine" code3="Ile" code1="I">
<formula>C6H11ON</formula>
<mRNACodons>
<oneMRNACodon>AUA</oneMRNACodon>
<oneMRNACodon>AUC</oneMRNACodon>
<oneMRNACodon>AUU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="113.08406" average="113.1594"/>
<PK internal="0.0" nterm="7.50" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Leucine" code3="Leu" code1="L">
<formula>C6H11ON</formula>
<mRNACodons>
<oneMRNACodon>CUA</oneMRNACodon>
<oneMRNACodon>CUC</oneMRNACodon>
<oneMRNACodon>CUG</oneMRNACodon>
<oneMRNACodon>CUU</oneMRNACodon>
t/insilicodef-test.xml view on Meta::CPAN
</mRNACodons>
<mass monoisotopic="113.08406" average="113.1594"/>
<PK internal="0.0" nterm="7.50" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Lysine" code3="Lys" code1="K">
<formula>C6H12ON2</formula>
<mRNACodons>
<oneMRNACodon>AAA</oneMRNACodon>
<oneMRNACodon>AAG</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="128.09496" average="128.1741"/>
<PK internal="10.0" nterm="7.50" cterm="3.55" sgnres="+1.0"/>
</oneAminoAcid>
<oneAminoAcid name="Methionine" code3="Met" code1="M">
<formula>C5H9ONS</formula>
<mRNACodons>
<oneMRNACodon>AUG</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="131.04049" average="131.1926"/>
<PK internal="0.0" nterm="7.00" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Phenylalanine" code3="Phe" code1="F">
<formula>C9H9ON</formula>
<mRNACodons>
<oneMRNACodon>UUC</oneMRNACodon>
<oneMRNACodon>UUU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="147.06841" average="147.1766"/>
<PK internal="0.0" nterm="7.50" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Proline" code3="Pro" code1="P">
<formula>C5H7ON</formula>
<mRNACodons>
<oneMRNACodon>CCA</oneMRNACodon>
<oneMRNACodon>CCC</oneMRNACodon>
<oneMRNACodon>CCG</oneMRNACodon>
<oneMRNACodon>CCU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="97.05276" average="97.1167"/>
<PK internal="0.0" nterm="8.36" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Serine" code3="Ser" code1="S">
<formula>C3H5O2N</formula>
<mRNACodons>
<oneMRNACodon>AGC</oneMRNACodon>
<oneMRNACodon>AGU</oneMRNACodon>
<oneMRNACodon>UCA</oneMRNACodon>
<oneMRNACodon>UCC</oneMRNACodon>
t/insilicodef-test.xml view on Meta::CPAN
</mRNACodons>
<mass monoisotopic="87.03203" average="87.0782"/>
<PK internal="0.0" nterm="6.93" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Threonine" code3="Thr" code1="T">
<formula>C4H7O2N</formula>
<mRNACodons>
<oneMRNACodon>ACA</oneMRNACodon>
<oneMRNACodon>ACC</oneMRNACodon>
<oneMRNACodon>ACG</oneMRNACodon>
<oneMRNACodon>ACU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="101.04768" average="101.1051"/>
<PK internal="0.0" nterm="6.82" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Tryptophan" code3="Trp" code1="W">
<formula>C11H10ON2</formula>
<mRNACodons>
<oneMRNACodon>UGG</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="186.07931" average="186.2132"/>
<PK internal="0.0" nterm="7.50" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Tyrosine" code3="Tyr" code1="Y">
<formula>C9H9O2N</formula>
<mRNACodons>
<oneMRNACodon>UAC</oneMRNACodon>
<oneMRNACodon>UAU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="163.06333" average="163.1760"/>
<PK internal="10.0" nterm="7.50" cterm="3.55" sgnres="-1.0"/>
</oneAminoAcid>
<oneAminoAcid name="Valine" code3="Val" code1="V">
<formula>C5H9ON</formula>
<mRNACodons>
<oneMRNACodon>GUA</oneMRNACodon>
<oneMRNACodon>GUC</oneMRNACodon>
<oneMRNACodon>GUG</oneMRNACodon>
<oneMRNACodon>GUU</oneMRNACodon>
t/insilicodef-test.xml view on Meta::CPAN
<oneSeries name="a">
<terminus>N</terminus>
<deltaMass monoisotopic="-27.99491" average="-28.0104"/>
<firstFragment>2</firstFragment>
<lastFragment>2</lastFragment>
<formula>O-1C-1</formula>
</oneSeries>
<oneSeries name="b">
<terminus>N</terminus>
<firstFragment>2</firstFragment>
<lastFragment>2</lastFragment>
<deltaMass monoisotopic="0" average="0"/>
<formula></formula>
</oneSeries>
<oneSeries name="c">
<terminus>N</terminus>
<firstFragment>2</firstFragment>
<lastFragment>2</lastFragment>
<deltaMass monoisotopic="17.02656" average="17.03052"/>
<formula>NH3</formula>
</oneSeries>
<oneSeries name="x">
<terminus>C</terminus>
<firstFragment>1</firstFragment>
<lastFragment>2</lastFragment>
<formula>COH-1</formula>
<deltaMass monoisotopic="43.98982" average="44.0098"/>
</oneSeries>
<oneSeries name="y">
<terminus>C</terminus>
<firstFragment>1</firstFragment>
<lastFragment>2</lastFragment>
<deltaMass monoisotopic="18.0105746" average="18.01418"/>
<formula>H</formula>
</oneSeries>
<oneSeries name="z">
<terminus>C</terminus>
<firstFragment>1</firstFragment>
<lastFragment>2</lastFragment>
<deltaMass monoisotopic="1.9912946" average="1.99108"/>
<formula>N-1H-1</formula>
</oneSeries>
</series>
<losses>
<oneLoss name="NH3">
<residues aa="NQR"/>
<deltaMass monoisotopic="17.03712" average="17.03052"/>
<formula>N-1H-3</formula>
</oneLoss>
<oneLoss name="H2O">
<residues aa="ST"/>
<deltaMass monoisotopic="18.01056" average="18.01524"/>
<formula>H-2O-1</formula>
</oneLoss>
</losses>
<fragTypes>
<oneFragType name="a" series="a" charge="1"/>
view all matches for this distribution
view release on metacpan or search on metacpan
cgi/cgiInSilicoDef.pl view on Meta::CPAN
<td valign='top'><input type="radio" name="sitetype" value="regexp" onclick="selectCleavSiteMode('regexp');"/></td>
<td><input type='textfield' name='siteregexp'/></td>
</tr>
</table>
<h5>Gain (formula)</h5>
<table border=1 cellspacing=0>
<tr>
<td>N-term</td>
<td><input type="textfield" name="NTermGain"/></td>
</tr>
cgi/cgiInSilicoDef.pl view on Meta::CPAN
}else{#oldfashion
print " defList['$key']['residue']='".$_->first_child('residue')->atts->{a}."';\n";
}
print " defList['$key']['delta_mono']='".$_->first_child('delta')->atts->{monoisotopic}."';\n";
print " defList['$key']['delta_avg']='".$_->first_child('delta')->atts->{average}."';\n";
print " defList['$key']['formula']='".($_->first_child('formula')?$_->first_child('formula')->text:'')."';\n";
my $spft=($_->first_child('sprotFT'))?($_->first_child('sprotFT')->text):"";
print " defList['$key']['sprotFT']=\"$spft\";\n";
}
print <<EOT;
cgi/cgiInSilicoDef.pl view on Meta::CPAN
}
document.define.nterm.checked=mr['nterm'];
document.define.cterm.checked=mr['cterm'];
document.define.delta_mono.value=mr['delta_mono'];
document.define.delta_avg.value=mr['delta_avg'];
document.define.formula.value=mr['formula'];
document.define.sprotFT.value=mr['sprotFT'];
}
function selectSiteMode(val){
cgi/cgiInSilicoDef.pl view on Meta::CPAN
<td><input type="textfield" name="delta_avg"/></td>
</tr>
</table>
<h5>Formula</h5>
<input type="textfield" name="formula"/>
<hr width="100%"/>
<center><h4>Uniprot annotations</h4></center>
<h5>Uniprot FT mask</h5>
<input type='textfield' size=80 name='sprotFT'/>
cgi/cgiInSilicoDef.pl view on Meta::CPAN
my $atts;
$atts.=" nterm='yes'" if $q->param('nterm');
$atts.=" cterm='yes'" if $q->param('cterm');
my $els=XML::Twig::Elt->new()->parse("<siteRegexp$atts><![CDATA[".$q->param('siteregexp')."]]></siteRegexp>")->paste(first_child=>$el);
}
my $formula=$q->param('formula');
my $dm_mono=$q->param('delta_mono')||-999;
my $dm_avg=$q->param('delta_avg')||-999;
if ($formula){
($dm_mono, $dm_avg)=InSilicoSpectro::InSilico::MassCalculator::massFromComposition($formula);
}
XML::Twig::Elt->new()->parse("<delta monoisotopic='$dm_mono' average='$dm_avg'/>")->paste(last_child=>$el);
XML::Twig::Elt->new()->parse("<formula>$formula</formula>")->paste(last_child=>$el) if $q->param('formula');
XML::Twig::Elt->new()->parse("<sprotFT><![CDATA[".$q->param('sprotFT')."]]></sprotFT>")->paste(last_child=>$el);
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/JE/Object/Date.pm view on Meta::CPAN
unless (defined $_dumdeedum[$index]) {
$_dumdeedum[$index] = $next_future;
++$count;
}
}
# The spec requires that the same formula for daylight savings be used for
# all years. An ECMAScript implementation is not allowed to take into
# account that the formula might have changed in the past. That's what the
# @_dumdeedum array is for. The spec basically allows for fourteen differ-
# ent possibilities for the dates for daylight savings time change. The
# code above collects the 'nearest' fourteen years that are not equivalent
# to each other.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/JSON/Create.pod view on Meta::CPAN
=head2 indent
$jc->indent (1);
Add whitespace indentation to the output. The formula applied is to
add a newline plus indentation after each opening bracket, add the
same after each comma, and add the same before each closing
bracket. Tabs are used for all indentation. The number of tabs is
decided by the number of brackets open.
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/hypercritical.json view on Meta::CPAN
"url" : "http://hypercritical.co"
},
"id" : "http://hypercritical.co/2014/04/27/creativity-inc",
"title" : "Creativity, Inc.",
"date_modified" : "2014-04-30T08:52:34-04:00",
"content_html" : "<p>Most of the nonfiction books I read these days fall into two broad categories: books about people I admire and books about the creation of things I admire. Good books about the latter often turn into the former by the e...
"url" : "http://hypercritical.co/2014/04/27/creativity-inc"
},
{
"url" : "http://hypercritical.co/2014/01/24/macintosh",
"content_html" : "<div class=\"image header\"><img src=\"/2014/01/24/images/macintosh-team.jpg\" width=\"640\" height=\"452\" alt=\"The Macintosh team\"/></div>\n\n<p>Thirty years ago today, Steve Jobs <a href=\"https://www.youtube.com/watch...
t/data/hypercritical.json view on Meta::CPAN
"author" : {
"url" : "http://hypercritical.co",
"name" : "John Siracusa"
},
"date_published" : "2013-05-28T10:50:33-04:00",
"content_html" : "<div class=\"image header\"><img src=\"/2013/05/28/images/xbox-one.jpg\" width=\"640\" height=\"136\" alt=\"The Xbox One\"/></div>\n\n<p>Now that the <a href=\"http://www.xbox.com/en-US/xboxone/\">Xbox One</a> has been <a h...
"url" : "http://hypercritical.co/2013/05/28/next-generation",
"date_modified" : "2013-05-28T14:14:07-04:00",
"title" : "Next Generation"
},
{
view all matches for this distribution
view release on metacpan or search on metacpan
- Fix bug where the relationship links were pointing to their origin in "related" and
to their relationships link in "self", should have been the opposite.
2.0 2018-07-02 23:44:40+01:00 Europe/London
- Fixed bug where unusual words were stripped out that due to containing
an underscore when formulating the documents resource type.
1.9 2018-07-02 21:32:35+01:00 Europe/London
- Update readme
1.8 2018-07-02 21:27:14+01:00 Europe/London
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Jabber/RPC/HTTPgate.pm view on Meta::CPAN
as the target JID.
=item 2 HTTP-based requester makes request directed to a Jabber-RPC
responder.
The HTTP requester (#4) formulates an XML-RPC encoded request and sends
it to the http component (#2). What's the basic URL of the http
component? Well, you specify a port in the component instance definition
in the jabber.xml configuration file, like this:
<service id="http">
view all matches for this distribution
view release on metacpan or search on metacpan
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
\Ìñ@vO@dqvZ@ð@\³¹ÄêÌÊð¾é±ÆªÅ«éæ¤É±êÉηéwßðgÝí¹½àÌÆµÄ\»µ½àÌð¢¤B
(x)-2 "computer program" means something expressed as a set of instructions written for a computer, which makes the computer function so that a specific result can be obtained;
\ÌO@f[^x[X@_¶AlA}`»Ì¼ÌîñÌW¨Å ÂÄA»êçÌîñðdqvZ@ðp¢Äõ·é±ÆªÅ«éæ¤ÉÌnIÉ\¬µ½àÌð¢¤B
(x)-3 "database" means an aggregate of data such as articles, numerical values, or diagrams, which is systematically constructed so that such data can be searched with a computer;
\ê@ñIì¨@ì¨ð|óµAÒȵAáµÍÏ`µAÍrFµAf滵A»Ì¼|ķ鱯ɿènìµ½ì¨ð¢¤B
(xi) "derivative work" means a work created by translating, composing as a musical arrangement, reformulating, dramatizing, making into a cinematographic work, or otherwise adapting a pre-existing work;
\ñ@¤¯ì¨@ñlÈãÌÒª¤¯µÄnìµ½ì¨Å ÂÄA»ÌelÌñ^𪣵ÄÂÊIÉp·é±ÆªÅ«È¢àÌð¢¤B
(xii) "joint work" means a work created by two or more persons whose contributions to the work cannot be separated so as to allow each part of the work to be used independently;
\O@^¹@¹ð¨ÉÅèµAÍ»ÌÅè¨ð»·é±Æð¢¤B
(xiii) "sound recording" means fixing sounds into a physical object or producing additional copies of such a fixed object;
\l@^æ@eðA±µÄ¨ÉÅèµAÍ»ÌÅè¨ð»·é±Æð¢¤B
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
æñ\ZðÌO@ìÒÍA»Ìì¨ifæÌì¨ðBjð»Ì¡»¨ifæÌì¨É¨¢Ä¡»³êÄ¢éì¨É ÂÄÍAYfæÌì¨Ì¡»¨ðBjÌÝ^ÉæèöOÉñ·é ðêL·éB
Article 26-3 The author has the exclusive right to offer that author's work (except a cinematographic work) to the public by renting out copies of the work (if the work is one that has been reproduced in a cinematographic work, this excludes offerin...
i|ó A|Ä j
(Translation rights, adaptation rights, etc.)
æñ\µð@ìÒÍA»Ìì¨ð|óµAÒȵAáµÍÏ`µAÍrFµAf滵A»Ì¼|Ä·é ðêL·éB
Article 27 The author of a work has the exclusive right to translate that work, compose a musical arrangement of it, reformulate it, dramatize it, make a film adaptation of it, or otherwise adapt the work.
iñIì¨ÌpÉÖ·é´ìÒÌ j
(Rights of the original author in connection with the exploitation of a derivative work)
æñ\ªð@ñIì¨Ì´ì¨ÌìÒÍAYñIì¨ÌpÉÖµA±Ì¼ÉKè·é ÅYñIì¨ÌìÒªL·éàÌÆ¯êÌíÞÌ ðêL·éB
Article 28 The author of the original work underlying a derivative work holds exclusive rights in the same categories as the rights prescribed in this Subsection that the author of the derivative work holds in connection with the exploitation of tha...
æl¼@fæÌì¨Ìì ÌA®
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
i|óA|ÄÉæépj
(Exploitation by means of translation, adaptation, etc.)
æl\Oð@ÌeÉf°éKèÉæèì¨ðp·é±ÆªÅ«éêÉÍAYeÉf°éû@ÉæèAYì¨ðYeÉf°éKèÉ]ÂÄp·é±ÆªÅ«éB
Article 43 If it is permissible to exploit a work pursuant to the provisions set forth in one of the following items, it is also permissible to exploit that work in accordance with the provisions set forth in that item by the means set forth in that...
ê@æO\ðæêAæO\Oðæêi¯ðælɨ¢Äp·éêðÜÞBjAæO\lðæêÍæO\Üð@|óAÒÈAÏ`Í|Ä
(i) Article 30, paragraph (1); Article 33, paragraph (1) (including as applied mutatis mutandis pursuant to paragraph (4) of the same Article); Article 34, paragraph (1); and Article 35: translation, musical arrangement, reformulation, and adaptation...
ñ@æO\êðæêæêAæO\ñðAæO\ZðAæO\µðæêáµÍæñAæO\ãðæêAæl\ðæñAæl\êðÍæl\ñð@|ó
(ii) Article 31, paragraph (1), item (i); Article 32; Article 36; Article 37, paragraph (1) or (2); Article 39, paragraph (1); Article 40, paragraph (2); Article 41; or Article 42: translation;
O@æO\OðÌñæê@Ï`Í|Ä
(iii) Article 33-2, paragraph (1): reformulation and adaptation;
l@æO\µðæO@|óAÏ`Í|Ä
(iv) Article 37, paragraph (3): translation, reformulation, and adaptation;
Ü@æO\µðÌñ@|óÍ|Ä
(v) Article 37-2: translation and adaptation.
iúÆÒÉæéêIÅèj
(Ephemeral fixation by a broadcaster, etc.)
æl\lð@úÆÒÍAæñ\OðæêÉKè·é ðQ·é±ÆÈú·é±ÆªÅ«éì¨ðA©ÈÌú̽ßÉA©ÈÌèiÍYì¨ð¯¶ú·é±ÆªÅ«é¼ÌúÆÒÌèiÉæèAêIÉ^¹µAÍ^æ·é±ÆªÅ«éB
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
O@æO\ñðÌKèÉæèì¨ð¡»ÈOÌû@Éæèp·éêÍæO\ÜðAæO\ZðæêAæO\ªðæêAæl\êðáµÍæl\ZðÌKèÉæèì¨ðp·éêɨ¢ÄA»Ìo𾦷éµsª 鯫B
(iii) a work is exploited other than by its reproduction pursuant to the provisions of Article 32 or is exploited pursuant to the provisions of Article 35; Article 36, paragraph (1); Article 38, paragraph (1); Article 41; or Article 46, and it is com...
Q@OÌo̾¦É½ÂÄÍA±êɺ¢ìÒ¼ª¾ç©ÉÈéêyÑY쨪³¼ÌàÌÅ éêð«AYì¨É«\¦³êÄ¢éìÒ¼ð¦³È¯êÎÈçÈ¢B
(2) In a source indication as referred to in the preceding paragraph, the name of the author that appears on the work must be cited, except if the author's name is clear from the source indication or if the work is anonymous.
R@æl\OðÌKèÉæèì¨ð|óµAÒȵAÏ`µAÍ|ĵÄp·éêÉÍAOñÌKèÌáÉæèA»Ìì¨Ìo𾦵ȯêÎÈçÈ¢B
(3) If a work is exploited by translation, musical arrangement, reformulation, or adaption pursuant to the provisions of Article 43, the source must be indicated pursuant to the provisions of the preceding two paragraphs.
i¡»¨ÌÚIOgpj
(Use, etc. of a copy other than for its intended purpose)
æl\ãð@Éf°éÒÍAæñ\êðÌ¡»ðs½àÌÆÝÈ·B
Article 49 (1) The following persons are deemed to have reproduced a work as referred to in Article 21:
ê@æO\ðæêAæO\êðæêæêAæO\OðÌñæêáµÍælAæO\ÜðæêAæO\µðæOAæO\µðÌñ{¶i¯ðæñÉWéêÉ ÂÄÍA¯Bæêɨ¢Ä¯¶BjAæl\êð©çæl\ñðÌñÜÅAæl\ñðÌO...
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
Z@æl\µðÌZ½¾µÌKèÉá½µÄA¯ð{¶ÌKèÌKpðó¯Ä쬳ê½ì¨Ì¡»¨iæÜÌ¡»¨ÉY·éàÌðBjðp¢ÄYì¨Ì©®öOMiMÂ\»ðÜÞBjðs½Ò
(vi) a person that uses a copy of the work which has been made based on the application of the provisions of the first sentence of Article 47-6 (excluding a copy falling under the category set forth in item (v) of the next paragraph) to transmit a wo...
µ@æl\µð̪ÌKèÌKpðó¯Ä쬳ê½ì¨Ì¡»¨ðAYì¨Ì¯ðÉKè·é¡»¨ÌgpÉã¦ÄgpµAÍYì¨ÉWé¯ðÉKè·éMÌóMiYMªóMÒ©çÌßɶ©®IÉsíêéàÌÅ éêÉ ÂÄÍAYMÌ...
(vii) a person that uses a copy of the work which has been made based on the application of the provisions of Article 47-8 to exploit the work, but that uses it in place of the copy of the work whose use is provided for in that Article, or a person t...
Q@Éf°éÒÍAYñIì¨Ì´ì¨É«æñ\µðÌ|óAÒÈAÏ`Í|Äðs½àÌÆÝÈ·B
(2) The following persons are deemed to have translated, musically arranged, reformulated, or adapted as under Article 27, an original work, as a derivative work:
ê@æO\ðæêAæO\êðæêæêAæO\OðÌñæêAæO\ÜðæêAæO\µðæOAæO\µðÌñ{¶Aæl\êðÍæl\ñðÉèßéÚIÈOÌÚI̽ßÉAæl\OðÌKèÌKpðó¯Ä¯ðeÉf°é±êçÌKèÉ]¢ì¬³ê...
(i) a person that distributes a copy of the derivative work which has been made based on the application of Article 43 and in accordance with what is set forth in the items of Article 43 with regard to Article 30, paragraph (1); Article 31, paragraph...
ñ@æl\µðÌOæêÌKèÌKpðó¯Ä쬳ê½ñIì¨Ì¡»¨ðÐzµAÍY¡»¨ÉæÂÄYñIì¨ðöOÉñ¦µ½Ò
(ii) a person that distributes a copy of the derivative work which has been made based on the application of the provisions of Article 47-3, paragraph (1), or presents the derivative work to the public by means of such a copy;
O@æl\µðÌOæñÌKèÉá½µÄOÌ¡»¨ðÛ¶µ½Ò
view all matches for this distribution
view release on metacpan or search on metacpan
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
\Ìñ@vO@dqvZ@ð@\³¹ÄêÌÊð¾é±ÆªÅ«éæ¤É±êÉηéwßðgÝí¹½àÌÆµÄ\»µ½àÌð¢¤B
(x)-2 "computer program" means something expressed as a set of instructions written for a computer, which makes the computer function so that a specific result can be obtained;
\ÌO@f[^x[X@_¶AlA}`»Ì¼ÌîñÌW¨Å ÂÄA»êçÌîñðdqvZ@ðp¢Äõ·é±ÆªÅ«éæ¤ÉÌnIÉ\¬µ½àÌð¢¤B
(x)-3 "database" means an aggregate of data such as articles, numerical values, or diagrams, which is systematically constructed so that such data can be searched with a computer;
\ê@ñIì¨@ì¨ð|óµAÒȵAáµÍÏ`µAÍrFµAf滵A»Ì¼|ķ鱯ɿènìµ½ì¨ð¢¤B
(xi) "derivative work" means a work created by translating, composing as a musical arrangement, reformulating, dramatizing, making into a cinematographic work, or otherwise adapting a pre-existing work;
\ñ@¤¯ì¨@ñlÈãÌÒª¤¯µÄnìµ½ì¨Å ÂÄA»ÌelÌñ^𪣵ÄÂÊIÉp·é±ÆªÅ«È¢àÌð¢¤B
(xii) "joint work" means a work created by two or more persons whose contributions to the work cannot be separated so as to allow each part of the work to be used independently;
\O@^¹@¹ð¨ÉÅèµAÍ»ÌÅè¨ð»·é±Æð¢¤B
(xiii) "sound recording" means fixing sounds into a physical object or producing additional copies of such a fixed object;
\l@^æ@eðA±µÄ¨ÉÅèµAÍ»ÌÅè¨ð»·é±Æð¢¤B
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
æñ\ZðÌO@ìÒÍA»Ìì¨ifæÌì¨ðBjð»Ì¡»¨ifæÌì¨É¨¢Ä¡»³êÄ¢éì¨É ÂÄÍAYfæÌì¨Ì¡»¨ðBjÌÝ^ÉæèöOÉñ·é ðêL·éB
Article 26-3 The author has the exclusive right to offer that author's work (except a cinematographic work) to the public by renting out copies of the work (if the work is one that has been reproduced in a cinematographic work, this excludes offerin...
i|ó A|Ä j
(Translation rights, adaptation rights, etc.)
æñ\µð@ìÒÍA»Ìì¨ð|óµAÒȵAáµÍÏ`µAÍrFµAf滵A»Ì¼|Ä·é ðêL·éB
Article 27 The author of a work has the exclusive right to translate that work, compose a musical arrangement of it, reformulate it, dramatize it, make a film adaptation of it, or otherwise adapt the work.
iñIì¨ÌpÉÖ·é´ìÒÌ j
(Rights of the original author in connection with the exploitation of a derivative work)
æñ\ªð@ñIì¨Ì´ì¨ÌìÒÍAYñIì¨ÌpÉÖµA±Ì¼ÉKè·é ÅYñIì¨ÌìÒªL·éàÌÆ¯êÌíÞÌ ðêL·éB
Article 28 The author of the original work underlying a derivative work holds exclusive rights in the same categories as the rights prescribed in this Subsection that the author of the derivative work holds in connection with the exploitation of tha...
æl¼@fæÌì¨Ìì ÌA®
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
i|óA|ÄÉæépj
(Exploitation by means of translation, adaptation, etc.)
æl\Oð@ÌeÉf°éKèÉæèì¨ðp·é±ÆªÅ«éêÉÍAYeÉf°éû@ÉæèAYì¨ðYeÉf°éKèÉ]ÂÄp·é±ÆªÅ«éB
Article 43 If it is permissible to exploit a work pursuant to the provisions set forth in one of the following items, it is also permissible to exploit that work in accordance with the provisions set forth in that item by the means set forth in that...
ê@æO\ðæêAæO\Oðæêi¯ðælɨ¢Äp·éêðÜÞBjAæO\lðæêÍæO\Üð@|óAÒÈAÏ`Í|Ä
(i) Article 30, paragraph (1); Article 33, paragraph (1) (including as applied mutatis mutandis pursuant to paragraph (4) of the same Article); Article 34, paragraph (1); and Article 35: translation, musical arrangement, reformulation, and adaptation...
ñ@æO\êðæêæêAæO\ñðAæO\ZðAæO\µðæêáµÍæñAæO\ãðæêAæl\ðæñAæl\êðÍæl\ñð@|ó
(ii) Article 31, paragraph (1), item (i); Article 32; Article 36; Article 37, paragraph (1) or (2); Article 39, paragraph (1); Article 40, paragraph (2); Article 41; or Article 42: translation;
O@æO\OðÌñæê@Ï`Í|Ä
(iii) Article 33-2, paragraph (1): reformulation and adaptation;
l@æO\µðæO@|óAÏ`Í|Ä
(iv) Article 37, paragraph (3): translation, reformulation, and adaptation;
Ü@æO\µðÌñ@|óÍ|Ä
(v) Article 37-2: translation and adaptation.
iúÆÒÉæéêIÅèj
(Ephemeral fixation by a broadcaster, etc.)
æl\lð@úÆÒÍAæñ\OðæêÉKè·é ðQ·é±ÆÈú·é±ÆªÅ«éì¨ðA©ÈÌú̽ßÉA©ÈÌèiÍYì¨ð¯¶ú·é±ÆªÅ«é¼ÌúÆÒÌèiÉæèAêIÉ^¹µAÍ^æ·é±ÆªÅ«éB
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
O@æO\ñðÌKèÉæèì¨ð¡»ÈOÌû@Éæèp·éêÍæO\ÜðAæO\ZðæêAæO\ªðæêAæl\êðáµÍæl\ZðÌKèÉæèì¨ðp·éêɨ¢ÄA»Ìo𾦷éµsª 鯫B
(iii) a work is exploited other than by its reproduction pursuant to the provisions of Article 32 or is exploited pursuant to the provisions of Article 35; Article 36, paragraph (1); Article 38, paragraph (1); Article 41; or Article 46, and it is com...
Q@OÌo̾¦É½ÂÄÍA±êɺ¢ìÒ¼ª¾ç©ÉÈéêyÑY쨪³¼ÌàÌÅ éêð«AYì¨É«\¦³êÄ¢éìÒ¼ð¦³È¯êÎÈçÈ¢B
(2) In a source indication as referred to in the preceding paragraph, the name of the author that appears on the work must be cited, except if the author's name is clear from the source indication or if the work is anonymous.
R@æl\OðÌKèÉæèì¨ð|óµAÒȵAÏ`µAÍ|ĵÄp·éêÉÍAOñÌKèÌáÉæèA»Ìì¨Ìo𾦵ȯêÎÈçÈ¢B
(3) If a work is exploited by translation, musical arrangement, reformulation, or adaption pursuant to the provisions of Article 43, the source must be indicated pursuant to the provisions of the preceding two paragraphs.
i¡»¨ÌÚIOgpj
(Use, etc. of a copy other than for its intended purpose)
æl\ãð@Éf°éÒÍAæñ\êðÌ¡»ðs½àÌÆÝÈ·B
Article 49 (1) The following persons are deemed to have reproduced a work as referred to in Article 21:
ê@æO\ðæêAæO\êðæêæêAæO\OðÌñæêáµÍælAæO\ÜðæêAæO\µðæOAæO\µðÌñ{¶i¯ðæñÉWéêÉ ÂÄÍA¯Bæêɨ¢Ä¯¶BjAæl\êð©çæl\ñðÌñÜÅAæl\ñðÌO...
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
Z@æl\µðÌZ½¾µÌKèÉá½µÄA¯ð{¶ÌKèÌKpðó¯Ä쬳ê½ì¨Ì¡»¨iæÜÌ¡»¨ÉY·éàÌðBjðp¢ÄYì¨Ì©®öOMiMÂ\»ðÜÞBjðs½Ò
(vi) a person that uses a copy of the work which has been made based on the application of the provisions of the first sentence of Article 47-6 (excluding a copy falling under the category set forth in item (v) of the next paragraph) to transmit a wo...
µ@æl\µð̪ÌKèÌKpðó¯Ä쬳ê½ì¨Ì¡»¨ðAYì¨Ì¯ðÉKè·é¡»¨ÌgpÉã¦ÄgpµAÍYì¨ÉWé¯ðÉKè·éMÌóMiYMªóMÒ©çÌßɶ©®IÉsíêéàÌÅ éêÉ ÂÄÍAYMÌ...
(vii) a person that uses a copy of the work which has been made based on the application of the provisions of Article 47-8 to exploit the work, but that uses it in place of the copy of the work whose use is provided for in that Article, or a person t...
Q@Éf°éÒÍAYñIì¨Ì´ì¨É«æñ\µðÌ|óAÒÈAÏ`Í|Äðs½àÌÆÝÈ·B
(2) The following persons are deemed to have translated, musically arranged, reformulated, or adapted as under Article 27, an original work, as a derivative work:
ê@æO\ðæêAæO\êðæêæêAæO\OðÌñæêAæO\ÜðæêAæO\µðæOAæO\µðÌñ{¶Aæl\êðÍæl\ñðÉèßéÚIÈOÌÚI̽ßÉAæl\OðÌKèÌKpðó¯Ä¯ðeÉf°é±êçÌKèÉ]¢ì¬³ê...
(i) a person that distributes a copy of the derivative work which has been made based on the application of Article 43 and in accordance with what is set forth in the items of Article 43 with regard to Article 30, paragraph (1); Article 31, paragraph...
ñ@æl\µðÌOæêÌKèÌKpðó¯Ä쬳ê½ñIì¨Ì¡»¨ðÐzµAÍY¡»¨ÉæÂÄYñIì¨ðöOÉñ¦µ½Ò
(ii) a person that distributes a copy of the derivative work which has been made based on the application of the provisions of Article 47-3, paragraph (1), or presents the derivative work to the public by means of such a copy;
O@æl\µðÌOæñÌKèÉá½µÄOÌ¡»¨ðÛ¶µ½Ò
view all matches for this distribution
view release on metacpan or search on metacpan
share/ext-3.4.1/docs/extjs/ext-all.js view on Meta::CPAN
--
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT OF THIRD-PARTY INTELLECTUAL PROPERTY RIGHTS. See t...
*/
var Ext=Ext||{};Ext._startTime=new Date().getTime();(function(){var h=this,a=Object.prototype,j=a.toString,b=true,g={toString:1},e=function(){},d=function(){var i=d.caller.caller;return i.$owner.prototype[i.$name].apply(this,arguments)},c;Ext.global=...
view all matches for this distribution
view release on metacpan or search on metacpan
easyxs/README.md view on Meta::CPAN
detail.
EasyXS defines an `exs_sv_type` macro that takes an SV as argument
and returns a member of `enum exs_sv_type_e` (typedefâd as just
`exs_sv_type_e`; see `easyxs_scalar.h` for values). The logic is compatible
with the serialization logic formulated during Perl 5.36âs development cycle.
## SV/Number Conversion
### `UV* exs_SvUV(SV* sv)`
view all matches for this distribution
view release on metacpan or search on metacpan
share/plugins/Jifty/Plugin/Prototypism/web/static/js/prototypism/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)]";
share/plugins/Jifty/Plugin/Prototypism/web/static/js/prototypism/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] : [];
share/plugins/Jifty/Plugin/Prototypism/web/static/js/prototypism/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._countedByPrototype) {
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
lib/KSx/Search/RegexpTermQuery.pm view on Meta::CPAN
my ( $self, $query_norm_factor ) = @_;
$query_norm_factor{$self} = $query_norm_factor;
# Multiply raw impact by ( tf_q * idf_q / norm_q )
#
# Note: factoring in IDF a second time is correct. See formula.
$normalized_impact{$self}
= $raw_impact{$self} * $idf{$self} * $query_norm_factor;
}
sub make_matcher {
view all matches for this distribution
view release on metacpan or search on metacpan
core/KinoSearch/Index/SegPostingList.c view on Meta::CPAN
/* Assuming the default skip_interval of 16...
*
* Say we're currently on the 5th doc matching this term, and we get a
* request to skip to the 18th doc matching it. We won't have skipped
* yet, but we'll have already gone past 5 of the 16 skip docs --
* ergo, the modulus in the following formula.
*/
int32_t num_skipped = 0 - (self->count % skip_interval);
if (num_skipped == 0 && self->count != 0) {
num_skipped = 0 - skip_interval;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/KinoSearch1/Search/Query.pm view on Meta::CPAN
=begin comment
my $rewritten_query = $query->rewrite( $index_reader );
Called by high-level Queries that wish to reformulate themselves as
agglomerations of low-level queries.
=end comment
=cut
view all matches for this distribution
view release on metacpan or search on metacpan
doc/notes/todo.txt view on Meta::CPAN
<$ val browser="ie" language="de" $>Deutsch iE<$ / $>
- mehrere ausgabemedien? pdf, xml, text, print, ... ?
- URL rewriting/dispatching?
- Apache::SessionManager anstatt Konstrukt::Session ?
einheitliches system zur erstellung, auswertung, validierung, uebermittlung und speicherung von formulardaten ("DTD")
konvertierung zwischen den formaten: db (sql-escaping), text (html-escaping), formular, perl.
schnittstelle zwischen formular-definition, darstellung, speicherung in db, validation etc
globale <$>'s. teils aus %ENV %COOKIE %PARAM %SESSION etc...
globale $'s, die ueberall eingesetzt werden, wo kein $ angegeben ist. muessen nicht an template uebergeben werden, sondern existieren global
my $'s, die _innerhalb_ eines templates gesetzt werden koennen und nicht zuerst uebergeben werden mussen
view all matches for this distribution
view release on metacpan or search on metacpan
lib/LCS/Similar.pm view on Meta::CPAN
my $llcs = LCS->LLCS(
[split(//,$a)],
[split(//,$b)],
);
# the standard formula
my $similarity = (2 * $llcs) / (length($a) + length($b));
return $similarity if ($similarity >= $threshold);
return 0;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/LWP/media.types view on Meta::CPAN
application/vnd.jisp jisp
application/vnd.joost.joda-archive joda
application/vnd.kahootz ktz ktr
application/vnd.kde.karbon karbon
application/vnd.kde.kchart chrt
application/vnd.kde.kformula kfo
application/vnd.kde.kivio flw
application/vnd.kde.kontour kon
application/vnd.kde.kpresenter kpr kpt
application/vnd.kde.kspread ksp
application/vnd.kde.kword kwd kwt
lib/LWP/media.types view on Meta::CPAN
# application/vnd.ntt-local.sip-ta_remote
# application/vnd.ntt-local.sip-ta_tcp_stream
application/vnd.oasis.opendocument.chart odc
application/vnd.oasis.opendocument.chart-template otc
application/vnd.oasis.opendocument.database odb
application/vnd.oasis.opendocument.formula odf
application/vnd.oasis.opendocument.formula-template odft
application/vnd.oasis.opendocument.graphics odg
application/vnd.oasis.opendocument.graphics-template otg
application/vnd.oasis.opendocument.image odi
application/vnd.oasis.opendocument.image-template oti
application/vnd.oasis.opendocument.presentation odp
view all matches for this distribution
view release on metacpan or search on metacpan
OUTPUT:
RETVAL
# Here's an alternate formulation of `purify_string' that acts more like
# the C function (and less like nice Perl): it modifies the input string
# in place, and returns nothing. In addition to being weird Perl,
# this contradicts the documentation. And it would be impossible
# to replicate this behaviour in a similar Python extension... all
# round, a bad idea!
view all matches for this distribution
view release on metacpan or search on metacpan
doc-src/diagram-en.tex view on Meta::CPAN
we have a voltage source \(U_{\text{q}}=1\,\text{V}\) with an internal resistance
\(R_{i}=4\,\Omega\). For a variable load resistor
\(0\leq R_{\text{L}}\leq 10\,\Omega\) we want to print the current
\(I\) for each \(R_{\text{L}}\) value.
The formula
\begin{align*}I&=\frac{U_{\text{q}}}{R_{\text{L}}+R_{\text{i}}}\end{align*}
can be used to calculate \(I\).
For a first overview we use GnuPlot:
\begin{lstlisting}[language=GnuPlot]
view all matches for this distribution
view release on metacpan or search on metacpan
lib/LaTeXML/Plugin/LtxMojo/templates/demo.html.ep view on Meta::CPAN
% layout 'default';
% title 'Demos';
<div style="margin:10px;">
<h2 id="LaTeXMLDaemonDemos">LaTeXML Daemon Demos</h2>
<ul><li><a class="ext-link" href="/editor"><span class="icon"> </span>LaTeX fragment editor</a> - A web-based LaTeX editor with on-the-fly XHTML rendering.
</li><li><a class="ext-link" href="http://tex2xml.kwarc.info/test/formula.php"><span class="icon"> </span>Formula conversion service</a> - Blazing fast formula conversion
</li><li><a class="ext-link" href="http://tex2xml.kwarc.info/test/mathjax-demo.php"><span class="icon"> </span>The MathJaX demo @ arXMLiv</a> - Heard about <a class="ext-link" href="http://www.mathjax.org/"><span class="icon"> </span>MathJaX</a>? We ...
</li></ul>
<h2 id="LaTeXMLDemos">LaTeXML Demos</h2>
<ul><li><a class="ext-link" href="http://tex2xml.kwarc.info"><span class="icon"> </span>tex2xml web service</a> - Provides an online interface to the arXMLiv conversion.</li></ul>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/LaTeXML/Common/Config.pm view on Meta::CPAN
--cache_key=name Provides a name for the current option set,
to enable daemonized conversions without
needing re-initializing
--whatsin=chunk Defines the provided input chunk,
choose from document (default), fragment
and formula
--whatsout=chunk Defines the expected output chunk,
choose from document (default), fragment
and formula
--post requests a followup post-processing
--nopost forbids followup post-processing
--validate, --novalidate Enables (the default) or disables
validation of the source xml.
--omitdoctype omits the Doctype declaration,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Lab/Measurement/Legacy/Tutorial.pod view on Meta::CPAN
time when the data is used for analysis or presentation. Let us assume that,
for example, you are measuring a very small current with the help of a current
amplifier. This current amplifier will output a voltage that is proportional to
the original current, so in fact you will be measuring a voltage that can be
converted to the original current by multiplying it with a certain factor. But
as long as the precise formula for this transformation is not stored
together with the data, you will still find yourself repeatedly typing in
the same expressions, whenever you work with the data. This is where the I<axis>
concept comes into play. Already at the time you are preparing your measurement script,
you define an I<axis> named I<current> that stores the expression to calculate
the current from the voltage. From there you work with the current-axis and will
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Language/Farnsworth/Units/Standard.pm view on Meta::CPAN
lightminute := c min;
parsec := au radian / arcsec; // Unit of length equal to distance
pc := parsec; // from the sun to a point having
// heliocentric parallax of 1
// arcsec (derived from parallax
// second) The formula should use
// tangent, but the error is about
// 1e-12.
rydberg := h c Rinfinity; // Rydberg energy
crith := 0.089885 gram; // The crith is the mass of one
// liter of hydrogen at standard
lib/Language/Farnsworth/Units/Standard.pm view on Meta::CPAN
oil := 41.868 GJ/metricton;
coal := 18.20 GJ/metricton;
//
// Permeability: The permeability or permeance, n, of a substance determines
// how fast vapor flows through the substance. The formula W = n A dP
// holds where W is the rate of flow (in mass/time), n is the permeability,
// A is the area of the flow path, and dP is the vapor pressure difference.
//
// Alan's Veto: These are damned, damned sketchy, and are going to go.
lib/Language/Farnsworth/Units/Standard.pm view on Meta::CPAN
// American Wire Gauge (AWG) or Brown & Sharpe Gauge appears to be the most
// important gauge. ASTM B-258 specifies that this gauge is based on geometric
// interpolation between gauge 0000, which is 0.46 inches exactly, and gauge 36
// which is 0.005 inches exactly. Therefore, the diameter in inches of a wire
// is given by the formula 1/200 92^((36-g)/39). Note that 92^(1/39) is close
// to 2^(1/6), so diameter is approximately halved for every 6 gauges. For the
// repeated zero values, use negative numbers in the formula. The same document
// also specifies rounding rules which seem to be ignored by makers of tables.
// Gauges up to 44 are to be specified with up to 4 significant figures, but no
// closer than 0.0001 inch. Gauges from 44 to 56 are to be rounded to the
// nearest 0.00001 inch. The table below gives 4 significant figures for all
// gauges.
lib/Language/Farnsworth/Units/Standard.pm view on Meta::CPAN
wire54gauge := 0.0006203 in;
wire55gauge := 0.0005524 in;
wire56gauge := 0.0004919 in;
// Next we have the SWG, the Imperial or British Standard Wire Gauge. This one
// is piecewise linear, so it is not generated by a simple formula. It was used
// for aluminum sheets.
brwire0000000gauge := 0.500 in;
brwire000000gauge := 0.464 in;
brwire00000gauge := 0.432 in;
lib/Language/Farnsworth/Units/Standard.pm view on Meta::CPAN
// For example, in U.S. gage, the standard for sheet metal is based on the
// weight of the metal, not on the thickness. 16-gage is listed as approximately
// .0625 inch thick and 40 ounces per square foot (the original standard was
// based on wrought iron at .2778 pounds per cubic inch; steel has almost
// entirely superseded wrought iron for sheet use, at .2833 pounds per cubic
// inch). Smaller numbers refer to greater thickness. There is no formula for
// converting gage to thickness or weight.
//
// It's rather unclear from the passage above whether the plate gauge values are
// therefore wrong if steel is being used. Reference [15] states that steel is
// in fact measured using this gauge (under the name Manufacturers' Standard
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Language/FormulaEngine.pm view on Meta::CPAN
use Moo;
use Carp;
use Try::Tiny;
use Module::Runtime 'require_module';
# ABSTRACT: Parser/Interpreter/Compiler for simple spreadsheet formula language
our $VERSION = '0.08'; # VERSION
has parser => (
is => 'lazy',
lib/Language/FormulaEngine.pm view on Meta::CPAN
=encoding UTF-8
=head1 NAME
Language::FormulaEngine - Parser/Interpreter/Compiler for simple spreadsheet formula language
=head1 VERSION
version 0.08
lib/Language/FormulaEngine.pm view on Meta::CPAN
my $engine= Language::FormulaEngine->new();
$engine->evaluate( 'if(foo, round(bar, 3), baz*100)', $vars );
# or for more speed on repeat evaluations
my $formula= $engine->compile( 'if(foo, round(bar, 3), baz*100)' );
print $formula->($vars);
package MyNamespace {
use Moo;
extends 'Language::FormulaEngine::Namespace::Default';
sub fn_customfunc { print "arguments are ".join(', ', @_)."\n"; }
};
my $engine= Language::FormulaEngine->new(namespace => MyNamespace->new);
my $formula= $engine->compile( 'CustomFunc(baz,2,3)' );
$formula->($vars); # prints "arguments are 42, 2, 3\n"
=head1 DESCRIPTION
This set of modules implement a parser, evaluator, and optional code generator for a simple
expression language similar to those used in spreadsheets.
lib/Language/FormulaEngine.pm view on Meta::CPAN
deciding the logical way for them to all interact.
One way to solve this is to provide some scripting support for the customer to use. However,
you want to make the language easy to learn, "nerfed" enough for them to use safely, and
prevent security vulnerabilities. The challenge is finding a language that they find familiar,
that is easy to write correct programs with, and that dosn't expose any peice of the system
that you didn't intend to expose. I chose "spreadsheet formula language" for a project back in
2012 and it worked out really well, so I decided to give it a makeover and publish it.
The default syntax is pure-functional, in that each operation has exactly one return value, and
cannot modify variables; in fact none of the default functions have any side-effects. There is
no assignment, looping, or nested data structures. The language does have a bit of a Perl twist
lib/Language/FormulaEngine.pm view on Meta::CPAN
=head1 METHODS
=head2 parse
my $formula= $fe->parse( $formula_text, \$error );
Return a L<Language::FormulaEngine::Formula|Formula object> representing the expression.
Dies if it can't parse the expression, unless you supply C<$error> then the error is
stores in that scalarref and the methods returns C<undef>.
=head2 evaluate
my $value= $fe->evaluate( $formula_text, \%variables );
This method creates a new namespace from the default plus the supplied variables, parses the
formula, then evaluates it in a recursive interpreted manner, returning the result. Exceptions
may be thrown during parsing or execution.
=head2 compile
my $coderef= $fe->compile( $formula_text );
Parses and then compiles the C<$formula_text>, returning a coderef. Exceptions may be thrown
during parsing or execution.
=head1 CUSTOMIZING THE LANGUAGE
The module is called "FormulaEngine" in part because it is designed to be customized.
view all matches for this distribution