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


Compress-Deflate7

 view release on metacpan or  search on metacpan

7zip/CPP/7zip/Bundles/Format7zF/Format7z.dsp  view on Meta::CPAN


SOURCE=..\..\Archive\Icons\fat.ico
# End Source File
# Begin Source File

SOURCE=..\..\Archive\Icons\gz.ico
# End Source File
# Begin Source File

SOURCE=..\..\Archive\Icons\hfs.ico
# End Source File

 view all matches for this distribution


Config-Perl-V

 view release on metacpan or  search on metacpan

t/28_plv52201w.t  view on Meta::CPAN

    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8, longdblkind=3
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='g++', ldflags ='-s -L"D:\Strawberry\perl\lib\CORE" -L"D:\Strawberry\c\lib"'
    libpth=D:\Strawberry\c\lib D:\Strawberry\c\x86_64-w64-mingw32\lib D:\Strawberry\c\lib\gcc\x86_64-w64-mingw32\4.9.2
    libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
 -lcomctl32
    perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbc
cp32 -lcomctl32
    libc=, so=dll, useshrplib=true, libperl=libperl522.a

 view all matches for this distribution


Config-Win32

 view release on metacpan or  search on metacpan

Makefile  view on Meta::CPAN

# --- MakeMaker const_config section:

# These definitions are from config.sh (via C:/Perl64/lib/Config.pm).
# They may have been overridden via Makefile.PL or on the command line.
AR = C:\MinGW\bin\ar.exe
CC = C:\MinGW\bin\gcc.exe
CCCDLFLAGS =  
CCDLFLAGS =  
DLEXT = dll
DLSRC = dl_win32.xs
EXE_EXT = .exe

 view all matches for this distribution


Convert-Ethiopic

 view release on metacpan or  search on metacpan

lib/Convert/Ethiopic/System.pm  view on Meta::CPAN

	'GeezTypeNet' 			=>	[ 'GeezTypeNet',				$geztypenet,		0,	1,	0,	'gI2\\TypeNet\\'   ],

#
#	Power Ge'ez
#
	'Geez-1'		  		=>	[ 'Ge\'ez-1',					$powergez,		0,	0,	1,	'\\Power\\gI2z' ],
	'Geez-2'  				=>	[ 'Ge\'ez-2',					$powergez,		0,	1,	1,	'\\Power\\gI2z' ],
	'Geez-3'  				=>	[ 'Ge\'ez-3',					$powergez,		0,	2,	1,	'\\Power\\gI2z' ],
	'Ge\'ez-1 Number, etc'	=>	[ 'Ge\'ez-1 Number, etc',		$powergez,		0,	3,	1,	'\\Power\\gI2z' ],

#
#	ACIS http://www.acisconsulting.com/
#
	'HahuLite'  			=>	[ 'Hahu Lite',					$acis,			0,	0,	1,	'hehu \\Lite\\'        ],

lib/Convert/Ethiopic/System.pm  view on Meta::CPAN

	'FirstTime' 				=>	[ 'none',						$unicode,	 $utf8,	0,	1,	'\\UTF8\\'  ],

#
#	Visual Ge'ez
#
	'VG2-Main'				=>	[ 'VG2 Main',					$visualgez,		0,	0,	0,	'\\Visual\\gI2z' ],
	'VG2-Agazian'			=>	[ 'VG2 Agazian',				$visualgez,		0,	1,	0,	'\\Visual\\gI2z' ],
	'VG2-Title'	 			=>	[ 'VG2 Title',					$visualgez,		0,	2,	0,	'\\Visual\\gI2z' ],

#
#	Visual Ge'ez 2000
#
	'VG2K-Main'				=>	[ 'VG2000 Main',				$visualgez2k,		0,	0,	0,	'\\Visual\\gI2z\\2K' ],
	'VG2K-Agazian'				=>	[ 'VG2000 Agazian',				$visualgez2k,		0,	1,	0,	'\\Visual\\gI2z\\2K' ],
	'VG2K-Title'	 			=>	[ 'VG2000 Title',				$visualgez2k,		0,	2,	0,	'\\Visual\\gI2z\\2K' ],

#
#	Unknown Companies
#
	'Fidel' 				=>	[ 'FIDEL~`_SOFTWARE',			$fidelxtr1,		0,	0,	1,	'fidel' ],

 view all matches for this distribution


Convert-yEnc

 view release on metacpan or  search on metacpan

t/ntx/00000020.cr  view on Meta::CPAN

From: develop@winews.net
Newsgroups: yenc
Date: 27 Oct 2001 15:25:09 +0200
Subject: yEnc-Prefix: joystick.jpg (1/2) 18 yEnc kByte - yEnc test (2)
Message-ID: <1025f.ra1200@liebchen.winews.net>
Path: liebchen.winews.net!not-for-mail
Lines: 251
X-Newsr...

 view all matches for this distribution


Courriel

 view release on metacpan or  search on metacpan

lib/Courriel.pm  view on Meta::CPAN

    ${$text} =~ s/^From\s+.+$Courriel::Helpers::LINE_SEP_RE//;

    # Some broken emails may split the From line in an arbitrary spot
    ${$text} =~ s/^[^:]+$Courriel::Helpers::LINE_SEP_RE//g;

    if ( ${$text} =~ /^(.+?)($Courriel::Helpers::LINE_SEP_RE)\g{2}/s ) {
        $header_text = $1 . $2;
        $sep_idx     = ( length $header_text ) + ( length $2 );
    }
    else {
        return ( 0, Courriel::Headers::->new );

 view all matches for this distribution


Crypt-Khazad

 view release on metacpan or  search on metacpan

_khazad.c  view on Meta::CPAN

H & = & \left[\begin{array}{cc}
U & V \\
V & U
\end{array}\right], \\
U & = & \left[\begin{array}{cccc}
\gf{01} & \gf{03} & \gf{04} & \gf{05} \\
\gf{03} & \gf{01} & \gf{05} & \gf{04} \\
\gf{04} & \gf{05} & \gf{01} & \gf{03} \\
\gf{05} & \gf{04} & \gf{03} & \gf{01}
\end{array}\right], \\
V & = & \left[\begin{array}{cccc}
\gf{06} & \gf{08} & \gf{0b} & \gf{07} \\
\gf{08} & \gf{06} & \gf{07} & \gf{0b} \\
\gf{0b} & \gf{07} & \gf{06} & \gf{08} \\
\gf{07} & \gf{0b} & \gf{08} & \gf{06}
\end{array}\right].
\end{eqnarray*}

Definition of the corresponding $U$ and $V$ tables:

\begin{eqnarray*}
U_0[x] & = & S[x] \cdot \left[\begin{array}{cccc} \gf{01} & \gf{03} & \gf{04} & \gf{05} \end{array}\right],\\%
U_1[x] & = & S[x] \cdot \left[\begin{array}{cccc} \gf{03} & \gf{01} & \gf{05} & \gf{04} \end{array}\right],\\%
U_2[x] & = & S[x] \cdot \left[\begin{array}{cccc} \gf{04} & \gf{05} & \gf{01} & \gf{03} \end{array}\right],\\%
U_3[x] & = & S[x] \cdot \left[\begin{array}{cccc} \gf{05} & \gf{04} & \gf{03} & \gf{01} \end{array}\right];\\%
V_0[x] & = & S[x] \cdot \left[\begin{array}{cccc} \gf{06} & \gf{08} & \gf{0b} & \gf{07} \end{array}\right],\\%
V_1[x] & = & S[x] \cdot \left[\begin{array}{cccc} \gf{08} & \gf{06} & \gf{07} & \gf{0b} \end{array}\right],\\%
V_2[x] & = & S[x] \cdot \left[\begin{array}{cccc} \gf{0b} & \gf{07} & \gf{06} & \gf{08} \end{array}\right],\\%
V_3[x] & = & S[x] \cdot \left[\begin{array}{cccc} \gf{07} & \gf{0b} & \gf{08} & \gf{06} \end{array}\right];  %
\end{eqnarray*}

In terms of $T_i$:
\begin{eqnarray*}
U_i[x] & = & T_i[x] \rrr 32,\\%

 view all matches for this distribution


( run in 0.980 second using v1.01-cache-2.11-cpan-87723dcf8b7 )