view release on metacpan or search on metacpan
t/lib/Hailo/Test/TimToady.trn view on Meta::CPAN
most greek words are vanilla words
that lesson has stuck with me
most words are not explosives, but small tools to approach the truth
and it takes a great number of them to head off false interpretations even approximately
and there are precious few 100% accurate statements in any natural language, including Koine
but this is as it should be, because it prevents us with coming up with a formula, when the truth is something that can only be discovered by living it
this does not stop people from coming up with formulas for success continually, of course :)
but we should not be fooled by them in either a theological realm or a programming realm
the error is certainly peculiar, but it should be complaining that it cannot find method .sound
so maybe it just printed the wrong string
rakudo: class Cow { has $.sound is rw; submethod BUILD () { $!sound = 'moo'; }; }; say Cow.new.sound;
you certainly can't call .sound with a private attribute
t/lib/Hailo/Test/TimToady.trn view on Meta::CPAN
I called them "funny characters"
funny strange
'course, strange things make me laugh, but that's neither here nor there
so is Victoria Winters
ruoso: re S11, it's probably going to take me the rest of the day to figure out how it really works
but there are certainly problems with the present formulation
it's not well-typed
the current Cursor approach abandons the $name ~ '::' hack
it should be more multi-dispatched, probably
and it ignores the distinction between shortnames and longnames
among other things :)
view all matches for this distribution
view release on metacpan or search on metacpan
$lon0 = deg2rad($lon0);
$lon1 = deg2rad($lon1);
$lat0 = deg2rad($lat0);
$lat1 = deg2rad($lat1);
# Use the haversine formula for distance calculation
# http://mathforum.org/library/drmath/view/51879.html
my $dlon = $lon1 - $lon0;
my $dlat = $lat1 - $lat0;
my $a = (sin($dlat/2)) ** 2 + cos($lat0) * cos($lat1) * (sin($dlon/2)) ** 2;
my $c = 2 * atan2(sqrt($a), sqrt(1-$a));
view all matches for this distribution
view release on metacpan or search on metacpan
Word/noun.txt view on Meta::CPAN
formalist,formalists
formality,formalities
format,formats
formation,formations
former,formers
formula,formulas
formulary,formularies
formulation,formulations
formulator,formulators
fort,forts
fortification,fortifications
fortnight,fortnights
fortress,fortresses
fortune,fortunes
Word/noun.txt view on Meta::CPAN
reflex,reflexes
reform,reforms
reformation,reformations
reformer,reformers
reformist,reformists
reformulation,reformulations
refrain,refrains
refreshment,refreshments
refrigerant,refrigerants
refrigerator,refrigerators
refuge,refuges
view all matches for this distribution
view release on metacpan or search on metacpan
* in META.{yml,json}, point to public bug tracker
* rewrite some internal recursive functions to use the cursor system
* to perform static assertion in C, rather than a hand-crafted
formulation, use Perl's STATIC_ASSERT_DECL() macro (from Perl 5.27.1
onwards) or STATIC_ASSERT_GLOBAL() macro (from Perl 5.21.7 until it
was renamed to STATIC_ASSERT_DECL()), with a reserve definition for
older Perls
* avoid some compiler warnings that arise on Perl 5.6
view all matches for this distribution
view release on metacpan or search on metacpan
BCM2835/src/doc/Doxyfile.in view on Meta::CPAN
# doxygen to be busy swapping symbols to and from disk most of the time
# causing a significant performance penalty.
# If the system has enough physical memory increasing the cache will improve the
# performance by keeping more symbols in memory. Note that the value works on
# a logarithmic scale so increasing the size by one will roughly double the
# memory usage. The cache size is given by this formula:
# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
# corresponding to a cache size of 2^16 = 65536 symbols
SYMBOL_CACHE_SIZE = 0
BCM2835/src/doc/Doxyfile.in view on Meta::CPAN
# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
# links to external symbols imported via tag files in a separate window.
EXT_LINKS_IN_WINDOW = NO
# Use this tag to change the font size of Latex formulas included
# as images in the HTML documentation. The default is 10. Note that
# when you change the font size after a successful doxygen run you need
# to manually remove any form_*.png images from the HTML output directory
# to force them to be regenerated.
FORMULA_FONTSIZE = 10
# Use the FORMULA_TRANPARENT tag to determine whether or not the images
# generated for formulas are transparent PNGs. Transparent PNGs are
# not supported properly for IE 6.0, but are supported on all modern browsers.
# Note that when changing this option you need to delete any form_*.png files
# in the HTML output before the changes have effect.
FORMULA_TRANSPARENT = YES
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
# (see http://www.mathjax.org) which uses client side Javascript for the
# rendering instead of using prerendered bitmaps. Use this if you do not
# have LaTeX installed or if you want to formulas look prettier in the HTML
# output. When enabled you also need to install MathJax separately and
# configure the path to it using the MATHJAX_RELPATH option.
USE_MATHJAX = NO
BCM2835/src/doc/Doxyfile.in view on Meta::CPAN
LATEX_OUTPUT = latex
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
# invoked. If left blank `latex' will be used as the default command name.
# Note that when enabling USE_PDFLATEX this option is only used for
# generating bitmaps for formulas in the HTML output, but not in the
# Makefile that is written to the output directory.
LATEX_CMD_NAME = latex
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
BCM2835/src/doc/Doxyfile.in view on Meta::CPAN
USE_PDFLATEX = YES
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
# command to the generated LaTeX files. This will instruct LaTeX to keep
# running if errors occur, instead of asking the user for help.
# This option is also used when generating formulas in HTML.
LATEX_BATCHMODE = NO
# If LATEX_HIDE_INDICES is set to YES then doxygen will not
# include the index chapters (such as File Index, Compound Index, etc.)
view all matches for this distribution
view release on metacpan or search on metacpan
whitepaper/protocol.tex view on Meta::CPAN
\setlength{\parskip}{1.5ex plus 1pt minus 1pt}
\setlist[enumerate]{before=\vspace{-1ex}}
\setlist[itemize]{itemsep=0.5ex,topsep=0.2ex,before=\vspace{-1ex},after=\vspace{1.5ex}}
\newlist{formulae}{itemize}{3}
\setlist[formulae]{itemsep=0.2ex,topsep=0ex,leftmargin=1.5em,label=,after=\vspace{1.5ex}}
\newcommand{\docversion}{Pre-Release Version}
\newcommand{\termbf}[1]{\textbf{#1}\xspace}
\newcommand{\Hushlist}{\termbf{HushList}}
\newcommand{\HushList}{\termbf{HushList}}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ICC/Profile/gbd_.pm view on Meta::CPAN
(@{$self->[1]} == 3) || croak('number of vertices per face <> 3');
# check gamut faces
($f, $v, $e) = _check_faces($self);
# verify closed shape using Euler's formula
($f + $v - $e == 2) || carp('not a closed shape');
}
# if 'pcs' key defined
view all matches for this distribution
view release on metacpan or search on metacpan
brotli/c/common/dictionary.bin view on Meta::CPAN
</tr>
bahasabrasilgalegomagyarpolskisrpskiردÙ䏿ç®ä½ç¹é«ä¿¡æ¯ä¸å½æä»¬ä¸ä¸ªå
¬å¸ç®¡ç论åå¯ä»¥æå¡æ¶é´ä¸ªäººäº§åèªå·±ä¼ä¸æ¥çå·¥ä½è系没æç½ç«ææè¯è®ºä¸å¿æç« ç¨æ·é¦é¡µä½è
ææ¯é®é¢ç¸å
³ä¸è½½æç´¢ä½¿ç...
wrapperalreadycertainrealitystorageanotherdesktopofferedpatternunusualDigitalcapitalWebsitefailureconnectreducedAndroiddecadesregular & animalsreleaseAutomatgettingmethodsnothingPopularcaptionletterscapturesciencelicensechangesEngland=1&Histo...
confirmCurrentadvancesharingopeningdrawingbillionorderedGermanyrelated</form>includewhetherdefinedSciencecatalogArticlebuttonslargestuniformjourneysidebarChicagoholidayGeneralpassage,"animatefeelingarrivedpassingnaturalroughly.
The but notdensityBritainChineselack oftributeIreland" data-factorsreceivethat isLibraryhusbandin factaffairsCharlesradicalbroughtfindinglanding:lang="return leadersplannedpremiumpackageAmericaEdition]"Messageneed tovalue="complexlookingstationb...
paymenttroubleconceptcompareparentsplayersregionsmonitor ''The winningexploreadaptedGalleryproduceabilityenhancecareers). The collectSearch ancientexistedfooter handlerprintedconsoleEasternexportswindowsChannelillegalneutralsuggest_headersigning.html...
When observe</h2>
Modern provide" alt="borders.
brotli/c/common/dictionary.bin view on Meta::CPAN
presumablyhis familyuserAgent.unexpectedincluding challengeda minorityundefined"belongs totaken fromin Octoberposition: said to bereligious Federation rowspan="only a fewmeant thatled to the-->
<div <fieldset>Archbishop class="nobeing usedapproachesprivilegesnoscript>
results inmay be theEaster eggmechanismsreasonablePopulationCollectionselected">noscript>
/index.phparrival of-jssdk'));managed toincompletecasualtiescompletionChristiansSeptember arithmeticproceduresmight haveProductionit appearsPhilosophyfriendship...
complaintscontinuousquantitiesastronomerhe did notdue to itsapplied toan averageefforts tothe futureattempt toTherefore,capabilityRepublicanwas formedElectronickilometerschallengespublishingthe formerindigenousdirectionssubsidiaryconspiracydetails ...
percentagebest-knowncreating a" dir="ltrLieutenant
<div id="they wouldability ofmade up ofnoted thatclear thatargue thatto anotherchildren'spurpose offormulatedbased uponthe regionsubject ofpassengerspossession.
In the Before theafterwardscurrently across thescientificcommunity.capitalismin Germanyright-wingthe systemSociety ofpoliticiandirection:went on toremoval of New York apartmentsindicationduring theunless thehistoricalhad been adefinitiveingredientatt...
<div id Official worldwide.aria-labelthe planetand it wasd" value="looking atbeneficialare in themonitoringreportedlythe modernworking onallowed towhere the innovative</a></div>soundtracksearchFormtend to beinput id="opening ofrestrictedadopted byadd...
occasionalbecause itstarted tophysically></div>
created byCurrently, bgcolor="tabindex="disastrousAnalytics also has a><div id="</style>
brotli/c/common/dictionary.bin view on Meta::CPAN
having been
<head>
< "The compilationhe had beenproduced byphilosopherconstructedintended toamong othercompared toto say thatEngineeringa differentreferred todifferencesbelief thatphotographsidentifyingHistory of Republic ofnecessarilyprobabilitytechnicallyleaving...
<div id="incorporate;</script><attachEventbecame the " target="_carried outSome of thescience andthe time ofContainer">maintainingChristopherMuch of thewritings of" height="2size of theversion of mixture of between theExamples ofeducationalcompetitiv...
Continentaleliminatingwill not bepractice ofin front ofsite of theensure thatto create amississippipotentiallyoutstandingbetter thanwhat is nowsituated inmeta name="TraditionalsuggestionsTranslationthe form ofatmosphericideologicalenterprisescalculat...
question ofwas electedto become abecause of some peopleinspired bysuccessful a time whenmore commonamongst thean officialwidth:100%;technology,was adoptedto keep thesettlementslive birthsindex.html"Connecticutassigned to&times;account foralign=ri...
</head>
Conversely,>
<div id="0" width="1is probablyhave becomecontrollingthe problemcitizens ofpoliticiansreached theas early as:none; over<table cellvalidity ofdirectly toonmousedownwhere it iswhen it wasmembers of relation toaccommodatealong with In the latethe Englis...
</div>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/IO/Socket/SSL/PublicSuffix.pm view on Meta::CPAN
mil.pe
net.pe
nom.pe
org.pe
// pf : http://www.gobin.info/domainname/formulaire-pf.pdf
pf
com.pf
edu.pf
org.pf
view all matches for this distribution
view release on metacpan or search on metacpan
pollfd_rbhash.h view on Meta::CPAN
#include <assert.h>
#include <stdio.h>
#include <string.h>
/* MAX_TREE_HEIGHT is the maximum number of nodes from root to leaf in any
* correctly balanced tree. The exact formula for the maximum height (including
* root node) is floor(2*log2(N/2+1)) for a tree of N nodes.
*/
#define POLLFD_RBHASH_MAX_ELEMENTS_8 0x7F
#define POLLFD_RBHASH_MAX_TREE_HEIGHT_8 12
#define POLLFD_RBHASH_MAX_ELEMENTS_16 0x7FFF
view all matches for this distribution
view release on metacpan or search on metacpan
lib/IPC/ConcurrencyLimit/WithLatestStandby.pm view on Meta::CPAN
return;
}
}
# nope - the lock to our left is being held so sleep a while before
# we try again. We use the rand and the formula so that items to the
# right poll faster than items to the left, and to reduce the chance
# that lock holder 1 and lock holder 3 poll lock 2 at the same time
# forever. The formula guarantees that items to the left poll faster,
# and the rand ensures there is jitter.
sleep rand(($poll_time / $locker_id)*2);
}
# assert that $locker_id is 0 at this point.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/IPC/Run/Debug.pm view on Meta::CPAN
or die $@;
}
}
This should force IPC::Run to not be debuggable unless somebody sets
the IPCRUNDEBUG flag; modify this formula to grep @ARGV if need be:
BEGIN {
unless ( grep /^--debug/, @ARGV ) {
eval 'local $ENV{IPCRUNDEBUG} = "none"; require IPC::Run::Debug"'
or die $@;
view all matches for this distribution
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
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
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
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
view release on metacpan or search on metacpan
data/convert.list.txt view on Meta::CPAN
OpenDocument Chart
application/vnd.oasis.opendocument.chart
OpenDocument Chart
application/vnd.oasis.opendocument.database
OpenDocument Database
application/vnd.oasis.opendocument.formula
OpenDocument Formula
application/vnd.oasis.opendocument.formula
OpenDocument Formula
application/vnd.oasis.opendocument.graphics
OpenDocument Drawing
application/vnd.oasis.opendocument.graphics
OpenDocument Drawing
data/convert.list.txt view on Meta::CPAN
application/vnd.stardivision.impress
StarImpress presentation
application/vnd.stardivision.mail
StarMail email
application/vnd.stardivision.math
StarMath formula
application/vnd.stardivision.writer
StarWriter document
application/vnd.stardivision.writer
StarWriter document
application/vnd.stardivision.writer
data/convert.list.txt view on Meta::CPAN
application/vnd.sun.xml.impress.template
OpenOffice Impress template
application/vnd.sun.xml.impress.template
OpenOffice Impress template
application/vnd.sun.xml.math
OpenOffice Math formula
application/vnd.sun.xml.math
OpenOffice Math formula
application/vnd.sun.xml.writer
OpenOffice Writer document
application/vnd.sun.xml.writer
OpenOffice Writer document
application/vnd.sun.xml.writer.global
data/convert.list.txt view on Meta::CPAN
application/x-karbon Karbon14 drawing
application/x-karbon Karbon14 drawing
application/x-kchart KChart chart
application/x-kchart KChart chart
application/x-kchart KChart chart
application/x-kformula KFormula formula
application/x-kformula KFormula formula
application/x-kformula KFormula formula
application/x-killustrator
KIllustrator drawing
application/x-killustrator
KIllustrator drawing
application/x-kivio Kivio flowchart
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Image/Magick/Thumbnail.pm view on Meta::CPAN
None by default.
=head1 SEE ALSO
L<perl>, L<Image::Magick>, L<Image::GD::Thumbnail>,
and L<Image::Thumbnail> for the same formula for various engines.
=head1 AUTHOR
Lee Goddard <LGoddard@CPAN.org>
view all matches for this distribution
view release on metacpan or search on metacpan
libpng-1.6.17/libpng-manual.txt view on Meta::CPAN
<http://www.poynton.com/notes/colour_and_gamma/ColorFAQ.html#RTFToC9>
Y = 0.2126 * R + 0.7152 * G + 0.0722 * B
Previous versions of this document, 1998 through 2002, recommended a slightly
different formula:
Y = 0.212671 * R + 0.715160 * G + 0.072169 * B
Libpng uses an integer approximation:
view all matches for this distribution
view release on metacpan or search on metacpan
webp-src/doc/webp-container-spec.txt view on Meta::CPAN
{:#alpha-blending}
* **Alpha-blending**:
Given that each of the R, G, B and A channels is 8-bit, and the RGB
channels are _not premultiplied_ by alpha, the formula for blending
'dst' onto 'src' is:
~~~~~
blend.A = src.A + dst.A * (1 - src.A / 255)
if blend.A = 0 then
view all matches for this distribution
view release on metacpan or search on metacpan
vendor/qrencode-3.4.2/Doxyfile view on Meta::CPAN
# doxygen to be busy swapping symbols to and from disk most of the time
# causing a significant performance penalty.
# If the system has enough physical memory increasing the cache will improve the
# performance by keeping more symbols in memory. Note that the value works on
# a logarithmic scale so increasing the size by one will roughly double the
# memory usage. The cache size is given by this formula:
# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
# corresponding to a cache size of 2^16 = 65536 symbols.
SYMBOL_CACHE_SIZE = 0
vendor/qrencode-3.4.2/Doxyfile view on Meta::CPAN
# set using LOOKUP_CACHE_SIZE. This cache is used to resolve symbols given
# their name and scope. Since this can be an expensive process and often the
# same symbol appear multiple times in the code, doxygen keeps a cache of
# pre-resolved symbols. If the cache is too small doxygen will become slower.
# If the cache is too large, memory is wasted. The cache size is given by this
# formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range is 0..9, the default is 0,
# corresponding to a cache size of 2^16 = 65536 symbols.
LOOKUP_CACHE_SIZE = 0
#---------------------------------------------------------------------------
vendor/qrencode-3.4.2/Doxyfile view on Meta::CPAN
# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
# links to external symbols imported via tag files in a separate window.
EXT_LINKS_IN_WINDOW = NO
# Use this tag to change the font size of Latex formulas included
# as images in the HTML documentation. The default is 10. Note that
# when you change the font size after a successful doxygen run you need
# to manually remove any form_*.png images from the HTML output directory
# to force them to be regenerated.
FORMULA_FONTSIZE = 10
# Use the FORMULA_TRANPARENT tag to determine whether or not the images
# generated for formulas are transparent PNGs. Transparent PNGs are
# not supported properly for IE 6.0, but are supported on all modern browsers.
# Note that when changing this option you need to delete any form_*.png files
# in the HTML output before the changes have effect.
FORMULA_TRANSPARENT = YES
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
# (see http://www.mathjax.org) which uses client side Javascript for the
# rendering instead of using prerendered bitmaps. Use this if you do not
# have LaTeX installed or if you want to formulas look prettier in the HTML
# output. When enabled you also need to install MathJax separately and
# configure the path to it using the MATHJAX_RELPATH option.
USE_MATHJAX = NO
vendor/qrencode-3.4.2/Doxyfile view on Meta::CPAN
LATEX_OUTPUT = latex
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
# invoked. If left blank `latex' will be used as the default command name.
# Note that when enabling USE_PDFLATEX this option is only used for
# generating bitmaps for formulas in the HTML output, but not in the
# Makefile that is written to the output directory.
LATEX_CMD_NAME = latex
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
vendor/qrencode-3.4.2/Doxyfile view on Meta::CPAN
USE_PDFLATEX = YES
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
# command to the generated LaTeX files. This will instruct LaTeX to keep
# running if errors occur, instead of asking the user for help.
# This option is also used when generating formulas in HTML.
LATEX_BATCHMODE = NO
# If LATEX_HIDE_INDICES is set to YES then doxygen will not
# include the index chapters (such as File Index, Compound Index, etc.)
view all matches for this distribution
view release on metacpan or search on metacpan
t/insilicodef-test.xml view on Meta::CPAN
</oneElement>
</elements>
<molecules>
<oneMolecule symbol="H2O" name="Water">
<formula>H2O1</formula>
<mass monoisotopic="18.01056" average="18.01524"/>
</oneMolecule>
<oneMolecule symbol="NH3" name="Amine">
<formula>N1H3</formula>
<mass monoisotopic="17.03712" average="17.03052"/>
</oneMolecule>
</molecules>
<codons>
t/insilicodef-test.xml view on Meta::CPAN
<oneCodon name="Uracil" code1="U"/>
</codons>
<aminoAcids>
<oneAminoAcid name="Alanine" code3="Ala" code1="A">
<formula>C3H5ON</formula>
<mRNACodons>
<oneMRNACodon>GCA</oneMRNACodon>
<oneMRNACodon>GCC</oneMRNACodon>
<oneMRNACodon>GCG</oneMRNACodon>
<oneMRNACodon>GCU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="71.03711" average="71.0788"/>
<PK internal="0.0" nterm="7.59" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Arginine" code3="Arg" code1="R">
<formula>C6H12ON4</formula>
<mRNACodons>
<oneMRNACodon>AGA</oneMRNACodon>
<oneMRNACodon>AGG</oneMRNACodon>
<oneMRNACodon>CGA</oneMRNACodon>
<oneMRNACodon>CGC</oneMRNACodon>
t/insilicodef-test.xml view on Meta::CPAN
</mRNACodons>
<mass monoisotopic="156.10111" average="156.1875"/>
<PK internal="12.0" nterm="7.50" cterm="3.55" sgnres="+1.0"/>
</oneAminoAcid>
<oneAminoAcid name="Asparagine" code3="Asn" code1="N">
<formula>C4H6O2N2</formula>
<mRNACodons>
<oneMRNACodon>AAC</oneMRNACodon>
<oneMRNACodon>AAU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="114.04293" average="114.1038"/>
<PK internal="0.0" nterm="7.50" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Aspartic_acid" code3="Asp" code1="D">
<formula>C4H5O3N</formula>
<mRNACodons>
<oneMRNACodon>GAC</oneMRNACodon>
<oneMRNACodon>GAU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="115.02694" average="115.0886"/>
<PK internal="4.05" nterm="7.50" cterm="4.55" sgnres="-1.0"/>
</oneAminoAcid>
<oneAminoAcid name="Cysteine" code3="Cys" code1="C">
<formula>C3H5ONS</formula>
<mRNACodons>
<oneMRNACodon>UGC</oneMRNACodon>
<oneMRNACodon>UGU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="103.00919" average="103.1388"/>
<PK internal="9.0" nterm="7.50" cterm="3.55" sgnres="-1.0"/>
</oneAminoAcid>
<oneAminoAcid name="Glutamic_acid" code3="Glu" code1="E">
<formula>C5H7O3N</formula>
<mRNACodons>
<oneMRNACodon>GAA</oneMRNACodon>
<oneMRNACodon>GAG</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="129.04259" average="129.1155"/>
<PK internal="4.45" nterm="7.70" cterm="4.75" sgnres="-1.0"/>
</oneAminoAcid>
<oneAminoAcid name="Glutamine" code3="Gln" code1="Q">
<formula>C5H8O2N2</formula>
<mRNACodons>
<oneMRNACodon>CAA</oneMRNACodon>
<oneMRNACodon>CAG</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="128.05858" average="128.1307"/>
<PK internal="0.0" nterm="7.50" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Glycine" code3="Gly" code1="G">
<formula>C2H3ON</formula>
<mRNACodons>
<oneMRNACodon>GGA</oneMRNACodon>
<oneMRNACodon>GGC</oneMRNACodon>
<oneMRNACodon>GGG</oneMRNACodon>
<oneMRNACodon>GGU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="57.02146" average="57.0519"/>
<PK internal="0.0" nterm="7.50" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Histidine" code3="His" code1="H">
<formula>C6H7ON3</formula>
<mRNACodons>
<oneMRNACodon>CAC</oneMRNACodon>
<oneMRNACodon>CAU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="137.05891" average="137.1411"/>
<PK internal="5.98" nterm="7.50" cterm="3.55" sgnres="+1.0"/>
</oneAminoAcid>
<oneAminoAcid name="Isoleucine" code3="Ile" code1="I">
<formula>C6H11ON</formula>
<mRNACodons>
<oneMRNACodon>AUA</oneMRNACodon>
<oneMRNACodon>AUC</oneMRNACodon>
<oneMRNACodon>AUU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="113.08406" average="113.1594"/>
<PK internal="0.0" nterm="7.50" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Leucine" code3="Leu" code1="L">
<formula>C6H11ON</formula>
<mRNACodons>
<oneMRNACodon>CUA</oneMRNACodon>
<oneMRNACodon>CUC</oneMRNACodon>
<oneMRNACodon>CUG</oneMRNACodon>
<oneMRNACodon>CUU</oneMRNACodon>
t/insilicodef-test.xml view on Meta::CPAN
</mRNACodons>
<mass monoisotopic="113.08406" average="113.1594"/>
<PK internal="0.0" nterm="7.50" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Lysine" code3="Lys" code1="K">
<formula>C6H12ON2</formula>
<mRNACodons>
<oneMRNACodon>AAA</oneMRNACodon>
<oneMRNACodon>AAG</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="128.09496" average="128.1741"/>
<PK internal="10.0" nterm="7.50" cterm="3.55" sgnres="+1.0"/>
</oneAminoAcid>
<oneAminoAcid name="Methionine" code3="Met" code1="M">
<formula>C5H9ONS</formula>
<mRNACodons>
<oneMRNACodon>AUG</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="131.04049" average="131.1926"/>
<PK internal="0.0" nterm="7.00" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Phenylalanine" code3="Phe" code1="F">
<formula>C9H9ON</formula>
<mRNACodons>
<oneMRNACodon>UUC</oneMRNACodon>
<oneMRNACodon>UUU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="147.06841" average="147.1766"/>
<PK internal="0.0" nterm="7.50" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Proline" code3="Pro" code1="P">
<formula>C5H7ON</formula>
<mRNACodons>
<oneMRNACodon>CCA</oneMRNACodon>
<oneMRNACodon>CCC</oneMRNACodon>
<oneMRNACodon>CCG</oneMRNACodon>
<oneMRNACodon>CCU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="97.05276" average="97.1167"/>
<PK internal="0.0" nterm="8.36" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Serine" code3="Ser" code1="S">
<formula>C3H5O2N</formula>
<mRNACodons>
<oneMRNACodon>AGC</oneMRNACodon>
<oneMRNACodon>AGU</oneMRNACodon>
<oneMRNACodon>UCA</oneMRNACodon>
<oneMRNACodon>UCC</oneMRNACodon>
t/insilicodef-test.xml view on Meta::CPAN
</mRNACodons>
<mass monoisotopic="87.03203" average="87.0782"/>
<PK internal="0.0" nterm="6.93" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Threonine" code3="Thr" code1="T">
<formula>C4H7O2N</formula>
<mRNACodons>
<oneMRNACodon>ACA</oneMRNACodon>
<oneMRNACodon>ACC</oneMRNACodon>
<oneMRNACodon>ACG</oneMRNACodon>
<oneMRNACodon>ACU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="101.04768" average="101.1051"/>
<PK internal="0.0" nterm="6.82" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Tryptophan" code3="Trp" code1="W">
<formula>C11H10ON2</formula>
<mRNACodons>
<oneMRNACodon>UGG</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="186.07931" average="186.2132"/>
<PK internal="0.0" nterm="7.50" cterm="3.55" sgnres="0.0"/>
</oneAminoAcid>
<oneAminoAcid name="Tyrosine" code3="Tyr" code1="Y">
<formula>C9H9O2N</formula>
<mRNACodons>
<oneMRNACodon>UAC</oneMRNACodon>
<oneMRNACodon>UAU</oneMRNACodon>
</mRNACodons>
<mass monoisotopic="163.06333" average="163.1760"/>
<PK internal="10.0" nterm="7.50" cterm="3.55" sgnres="-1.0"/>
</oneAminoAcid>
<oneAminoAcid name="Valine" code3="Val" code1="V">
<formula>C5H9ON</formula>
<mRNACodons>
<oneMRNACodon>GUA</oneMRNACodon>
<oneMRNACodon>GUC</oneMRNACodon>
<oneMRNACodon>GUG</oneMRNACodon>
<oneMRNACodon>GUU</oneMRNACodon>
t/insilicodef-test.xml view on Meta::CPAN
<oneSeries name="a">
<terminus>N</terminus>
<deltaMass monoisotopic="-27.99491" average="-28.0104"/>
<firstFragment>2</firstFragment>
<lastFragment>2</lastFragment>
<formula>O-1C-1</formula>
</oneSeries>
<oneSeries name="b">
<terminus>N</terminus>
<firstFragment>2</firstFragment>
<lastFragment>2</lastFragment>
<deltaMass monoisotopic="0" average="0"/>
<formula></formula>
</oneSeries>
<oneSeries name="c">
<terminus>N</terminus>
<firstFragment>2</firstFragment>
<lastFragment>2</lastFragment>
<deltaMass monoisotopic="17.02656" average="17.03052"/>
<formula>NH3</formula>
</oneSeries>
<oneSeries name="x">
<terminus>C</terminus>
<firstFragment>1</firstFragment>
<lastFragment>2</lastFragment>
<formula>COH-1</formula>
<deltaMass monoisotopic="43.98982" average="44.0098"/>
</oneSeries>
<oneSeries name="y">
<terminus>C</terminus>
<firstFragment>1</firstFragment>
<lastFragment>2</lastFragment>
<deltaMass monoisotopic="18.0105746" average="18.01418"/>
<formula>H</formula>
</oneSeries>
<oneSeries name="z">
<terminus>C</terminus>
<firstFragment>1</firstFragment>
<lastFragment>2</lastFragment>
<deltaMass monoisotopic="1.9912946" average="1.99108"/>
<formula>N-1H-1</formula>
</oneSeries>
</series>
<losses>
<oneLoss name="NH3">
<residues aa="NQR"/>
<deltaMass monoisotopic="17.03712" average="17.03052"/>
<formula>N-1H-3</formula>
</oneLoss>
<oneLoss name="H2O">
<residues aa="ST"/>
<deltaMass monoisotopic="18.01056" average="18.01524"/>
<formula>H-2O-1</formula>
</oneLoss>
</losses>
<fragTypes>
<oneFragType name="a" series="a" charge="1"/>
view all matches for this distribution
view release on metacpan or search on metacpan
cgi/cgiInSilicoDef.pl view on Meta::CPAN
<td valign='top'><input type="radio" name="sitetype" value="regexp" onclick="selectCleavSiteMode('regexp');"/></td>
<td><input type='textfield' name='siteregexp'/></td>
</tr>
</table>
<h5>Gain (formula)</h5>
<table border=1 cellspacing=0>
<tr>
<td>N-term</td>
<td><input type="textfield" name="NTermGain"/></td>
</tr>
cgi/cgiInSilicoDef.pl view on Meta::CPAN
}else{#oldfashion
print " defList['$key']['residue']='".$_->first_child('residue')->atts->{a}."';\n";
}
print " defList['$key']['delta_mono']='".$_->first_child('delta')->atts->{monoisotopic}."';\n";
print " defList['$key']['delta_avg']='".$_->first_child('delta')->atts->{average}."';\n";
print " defList['$key']['formula']='".($_->first_child('formula')?$_->first_child('formula')->text:'')."';\n";
my $spft=($_->first_child('sprotFT'))?($_->first_child('sprotFT')->text):"";
print " defList['$key']['sprotFT']=\"$spft\";\n";
}
print <<EOT;
cgi/cgiInSilicoDef.pl view on Meta::CPAN
}
document.define.nterm.checked=mr['nterm'];
document.define.cterm.checked=mr['cterm'];
document.define.delta_mono.value=mr['delta_mono'];
document.define.delta_avg.value=mr['delta_avg'];
document.define.formula.value=mr['formula'];
document.define.sprotFT.value=mr['sprotFT'];
}
function selectSiteMode(val){
cgi/cgiInSilicoDef.pl view on Meta::CPAN
<td><input type="textfield" name="delta_avg"/></td>
</tr>
</table>
<h5>Formula</h5>
<input type="textfield" name="formula"/>
<hr width="100%"/>
<center><h4>Uniprot annotations</h4></center>
<h5>Uniprot FT mask</h5>
<input type='textfield' size=80 name='sprotFT'/>
cgi/cgiInSilicoDef.pl view on Meta::CPAN
my $atts;
$atts.=" nterm='yes'" if $q->param('nterm');
$atts.=" cterm='yes'" if $q->param('cterm');
my $els=XML::Twig::Elt->new()->parse("<siteRegexp$atts><![CDATA[".$q->param('siteregexp')."]]></siteRegexp>")->paste(first_child=>$el);
}
my $formula=$q->param('formula');
my $dm_mono=$q->param('delta_mono')||-999;
my $dm_avg=$q->param('delta_avg')||-999;
if ($formula){
($dm_mono, $dm_avg)=InSilicoSpectro::InSilico::MassCalculator::massFromComposition($formula);
}
XML::Twig::Elt->new()->parse("<delta monoisotopic='$dm_mono' average='$dm_avg'/>")->paste(last_child=>$el);
XML::Twig::Elt->new()->parse("<formula>$formula</formula>")->paste(last_child=>$el) if $q->param('formula');
XML::Twig::Elt->new()->parse("<sprotFT><![CDATA[".$q->param('sprotFT')."]]></sprotFT>")->paste(last_child=>$el);
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/JE/Object/Date.pm view on Meta::CPAN
unless (defined $_dumdeedum[$index]) {
$_dumdeedum[$index] = $next_future;
++$count;
}
}
# The spec requires that the same formula for daylight savings be used for
# all years. An ECMAScript implementation is not allowed to take into
# account that the formula might have changed in the past. That's what the
# @_dumdeedum array is for. The spec basically allows for fourteen differ-
# ent possibilities for the dates for daylight savings time change. The
# code above collects the 'nearest' fourteen years that are not equivalent
# to each other.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/JSON/Create.pod view on Meta::CPAN
=head2 indent
$jc->indent (1);
Add whitespace indentation to the output. The formula applied is to
add a newline plus indentation after each opening bracket, add the
same after each comma, and add the same before each closing
bracket. Tabs are used for all indentation. The number of tabs is
decided by the number of brackets open.
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/hypercritical.json view on Meta::CPAN
"url" : "http://hypercritical.co"
},
"id" : "http://hypercritical.co/2014/04/27/creativity-inc",
"title" : "Creativity, Inc.",
"date_modified" : "2014-04-30T08:52:34-04:00",
"content_html" : "<p>Most of the nonfiction books I read these days fall into two broad categories: books about people I admire and books about the creation of things I admire. Good books about the latter often turn into the former by the e...
"url" : "http://hypercritical.co/2014/04/27/creativity-inc"
},
{
"url" : "http://hypercritical.co/2014/01/24/macintosh",
"content_html" : "<div class=\"image header\"><img src=\"/2014/01/24/images/macintosh-team.jpg\" width=\"640\" height=\"452\" alt=\"The Macintosh team\"/></div>\n\n<p>Thirty years ago today, Steve Jobs <a href=\"https://www.youtube.com/watch...
t/data/hypercritical.json view on Meta::CPAN
"author" : {
"url" : "http://hypercritical.co",
"name" : "John Siracusa"
},
"date_published" : "2013-05-28T10:50:33-04:00",
"content_html" : "<div class=\"image header\"><img src=\"/2013/05/28/images/xbox-one.jpg\" width=\"640\" height=\"136\" alt=\"The Xbox One\"/></div>\n\n<p>Now that the <a href=\"http://www.xbox.com/en-US/xboxone/\">Xbox One</a> has been <a h...
"url" : "http://hypercritical.co/2013/05/28/next-generation",
"date_modified" : "2013-05-28T14:14:07-04:00",
"title" : "Next Generation"
},
{
view all matches for this distribution
view release on metacpan or search on metacpan
- Fix bug where the relationship links were pointing to their origin in "related" and
to their relationships link in "self", should have been the opposite.
2.0 2018-07-02 23:44:40+01:00 Europe/London
- Fixed bug where unusual words were stripped out that due to containing
an underscore when formulating the documents resource type.
1.9 2018-07-02 21:32:35+01:00 Europe/London
- Update readme
1.8 2018-07-02 21:27:14+01:00 Europe/London
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Jabber/RPC/HTTPgate.pm view on Meta::CPAN
as the target JID.
=item 2 HTTP-based requester makes request directed to a Jabber-RPC
responder.
The HTTP requester (#4) formulates an XML-RPC encoded request and sends
it to the http component (#2). What's the basic URL of the http
component? Well, you specify a port in the component instance definition
in the jabber.xml configuration file, like this:
<service id="http">
view all matches for this distribution
view release on metacpan or search on metacpan
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
\Ìñ@vO@dqvZ@ð@\³¹ÄêÌÊð¾é±ÆªÅ«éæ¤É±êÉηéwßðgÝí¹½àÌÆµÄ\»µ½àÌð¢¤B
(x)-2 "computer program" means something expressed as a set of instructions written for a computer, which makes the computer function so that a specific result can be obtained;
\ÌO@f[^x[X@_¶AlA}`»Ì¼ÌîñÌW¨Å ÂÄA»êçÌîñðdqvZ@ðp¢Äõ·é±ÆªÅ«éæ¤ÉÌnIÉ\¬µ½àÌð¢¤B
(x)-3 "database" means an aggregate of data such as articles, numerical values, or diagrams, which is systematically constructed so that such data can be searched with a computer;
\ê@ñIì¨@ì¨ð|óµAÒȵAáµÍÏ`µAÍrFµAf滵A»Ì¼|ķ鱯ɿènìµ½ì¨ð¢¤B
(xi) "derivative work" means a work created by translating, composing as a musical arrangement, reformulating, dramatizing, making into a cinematographic work, or otherwise adapting a pre-existing work;
\ñ@¤¯ì¨@ñlÈãÌÒª¤¯µÄnìµ½ì¨Å ÂÄA»ÌelÌñ^𪣵ÄÂÊIÉp·é±ÆªÅ«È¢àÌð¢¤B
(xii) "joint work" means a work created by two or more persons whose contributions to the work cannot be separated so as to allow each part of the work to be used independently;
\O@^¹@¹ð¨ÉÅèµAÍ»ÌÅè¨ð»·é±Æð¢¤B
(xiii) "sound recording" means fixing sounds into a physical object or producing additional copies of such a fixed object;
\l@^æ@eðA±µÄ¨ÉÅèµAÍ»ÌÅè¨ð»·é±Æð¢¤B
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
æñ\ZðÌO@ìÒÍA»Ìì¨ifæÌì¨ðBjð»Ì¡»¨ifæÌì¨É¨¢Ä¡»³êÄ¢éì¨É ÂÄÍAYfæÌì¨Ì¡»¨ðBjÌÝ^ÉæèöOÉñ·é ðêL·éB
Article 26-3 The author has the exclusive right to offer that author's work (except a cinematographic work) to the public by renting out copies of the work (if the work is one that has been reproduced in a cinematographic work, this excludes offerin...
i|ó A|Ä j
(Translation rights, adaptation rights, etc.)
æñ\µð@ìÒÍA»Ìì¨ð|óµAÒȵAáµÍÏ`µAÍrFµAf滵A»Ì¼|Ä·é ðêL·éB
Article 27 The author of a work has the exclusive right to translate that work, compose a musical arrangement of it, reformulate it, dramatize it, make a film adaptation of it, or otherwise adapt the work.
iñIì¨ÌpÉÖ·é´ìÒÌ j
(Rights of the original author in connection with the exploitation of a derivative work)
æñ\ªð@ñIì¨Ì´ì¨ÌìÒÍAYñIì¨ÌpÉÖµA±Ì¼ÉKè·é ÅYñIì¨ÌìÒªL·éàÌÆ¯êÌíÞÌ ðêL·éB
Article 28 The author of the original work underlying a derivative work holds exclusive rights in the same categories as the rights prescribed in this Subsection that the author of the derivative work holds in connection with the exploitation of tha...
æl¼@fæÌì¨Ìì ÌA®
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
i|óA|ÄÉæépj
(Exploitation by means of translation, adaptation, etc.)
æl\Oð@ÌeÉf°éKèÉæèì¨ðp·é±ÆªÅ«éêÉÍAYeÉf°éû@ÉæèAYì¨ðYeÉf°éKèÉ]ÂÄp·é±ÆªÅ«éB
Article 43 If it is permissible to exploit a work pursuant to the provisions set forth in one of the following items, it is also permissible to exploit that work in accordance with the provisions set forth in that item by the means set forth in that...
ê@æO\ðæêAæO\Oðæêi¯ðælɨ¢Äp·éêðÜÞBjAæO\lðæêÍæO\Üð@|óAÒÈAÏ`Í|Ä
(i) Article 30, paragraph (1); Article 33, paragraph (1) (including as applied mutatis mutandis pursuant to paragraph (4) of the same Article); Article 34, paragraph (1); and Article 35: translation, musical arrangement, reformulation, and adaptation...
ñ@æO\êðæêæêAæO\ñðAæO\ZðAæO\µðæêáµÍæñAæO\ãðæêAæl\ðæñAæl\êðÍæl\ñð@|ó
(ii) Article 31, paragraph (1), item (i); Article 32; Article 36; Article 37, paragraph (1) or (2); Article 39, paragraph (1); Article 40, paragraph (2); Article 41; or Article 42: translation;
O@æO\OðÌñæê@Ï`Í|Ä
(iii) Article 33-2, paragraph (1): reformulation and adaptation;
l@æO\µðæO@|óAÏ`Í|Ä
(iv) Article 37, paragraph (3): translation, reformulation, and adaptation;
Ü@æO\µðÌñ@|óÍ|Ä
(v) Article 37-2: translation and adaptation.
iúÆÒÉæéêIÅèj
(Ephemeral fixation by a broadcaster, etc.)
æl\lð@úÆÒÍAæñ\OðæêÉKè·é ðQ·é±ÆÈú·é±ÆªÅ«éì¨ðA©ÈÌú̽ßÉA©ÈÌèiÍYì¨ð¯¶ú·é±ÆªÅ«é¼ÌúÆÒÌèiÉæèAêIÉ^¹µAÍ^æ·é±ÆªÅ«éB
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
O@æO\ñðÌKèÉæèì¨ð¡»ÈOÌû@Éæèp·éêÍæO\ÜðAæO\ZðæêAæO\ªðæêAæl\êðáµÍæl\ZðÌKèÉæèì¨ðp·éêɨ¢ÄA»Ìo𾦷éµsª 鯫B
(iii) a work is exploited other than by its reproduction pursuant to the provisions of Article 32 or is exploited pursuant to the provisions of Article 35; Article 36, paragraph (1); Article 38, paragraph (1); Article 41; or Article 46, and it is com...
Q@OÌo̾¦É½ÂÄÍA±êɺ¢ìÒ¼ª¾ç©ÉÈéêyÑY쨪³¼ÌàÌÅ éêð«AYì¨É«\¦³êÄ¢éìÒ¼ð¦³È¯êÎÈçÈ¢B
(2) In a source indication as referred to in the preceding paragraph, the name of the author that appears on the work must be cited, except if the author's name is clear from the source indication or if the work is anonymous.
R@æl\OðÌKèÉæèì¨ð|óµAÒȵAÏ`µAÍ|ĵÄp·éêÉÍAOñÌKèÌáÉæèA»Ìì¨Ìo𾦵ȯêÎÈçÈ¢B
(3) If a work is exploited by translation, musical arrangement, reformulation, or adaption pursuant to the provisions of Article 43, the source must be indicated pursuant to the provisions of the preceding two paragraphs.
i¡»¨ÌÚIOgpj
(Use, etc. of a copy other than for its intended purpose)
æl\ãð@Éf°éÒÍAæñ\êðÌ¡»ðs½àÌÆÝÈ·B
Article 49 (1) The following persons are deemed to have reproduced a work as referred to in Article 21:
ê@æO\ðæêAæO\êðæêæêAæO\OðÌñæêáµÍælAæO\ÜðæêAæO\µðæOAæO\µðÌñ{¶i¯ðæñÉWéêÉ ÂÄÍA¯Bæêɨ¢Ä¯¶BjAæl\êð©çæl\ñðÌñÜÅAæl\ñðÌO...
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
Z@æl\µðÌZ½¾µÌKèÉá½µÄA¯ð{¶ÌKèÌKpðó¯Ä쬳ê½ì¨Ì¡»¨iæÜÌ¡»¨ÉY·éàÌðBjðp¢ÄYì¨Ì©®öOMiMÂ\»ðÜÞBjðs½Ò
(vi) a person that uses a copy of the work which has been made based on the application of the provisions of the first sentence of Article 47-6 (excluding a copy falling under the category set forth in item (v) of the next paragraph) to transmit a wo...
µ@æl\µð̪ÌKèÌKpðó¯Ä쬳ê½ì¨Ì¡»¨ðAYì¨Ì¯ðÉKè·é¡»¨ÌgpÉã¦ÄgpµAÍYì¨ÉWé¯ðÉKè·éMÌóMiYMªóMÒ©çÌßɶ©®IÉsíêéàÌÅ éêÉ ÂÄÍAYMÌ...
(vii) a person that uses a copy of the work which has been made based on the application of the provisions of Article 47-8 to exploit the work, but that uses it in place of the copy of the work whose use is provided for in that Article, or a person t...
Q@Éf°éÒÍAYñIì¨Ì´ì¨É«æñ\µðÌ|óAÒÈAÏ`Í|Äðs½àÌÆÝÈ·B
(2) The following persons are deemed to have translated, musically arranged, reformulated, or adapted as under Article 27, an original work, as a derivative work:
ê@æO\ðæêAæO\êðæêæêAæO\OðÌñæêAæO\ÜðæêAæO\µðæOAæO\µðÌñ{¶Aæl\êðÍæl\ñðÉèßéÚIÈOÌÚI̽ßÉAæl\OðÌKèÌKpðó¯Ä¯ðeÉf°é±êçÌKèÉ]¢ì¬³ê...
(i) a person that distributes a copy of the derivative work which has been made based on the application of Article 43 and in accordance with what is set forth in the items of Article 43 with regard to Article 30, paragraph (1); Article 31, paragraph...
ñ@æl\µðÌOæêÌKèÌKpðó¯Ä쬳ê½ñIì¨Ì¡»¨ðÐzµAÍY¡»¨ÉæÂÄYñIì¨ðöOÉñ¦µ½Ò
(ii) a person that distributes a copy of the derivative work which has been made based on the application of the provisions of Article 47-3, paragraph (1), or presents the derivative work to the public by means of such a copy;
O@æl\µðÌOæñÌKèÉá½µÄOÌ¡»¨ðÛ¶µ½Ò
view all matches for this distribution
view release on metacpan or search on metacpan
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
\Ìñ@vO@dqvZ@ð@\³¹ÄêÌÊð¾é±ÆªÅ«éæ¤É±êÉηéwßðgÝí¹½àÌÆµÄ\»µ½àÌð¢¤B
(x)-2 "computer program" means something expressed as a set of instructions written for a computer, which makes the computer function so that a specific result can be obtained;
\ÌO@f[^x[X@_¶AlA}`»Ì¼ÌîñÌW¨Å ÂÄA»êçÌîñðdqvZ@ðp¢Äõ·é±ÆªÅ«éæ¤ÉÌnIÉ\¬µ½àÌð¢¤B
(x)-3 "database" means an aggregate of data such as articles, numerical values, or diagrams, which is systematically constructed so that such data can be searched with a computer;
\ê@ñIì¨@ì¨ð|óµAÒȵAáµÍÏ`µAÍrFµAf滵A»Ì¼|ķ鱯ɿènìµ½ì¨ð¢¤B
(xi) "derivative work" means a work created by translating, composing as a musical arrangement, reformulating, dramatizing, making into a cinematographic work, or otherwise adapting a pre-existing work;
\ñ@¤¯ì¨@ñlÈãÌÒª¤¯µÄnìµ½ì¨Å ÂÄA»ÌelÌñ^𪣵ÄÂÊIÉp·é±ÆªÅ«È¢àÌð¢¤B
(xii) "joint work" means a work created by two or more persons whose contributions to the work cannot be separated so as to allow each part of the work to be used independently;
\O@^¹@¹ð¨ÉÅèµAÍ»ÌÅè¨ð»·é±Æð¢¤B
(xiii) "sound recording" means fixing sounds into a physical object or producing additional copies of such a fixed object;
\l@^æ@eðA±µÄ¨ÉÅèµAÍ»ÌÅè¨ð»·é±Æð¢¤B
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
æñ\ZðÌO@ìÒÍA»Ìì¨ifæÌì¨ðBjð»Ì¡»¨ifæÌì¨É¨¢Ä¡»³êÄ¢éì¨É ÂÄÍAYfæÌì¨Ì¡»¨ðBjÌÝ^ÉæèöOÉñ·é ðêL·éB
Article 26-3 The author has the exclusive right to offer that author's work (except a cinematographic work) to the public by renting out copies of the work (if the work is one that has been reproduced in a cinematographic work, this excludes offerin...
i|ó A|Ä j
(Translation rights, adaptation rights, etc.)
æñ\µð@ìÒÍA»Ìì¨ð|óµAÒȵAáµÍÏ`µAÍrFµAf滵A»Ì¼|Ä·é ðêL·éB
Article 27 The author of a work has the exclusive right to translate that work, compose a musical arrangement of it, reformulate it, dramatize it, make a film adaptation of it, or otherwise adapt the work.
iñIì¨ÌpÉÖ·é´ìÒÌ j
(Rights of the original author in connection with the exploitation of a derivative work)
æñ\ªð@ñIì¨Ì´ì¨ÌìÒÍAYñIì¨ÌpÉÖµA±Ì¼ÉKè·é ÅYñIì¨ÌìÒªL·éàÌÆ¯êÌíÞÌ ðêL·éB
Article 28 The author of the original work underlying a derivative work holds exclusive rights in the same categories as the rights prescribed in this Subsection that the author of the derivative work holds in connection with the exploitation of tha...
æl¼@fæÌì¨Ìì ÌA®
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
i|óA|ÄÉæépj
(Exploitation by means of translation, adaptation, etc.)
æl\Oð@ÌeÉf°éKèÉæèì¨ðp·é±ÆªÅ«éêÉÍAYeÉf°éû@ÉæèAYì¨ðYeÉf°éKèÉ]ÂÄp·é±ÆªÅ«éB
Article 43 If it is permissible to exploit a work pursuant to the provisions set forth in one of the following items, it is also permissible to exploit that work in accordance with the provisions set forth in that item by the means set forth in that...
ê@æO\ðæêAæO\Oðæêi¯ðælɨ¢Äp·éêðÜÞBjAæO\lðæêÍæO\Üð@|óAÒÈAÏ`Í|Ä
(i) Article 30, paragraph (1); Article 33, paragraph (1) (including as applied mutatis mutandis pursuant to paragraph (4) of the same Article); Article 34, paragraph (1); and Article 35: translation, musical arrangement, reformulation, and adaptation...
ñ@æO\êðæêæêAæO\ñðAæO\ZðAæO\µðæêáµÍæñAæO\ãðæêAæl\ðæñAæl\êðÍæl\ñð@|ó
(ii) Article 31, paragraph (1), item (i); Article 32; Article 36; Article 37, paragraph (1) or (2); Article 39, paragraph (1); Article 40, paragraph (2); Article 41; or Article 42: translation;
O@æO\OðÌñæê@Ï`Í|Ä
(iii) Article 33-2, paragraph (1): reformulation and adaptation;
l@æO\µðæO@|óAÏ`Í|Ä
(iv) Article 37, paragraph (3): translation, reformulation, and adaptation;
Ü@æO\µðÌñ@|óÍ|Ä
(v) Article 37-2: translation and adaptation.
iúÆÒÉæéêIÅèj
(Ephemeral fixation by a broadcaster, etc.)
æl\lð@úÆÒÍAæñ\OðæêÉKè·é ðQ·é±ÆÈú·é±ÆªÅ«éì¨ðA©ÈÌú̽ßÉA©ÈÌèiÍYì¨ð¯¶ú·é±ÆªÅ«é¼ÌúÆÒÌèiÉæèAêIÉ^¹µAÍ^æ·é±ÆªÅ«éB
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
O@æO\ñðÌKèÉæèì¨ð¡»ÈOÌû@Éæèp·éêÍæO\ÜðAæO\ZðæêAæO\ªðæêAæl\êðáµÍæl\ZðÌKèÉæèì¨ðp·éêɨ¢ÄA»Ìo𾦷éµsª 鯫B
(iii) a work is exploited other than by its reproduction pursuant to the provisions of Article 32 or is exploited pursuant to the provisions of Article 35; Article 36, paragraph (1); Article 38, paragraph (1); Article 41; or Article 46, and it is com...
Q@OÌo̾¦É½ÂÄÍA±êɺ¢ìÒ¼ª¾ç©ÉÈéêyÑY쨪³¼ÌàÌÅ éêð«AYì¨É«\¦³êÄ¢éìÒ¼ð¦³È¯êÎÈçÈ¢B
(2) In a source indication as referred to in the preceding paragraph, the name of the author that appears on the work must be cited, except if the author's name is clear from the source indication or if the work is anonymous.
R@æl\OðÌKèÉæèì¨ð|óµAÒȵAÏ`µAÍ|ĵÄp·éêÉÍAOñÌKèÌáÉæèA»Ìì¨Ìo𾦵ȯêÎÈçÈ¢B
(3) If a work is exploited by translation, musical arrangement, reformulation, or adaption pursuant to the provisions of Article 43, the source must be indicated pursuant to the provisions of the preceding two paragraphs.
i¡»¨ÌÚIOgpj
(Use, etc. of a copy other than for its intended purpose)
æl\ãð@Éf°éÒÍAæñ\êðÌ¡»ðs½àÌÆÝÈ·B
Article 49 (1) The following persons are deemed to have reproduced a work as referred to in Article 21:
ê@æO\ðæêAæO\êðæêæêAæO\OðÌñæêáµÍælAæO\ÜðæêAæO\µðæOAæO\µðÌñ{¶i¯ðæñÉWéêÉ ÂÄÍA¯Bæêɨ¢Ä¯¶BjAæl\êð©çæl\ñðÌñÜÅAæl\ñðÌO...
Japanese_Copyright_Act/Japanese_Copyright_Act_Law_number_Act_No.48of1970_sjis.txt view on Meta::CPAN
Z@æl\µðÌZ½¾µÌKèÉá½µÄA¯ð{¶ÌKèÌKpðó¯Ä쬳ê½ì¨Ì¡»¨iæÜÌ¡»¨ÉY·éàÌðBjðp¢ÄYì¨Ì©®öOMiMÂ\»ðÜÞBjðs½Ò
(vi) a person that uses a copy of the work which has been made based on the application of the provisions of the first sentence of Article 47-6 (excluding a copy falling under the category set forth in item (v) of the next paragraph) to transmit a wo...
µ@æl\µð̪ÌKèÌKpðó¯Ä쬳ê½ì¨Ì¡»¨ðAYì¨Ì¯ðÉKè·é¡»¨ÌgpÉã¦ÄgpµAÍYì¨ÉWé¯ðÉKè·éMÌóMiYMªóMÒ©çÌßɶ©®IÉsíêéàÌÅ éêÉ ÂÄÍAYMÌ...
(vii) a person that uses a copy of the work which has been made based on the application of the provisions of Article 47-8 to exploit the work, but that uses it in place of the copy of the work whose use is provided for in that Article, or a person t...
Q@Éf°éÒÍAYñIì¨Ì´ì¨É«æñ\µðÌ|óAÒÈAÏ`Í|Äðs½àÌÆÝÈ·B
(2) The following persons are deemed to have translated, musically arranged, reformulated, or adapted as under Article 27, an original work, as a derivative work:
ê@æO\ðæêAæO\êðæêæêAæO\OðÌñæêAæO\ÜðæêAæO\µðæOAæO\µðÌñ{¶Aæl\êðÍæl\ñðÉèßéÚIÈOÌÚI̽ßÉAæl\OðÌKèÌKpðó¯Ä¯ðeÉf°é±êçÌKèÉ]¢ì¬³ê...
(i) a person that distributes a copy of the derivative work which has been made based on the application of Article 43 and in accordance with what is set forth in the items of Article 43 with regard to Article 30, paragraph (1); Article 31, paragraph...
ñ@æl\µðÌOæêÌKèÌKpðó¯Ä쬳ê½ñIì¨Ì¡»¨ðÐzµAÍY¡»¨ÉæÂÄYñIì¨ðöOÉñ¦µ½Ò
(ii) a person that distributes a copy of the derivative work which has been made based on the application of the provisions of Article 47-3, paragraph (1), or presents the derivative work to the public by means of such a copy;
O@æl\µðÌOæñÌKèÉá½µÄOÌ¡»¨ðÛ¶µ½Ò
view all matches for this distribution