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


App-revealup

 view release on metacpan or  search on metacpan

share/revealjs/dist/reveal.esm.js.map  view on Meta::CPAN

{"version":3,"file":"reveal.esm.js","sources":["../js/utils/util.js","../js/utils/device.js","../node_modules/fitty/dist/fitty.module.js","../js/controllers/slidecontent.js","../js/controllers/slidenumber.js","../js/utils/color.js","../js/controllers...

 view all matches for this distribution


App-rs

 view release on metacpan or  search on metacpan

rs.pm  view on Meta::CPAN

		} else {
			push @st, $a;
		}
		$i++;
	}
	if ($f->{asynchronous}) {
		$h->{stdout} = $pr if $f->{"capture-stdout"};
		if ($f->{compact})		{ $h }
		elsif ($f->{"capture-stdout"})	{ $pr }
		else				{ wantarray ? @{$h->{pid}} : $h->{pid}[-1] }
	} else {

rs.pm  view on Meta::CPAN

}
sub connect_tls {
	my ($host, $port) = @_;
	my ($p, $q);
	socketpair $p, $q, AF_UNIX, SOCK_STREAM, 0;
	xsh({asynchronous => 1}, qw/socat -/, "OPENSSL:$host:$port",
	    {to => *STDIN,
	     from => $q,
	     mode => '<'}, {to => *STDOUT,
			    from => $q,
			    mode => '>'});

 view all matches for this distribution


App-rsync-new2old

 view release on metacpan or  search on metacpan

script/rsync-new2old  view on Meta::CPAN

 % rsync-new2old -avz [other options...] <source> <target>

=head1 DESCRIPTION

Rsync is a fast and versatile directory mirroring tool. I often use it to
synchronize my large media/software directory from one computer to another.
However, sometimes I add/delete stuffs from this directory on one computer (say
B) instead of on another (A). Then I forget and synchronize the media directory
from A to B instead of B to A. The changes in B are then lost.

This tool, B<rsync-new2old>, is a simple rsync wrapper that will first check
that the newest modification filestamp (mtime) of file/subdirectory in source
directory is not older than the newest mtime of file/subdirectory in target

script/rsync-new2old  view on Meta::CPAN

   dir1/          -> mtime: 2016-12-06T00:00:00
     file2        -> mtime: 2016-12-06T00:00:00

The newest mtime in C<source> is C<2016-12-16T01:00:00> (the mtime of C<file2>),
while the newest mtime of C<target> is C<2016-12-06T00:00:00> (the mtime of
C<file2> or C<dir1>). B<rsync-new2old> will allow synchronizing from C<source>
to C<target>.

Caveats: Note that C<source> and C<target> must be local filesystem paths, so
this wrapper cannot be used if one of source/target is a remote path. Also, this
script currently doesn't regard rsync --exclude options. Please consider the

script/rsync-new2old  view on Meta::CPAN

=over

=item * ZFS send and receive, L<https://docs.oracle.com/cd/E18752_01/html/819-5461/gbchx.html>

Filesystems like ZFS also record changes to filesystems and can propagate them
to another filesystem efficiently. If you are synchronizing between two ZFS
filesystems (even across network), this approach offers great performance (e.g.
detect renames and can propagate this change quickly instead of rsync which must
delete files with old names + re-copy the same files with new names) and 2-way
mirroring capability.

=back

A safer solution when you want to synchronize two directories while maintaining
changes from both directories is to use 2-way mirroring solutions. Below are
some:

=over

=item * B<unison>, L<https://www.cis.upenn.edu/~bcpierce/unison>

A two-way mirroring tool which also uses the rsync algorithm to transfer data.
It works by first recording the state of a directory (all the mtimes,
permissions, etc of its files). Then, when you want to synchronize this
directory, it will calculate the changes between the current state and the
previous, then negotiate it with the changes in the target directory. It can
propagate files added/deleted from either directory, and can detect files that
are changed in both directory (a conflict). It does not merge conflicts.

script/rsync-new2old  view on Meta::CPAN


=item * Version control tools, like B<git>, B<mercurial>, etc

These tools can propagate changes from either direction including merging
conflicts (changes to the same file). Many however are not designed to store
large binaries so using these tools to synchronize large binaries can result in
inefficient disk storage or slow performance.

=back

=head1 AUTHOR

 view all matches for this distribution


App-s2p

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

       cinematographic adaptations or any other form in which the Work may be
       recast, transformed, or adapted including in any form recognizably
       derived from the original, except that a work that constitutes a
       Collection will not be considered an Adaptation for the purpose of
       this License. For the avoidance of doubt, where the Work is a musical
       work, performance or phonogram, the synchronization of the Work in
       timed-relation with a moving image ("synching") will be considered an
       Adaptation for the purpose of this License.

    b. "Collection" means a collection of literary or artistic works, such as
       encyclopedias and anthologies, or performances, phonograms or

 view all matches for this distribution


App-turbocopy

 view release on metacpan or  search on metacpan

bin/turbocopy.pl  view on Meta::CPAN

  # copy files recursively from dir a to dir b
  turbocopy -r a/ b/

=head1 DESCRIPTION

This script provides a command to copy files in more effective way using asynchronous IO.

=head1 Options

=over 4

 view all matches for this distribution


App-wrapspeak

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use File::Find ();
use File::Path ();

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.

 view all matches for this distribution


App-wsgetmail

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use File::Find ();
use File::Path ();

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.

 view all matches for this distribution


Application-Config

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use 5.005;
use strict 'vars';

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.

 view all matches for this distribution


Apporo

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use File::Find ();
use File::Path ();

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.

 view all matches for this distribution


AproJo

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/resizable/delay-start.html
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/resizable/helper.html
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/resizable/index.html
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/resizable/max-min.html
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/resizable/snap-to-grid.html
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/resizable/synchronous-resize.html
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/resizable/textarea.html
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/resizable/visual-feedback.html
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/selectable/default.html
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/selectable/display-grid.html
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/selectable/index.html

 view all matches for this distribution


AquariumHive

 view release on metacpan or  search on metacpan

share/root/metroui-2.0/fonts/iconFont.dev.svg  view on Meta::CPAN

	C 1024,561.672, 1009.672,576, 992,576z" data-tags="plus, add" />
<glyph unicode="&#xe08d;" d="M 896,896L 192,896 c-35.2,0-64-28.8-64-64l0-256 l 128,0 L 256,768 l 576,0 l0-704 L 256,64 l0,192 L 128,256 l0-256 c0-35.2, 28.798-64, 64-64l 704,0 c 35.2,0, 64,28.8, 64,64L 960,832 
		C 960,867.2, 931.2,896, 896,896zM 384,128L 672,416L 384,704L 384,512L0,512L0,320L 384,320 	z" data-tags="enter, sign in, log in, login" />
<glyph unicode="&#xe08e;" d="M 992,416L 704,704L 704,512L 320,512L 320,320L 704,320L 704,128 	zM 832,768L 832,832 c0,35.2-28.8,64-64,64L 64,896 C 28.8,896,0,867.2,0,832l0-832 c0-35.2, 28.798-64, 64-64l 704,0 c 35.2,0, 64,28.8, 64,64l0,64 L 128,64 L 1...
		L 832,768 z" data-tags="exit, sign out, log out, quit, close, logout" />
<glyph unicode="&#xe08f;" d="M 320,320L 320,512L 512,512L 256,768L0,512L 192,512L 192,192L 576,192L 448,320 	zM 832,384L 832,704L 448,704L 576,576L 704,576L 704,384L 512,384L 768,128L 1024,384 	z" data-tags="loop, repeat, reload, refresh, update, upg...
<glyph unicode="&#xe090;" d="M 64,896L 64,256L 256,64L 256,512L 768,0L 960,192L 448,704L 896,704L 704,896 z" data-tags="arrow-up-left, up, left, arrow, top left, up left" />
<glyph unicode="&#xe091;" d="M 64,512L 64,256L 384,576L 384-64L 640-64L 640,576L 960,256L 960,512L 512,960 z" data-tags="arrow-up, upload, top" />
<glyph unicode="&#xe092;" d="M 960,896L 320,896L 128,704L 576,704L 64,192L 256,0L 768,512L 768,64L 960,256 z" data-tags="arrow-up-right, up, right, arrow, top right, up right" />
<glyph unicode="&#xe093;" d="M 576,896L 320,896L 640,576L0,576L0,320L 640,320L 320,0L 576,0L 1024,448 z" data-tags="arrow-right, right, next" />
<glyph unicode="&#xe094;" d="M 960,0L 960,640L 768,832L 768,384L 256,896L 64,704L 576,192L 128.002,192L 320.002,0 z" data-tags="arrow-down-right, down, right, arrow, bottom right, down right" />

share/root/metroui-2.0/fonts/iconFont.dev.svg  view on Meta::CPAN

	C 224.819,188.416, 295.475,249.088, 487.219,140.8c 92.109-52.070, 166.4-71.68, 228.25-71.68c 108.288,0, 178.432,60.262, 239.104,112.384
	c 21.658,18.534, 24.474,51.558, 6.246,73.626S 910.285,280.115, 888.627,261.478z" data-tags="air, waves" />
<glyph unicode="&#xe172;" d="M 1024,384L 832,576L 832,768L 704,768L 704,704L 512,896L0,384L 128,384L 128,0L 448,0L 448,256L 576,256L 576,0L 896,0L 896,384 	z" data-tags="home, house, building" />
<glyph unicode="&#xe173;" d="M 764.256,765.248l-90.24-90.624C 734.496,614.112, 768,533.632, 768,448c0-176.512-143.488-320-320-320l0,64 l-128-128l 128-128l0,64 
			c 247.008,0, 448,200.992, 448,448C 896,567.872, 849.248,680.512, 764.256,765.248zM 576,832l-128,128l0-64 C 200.992,896,0,695.008,0,448c0-119.872, 46.752-232.512, 131.744-317.248l 90.24,90.624
			C 161.504,281.888, 128,362.368, 128,448C 128,624.512, 271.488,768, 448,768l0-64 L 576,832z" horiz-adv-x="896" data-tags="spin, refresh, reload, synchronize, loop" />
<glyph unicode="&#xe174;" d="M 371.936,716.704l 193.984-112c 15.328-8.832, 34.88-3.584, 43.68,11.712
			c 8.864,15.296, 3.616,34.88-11.68,43.68l-193.984,112c-15.328,8.832-34.88,3.584-43.712-11.68C 351.36,745.12, 356.64,725.568, 371.936,716.704z
			 M 549.952,576.992l-193.984,112l-112-193.984l 193.984-112L 549.952,576.992z M 195.936,411.872l 193.984-112c 15.296-8.832, 34.88-3.584, 43.68,11.712
			c 8.832,15.296, 3.584,34.88-11.68,43.68l-193.984,112c-15.328,8.832-34.88,3.584-43.712-11.68C 175.36,440.288, 180.64,420.704, 195.936,411.872z
			 M 864.384,321.568l-354.432,186.144l-32-55.424l 338.432-213.856c 22.944-13.248, 52.32-5.408, 65.568,17.568S 887.328,308.32, 864.384,321.568z

share/root/metroui-2.0/fonts/iconFont.dev.svg  view on Meta::CPAN

	 M 812.134,316.314l-87.757-37.734l0,85.965 l 87.757,36.966L 812.134,316.314 z M 512,939.52c-271.462,0-491.52-220.058-491.52-491.52s 220.058-491.52, 491.52-491.52s 491.52,220.058, 491.52,491.52
	S 783.462,939.52, 512,939.52z M 512,46.592c-221.696,0-401.408,179.712-401.408,401.408S 290.304,849.408, 512,849.408s 401.408-179.712, 401.408-401.408S 733.696,46.592, 512,46.592z" data-tags="cc-share, creative commons" />
<glyph unicode="&#xe1bf;" d="M 282.419,231.731c-115.814,124.57-113.766,319.744, 6.502,440.883c 49.254,49.562, 110.797,79.155, 174.797,88.883L 460.186,867.84
	C 370.381,856.934, 283.443,816.845, 214.579,747.52C 53.35,585.114, 51.456,323.072, 208.282,157.082l-89.139-89.754l 282.112-15.411l-0.768,298.701L 282.419,231.731z
	 M 622.694,844.032l 0.768-298.701l 118.118,118.938c 115.814-124.57, 113.818-319.744-6.502-440.883c-49.254-49.613-110.797-79.155-174.848-88.883l 3.533-106.291
	c 89.856,10.906, 176.794,50.995, 245.658,120.371c 161.178,162.355, 163.174,424.448, 6.246,590.387l 89.139,89.754L 622.694,844.032z" data-tags="cycle, refresh, synchronize, reload" />
<glyph unicode="&#xe1c0;" d="M 689.984,896L 320.352,896 L 56,632.352L 56,263.68 L 320.352,0l 369.632,2.336l 262.016,261.344L 952,632.352 
			L 689.984,896z M 920,276.832l-243.328-242.656L 333.472,32L 88,276.832L 88,619.2 L 333.472,864l 343.232,0 l 243.328-244.8L 920.032,276.832 z M 774.112,448.736
			c 6.144,1.632, 11.296,4.512, 15.36,8.64c 3.648,3.712, 6.336,7.744, 8,12.128C 799.168,473.92, 800,479.008, 800,484.864
			c0,6.368-1.088,11.904-3.328,16.64c-2.208,4.672-5.568,8.544-10.048,11.52c-3.936,2.56-8.48,4.384-13.696,5.44
			s-11.68,1.632-19.424,1.632l-20.512,0 l0-73.76 l 16.864,0 C 759.872,446.336, 767.968,447.136, 774.112,448.736z M 640.096,504.8

 view all matches for this distribution


ArangoDB2

 view release on metacpan or  search on metacpan

lib/ArangoDB2/Admin.pm  view on Meta::CPAN


Whether or not the operation should block until the data in the flushed log has been collected.

=item waitForSync

Whether or not the operation should block until the not-yet synchronized data in the write-ahead log was synchronized to disk.

=back

=head1 AUTHOR

 view all matches for this distribution


Arch

 view release on metacpan or  search on metacpan

perllib/Arch/SharedCache.pm  view on Meta::CPAN


__END__

=head1 NAME

Arch::SharedCache - a synchronized data structure (map) for IPC

=head1 SYNOPSIS

    use Arch::SharedCache;

 view all matches for this distribution


Archive-Any-Plugin-Rar

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use File::Find ();
use File::Path ();

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.

 view all matches for this distribution


Archive-BagIt

 view release on metacpan or  search on metacpan

lib/Archive/BagIt.pm  view on Meta::CPAN

To reduce the complexity of code in current module the support for

=over

=item parallel processing
=item synchronous I/O

=back

is removed. The existing code is very fast, so there is no performance loss.

lib/Archive/BagIt.pm  view on Meta::CPAN

=over

=item calculation of checksums, by switching from the module "Digest" to OpenSSL by using L<Net::SSLeay> a significant
   speed increase could be achieved.

=item loading the files referenced in the manifest files was previously done serially and using synchronous I/O. By
   using the L<IO::Async> module, the files are loaded asynchronously, the performance gain is huge.

=back

On my system with 8cores, SSD and a large 9GB bag with 568 payload files the results for C<verify_bag()> are:

 view all matches for this distribution


Archive-Builder

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use File::Find ();
use File::Path ();

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.

 view all matches for this distribution


Archive-RPM

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use 5.005;
use strict 'vars';

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.

 view all matches for this distribution


Archive-Rar

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use 5.004;
use strict 'vars';

use vars qw{$VERSION};
BEGIN {
    # All Module::Install core packages now require synchronised versions.
    # This will be used to ensure we don't accidentally load old or
    # different versions of modules.
    # This is not enforced yet, but will be some time in the next few
    # releases once we can make sure it won't clash with custom
    # Module::Install extensions.

 view all matches for this distribution


Archive-Unzip-Burst

 view release on metacpan or  search on metacpan

unzip-6.0/History.600  view on Meta::CPAN

    Removed all History.600 entries that have been covered by fixes from
    the UnZip 5.5x code.
    For detailed ChangeLog see History.550, History.551, and History.552,
    as found in unzip552.zip source distribution and the UnZipHist.zip
    ChangeLog archive.  [Christian Spieler]
 - crypt.[ch]: updated to 2.10 (synchronized with zip 2.31) [Christian Spieler]
 - envargs.c: do not declare getenv() for "modern" compilers [Cosmin Truta]
 - extract.c: better echo message for CR or LF at overwrite prompt [Cosmin?]
 - fileio.c: added specific message for SIGILL in handler()  [Chr. Spieler]
 - process.c: fixed code of optional USE_STRM_INPUT variant [Chr. Spieler]
 - VMS, vms.c: requires "-vv" instead of only "-v" to enable VMS diagnostic

unzip-6.0/History.600  view on Meta::CPAN

    variable section [Steven M. Schweda]

6.00c9 (15 May 05):
 - zipinfo.c, list.c: fix the structure check for correct end-of-central dir
    to be aware of Zip64 extensions [Christian Spieler]
 - windll, sfxgui: synchronize function definitions with changed windll
    interface [Mike White]
 - extract.c, fileio.c, process.c: fixed USE_STRM_INPUT variant of file
    position seeking [Christian Spieler]
 - process.c - file_size(): changed scope into static; added non-USE_STRM_INPUT
    variant that uses zlseek instead of zfseeko and zftello; do not include in

unzip-6.0/History.600  view on Meta::CPAN

 - process.c: reorganized the extended Zip filesize-checking code (for > 2GB
    detection) by moving it behind the open_infile () call and using the
    already opened global zipfile handle [Steven M. Schweda, Chr. Spieler]
 - fileio.c: allow output redirection to memory when ZIP64_SUPPORT is enabled
    [Chr. Spieler]
 - windll: synchronized uzexampl.c and uzexampl.h with current windll interface
    declarations [Chr. Spieler]

6.00c11 (23 May 05):
 - process.c: fixed bugs in last filesize-checking revision (added missing
    semi-colon, synchronized file_size() call with its prototype declaration
    [Steven M. Schweda, Chr. Spieler]

6.00c12 (15 Aug 05):
 - VMS port: updated the dependency build routines (*.mms, *.com) and the VMS
    install documentation (INSTALL) [Steven M. Schweda]

unzip-6.0/History.600  view on Meta::CPAN

    handling archive test summary messages.  [Chr. Spieler]
 - fileio.c - zstrnicmp(): added (uch) typecasts to comparison, to improve
    "compatibility" with "extended ASCII characters".  [Chr. Spieler]
 - vms: use CRTL-supplied function strncasecmp() for STRNICMP() when available.
    [Steven M. Schweda, Chr. Spieler]
 - vms/vms.c, vms/vms.h: for better synchronisation with upcoming UnZip 6 code,
    the macros for masking the "ODS2 vs. ODS5" support differences have been
    cleanded up and ported back to the 5.5x VMS code.  [Chr. Spieler]
 - ubz2err.c: new source file to isolate the bzip2 "fatal error" callback
    routine in its own module; this allows easy replacement of this routine
    when the UnZip package is used as a static library (e.g. for WiZ with

unzip-6.0/History.600  view on Meta::CPAN

    [N.N.]
 - unzpriv.h, extract.c, list.c, zipinfo.c: added "WavPack" (supported by
    WinZip 11+) to list of recognized compression types.  [Christian Spieler]
 - win32/nt.c: prevent calling IsValidAcl() with a NULL Acl pointer, to fix
    false 'EA security check' failures.  [Will Menninger]
 - renamed proginfo/extra.fld into proginfo/extrafld.txt, to synchronize with
    Zip3.  [Chr. Spieler]
 - process.c: added second try to find the EOCD64 record, to compensate for
    (SFX-stub) bytes prepended to the archive without adjustment of the offset
    records in the Zip file structures.  [Will Menninger, Ed Gordon]
 - fileio.c, process.c: replaced spurious use of Z_OFF_T by zoff_t.

unzip-6.0/History.600  view on Meta::CPAN

    support "externally" supplied bzip2 libraries.  [St. Schweda, Chr. Spieler]
 - vms/descrip_src.mms, bzip2/descrbz2.mms: cleaned up VMS MMS support for
    integrated build of bzip2-enabled UnZip executables.  [Chr. Spieler]
 - msdos, unix, vms, win32: at request from SMS, changed all occurrences of
    "DIR_BZ2LIB" symbol in build scripts for the directory of the bzip2 library
    sources (and often also binaries) into "IZ_BZIP2", for synchronization
    with Zip.  [Chr. Spieler]

6.00d (17 Feb 08):
 - win32/Makefile: fixed configuration variations of bzip2 support when using
    non-standard build options regarding rtl linking; added documentation

unzip-6.0/History.600  view on Meta::CPAN

 - process.c, unzpriv.h: disabled compilation of unused UNICODE_SUPPORT helper
    function.  [Chr. Spieler]
 - process.c, win32/win32.c: added special win32-only version of the
    wide_to_local_string() helper function to work around "ANSI vs. OEM"
    codepage problems with non-Microsoft C-runtime libraries.  [Chr. Spieler]
 - zipinfo.c - zipinfo(): corrected "back at end-of-cdir" check (synchronized
    it with the corresponding list_files() code).  [Chr. Spieler]
 - fileio.c - do_string(): closed UNICODE_SUPPORT related memory leaks
    (free allocated utf8 buffers when no longer used).  [Chr. Spieler]
 - vms/vms.c - set_direc_attribs(): do not restore any size info from the
    (PK-style) extra field record attributes settings.  The new directory

unzip-6.0/History.600  view on Meta::CPAN

    escaping of shell-special characters. Tried to get the exit status to
    follow the status of egrep in the complex (default) situation, using only
    standard Bourne shell features, and to exit early if egrep returns
    status 2 (error).  [SMS]
 - vms/unzip_cli.help - VMS help updates.  [SMS]
 - vms/unzip_def.rnh - synchronized option description with unzip_cli.help.
    [Chr. Spieler]
 - fileio.c: extend backup number range from 65535 to 99999 on 32-bit systems;
    fixed limit detection on 16-bit systems.  [Chr. Spieler]
 - zipinfo.c: changed date layout of "short" (one-line) zipinfo modes to always
    use ISO-style YMD order.  [Chr. Spieler]

unzip-6.0/History.600  view on Meta::CPAN

    "DCL" options struct.  [EG]
 - windll/structs.h: added UZ_DCL_STRUCTVER preprocessor symbol, holding the
    currently valid version id of the DCL structure definition.  [Chr. Spieler]
 - windll/windll.c - Wiz_SetOpts(): exit function if version id of passed in
    "DCL" structure is not equal to the expected setting.  [EG, Chr. Spieler]
 - windll/unexampl.c: synchronized with recent WinDLL option structure
    addition.  [EG, Chr. Spieler]
 - windll/vc?/exampl/c_dll_ex.[dsp|vcproj]: new Visual Studio project files
    for building the WinDLL C usage example uzexampl.exe.  [EG, Chr. Spieler]
 - windll/vb/vbunzip.bas: changed DLL interface to use UZxxx_I32 variants of
    callback functions that split 64-bit values into high and low part 32-bit

unzip-6.0/History.600  view on Meta::CPAN

    duplicate file message.  Fixed MsgBox flags concatenation.  Added support
    for new OverwriteAll checkbox.  [EG]
 - windll/vb/vbunzip.frm: added OverwriteAll checkbox, added resizing to
    txtMsgOut output box.  [EG]
 - windll/vb/vbunzip.frm, windll/vb/vbunzip.bas: cleaned up and completed the
    recent modifications, resynchronized with WinDLL interface with UnZip 6.0
    master source, removed all modification incompatible with VB5, fixed the
    UZDLLServ_I32() callback calling interface, used Double instead of
    Currency as Int64 summation type to prevent potential numeric overflow
    issues.  [Chr. Spieler]

unzip-6.0/History.600  view on Meta::CPAN

 - fileio.c - open_outfile(): added strerror(errno) output to the error
    messages "cannot rename ..." and "cannot delete ...".  [Chr. Spieler]
 - fileio.c - do_string(): corrected string length passed to win_fprintf()
    (comment string may get shortened by CRLF->LF translation). [Chr. Spieler]
 - beos/beos.c, beos/beocfg.h, aosvs/aosvs.c, win32/win32.c: extended various
    "Cannot..." I/O error messages with strerror(errno) output, to synchronize
    code with current state of the Unix port.  [Chr. Spieler]
 - unzip.c, unzpriv.h, unix/configure: added better check for UTF-8 codeset
    using nl_langinfo() function, as suggested on the sourceforge.net forum;
    added nl_langinfo() to the "function existence" checks in the configure
    script.  [Chr. Spieler]

 view all matches for this distribution


Archive-Zip-Crypt

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use File::Find ();
use File::Path ();

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.

 view all matches for this distribution


Archive-Zip

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

      null times to the unix2dos converter (and the resulting error)
    - Reformat the expected empty zip warning in the output to add a note that
      the warning is entirely normal. Would be nice if some time later we can
      suppress it altogether, but I don't have the cross-platform STDERR-fu
      without adding a dependency to IPC::Run3 (which would be bad).
    - Adding a proper $VERSION to all classes, and synchronising them to the
      same value.
    - Adding a BEGIN block around the require 5.003_96 so it works at
      compile-time instead of post-compile.
    - Moved crc32 to bin/crc32 in line with package layout conventions

 view all matches for this distribution


Arepa

 view release on metacpan or  search on metacpan

lib/Arepa/Repository.pm  view on Meta::CPAN

C<$dist_name>). It returns if GPG returned error status zero.

=item sync_remote

Syncs the local repository to the remote location, if available in the config.
Returns if the synchronisation worked (needs the C<rsync> command) or false if
there wasn't any remote repository location in the config. 

=item is_synced

Returns if the local repository is synced with the remote repository. It

 view all matches for this distribution


Argv

 view release on metacpan or  search on metacpan

test.pl  view on Meta::CPAN

}

use Argv;
$final += printok(1);

# Make sure output arrives synchronously.
select(STDERR); $| = 1; select(STDOUT); $| = 1;

print "+ Testing basic construction and execution ...\n";
my $pl = Argv->new($^X, '-v');
$pl->stdout(0);

 view all matches for this distribution


Armadito-Agent

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use File::Find ();
use File::Path ();

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.

 view all matches for this distribution


Array-Extract

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use File::Find ();
use File::Path ();

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.

 view all matches for this distribution


Array-Transpose-Ragged

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use 5.005;
use strict 'vars';

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.

 view all matches for this distribution


Array-Window

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

}
use strict 'vars';

use vars qw{$VERSION};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.

 view all matches for this distribution


Array-Windowed

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use File::Find ();
use File::Path ();

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.

 view all matches for this distribution


ArrayData-Lingua-Word-EN-Enable

 view release on metacpan or  search on metacpan

lib/ArrayData/Lingua/Word/EN/Enable.pm  view on Meta::CPAN

asymptotes
asymptotic
asymptotically
asynapses
asynapsis
asynchronies
asynchronism
asynchronisms
asynchronous
asynchronously
asynchrony
asyndeta
asyndetic
asyndetically
asyndeton
asyndetons

lib/ArrayData/Lingua/Word/EN/Enable.pm  view on Meta::CPAN

geostrategist
geostrategists
geostrategy
geostrophic
geostrophically
geosynchronous
geosynclinal
geosyncline
geosynclines
geotactic
geotaxes

lib/ArrayData/Lingua/Word/EN/Enable.pm  view on Meta::CPAN

nonswimmers
nonsyllabic
nonsymbolic
nonsymmetric
nonsymmetrical
nonsynchronous
nonsystem
nonsystematic
nonsystemic
nonsystems
nontarget

lib/ArrayData/Lingua/Word/EN/Enable.pm  view on Meta::CPAN

syncategorematically
synced
synch
synched
synching
synchro
synchrocyclotron
synchrocyclotrons
synchromesh
synchromeshes
synchronal
synchroneities
synchroneity
synchronic
synchronical
synchronically
synchronicities
synchronicity
synchronies
synchronisation
synchronisations
synchronise
synchronised
synchronises
synchronising
synchronism
synchronisms
synchronistic
synchronization
synchronizations
synchronize
synchronized
synchronizer
synchronizers
synchronizes
synchronizing
synchronous
synchronously
synchronousness
synchronousnesses
synchrony
synchros
synchroscope
synchroscopes
synchrotron
synchrotrons
synchs
syncing
synclinal
syncline
synclines

lib/ArrayData/Lingua/Word/EN/Enable.pm  view on Meta::CPAN

unsymmetrical
unsymmetrically
unsympathetic
unsympathetically
unsymptomatic
unsynchronized
unsystematic
unsystematically
unsystematized
untack
untacked

 view all matches for this distribution


ArrayData-Lingua-Word-EN-Medical-Glutanimate

 view release on metacpan or  search on metacpan

lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm  view on Meta::CPAN

asymphytous
asymptomatic
asymptomatically
asynapses
asynapsis
asynchronism
asynchronous
asynchrony
asynclitism
asyndesis
asynechia
asynergia
asynergic

lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm  view on Meta::CPAN

Desulfotomaculum
Desulfovibrio
desulfurase
desvenlafaxine
desynapsis
desynchronization
desynchronize
desynchronized
desynchronizing
Desyrel
Det.
DET
detached
detachment

lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm  view on Meta::CPAN

dysstasia
dysstatic
dyssymbolia
dyssymboly
dyssymmetry
dyssynchrony
dyssynergia
dyssynergic
dyssynergy
dystasia
dystaxia

lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm  view on Meta::CPAN

resurrection
resuscitation
resuscitator
resuture
Resveratrol
resynchronization
resyntheses
resynthesis
resynthesize
resynthesized
resynthesizing

lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm  view on Meta::CPAN

synchondrosis
synchondrotomy
synchorial
Synchro
SynchroMed
synchronia
synchronism
synchronized
synchronous
synchrony
synchrotron
synchysis
syncinesis
synciput
syncitiotrophoblast
synclinal

 view all matches for this distribution


( run in 2.290 seconds using v1.01-cache-2.11-cpan-9581c071862 )