Result:
found more than 656 distributions - search limited to the first 2001 files matching your query ( run in 1.222 )


Image-Magick-CommandParser

 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


Image-Magick-Thumbnail

 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


Image-PNG-Simple

 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


Image-WebP

 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


Imager-QRCode

 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


InSilicoSpectro-Databanks

 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


InSilicoSpectro

 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


JE

 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


JSON-Create

 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


JSON-Feed

 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


JSONAPI-Document

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

- 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


Jabber-RPC-HTTPgate

 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


Jacode4e-RoundTrip

 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

\‚Ì“ñ@ƒvƒƒOƒ‰ƒ€@“dŽqŒvŽZ‹@‚ð‹@”\‚³‚¹‚Ĉê‚ÌŒ‹‰Ê‚𓾂邱‚Æ‚ª‚Å‚«‚邿‚¤‚É‚±‚ê‚ɑ΂·‚éŽ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@˜_•¶A”’lA}Œ`‚»‚Ì‘¼‚̏î•ñ‚̏W‡•¨‚Å‚ ‚‚āA‚»‚ê‚ç‚̏î•ñ‚ð“dŽqŒvŽZ‹@‚ð—p‚¢‚ÄŒŸõ‚·‚邱‚Æ‚ª‚Å‚«‚邿‚¤‚ɑ̌n“I‚ɍ\¬‚µ‚½‚à‚Ì‚ð‚¢‚¤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–”‚Í‹rF‚µA‰f‰æ‰»‚µ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‚»‚ÌŠel‚ÌŠñ—^‚𕪗£‚µ‚ȕʓ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‚»‚Ì’˜ì•¨i‰f‰æ‚Ì’˜ì•¨‚ðœ‚­Bj‚ð‚»‚Ì•¡»•¨i‰f‰æ‚Ì’˜ì•¨‚É‚¨‚¢‚Ä•¡»‚³‚ê‚Ä‚¢‚é’˜ì•¨‚É‚ ‚‚ẮA“–ŠY‰f‰æ‚Ì’˜ì•¨‚Ì•¡»•¨‚ðœ‚­Bj‚̑ݗ^‚É‚æ‚èŒö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–”‚Í‹rF‚µA‰f‰æ‰»‚µ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’˜ì•¨‚ÌŒ´’˜ì•¨‚Ì’˜ìŽÒ‚́A“–ŠY“ñŽŸ“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–|ˆÄ“™‚É‚æ‚é—˜—pj
(Exploitation by means of translation, adaptation, etc.)
‘æŽl\ŽOð@ŽŸ‚ÌŠe†‚ÉŒf‚°‚é‹K’è‚É‚æ‚è’˜ì•¨‚ð—˜—p‚·‚邱‚Æ‚ª‚Å‚«‚éê‡‚ɂ́A“–ŠYŠe†‚ÉŒf‚°‚é•û–@‚É‚æ‚èA“–ŠY’˜ì•¨‚ð“–ŠYŠe†‚ÉŒ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‚·‚éê‡‚ðŠÜ‚ށBjA‘æŽ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’˜ì•¨‚ª–³–¼‚Ì‚à‚̂ł ‚éê‡‚ðœ‚«A“–ŠY’˜ì•¨‚ɂ‚«•\ަ‚³‚ê‚Ä‚¢‚é’˜ìŽÒ–¼‚ðŽ¦‚³‚È‚¯‚ê‚΂Ȃç‚È‚¢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‚·‚éê‡‚ɂ́A‘O“ñ€‚Ì‹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•¡»•¨‚Ì–Ú“IŠOŽg—p“™j
(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ð‚Ì“ñ‘æˆê€Žá‚µ‚­‚Í‘æŽl€A‘æŽO\ŒÜð‘æˆê€A‘æŽO\޵ð‘æŽO€A‘æŽO\޵ð‚Ì“ñ–{•¶i“¯ð‘æ“ñ†‚ÉŒW‚éê‡‚É‚ ‚‚ẮA“¯†BŽŸ€‘æˆê†‚É‚¨‚¢‚Ä“¯‚¶BjA‘æŽ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’è‚Ì“K—p‚ðŽó‚¯‚č쐬‚³‚ꂽ’˜ì•¨‚Ì•¡»•¨iŽŸ€‘æŒÜ†‚Ì•¡»•¨‚ÉŠY“–‚·‚é‚à‚Ì‚ðœ‚­Bj‚ð—p‚¢‚Ä“–ŠY’˜ì•¨‚ÌŽ©“®ŒöO‘—Mi‘—M‰Â”\‰»‚ðŠÜ‚ށBj‚ð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’è‚Ì“K—p‚ðŽó‚¯‚č쐬‚³‚ꂽ’˜ì•¨‚Ì•¡»•¨‚ðA“–ŠY’˜ì•¨‚Ì“¯ð‚É‹K’è‚·‚é•¡»•¨‚ÌŽg—p‚ɑウ‚ÄŽg—p‚µA–”‚Í“–ŠY’˜ì•¨‚ÉŒW‚铯ð‚É‹K’è‚·‚é‘—M‚ÌŽóMi“–ŠY‘—M‚ªŽóMŽÒ‚©‚ç‚Ì‹‚߂ɉž‚¶Ž©“®“I‚ɍs‚í‚ê‚é‚à‚̂ł ‚éê‡‚É‚ ‚‚ẮA“–ŠY‘—M‚Ì...
(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‚°‚éŽÒ‚́A“–ŠY“ñŽŸ“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\޵ð‘æŽO€A‘æŽO\޵ð‚Ì“ñ–{•¶A‘æŽl\ˆêð–”‚Í‘æŽl\“ñð‚É’è‚ß‚é–Ú“IˆÈŠO‚Ì–Ú“I‚Ì‚½‚߂ɁA‘æŽl\ŽOð‚Ì‹K’è‚Ì“K—p‚ðŽó‚¯‚Ä“¯ðŠ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’è‚Ì“K—p‚ðŽó‚¯‚č쐬‚³‚ꂽ“ñŽŸ“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


Jacode4e

 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

\‚Ì“ñ@ƒvƒƒOƒ‰ƒ€@“dŽqŒvŽZ‹@‚ð‹@”\‚³‚¹‚Ĉê‚ÌŒ‹‰Ê‚𓾂邱‚Æ‚ª‚Å‚«‚邿‚¤‚É‚±‚ê‚ɑ΂·‚éŽ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@˜_•¶A”’lA}Œ`‚»‚Ì‘¼‚̏î•ñ‚̏W‡•¨‚Å‚ ‚‚āA‚»‚ê‚ç‚̏î•ñ‚ð“dŽqŒvŽZ‹@‚ð—p‚¢‚ÄŒŸõ‚·‚邱‚Æ‚ª‚Å‚«‚邿‚¤‚ɑ̌n“I‚ɍ\¬‚µ‚½‚à‚Ì‚ð‚¢‚¤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–”‚Í‹rF‚µA‰f‰æ‰»‚µ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‚»‚ÌŠel‚ÌŠñ—^‚𕪗£‚µ‚ȕʓ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‚»‚Ì’˜ì•¨i‰f‰æ‚Ì’˜ì•¨‚ðœ‚­Bj‚ð‚»‚Ì•¡»•¨i‰f‰æ‚Ì’˜ì•¨‚É‚¨‚¢‚Ä•¡»‚³‚ê‚Ä‚¢‚é’˜ì•¨‚É‚ ‚‚ẮA“–ŠY‰f‰æ‚Ì’˜ì•¨‚Ì•¡»•¨‚ðœ‚­Bj‚̑ݗ^‚É‚æ‚èŒö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–”‚Í‹rF‚µA‰f‰æ‰»‚µ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’˜ì•¨‚ÌŒ´’˜ì•¨‚Ì’˜ìŽÒ‚́A“–ŠY“ñŽŸ“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–|ˆÄ“™‚É‚æ‚é—˜—pj
(Exploitation by means of translation, adaptation, etc.)
‘æŽl\ŽOð@ŽŸ‚ÌŠe†‚ÉŒf‚°‚é‹K’è‚É‚æ‚è’˜ì•¨‚ð—˜—p‚·‚邱‚Æ‚ª‚Å‚«‚éê‡‚ɂ́A“–ŠYŠe†‚ÉŒf‚°‚é•û–@‚É‚æ‚èA“–ŠY’˜ì•¨‚ð“–ŠYŠe†‚ÉŒ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‚·‚éê‡‚ðŠÜ‚ށBjA‘æŽ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’˜ì•¨‚ª–³–¼‚Ì‚à‚̂ł ‚éê‡‚ðœ‚«A“–ŠY’˜ì•¨‚ɂ‚«•\ަ‚³‚ê‚Ä‚¢‚é’˜ìŽÒ–¼‚ðŽ¦‚³‚È‚¯‚ê‚΂Ȃç‚È‚¢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‚·‚éê‡‚ɂ́A‘O“ñ€‚Ì‹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•¡»•¨‚Ì–Ú“IŠOŽg—p“™j
(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ð‚Ì“ñ‘æˆê€Žá‚µ‚­‚Í‘æŽl€A‘æŽO\ŒÜð‘æˆê€A‘æŽO\޵ð‘æŽO€A‘æŽO\޵ð‚Ì“ñ–{•¶i“¯ð‘æ“ñ†‚ÉŒW‚éê‡‚É‚ ‚‚ẮA“¯†BŽŸ€‘æˆê†‚É‚¨‚¢‚Ä“¯‚¶BjA‘æŽ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’è‚Ì“K—p‚ðŽó‚¯‚č쐬‚³‚ꂽ’˜ì•¨‚Ì•¡»•¨iŽŸ€‘æŒÜ†‚Ì•¡»•¨‚ÉŠY“–‚·‚é‚à‚Ì‚ðœ‚­Bj‚ð—p‚¢‚Ä“–ŠY’˜ì•¨‚ÌŽ©“®ŒöO‘—Mi‘—M‰Â”\‰»‚ðŠÜ‚ށBj‚ð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’è‚Ì“K—p‚ðŽó‚¯‚č쐬‚³‚ꂽ’˜ì•¨‚Ì•¡»•¨‚ðA“–ŠY’˜ì•¨‚Ì“¯ð‚É‹K’è‚·‚é•¡»•¨‚ÌŽg—p‚ɑウ‚ÄŽg—p‚µA–”‚Í“–ŠY’˜ì•¨‚ÉŒW‚铯ð‚É‹K’è‚·‚é‘—M‚ÌŽóMi“–ŠY‘—M‚ªŽóMŽÒ‚©‚ç‚Ì‹‚߂ɉž‚¶Ž©“®“I‚ɍs‚í‚ê‚é‚à‚̂ł ‚éê‡‚É‚ ‚‚ẮA“–ŠY‘—M‚Ì...
(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‚°‚éŽÒ‚́A“–ŠY“ñŽŸ“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\޵ð‘æŽO€A‘æŽO\޵ð‚Ì“ñ–{•¶A‘æŽl\ˆêð–”‚Í‘æŽl\“ñð‚É’è‚ß‚é–Ú“IˆÈŠO‚Ì–Ú“I‚Ì‚½‚߂ɁA‘æŽl\ŽOð‚Ì‹K’è‚Ì“K—p‚ðŽó‚¯‚Ä“¯ðŠ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’è‚Ì“K—p‚ðŽó‚¯‚č쐬‚³‚ꂽ“ñŽŸ“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


JavaScript-ExtJS-V3

 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


JavaScript-QuickJS

 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


Jifty

 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


KSx-Search-WildCardQuery

 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


KinoSearch

 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


KinoSearch1

 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


Konstrukt

 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


LCS-Similar

 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


LWP-MediaTypes

 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


LaTeX-BibTeX

 view release on metacpan or  search on metacpan

BibTeX.xs  view on Meta::CPAN


    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


LaTeX-PGF-Diagram2D

 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


LaTeXML-Plugin-LtxMojo

 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


LaTeXML

 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


Lab-Measurement-Legacy

 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


Language-Farnsworth

 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


Language-FormulaEngine

 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


( run in 1.222 second using v1.01-cache-2.11-cpan-39bf76dae61 )