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


Hailo

 view release on metacpan or  search on metacpan

t/lib/Hailo/Test/TimToady.trn  view on Meta::CPAN

most greek words are vanilla words
that lesson has stuck with me
most words are not explosives, but small tools to approach the truth
and it takes a great number of them to head off false interpretations even approximately
and there are precious few 100% accurate statements in any natural language, including Koine
but this is as it should be, because it prevents us with coming up with a formula, when the truth is something that can only be discovered by living it
this does not stop people from coming up with formulas for success continually, of course :)
but we should not be fooled by them in either a theological realm or a programming realm
the error is certainly peculiar, but it should be complaining that it cannot find method .sound
so maybe it just printed the wrong string
rakudo: class Cow { has $.sound is rw; submethod BUILD () { $!sound = 'moo'; }; }; say Cow.new.sound;
you certainly can't call .sound with a private attribute

t/lib/Hailo/Test/TimToady.trn  view on Meta::CPAN

I called them "funny characters"
funny strange
'course, strange things make me laugh, but that's neither here nor there
so is Victoria Winters
ruoso: re S11, it's probably going to take me the rest of the day to figure out how it really works
but there are certainly problems with the present formulation
it's not well-typed
the current Cursor approach abandons the $name ~ '::' hack
it should be more multi-dispatched, probably
and it ignores the distinction between shortnames and longnames
among other things :)

 view all matches for this distribution


Ham-APRS-FAP

 view release on metacpan or  search on metacpan

FAP.pm  view on Meta::CPAN

	$lon0 = deg2rad($lon0);
	$lon1 = deg2rad($lon1);
	$lat0 = deg2rad($lat0);
	$lat1 = deg2rad($lat1);
	
	# Use the haversine formula for distance calculation
	# http://mathforum.org/library/drmath/view/51879.html
	my $dlon = $lon1 - $lon0;
	my $dlat = $lat1 - $lat0;
	my $a = (sin($dlat/2)) ** 2 + cos($lat0) * cos($lat1) * (sin($dlon/2)) ** 2;
	my $c = 2 * atan2(sqrt($a), sqrt(1-$a));

 view all matches for this distribution


Harvey

 view release on metacpan or  search on metacpan

Word/noun.txt  view on Meta::CPAN

formalist,formalists
formality,formalities
format,formats
formation,formations
former,formers
formula,formulas
formulary,formularies
formulation,formulations
formulator,formulators
fort,forts
fortification,fortifications
fortnight,fortnights
fortress,fortresses
fortune,fortunes

Word/noun.txt  view on Meta::CPAN

reflex,reflexes
reform,reforms
reformation,reformations
reformer,reformers
reformist,reformists
reformulation,reformulations
refrain,refrains
refreshment,refreshments
refrigerant,refrigerants
refrigerator,refrigerators
refuge,refuges

 view all matches for this distribution


Hash-SharedMem

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  * in META.{yml,json}, point to public bug tracker

  * rewrite some internal recursive functions to use the cursor system

  * to perform static assertion in C, rather than a hand-crafted
    formulation, use Perl's STATIC_ASSERT_DECL() macro (from Perl 5.27.1
    onwards) or STATIC_ASSERT_GLOBAL() macro (from Perl 5.21.7 until it
    was renamed to STATIC_ASSERT_DECL()), with a reserve definition for
    older Perls

  * avoid some compiler warnings that arise on Perl 5.6

 view all matches for this distribution


HiPi-BCM2835

 view release on metacpan or  search on metacpan

BCM2835/src/doc/Doxyfile.in  view on Meta::CPAN

# doxygen to be busy swapping symbols to and from disk most of the time
# causing a significant performance penalty.
# If the system has enough physical memory increasing the cache will improve the
# performance by keeping more symbols in memory. Note that the value works on
# a logarithmic scale so increasing the size by one will roughly double the
# memory usage. The cache size is given by this formula:
# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
# corresponding to a cache size of 2^16 = 65536 symbols

SYMBOL_CACHE_SIZE      = 0

BCM2835/src/doc/Doxyfile.in  view on Meta::CPAN

# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
# links to external symbols imported via tag files in a separate window.

EXT_LINKS_IN_WINDOW    = NO

# Use this tag to change the font size of Latex formulas included
# as images in the HTML documentation. The default is 10. Note that
# when you change the font size after a successful doxygen run you need
# to manually remove any form_*.png images from the HTML output directory
# to force them to be regenerated.

FORMULA_FONTSIZE       = 10

# Use the FORMULA_TRANPARENT tag to determine whether or not the images
# generated for formulas are transparent PNGs. Transparent PNGs are
# not supported properly for IE 6.0, but are supported on all modern browsers.
# Note that when changing this option you need to delete any form_*.png files
# in the HTML output before the changes have effect.

FORMULA_TRANSPARENT    = YES

# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
# (see http://www.mathjax.org) which uses client side Javascript for the
# rendering instead of using prerendered bitmaps. Use this if you do not
# have LaTeX installed or if you want to formulas look prettier in the HTML
# output. When enabled you also need to install MathJax separately and
# configure the path to it using the MATHJAX_RELPATH option.

USE_MATHJAX            = NO

BCM2835/src/doc/Doxyfile.in  view on Meta::CPAN

LATEX_OUTPUT           = latex

# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
# invoked. If left blank `latex' will be used as the default command name.
# Note that when enabling USE_PDFLATEX this option is only used for
# generating bitmaps for formulas in the HTML output, but not in the
# Makefile that is written to the output directory.

LATEX_CMD_NAME         = latex

# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to

BCM2835/src/doc/Doxyfile.in  view on Meta::CPAN

USE_PDFLATEX           = YES

# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
# command to the generated LaTeX files. This will instruct LaTeX to keep
# running if errors occur, instead of asking the user for help.
# This option is also used when generating formulas in HTML.

LATEX_BATCHMODE        = NO

# If LATEX_HIDE_INDICES is set to YES then doxygen will not
# include the index chapters (such as File Index, Compound Index, etc.)

 view all matches for this distribution


Hush

 view release on metacpan or  search on metacpan

whitepaper/protocol.tex  view on Meta::CPAN

\setlength{\parskip}{1.5ex plus 1pt minus 1pt}

\setlist[enumerate]{before=\vspace{-1ex}}
\setlist[itemize]{itemsep=0.5ex,topsep=0.2ex,before=\vspace{-1ex},after=\vspace{1.5ex}}

\newlist{formulae}{itemize}{3}
\setlist[formulae]{itemsep=0.2ex,topsep=0ex,leftmargin=1.5em,label=,after=\vspace{1.5ex}}

\newcommand{\docversion}{Pre-Release Version}
\newcommand{\termbf}[1]{\textbf{#1}\xspace}
\newcommand{\Hushlist}{\termbf{HushList}}
\newcommand{\HushList}{\termbf{HushList}}

 view all matches for this distribution


ICC-Profile

 view release on metacpan or  search on metacpan

lib/ICC/Profile/gbd_.pm  view on Meta::CPAN

		(@{$self->[1]} == 3) || croak('number of vertices per face <> 3');
		
		# check gamut faces
		($f, $v, $e) = _check_faces($self);
		
		# verify closed shape using Euler's formula
		($f + $v - $e == 2) || carp('not a closed shape');
		
	}

	# if 'pcs' key defined

 view all matches for this distribution


IO-Compress-Brotli

 view release on metacpan or  search on metacpan

brotli/c/common/dictionary.bin  view on Meta::CPAN

</tr>
bahasabrasilgalegomagyarpolskisrpskiردو中文简体繁體信息中国我们一个公司管理论坛可以服务时间个人产品自己企业查看工作联系没有网站所有评论中心文章用户首页作者技术问题相关下载搜索使ç...
wrapperalreadycertainrealitystorageanotherdesktopofferedpatternunusualDigitalcapitalWebsitefailureconnectreducedAndroiddecadesregular &amp; animalsreleaseAutomatgettingmethodsnothingPopularcaptionletterscapturesciencelicensechangesEngland=1&amp;Histo...
confirmCurrentadvancesharingopeningdrawingbillionorderedGermanyrelated</form>includewhetherdefinedSciencecatalogArticlebuttonslargestuniformjourneysidebarChicagoholidayGeneralpassage,&quot;animatefeelingarrivedpassingnaturalroughly.

The but notdensityBritainChineselack oftributeIreland" data-factorsreceivethat isLibraryhusbandin factaffairsCharlesradicalbroughtfindinglanding:lang="return leadersplannedpremiumpackageAmericaEdition]&quot;Messageneed tovalue="complexlookingstationb...
paymenttroubleconceptcompareparentsplayersregionsmonitor ''The winningexploreadaptedGalleryproduceabilityenhancecareers). The collectSearch ancientexistedfooter handlerprintedconsoleEasternexportswindowsChannelillegalneutralsuggest_headersigning.html...

When observe</h2>
Modern provide" alt="borders.

brotli/c/common/dictionary.bin  view on Meta::CPAN

presumablyhis familyuserAgent.unexpectedincluding challengeda minorityundefined"belongs totaken fromin Octoberposition: said to bereligious Federation rowspan="only a fewmeant thatled to the-->
<div <fieldset>Archbishop class="nobeing usedapproachesprivilegesnoscript>
results inmay be theEaster eggmechanismsreasonablePopulationCollectionselected">noscript>
/index.phparrival of-jssdk'));managed toincompletecasualtiescompletionChristiansSeptember arithmeticproceduresmight haveProductionit appearsPhilosophyfriendship...
		complaintscontinuousquantitiesastronomerhe did notdue to itsapplied toan averageefforts tothe futureattempt toTherefore,capabilityRepublicanwas formedElectronickilometerschallengespublishingthe formerindigenousdirectionssubsidiaryconspiracydetails ...
percentagebest-knowncreating a" dir="ltrLieutenant
<div id="they wouldability ofmade up ofnoted thatclear thatargue thatto anotherchildren'spurpose offormulatedbased uponthe regionsubject ofpassengerspossession.

In the Before theafterwardscurrently across thescientificcommunity.capitalismin Germanyright-wingthe systemSociety ofpoliticiandirection:went on toremoval of New York apartmentsindicationduring theunless thehistoricalhad been adefinitiveingredientatt...
<div id Official worldwide.aria-labelthe planetand it wasd" value="looking atbeneficialare in themonitoringreportedlythe modernworking onallowed towhere the innovative</a></div>soundtracksearchFormtend to beinput id="opening ofrestrictedadopted byadd...
 occasionalbecause itstarted tophysically></div>
  created byCurrently, bgcolor="tabindex="disastrousAnalytics also has a><div id="</style>

brotli/c/common/dictionary.bin  view on Meta::CPAN

having been
<head>
< &quot;The compilationhe had beenproduced byphilosopherconstructedintended toamong othercompared toto say thatEngineeringa differentreferred todifferencesbelief thatphotographsidentifyingHistory of Republic ofnecessarilyprobabilitytechnicallyleaving...

<div id="incorporate;</script><attachEventbecame the " target="_carried outSome of thescience andthe time ofContainer">maintainingChristopherMuch of thewritings of" height="2size of theversion of mixture of between theExamples ofeducationalcompetitiv...
Continentaleliminatingwill not bepractice ofin front ofsite of theensure thatto create amississippipotentiallyoutstandingbetter thanwhat is nowsituated inmeta name="TraditionalsuggestionsTranslationthe form ofatmosphericideologicalenterprisescalculat...
question ofwas electedto become abecause of some peopleinspired bysuccessful a time whenmore commonamongst thean officialwidth:100%;technology,was adoptedto keep thesettlementslive birthsindex.html"Connecticutassigned to&amp;times;account foralign=ri...
</head>
Conversely,>
<div id="0" width="1is probablyhave becomecontrollingthe problemcitizens ofpoliticiansreached theas early as:none; over<table cellvalidity ofdirectly toonmousedownwhere it iswhen it wasmembers of relation toaccommodatealong with In the latethe Englis...
	</div>

 view all matches for this distribution


IO-Socket-SSL

 view release on metacpan or  search on metacpan

lib/IO/Socket/SSL/PublicSuffix.pm  view on Meta::CPAN

mil.pe
net.pe
nom.pe
org.pe

// pf : http://www.gobin.info/domainname/formulaire-pf.pdf
pf
com.pf
edu.pf
org.pf

 view all matches for this distribution


IO-SocketAlarm

 view release on metacpan or  search on metacpan

pollfd_rbhash.h  view on Meta::CPAN

#include <assert.h> 
#include <stdio.h> 
#include <string.h> 

/* MAX_TREE_HEIGHT is the maximum number of nodes from root to leaf in any
 * correctly balanced tree.  The exact formula for the maximum height (including
 * root node) is floor(2*log2(N/2+1)) for a tree of N nodes.
 */
#define POLLFD_RBHASH_MAX_ELEMENTS_8       0x7F
#define POLLFD_RBHASH_MAX_TREE_HEIGHT_8      12
#define POLLFD_RBHASH_MAX_ELEMENTS_16    0x7FFF

 view all matches for this distribution


IPC-ConcurrencyLimit

 view release on metacpan or  search on metacpan

lib/IPC/ConcurrencyLimit/WithLatestStandby.pm  view on Meta::CPAN

                return;
            }
        }

        # nope - the lock to our left is being held so sleep a while before
        # we try again. We use the rand and the formula so that items to the
        # right poll faster than items to the left, and to reduce the chance
        # that lock holder 1 and lock holder 3 poll lock 2 at the same time
        # forever. The formula guarantees that items to the left poll faster,
        # and the rand ensures there is jitter.
        sleep rand(($poll_time / $locker_id)*2);
    }

    # assert that $locker_id is 0 at this point.

 view all matches for this distribution


IPC-Run

 view release on metacpan or  search on metacpan

lib/IPC/Run/Debug.pm  view on Meta::CPAN

	    or die $@;
      }
   }

This should force IPC::Run to not be debuggable unless somebody sets
the IPCRUNDEBUG flag; modify this formula to grep @ARGV if need be:

   BEGIN {
      unless ( grep /^--debug/, @ARGV ) {
	 eval 'local $ENV{IPCRUNDEBUG} = "none"; require IPC::Run::Debug"'
	 or die $@;

 view all matches for this distribution


IUP

 view release on metacpan or  search on metacpan

lib/IUP/Canvas.pod  view on Meta::CPAN


Converts sizes in pixels (canvas coordinates) into millimeters. You can
provide only the desired values and C<undef> for the others. Use this
function to obtain the horizontal and vertical resolution of the canvas
by passing 1 as parameter in dx and dy. The resolution value is
obtained using the formula B<res=1.0/mm>.

=head3 cdOrigin()
 
 $canvas->cdOrigin($x, $y);
 $canvas->cdfOrigin($x, $y);

lib/IUP/Canvas.pod  view on Meta::CPAN

style and size. When these parameters are specified the current font
parameter is used. For example: C<CanvasFont(undef, -1, 10)> will only
change the font size.

To convert between pixels and points use the function B<cdPixel2MM> to
convert from pixels to millimeters and use the formula "B<(value in
I<points>) = CD_MM2PT * (value in millimeters)>".

In WC, the size is specified in millimeters, but is internally
converted to points.

 view all matches for this distribution


Image-CCV

 view release on metacpan or  search on metacpan

ccv-src/.doxygen.conf  view on Meta::CPAN

# The size of the symbol lookup cache can be 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 appears 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. At the end of a run doxygen will report the cache usage and suggest
# the optimal cache size from a speed point of view.
# Minimum value: 0, maximum value: 9, default value: 0.

ccv-src/.doxygen.conf  view on Meta::CPAN

# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

EXT_LINKS_IN_WINDOW    = NO

# Use this tag to change the font size of LaTeX formulas included as images in
# the HTML documentation. 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.
# Minimum value: 8, maximum value: 50, default value: 10.
# This tag requires that the tag GENERATE_HTML is set to YES.

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 directory before the changes have effect.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.

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 may also need to install MathJax separately and configure the path
# to it using the MATHJAX_RELPATH option.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

ccv-src/.doxygen.conf  view on Meta::CPAN


# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
# invoked.
#
# 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.
# The default file is: latex.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_CMD_NAME         = latex

ccv-src/.doxygen.conf  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.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_BATCHMODE        = NO

 view all matches for this distribution


Image-ExifTool

 view release on metacpan or  search on metacpan

lib/Image/ExifTool.pm  view on Meta::CPAN

    NKSC => 'application/x-nikon-nxstudio',
    NRW  => 'image/x-nikon-nrw',
    NUMBERS => 'application/x-iwork-numbers-sffnumbers',
    ODB  => 'application/vnd.oasis.opendocument.database',
    ODC  => 'application/vnd.oasis.opendocument.chart',
    ODF  => 'application/vnd.oasis.opendocument.formula',
    ODG  => 'application/vnd.oasis.opendocument.graphics',
    ODI  => 'application/vnd.oasis.opendocument.image',
    ODP  => 'application/vnd.oasis.opendocument.presentation',
    ODS  => 'application/vnd.oasis.opendocument.spreadsheet',
    ODT  => 'application/vnd.oasis.opendocument.text',

 view all matches for this distribution


Image-Leptonica

 view release on metacpan or  search on metacpan

lib/Image/Leptonica/Func/binarize.pm  view on Meta::CPAN

          average and standard deviation.
      (3) The measurements of the mean and standard deviation are
          performed inside a border of (@whsize + 1) pixels.  If pixs does
          not have these added border pixels, use @addborder = 1 to add
          it here; otherwise use @addborder = 0.
      (4) The Sauvola threshold is determined from the formula:
            t = m * (1 - k * (1 - s / 128))
          where:
            t = local threshold
            m = local mean
            k = @factor (>= 0)   [ typ. 0.35 ]

lib/Image/Leptonica/Func/binarize.pm  view on Meta::CPAN

          (b) The mean value accumulator array for 16M pixels is 64 MB.
              The mean square accumulator array for 16M pixels is 128 MB.
              Using tiles reduces the size of these arrays.
          (c) Each tile can be processed independently, in parallel,
              on a multicore processor.
      (4) The Sauvola threshold is determined from the formula:
              t = m * (1 - k * (1 - s / 128))
          See pixSauvolaBinarize() for details.

=head2 pixSauvolaGetThreshold

lib/Image/Leptonica/Func/binarize.pm  view on Meta::CPAN

              factor (factor for reducing threshold due to variance; >= 0)
              &pixsd (<optional return> local standard deviation)
      Return: pixd (8 bpp, sauvola threshold values), or null on error

  Notes:
      (1) The Sauvola threshold is determined from the formula:
            t = m * (1 - k * (1 - s / 128))
          where:
            t = local threshold
            m = local mean
            k = @factor (>= 0)   [ typ. 0.35 ]

 view all matches for this distribution


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


( run in 0.689 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )