view release on metacpan or search on metacpan
- Added encryption support for Crypt::DES_EDE3, Crypt::DES and Crypt::Blowfish
- Added 2 new methods to determine what type of compression and encryption has been negotiated.
0.02
- Implemented transparent compression
- Implemented transparent encryption
- Internal protocol majorly re-designed to accomodate new and future features
- Re-wrote the test routine to use fork() and simulate a real-world scenario
- Minor bugfixes in receive()
view all matches for this distribution
view release on metacpan or search on metacpan
www/edgeexpress/css/f4_style.css view on Meta::CPAN
list-style : url( ../images/bullet1.gif );
}
img {
border : 0px none #FFFFFF;
background-color : transparent;
}
#top_menu {
width : 100%;
padding-top : 4px;
background-image : url(../images/tab_base_graph2.gif);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Elive/Entity/Session.pm view on Meta::CPAN
=item * Meeting telephony is not yet supported
=item * C<list()> method caveats
Maintaining the L<Elive::Entity::Session> abstraction may involve fetches from
several entities. This is mostly transparent, but does have some implications
for the C<list> method:
=over 4
=item * You can only filter on core meeting properties (C<name>, C<start>, C<end>, C<password>, C<deleted>, C<faciltatorId>, C<privateMeeting>, C<allModerators>, C<restrictedMeeting> and C<adapter>).
view all matches for this distribution
view release on metacpan or search on metacpan
- Added parallel DNS resolution via AnyEvent::DNS. When AnyEvent::DNS
is installed and a message contains more than one unique URL hostname,
_extract_and_resolve_urls() fires all A queries concurrently via a
condvar and pre-populates the host cache before the sequential
enrichment loop runs. Falls back transparently to sequential
resolution when AnyEvent::DNS is not installed or the host list
contains only one entry.
- Added input sanitisation to parse_email(). The raw message text is
stripped of characters outside [\x09\x0A\x0D\x20-\x7E\x80-\xFF]
view all matches for this distribution
view release on metacpan or search on metacpan
t/htmls/links.html view on Meta::CPAN
}
@media screen and (min-width: 59.6875em) {
.site-header,
.secondary {
background-color: transparent;
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Email/SendGrid/V3.pm view on Meta::CPAN
return $self;
}
#pod =head3 $self->open_tracking($enable, %args);
#pod
#pod Whether to enable open-tracking for this message. If enabled, a single transparent pixel image
#pod is added to the HTML body of this message and used to determine if and when the recipient opens
#pod the message. This setting will overwrite the account-level setting if any. One optional argument
#pod is accepted: 'substitution_tag' which identifies a token in the message body that should be replaced
#pod with the tracking pixel.
#pod
lib/Email/SendGrid/V3.pm view on Meta::CPAN
which controls whether the link-rewriting is also performed for plaintext emails (the rewritten
URL will be visible to the recipient)
=head3 $self->open_tracking($enable, %args);
Whether to enable open-tracking for this message. If enabled, a single transparent pixel image
is added to the HTML body of this message and used to determine if and when the recipient opens
the message. This setting will overwrite the account-level setting if any. One optional argument
is accepted: 'substitution_tag' which identifies a token in the message body that should be replaced
with the tracking pixel.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Email/Store/List.pm view on Meta::CPAN
=head1 DESCRIPTION
This plugin adds the concepts of a C<list> and a C<post>. A list
represents a mailing list, which has a C<name> and a C<posting_address>.
When mails are indexed, C<Mail::ListDetector> is used to identify lists
mentioned in mail headers. C<post>, which is largely transparent, is the
many-to-many table used to map mails to lists and vice versa.
If a mail is seen for the second time, it is re-examined for mailing
list headers, as a mail with the same message ID may be Cc'd to multiple
lists and appear through them several times. Note that
view all matches for this distribution
view release on metacpan or search on metacpan
Embperl/Form.pm view on Meta::CPAN
#------------------------------------------------------------------------------------------
#
# convert_text
#
# converts the text of a controls like transparent to the text that should be outputed.
# By default does nothing.
# Can be overwritten to allow for example internationalization.
#
# in $ctrl Embperl::Form::Control object
# $value value that is shown
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/good/10398587.utf8 view on Meta::CPAN
[123]Full-size image (32K) - Opens new window [124]Full-size image
(32K)
Figure 4. Location of residues conferring resistance against triclosan.
Stereo view of the cofactor/inhibitor binding pocket with the molecular
surface of EnvM rendered transparent. Residues leading to triclosan
resistance in E. coli are shown in all-bonds representation and are
mapped in red onto the molecular surface. Phe203 forms part of the
binding pocket near the 2-hydroxyl containing ring of triclosan, which
can not be seen in this orientation. [125]Figure 4 has been generated
with the program SPOCK [[126]Christopher 1998].
view all matches for this distribution
view release on metacpan or search on metacpan
lib/MAB2/Record/Base.pm view on Meta::CPAN
be = Filmstreifen
bf = Filmstreifen-Cartridge
bg = Filmstreifen-Rolle
bh = Anderer Filmstreifentyp
bi = Diapositiv, Diaset, Stereograph
bj = Arbeitstransparent
bk = Arbeitstransparentstreifen
Videoaufnahme:
ca = Videobandcassette
cb = Videobandcartridge
cc = Videobandspulen
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Encode/compat.pm view on Meta::CPAN
June 3, 2004.
=head1 SYNOPSIS
use Encode::compat; # a no-op for Perl v5.7.1+
use Encode qw(...); # all constants and imports works transparently
# use Encode functions as normal
=head1 DESCRIPTION
view all matches for this distribution
view release on metacpan or search on metacpan
t/encoding.t view on Meta::CPAN
# implicit upgrade === explicit upgrade
print "not " if do{{use bytes; $v ne $v2}} || $v ne $v2;
print "ok 23\n";
# utf8::upgrade is transparent and does not break equality
print "not " unless alleq( $u, $v );
print "ok 24\n";
$u = $v = pack("C*", 0xDF);
utf8::upgrade($v);
view all matches for this distribution
view release on metacpan or search on metacpan
DESCRIPTION
This module provides three tools/modes to help locate and diagnose
errors in your Perl programs.
Command Line
From the command line this module transparently executes your
syntactically correct program. No code changes are required. However in
the case of syntax errors (or warnings if desired), it extracts context
(lines of code) surrounding them. The lines are prefixed with numbers
and the nicely formatted context is dumped on STDERR for you to see the
error or your ways.
Command Line Usage (Syntax check and Exception Catching)
perl -MError::Show [options] file.pl
When included in a command line switch to Perl, "-MError::Show" syntax
checks the input program. If the syntax is OK, normal execution
continues in a transparent fashion. Otherwise, detailed code context
surrounding the source of the error is generated and printed on STDERR.
From v0.4.0 a global __DIE__ handler is also installed, which will catch
any stray exceptions during execution and present a line numbered
summary stack trace. Programs a free to overload this handler. However
view all matches for this distribution
view release on metacpan or search on metacpan
examples/client.pl view on Meta::CPAN
print "Server version: ".$client->get_server_version,"\n";
print "Server protocol: ".$client->get_server_protocol,"\n";
print "Message format: ".eval { $client->get_message_format },"\n";
print "\n";
#-- So the call to Event::RPC::Test->new is handled transparently
#-- by Event::RPC::Client
print "** Create object on server\n";
my $object = Test_class->new (
data => "Initial data",
);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Exception/Stringy.pm view on Meta::CPAN
my $value = $exception->$xfield('field_name');
$exception->$xfield(field_name => $value);
Set or get the given field. If the value contains one of the following
caracters, then it is transparently base64 encoded and decoded.
The list of forbidden caracters are:
=over
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Expect.pm view on Meta::CPAN
$object->slave->stty(qw(raw -echo));
Typical values are 'sane', 'raw', and 'raw -echo'. Note that I
recommend setting the terminal to 'raw' or 'raw -echo', as this avoids
a lot of hassle and gives pipe-like (i.e. transparent) behaviour
(without the buffering issue).
=item $object->print(@strings) I<or>
lib/Expect.pm view on Meta::CPAN
are not logged in the logfile (see print_log_file) but will probably
be echoed back by the pty, depending on pty settings (default is echo)
and thus end up there anyway. This must also be taken into account
when expect()ing for an answer: the next string will be the command
just sent. I suggest setting the pty to raw, which disables echo and
makes the pty transparently act like a bidirectional pipe.
=item $object->expect($timeout, @match_patterns)
=over 4
view all matches for this distribution
view release on metacpan or search on metacpan
public/assets/css/bootstrap-responsive.css view on Meta::CPAN
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
public/assets/css/bootstrap-responsive.css view on Meta::CPAN
display: block;
float: none;
max-width: none;
padding: 0;
margin: 0 15px;
background-color: transparent;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
view all matches for this distribution