Searched refs:VERSION (Results 451 - 461 of 461) sorted by relevance

<<111213141516171819

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm19 our $VERSION = '0.33';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm23 $CGI::VERSION='3.52';
1329 return $VERSION;
4307 $CGI::VERSION;
7915 OLD VERSION
7921 NEW VERSION
H A Dperl5db.pl495 $VERSION = 1.25;
497 $header = "perl5db.pl version $VERSION";
2409 eval { require PadWalker; PadWalker->VERSION(0.08) }
4584 "$_".(defined(${"$_\::VERSION"}) ? ' '.${"$_\::VERSION"} : undef)
6692 $VERSION package globals from each package, gets the file name, and formats the
6710 # If the package has a $VERSION package global (as all good packages
6712 if (defined ${ $_ . '::VERSION' }) {
6713 $version{$file} = "${ $_ . '::VERSION' } from ";
H A Doverload.pm3 our $VERSION = '1.01';
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A DMakefile10541 distdir = $(PACKAGE)-$(VERSION)
11106 VERSION = 1.99 macro
[all...]
/osnet-11/usr/src/grub/grub2/build-bios/
H A DMakefile10541 distdir = $(PACKAGE)-$(VERSION)
11106 VERSION = 1.99 macro
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c251 ntfs_log_info("\n%s v%s (libntfs %s)\n\n", EXEC_NAME, VERSION,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm15 $VERSION = '1.44';
H A DBigInt.pm21 $VERSION = '1.70';
400 lib_version => ${"${CALC}::VERSION"},
404 version => ${"${class}::VERSION"},
2404 my $ver = eval "\$$lib\::VERSION";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm24 $VERSION = 0.66;
401 return if $self->const_sv($constop)->PV ne "VERSION";
/osnet-11/usr/src/grub/grub2/
H A Dconfigure1298 VERSION
3051 VERSION='1.99'
3060 #define VERSION "$VERSION"
[all...]

Completed in 1640 milliseconds

<<111213141516171819