view release on metacpan or search on metacpan
lib/Archive/Tar.pm view on Meta::CPAN
The C<read> will I<replace> any previous content in C<$tar>!
The second argument may be considered optional, but remains for
backwards compatibility. Archive::Tar now looks at the file
magic to determine what class should be used to open the file
and will transparently Do The Right Thing.
Archive::Tar will warn if you try to pass a bzip2 / xz compressed file and the
IO::Uncompress::Bunzip2 / IO::Uncompress::UnXz are not available and simply return.
Note that you can currently B<not> pass a C<gzip> compressed
lib/Archive/Tar.pm view on Meta::CPAN
return $file if eval{ *$file{IO} };
return $file if eval{ $file->isa(q{IO::Handle}) };
$file = q{}.$file;
}
### get a FH opened to the right class, so we can use it transparently
### throughout the program
my $fh;
{ ### reading magic only makes sense if we're opening a file for
### reading. otherwise, just use what the user requested.
my $magic = '';
view all matches for this distribution
view release on metacpan or search on metacpan
t/Archive/Test/Tech.pm view on Meta::CPAN
}
#########
# References to arrays and scalars in the config may
# be transparent.
#
my $current_value = $key_p->{$key};
if( ref($current_value) eq 'SCALAR') {
$current_value = $$current_value;
}
t/Archive/Test/Tech.pm view on Meta::CPAN
The C<tech_config> subroutine always returns the
C<$old_value> of C<$dot_index> and only writes
the contents if C<$new_value> is defined.
The 'SCALAR' and 'ARRAY' references are transparent.
The C<tech_config> subroutine, when it senses that
the C<$dot_index> is for a 'SCALAR' and 'ARRAY' reference,
will read or write the contents instead of the reference.
The The C<tech_config> subroutine will read 'HASH" references
view all matches for this distribution
view release on metacpan or search on metacpan
unzip-6.0/inflate.c view on Meta::CPAN
of coding a fixed maximum match length of 258, it is used as a
"generic" match length code, capable of coding any length from
3 (min match length + 0) to 65538 (min match length + 65535).
This means that the length code #285 takes 16 bits (!) of uncoded
extra data, added to a fixed min length of 3.
Changes a) and b) would have been transparent for valid deflated
data, but change c) requires to switch decoder configurations between
Deflate and Deflate64 modes.
*/
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Archive/Zip.pm view on Meta::CPAN
The zip64 format requires parts of the member data to be stored
in the so-called extra fields. You cannot get nor set this zip64
data through the extra field accessors described in this section.
In fact, the low-level member methods ensure that the zip64 data
in the extra fields is handled completely transparently and
invisibly to the user when members are read or written.
=over 4
=item zip64()
lib/Archive/Zip.pm view on Meta::CPAN
Get or set the data descriptor flag. If this is set, the
local header will not necessarily have the correct data
sizes. Instead, a small structure will be stored at the end
of the member data with these values. This should be
transparent in normal operation.
=item crc32()
Return the CRC-32 value for this member. This will not be set
for members that were constructed from strings or external
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Argon/Message.pm view on Meta::CPAN
Returns a shallow copy of the message with a new id and token.
=head2 reply
Returns a copy of the message. Any additional parameters passed are passed
transparently to C<new>.
=head2 error
Returns a new message with the same id, C<cmd> set to C<$ERROR>, and C<info>
set to the supplied error message.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ArrayData/Lingua/Word/EN/Enable.pm view on Meta::CPAN
semitonic
semitonically
semitrailer
semitrailers
semitranslucent
semitransparent
semitropic
semitropical
semitropics
semivowel
semivowels
lib/ArrayData/Lingua/Word/EN/Enable.pm view on Meta::CPAN
transpacific
transparence
transparences
transparencies
transparency
transparent
transparentize
transparentized
transparentizes
transparentizing
transparently
transparentness
transparentnesses
transpersonal
transpicuous
transpierce
transpierced
transpierces
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm view on Meta::CPAN
radiotomy
radiotoxemia
radiotoxicity
radiotracer
radiotransparency
radiotransparent
radiotriquetral
radiotropic
radiotropism
radioulnar
radioulnaris
lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm view on Meta::CPAN
transosteal
transovarial
transovarian
transpalatal
transpalatine
transparent
transparietal
transpedicular
transpeptidase
transpeptidation
transperineal
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ArrayData/Word/EN/Enable.pm view on Meta::CPAN
semitonic
semitonically
semitrailer
semitrailers
semitranslucent
semitransparent
semitropic
semitropical
semitropics
semivowel
semivowels
lib/ArrayData/Word/EN/Enable.pm view on Meta::CPAN
transpacific
transparence
transparences
transparencies
transparency
transparent
transparentize
transparentized
transparentizes
transparentizing
transparently
transparentness
transparentnesses
transpersonal
transpicuous
transpierce
transpierced
transpierces
view all matches for this distribution
view release on metacpan or search on metacpan
t/public/css/normalize.css view on Meta::CPAN
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
view all matches for this distribution
view release on metacpan or search on metacpan
lib/AsposeCellsCloud/Object/ImageOrPrintOptions.pm view on Meta::CPAN
base_name => 'IsFontSubstitutionCharGranularity',
description => '',
format => '',
read_only => '',
},
'transparent' => {
datatype => 'boolean',
base_name => 'Transparent',
description => '',
format => '',
read_only => '',
lib/AsposeCellsCloud/Object/ImageOrPrintOptions.pm view on Meta::CPAN
'default_font' => 'string',
'is_optimized' => 'boolean',
'page_count' => 'int',
'page_index' => 'int',
'is_font_substitution_char_granularity' => 'boolean',
'transparent' => 'boolean',
'only_area' => 'boolean',
'svg_fit_to_view_port' => 'boolean',
'embeded_image_name_in_svg' => 'string',
'all_columns_in_one_page_per_sheet' => 'boolean',
'print_with_status_dialog' => 'boolean',
lib/AsposeCellsCloud/Object/ImageOrPrintOptions.pm view on Meta::CPAN
'default_font' => 'DefaultFont',
'is_optimized' => 'IsOptimized',
'page_count' => 'PageCount',
'page_index' => 'PageIndex',
'is_font_substitution_char_granularity' => 'IsFontSubstitutionCharGranularity',
'transparent' => 'Transparent',
'only_area' => 'OnlyArea',
'svg_fit_to_view_port' => 'SVGFitToViewPort',
'embeded_image_name_in_svg' => 'EmbededImageNameInSvg',
'all_columns_in_one_page_per_sheet' => 'AllColumnsInOnePagePerSheet',
'print_with_status_dialog' => 'PrintWithStatusDialog',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/AsposeSlidesCloud/Object/PdfExportOptions.pm view on Meta::CPAN
base_name => 'SlidesLayoutOptions',
description => 'Slides layouting options',
format => '',
read_only => '',
},
'image_transparent_color' => {
datatype => 'string',
base_name => 'ImageTransparentColor',
description => 'Image transparent color.',
format => '',
read_only => '',
},
'apply_image_transparent' => {
datatype => 'boolean',
base_name => 'ApplyImageTransparent',
description => 'True to apply specified ImageTransparentColor to an image.',
format => '',
read_only => '',
lib/AsposeSlidesCloud/Object/PdfExportOptions.pm view on Meta::CPAN
'save_metafiles_as_png' => 'boolean',
'password' => 'string',
'embed_true_type_fonts_for_ascii' => 'boolean',
'additional_common_font_families' => 'ARRAY[string]',
'slides_layout_options' => 'SlidesLayoutOptions',
'image_transparent_color' => 'string',
'apply_image_transparent' => 'boolean',
'access_permissions' => 'AccessPermissions',
'hide_ink' => 'boolean',
'interpret_mask_op_as_opacity' => 'boolean',
'rasterize_unsupported_font_styles' => 'boolean',
'include_ole_data' => 'boolean'
lib/AsposeSlidesCloud/Object/PdfExportOptions.pm view on Meta::CPAN
'save_metafiles_as_png' => 'SaveMetafilesAsPng',
'password' => 'Password',
'embed_true_type_fonts_for_ascii' => 'EmbedTrueTypeFontsForASCII',
'additional_common_font_families' => 'AdditionalCommonFontFamilies',
'slides_layout_options' => 'SlidesLayoutOptions',
'image_transparent_color' => 'ImageTransparentColor',
'apply_image_transparent' => 'ApplyImageTransparent',
'access_permissions' => 'AccessPermissions',
'hide_ink' => 'HideInk',
'interpret_mask_op_as_opacity' => 'InterpretMaskOpAsOpacity',
'rasterize_unsupported_font_styles' => 'RasterizeUnsupportedFontStyles',
'include_ole_data' => 'IncludeOleData'
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Astro/FITS/Header.pm view on Meta::CPAN
=head2 Multi-card values
Multiline string values are broken up, one card per line in the
string. Extra-long string values are handled gracefully: they get
split among multiple cards, with a backslash at the end of each card
image. They're transparently reassembled when you access the data, so
that there is a strong analogy between multiline string values and multiple
cards.
In general, appending to hash entries that look like strings does what
you think it should. In particular, comment cards have a newline
lib/Astro/FITS/Header.pm view on Meta::CPAN
# * Array refs get handled gracefully by being put in as multiple cards.
#
# * Multiline strings get broken up and put in as multiple cards.
#
# * Extra-long strings get broken up and put in as multiple cards, with
# an extra backslash at the end so that they transparently get put back
# together upon retrieval.
#
sub STORE {
my ($self, $keyword, $value) = @_;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Astro/WaveBand.pm view on Meta::CPAN
if ($w1 > $w2) {...}
if ($w1 == $w2) {...}
=head1 DESCRIPTION
Class to transparently deal with the conversion between filters,
wavelength, frequency and other methods of specifying a location
in the electro-magentic spectrum.
The class tries to determine the natural form of the numbers such that
a request for a summary of the object when it contains 2.2 microns
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Astro/Coord/ECI/TLE.pm view on Meta::CPAN
=item $tle->set (attribute => value ...)
This method sets the values of the various attributes. The changing of
attributes actually used by the orbital models will cause the models to
be reinitialized. This happens transparently, and is no big deal. For
a description of the attributes, see L</Attributes>.
Because this is a subclass of L<Astro::Coord::ECI|Astro::Coord::ECI>,
any attributes of that class can also be set.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Async/Event/Interval.pm view on Meta::CPAN
local $SIG{ALRM} = $handler;
# Re-install SIGALRM via POSIX::sigaction with flags=0 to
# explicitly clear SA_RESTART. Perl's default $SIG{ALRM} setup
# leaves SA_RESTART on, which causes the kernel to transparently
# resume select() and other restartable syscalls after SIGALRM â
# silently swallowing the timeout on Linux (and anywhere SA_RESTART
# is the default). The local $SIG{ALRM} above still does the
# safe-signal dispatch to the Perl coderef; sigaction just fixes the
# kernel flags.
lib/Async/Event/Interval.pm view on Meta::CPAN
default, so values must be JSON-representable: scalars (strings/numbers),
arrayrefs, hashrefs, and combinations of those. Blessed objects, code
references, regex references, and globs are B<not> supported and will be
silently lost or corrupt the segment.
Nested references work transparently and cleanup is automatic. Note that
under the hood, each nested hashref/arrayref allocates its own child
shared-memory segment, so very deeply nested structures consume one shm
segment per node:
$$s = { config => { db => { host => 'localhost', port => 5432 } } };
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Async/Redis.pm view on Meta::CPAN
=head2 EVALSHA Optimization
Scripts automatically use EVALSHA (by SHA1 hash) for efficiency.
If the script isn't cached on the server, it falls back to EVAL
and caches for future calls. This is transparent to your code.
=head2 scan_iter
my $iter = $redis->scan_iter(match => 'user:*', count => 100);
while (my $keys = await $iter->next) {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Async/Selector/Aggregator.pm view on Meta::CPAN
last if !$aggregator->active;
}
return $aggregator;
}
## Treat 3 selectors like a single selector almost transparently.
## $w and $watcher are actually an Async::Selector::Aggregator.
my $watcher = aggregate_watch(a => 3, b => 0, sub {
my ($w, %res) = @_;
handle_a($res{a}) if exists $res{a};
handle_b($res{b}) if exists $res{b};
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Atomic/Pipe.pm view on Meta::CPAN
Optional Zstd compression for bursts and messages (both ends must agree):
my ($r, $w) = Atomic::Pipe->pair(compression => 'zstd');
$w->write_message($big_payload); # compressed on the wire
my $msg = $r->read_message; # decompressed transparently
See L</COMPRESSION> for details and options.
=head1 MIXED DATA MODE
lib/Atomic/Pipe.pm view on Meta::CPAN
Doing so will make the pipe non-blocking, and will make all bursts/messages
include the necessary control characters.
=head1 COMPRESSION
C<Atomic::Pipe> can transparently compress B<bursts> and B<messages> (including
in mixed-data mode) with Zstandard. Plain C<print $wh ...> traffic is B<not>
compressed. Both ends of the pipe must be configured the same way; mismatch
produces protocol errors (or, in the case of mismatched dictionaries, silent
corruption -- see L</"Custom dictionary"> below).
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Audio/Audiere/Error.pm view on Meta::CPAN
This package provides error messages for Audio::Audiere. When the creation
of an C<Audio::Audiere> or C<Audio::Audiere::Stream> object fails, you will
get an object of this class back, which only purpose is to store the error
message.
The usage should be totally transparent to the user.
=head1 AUTHORS
(c) 2004 Tels <http://bloodgate.com/>
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
my $message = <<EOM;
Would you like to install Japanese documentation?
If you enter 'y' then i will try to install Japanese docs alongside
English ones. On platforms using 'man' manpages (typically on UN*X)
Japanese documentation will be available transparently to users whose
locale language is set to Japanese.
On other platforms the documentation will be available as Audio::Beep_jp
Default is to not install Japanese docs. [N/y]
EOM
chop($message);
view all matches for this distribution
view release on metacpan or search on metacpan
DB/Reports.pm view on Meta::CPAN
my $fg = $im->colorAllocate($fred,$fgreen,$fblue);
my $black = $im->colorAllocate(0,0,0);
my $blue = $im->colorAllocate(0,0,255);
$im->transparent($bg);
$im->rectangle(0 + $PADLEFT,0 + $PADTOP,
$width - $PADRIGHT,$height - $PADBOTTOM,$black);
# Set up the axis, grid, and labels
# Create a suitable scale of y-axis tick marks
view all matches for this distribution
view release on metacpan or search on metacpan
0.19.9 Sun Oct 18 11:49:57 2009
- using test::corpus::audio::mpd for tests (regains mpd 0.15.x compatibility)
0.19.8 Wed Oct 14 18:05:29 2009
- migrated to dist-zilla (transparent for end-user)
0.19.7 Wed Sep 30 16:56:37 2009
- fix #50109 problem with newer class::accessor
0.19.6 Sat Feb 14 13:03:22 CET 2009
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Audio/Nama/Waveform.pm view on Meta::CPAN
__END__
=comment
Usage: waveform [options] source_audio [ouput.png]
-W, --width WIDTH Width (in pixels) of generated waveform image -- Default 1800.
-H, --height HEIGHT Height (in pixels) of generated waveform image -- Default 280.
-c, --color COLOR Color (hex code) to draw the waveform. Can also pass 'transparent' to cut it out of the background -- Default #00ccff.
-b, --background COLOR Background color (hex code) to draw waveform on -- Default #666666.
-m, --method METHOD Wave analyzation method (can be 'peak' or 'rms') -- Default 'peak'.
-q, --quiet Don't print anything out when generating waveform
-F, --force Force generationg of waveform if file exists
-h, --help Display this screen
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Audio/aKodePlayer.pm view on Meta::CPAN
from the C++ aKode library. aKode is a simple audio-decoding
frame-work that provides a uniform interface to decode the most common
audio-formats such as WAV, MP3, Ogg/Vorbis, Ogg/FLAC, etc. It also
has a direct playback option for a number of audio-outputs, such as
OSS, Alsa, SunOS/Solaris audio, Jack, and Polyp (recommended for
network transparent audio).
=head1 SYNOPSIS
use Audio::aKodePlayer;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Authen/CAS/UserAgent.pm view on Meta::CPAN
);
$ua->get('https://www.example.com/casProtectedResource');
=head1 DESCRIPTION
This module attempts to add transparent CAS authentication support to
LWP::UserAgent. It currently supports using proxy granting tickets, the RESTful
API, screen scraping the login screen, or a custom login callback when CAS
authentication is required.
=cut
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Authen/PluggableCaptcha/Tutorial.pm view on Meta::CPAN
I think there is some confusion in this tutorial because i do 2 things that are a little odd:
a- i run through the captcha generator to pull a new valid key, this way i can use a new example and have a key validate
b- i run through the captcha validator while i can 'guess' an obviously wrong answer. The way the system is structured, a solution is only provided when you try to validate the captcha. That is because you might want to 'Render' an existing sound/...
To display a CAPTCHA, you just create a new object and call the render method , passing in a challenge class and render class. You can call the render method as often as you'd like. Currently, the module will transparently validate the key in order...
=head3 You actually need to validate the key before check for a correct answer. But couldn't that data be stored on the backend?
Yes, You could store the data on the backend. The 'new' constructor will automatically call a key validator so it behaves more like this:
view all matches for this distribution
view release on metacpan or search on metacpan
webstuff/wiki.css view on Meta::CPAN
}
@media screen {
A.plain:hover {
color: transparent;
background: transparent;
}
a:hover {
color: #fc6;
text-decoration: none;
view all matches for this distribution
view release on metacpan or search on metacpan
demo/spod5/ui/default/pretty.css view on Meta::CPAN
div.long {font-size: 0.75em;}
.slide h1 {position: absolute; top: 0.7em; left: 87px; z-index: 1;
margin: 0; padding: 0.3em 0 0 50px; white-space: nowrap;
font: bold 150%/1em Helvetica, sans-serif; text-transform: capitalize;
color: #005; background: transparent;}
.slide h3 {font-size: 130%;}
h1 abbr {font-variant: small-caps;}
div#controls {position: absolute; left: 50%; bottom: 0;
width: 50%;
demo/spod5/ui/default/pretty.css view on Meta::CPAN
#currentSlide {text-align: center; font-size: 0.5em; color: #449;}
#slide0 {padding-top: 3.5em; font-size: 90%;}
#slide0 h1 {position: static; margin: 1em 0 0; padding: 0;
font: bold 2em Helvetica, sans-serif; white-space: normal;
color: #000; background: transparent;}
#slide0 h2 {font: bold italic 1em Helvetica, sans-serif; margin: 0.25em;}
#slide0 h3 {margin-top: 1.5em; font-size: 1.5em;}
#slide0 h4 {margin-top: 0; font-size: 1em;}
ul.urls {list-style: none; display: inline; margin: 0;}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Azure/AD/ClientCredentials.pm view on Meta::CPAN
Returns the access token that has to be sent to the APIs you want to access. This
is normally sent in the Authentication header of HTTPS requests as a Bearer token.
The access_token is cached in the object as long as it's valid, so subsequent calls
to access_token will return the appropriate token without reauthenticating to Azure AD.
If the token has expired, access_token will call Azure AD to obtain a new token transparently.
Example usage:
my $auth = Azure::AD::ClientCredentials->new(...);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Azure/Storage/Blob/Client.pm view on Meta::CPAN
);
my $blobs = $client->ListBlobs(
container => $container,
prefix => $blobI<prefix,
# Makes the client transparently issue additional requests to retrieve
# paginated results under the hood
auto>retrieveI<paginated>results => 1,
);
my $blobI<properties = $client->GetBlobProperties(
lib/Azure/Storage/Blob/Client.pm view on Meta::CPAN
container => $container,
prefix => $blob_prefix,
auto_retrieve_paginated_results => 1,
);
B<autoI<retrieve>paginated_results>: When enabled, the client will transparently issue additional requests to retrieve paginated results under the hood.
=head3 GetBlobProperties
Returns all system properties and user-defined metadata on the blob.
view all matches for this distribution