Result:
found 226 distributions and 549 files matching your query ! ( run in 1.578 )


WebFS-FileCopy

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN


        Release version 1.03.

Fri Feb  2 16:17:40 PST 2001

	Include two patches to apply to LWPng-alpha-0.24 to improve
	portibility to newer versions of Perl and Win32 platforms.

	The test script was failing in one test since the FTP site
	being used for testing was slightly modified.  Change the
	script to hopefully do the same test in a location that will

CHANGES  view on Meta::CPAN

	to have changed and this will make sure that the test scripts
	in the test directory pass.  This means using the following
	new modules:

	    Net::FTP 2.56
	    LWPng 0.24
	    LWP 5.48
	    URI 1.09

Thu Nov  2 10:25:34 PST 2000

CHANGES  view on Meta::CPAN

Tue Apr 13 09:29:13 PDT 1999 <bzajac@akamai.com> (Blair Zajac)

	Update the module to use URI instead of URI::URL.  Check for
	URI 1.02 in Makefile.PL.

	Update to use LWPng-alpha 0.24 which now uses URI instead of
	URI::URL.

	Increase the number of tests in t/01copy.t to check the return
	from any WebFS::FileCopy command for a defined values.

CHANGES  view on Meta::CPAN


	Update Makefile.PL to require HTML::Parser 2.20.

Tue Jul  7 10:25:39 PDT 1998 <blair@gps.caltech.edu> (Blair Zajac)

	Update Makefile.PL to require LWPng_alpha 0.23, LWP 5.34, and
	HTML::Parser 2.19.

	Rename all gen_response to give_response after LWPng changed the
	name of LWP::Request->gen_response to LWP::Request->give_response.

Sat Jul  4 09:59:33 PDT 1998 <blair@gps.caltech.edu> (Blair Zajac)

	Replace occurrences of EGADS with WebFS::FileCopy in Makefile.PL.

CHANGES  view on Meta::CPAN


	Update t/01copy.t to pass all tests on Windows NT.

Sun Jun 28 11:22:57 PDT 1998 <blair@gps.caltech.edu> (Blair Zajac)

	Have WebFS::FileCopy use version 0.21 of LWPng or greater.

	Add warning note in README regarding the alpha LWPng code.

	Release version 0.02.

Fri Jun 26 13:47:48 PDT 1998 <blair@gps.caltech.edu> (Blair Zajac)

 view all matches for this distribution


X11-PngViewer

 view release on metacpan or  search on metacpan

lib/X11/PngViewer.pm  view on Meta::CPAN

package X11::PngViewer;

use strict;
use warnings;

use base qw(DynaLoader);

our $VERSION = '0.10';

bootstrap X11::PngViewer $VERSION;

1;

__END__

=head1 NAME

X11::PngViewer - Png Viewer in X11

=head1 VERSION
 
Version 0.09
 
=head1 SYNOPSIS
 
    use X11::PngViewer();
    use File::HomeDir();
    use DirHandle();
    use File::Spec();
 
    my $viewer = X11::PngViewer->new();
    my $directory = File::HomeDir->my_pictures();
    my $handle = DirHandle->new($directory) or die "No slideshow from $directory:$!";
    while(my $entry = $handle->read()) {
	if ($entry =~ /[.]png/smx) {
	    $viewer->show(File::Slurper::read_binary(File::Spec->catfile($directory, $entry)));

lib/X11/PngViewer.pm  view on Meta::CPAN

 
=back
 
=head1 CONFIGURATION AND ENVIRONMENT
 
X11::PngViewer will use the DISPLAY variable to try to connect to an X Server.
 
=head1 DEPENDENCIES
 
X11::PngViewer requires no non-core Perl modules
  
=head1 INCOMPATIBILITIES
 
None reported.
 

 view all matches for this distribution


XML-LibXML-xmlsec

 view release on metacpan or  search on metacpan

t/03-enc.t  view on Meta::CPAN

NKnO8WiqQY9cuN84dx21aoHLhu+M8X8p4YsZbF0JiE+yG1Neb5NXoLtSjZuZzVOa
haCVLWDcjXvjY74qO8+hOEZc6y7WhuIYCBViJZcDnPkmbsmW1LS3FVFX6/qpvmxl
YNUQDNnIRCF0sGJOtNpfculbiSAYwlYlrxMKEGeghp3b8wSqLeLsij/JP/XCsDpy
cF6s7AGmgMz9ZHGBHDOAuNiT/AbtUti6JqCgNyrppKX/41LrcWuTfaZzuuB4MpIS
hF8jjNH9l8uWOhQl6zyc9RdAh8/X3W+waRBtDNzs1putPGIDJTdx6WSTKHuz8wT1
RwE82Th0Mqgpk+kVDpiYB8xiL4kUA21ZUybCax77b+BqgIGNMi0BOapq1ZaHPngR
W6yvtJVJdBFfwH569Jdplf264fESKEcNyKU6Cift0D9oD7YZK7oaopAvBmZbJ0Ws
zoq+6197T7+hCdBjJyyVSwmAVIp+d4LkzCFlSR804ZZ63lJ80lFAopyJ5OpVJWWz
41SFHA75RakSOQABj+2vuSJ9p2jvfeO1tsolcU59I3ks2kX8JWdwoEiKfQVOlZGk
AC4Ss3TqjmgQbjXzoTBQB9lpEIuqRzZwfaj1vGeJgE/95hJznUL8Ff6OGuvKf5nX
-----END RSA PRIVATE KEY-----

 view all matches for this distribution


XML-Printer-ESCPOS

 view release on metacpan or  search on metacpan

lib/XML/Printer/ESCPOS/Tags.pm  view on Meta::CPAN


    return $self->{caller}->_set_error_message("wrong image tag usage: file does not exist") if !-f $filename;

    my $image;
    if ($filename =~ m/\.png$/) {
        $image = GD::Image->newFromPng($filename) or return $self->{caller}->_set_error_message("Error loading image file $filename");
    }
    elsif ($filename =~ m/\.gif$/) {
        $image = GD::Image->newFromGif($filename) or return $self->{caller}->_set_error_message("Error loading image file $filename");
    }
    elsif ($filename =~ m/\.jpe?g$/) {

 view all matches for this distribution


Zonemaster

 view release on metacpan or  search on metacpan

t/Test-connectivity.data  view on Meta::CPAN

e.ext.nic.fr 2a00:0d78:0000:0102:0193:0176:0144:0022 {}
e.ext.nic.fr 193.176.144.22 {}
a.ns.se 2a01:03f0:0000:0301:0000:0000:0000:0053 {}
a.ns.se 192.36.144.107 {"se":{"NS":{"IN":{"0":{"0":{"0":{"0":{"Zonemaster::Packet":{"Net::LDNS::Packet":{"data":"n3WEAAABAAkAAAAQAnNlAAACAAHADAACAAEAAqMAAAcBYQJuc8AMwAwAAgABAAKjAAAEAWnAIsAMAAIAAQACowAABAFnwCLADAACAAEAAqMAAAQBY8AiwAwAAgABAAKjAAAEAWLAI...
uk.dns.eu 195.66.241.178 {}
nsa2.sedoparking.com 91.195.241.164 {"ns2.sedoparking.com":{"AAAA":{"IN":{"0":{"0":{"0":{"0":{"Zonemaster::Packet":{"Net::LDNS::Packet":{"timestamp":1466871875.93041,"querytime":0.046356,"data":"88mEAAABAAAAAQAAA25zMgtzZWRvcGFya2luZwNjb20AABwAAcAQAAY...
ns2.nic.fr 192.93.0.4 {"afnic.fr":{"SOA":{"IN":{"0":{"0":{"0":{"0":{"Zonemaster::Packet":{"Net::LDNS::Packet":{"timestamp":1466871849.8195,"querytime":0.036283,"answerfrom":"192.93.0.4","data":"CcGEAAABAAEAAwAGBWFmbmljAmZyAAAGAAHADAAGAAEAAqMAADEJZG5z...
ns2.nic.fr 2001:0660:3005:0001:0000:0000:0001:0002 {"afnic.fr":{"SOA":{"IN":{"0":{"0":{"0":{"0":{"Zonemaster::Packet":{"Net::LDNS::Packet":{"timestamp":1466871849.85725,"querytime":0.044757,"answerfrom":"2001:660:3005:1::1:2","data":"RQmEAAABAAEAAwAG...
ns4.bdm.microsoftonline.com 157.55.45.9 {"001.tf":{"SOA":{"IN":{"0":{"0":{"0":{"0":{"Zonemaster::Packet":{"Net::LDNS::Packet":{"data":"+TeEAAABAAEAAAACAzAwMQJ0ZgAABgABwAwABgABAAAOEABEA25zMQNiZG0PbWljcm9zb2Z0b25saW5lA2NvbQAGbXNuaHN0CW1pY3Jvc29mdMA8d6F...
ns4.bdm.microsoftonline.com 2a01:0111:f406:8003:0000:0000:0000:0022 {"001.tf":{"SOA":{"IN":{"0":{"1":{"0":{"0":{"Zonemaster::Packet":{"Net::LDNS::Packet":{"data":"6IiEAAABAAEAAAACAzAwMQJ0ZgAABgABwAwABgABAAAOEABEA25zMQNiZG0PbWljcm9zb2Z0b25saW5lA2NvbQA...
h.root-servers.net 128.63.2.53 {}

 view all matches for this distribution


cppAdaptive1

 view release on metacpan or  search on metacpan

src/dlib/external/libpng/README  view on Meta::CPAN

       pngminim         =>  Minimal decoder, encoder, and progressive decoder
                            programs demonstrating use of pngusr.dfa
       pngminus         =>  Simple pnm2png and png2pnm programs
       pngsuite         =>  Test images
       tools            =>  Various tools
       visupng      =>  Contains a MSVC workspace for VisualPng
      projects      =>  Contains project files and workspaces for
                        building a DLL
       owatcom          =>  Contains a WATCOM project for building libpng
       visualc71        =>  Contains a Microsoft Visual C++ (MSVC)
                            workspace for building libpng and zlib

 view all matches for this distribution


cppAdaptive2

 view release on metacpan or  search on metacpan

src/dlib/external/libpng/README  view on Meta::CPAN

       pngminim         =>  Minimal decoder, encoder, and progressive decoder
                            programs demonstrating use of pngusr.dfa
       pngminus         =>  Simple pnm2png and png2pnm programs
       pngsuite         =>  Test images
       tools            =>  Various tools
       visupng      =>  Contains a MSVC workspace for VisualPng
      projects      =>  Contains project files and workspaces for
                        building a DLL
       owatcom          =>  Contains a WATCOM project for building libpng
       visualc71        =>  Contains a Microsoft Visual C++ (MSVC)
                            workspace for building libpng and zlib

 view all matches for this distribution


meon-Web

 view release on metacpan or  search on metacpan

srv/www/meon-web/bootstrap/www/static/docs-assets/css/docs.css  view on Meta::CPAN


.bs-docs-home,
.bs-header {
  color: #cdbfe3;
  background-color: #563d7c;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAgMAAACmHu77AAAAA3NCSVQICAjb4U/gAAAACVBMVEVdQ4FdRIJXPX3+kY2zAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAIABJREFUeJycvUuO5DiwLSj46MFW...
}


/*
 * Homepage

 view all matches for this distribution


perl

 view release on metacpan or  search on metacpan

cpan/CPAN/PAUSE2011.pub  view on Meta::CPAN

7JEnAKCMb/OvVcmFkbU77PVF1FVsAprsWQCgnTP03cBYOG/z4kZbTSf78CzLk1SI
XwQTEQIAHwQLBwMCAxUCAwMWAgECHgECF4AFAkl435AFCQ/OdIAACgkQMo2oZ0UP
ieyGnACfQMOGmtu9y0j2EbEFDuphkNnMPnQAnRm81KLiEVeAS1eKLYZ88SGUfI5u
iEYEEBECAAYFAkdcDv8ACgkQFfjlw8DQnmpG7ACeO0epXdwr9kaMQBvtp0pD33+9
UPAAnArApAeogPV0uecsCg97T20HQntiiEYEEBECAAYFAkuMSNYACgkQNK6uszzR
sMwGWQCgyjLm0qoD+86+JOCQEPS36jFtjGUAnj0uFPy2A75Zx+iSPng/+WtOzIc7
iEYEERECAAYFAknLgNoACgkQNswVpONZZfxukwCfcJOmBOzEk52KjxfkJ5CvOKLP
UbUAoIqwRCU7hTcQiq6JHCxwPEgd/oGkiEYEExECAAYFAkqYbe0ACgkQ6dZ+Kt5B
chb6HACfTy9uMRRSDIrscbv8fqKhXjVgBM8An3s+ImDx/LzholCxdxXipFlq/SFK
iEkEEBECAAkFAkfvvA4CBwAACgkQX9tx4S9YpStxeQCeM+5SjYw9vT2ofmFlMsCo
+L9c+50AnA+laELg+fJJWRMoV2796vdV0Rv+iEkEEBECAAkFAkfvvA4CBwAACgkQ

 view all matches for this distribution


revphone

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


DEPENDENCIES

This module requires these other modules and libraries:

  LWP::Simple i used LWPng-alpha-0.24.tar.gz
  

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

 view all matches for this distribution


rss2leafnode

 view release on metacpan or  search on metacpan

devel/icons.pl  view on Meta::CPAN

  # system('cat /tmp/x.xbm');
  exit 0;
}

{
  require Image::Pngslimmer;
  open my $fh, '<', '/usr/share/icons/hicolor/48x48/apps/emacs.png' or die;
  my $bytes = do { local $/; <$fh> }; # slurp
  close $fh or die;
  ### before: length($bytes)
  $bytes = Image::Pngslimmer::zlibshrink($bytes);
  ### after: length($bytes)
  exit 0;
}


 view all matches for this distribution


( run in 1.578 second using v1.01-cache-2.11-cpan-a1d94b6210f )