SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-String-Parity rpm build for : OpenSuSE. For other distributions click perl-String-Parity.

Name : perl-String-Parity
Version : 1.34 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.1.1 Date : 2023-01-27 17:54:11
Group : Development/Libraries/Perl Source RPM : perl-String-Parity-1.34-lp154.1.1.src.rpm
Size : 0.03 MB
Packager : https://www_suse_com/
Summary : Parity (odd/even/mark/space) handling functions
Description :
* setEvenParity LIST

Copies the elements of LIST to a new list and converts the new elements
to strings of bytes with even parity. In array context returns the new
list. In scalar context joins the elements of the new list into a single
string and returns the string.

* setOddParity LIST

Like setEvenParity function, but converts to strings with odd parity.

* setSpaceParity LIST

Like setEvenParity function, but converts to strings with space (High bit
cleared) parity.

* setMarkParity LIST

Like setEvenParity function, but converts to strings with mark (High bit
set) parity.

* EvenBytes LIST

Returns the number of even parity bytes in the elements of LIST.

* OddBytes LIST

Returns the number of odd parity bytes in the elements of LIST.

* SpaceBytes LIST

Returns the number of space parity bytes in the elements of LIST.

* MarkBytes LIST

Returns the number of mark parity bytes in the elements of LIST.

* isEvenParity LIST

Returns TRUE if the LIST contains no byte with odd parity, FALSE
otherwise.

* isOddParity LIST

Returns TRUE if the LIST contains no byte with even parity, FALSE
otherwise.

* isSpaceParity LIST

Returns TRUE if the LIST contains no byte with mark parity, FALSE
otherwise.

* isMarkParity LIST

Returns TRUE if the LIST contains no byte with space parity, FALSE
otherwise.

* showParity LIST

Like setEvenParity function, but converts bytes with even parity to \'e\'
and other bytes to \'o\'. The function showParity must be imported by a
specialised import list.

* showMarkSpace LIST

Like setEvenParity function, but converts bytes with space parity to \'s\'
and other bytes to \'m\'. The function showMarkSpace must be imported by a
specialised import list.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-S/15.4/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-String-Parity-1.34-lp154.1.1.noarch.rpm
     

Provides :
perl(String::Parity)
perl-String-Parity

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/String
/usr/lib/perl5/vendor_perl/5.26.1/String/Parity.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-String-Parity
/usr/share/doc/packages/perl-String-Parity/Changes
/usr/share/doc/packages/perl-String-Parity/LICENSE
/usr/share/doc/packages/perl-String-Parity/README
/usr/share/man/man3/String::Parity.3pm.gz

 
ICM