Results 1-25 of about 110,702 results found for 'file' in 0.50 seconds
 1 2345678910...

CiscoIOS.pm
use Common::Log;
use genConfig::Utils;
use genConfig::File;
use genConfig::SNMP;
### Start package init
Language: Perl
License: GPL
(C) 2002 Francois Mikus
LOC: 591
SourceForge : Cricket (project search) : .../cricket/genDevConfig/plugins/genConfig/CiscoIOS.pm

Wx.pm
_start();
our( $wx_path );
sub _load_file {
  Wx::wxVERSION() < 2.005 ? DynaLoader::dl_load_file( $_[0], 0 ) :
                            Wx::_load_plugin( $_[0] );
Language: Perl
(c) 2000-2007 Mattia Barbon
LOC: 248
SourceForge : wxPerl (project search) : .../wxperl/wxPerl/Wx.pm

GD.pm
package GD;
# Copyright 1995 Lincoln D. Stein.  See accompanying README file for
# usage information
require 5.004;
Language: Perl
Copyright 1995 Lincoln D. Stein. See accompanying README file for
LOC: 1296
SourceForge : LAN Admin System (project search) : .../usr/share/perl/5.8/GD.pm

FileUtils.pm
# 02110-1301, USA.
###############################################################
# The main copy of this file is in Automake's CVS repository. #
# Updates should be sent to automake-patches@gnu.org.         #
###############################################################
Language: Perl
License: GPL
(C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
LOC: 236
Savannah GNU : Automake (project search) : .../automake/automake/lib/Automake/FileUtils.pm

General.pm
use Autom4te::ChannelDefs;
use Autom4te::Channels;
use File::Basename;
use File::Path ();
use File::stat;
Language: Perl
License: GPL
(C) 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
LOC: 220
Savannah GNU : Autoconf (project search) : .../autoconf/autoconf/lib/Autom4te/General.pm

opec.pl
#
# Project       OpenPec
# file name:    opec
#
# DESCRIPTION
Language: Perl
License: GPL
(C) 2004 Ksolutions S.p.A., All Rights Reserved....
LOC: 956
SourceForge : OpenPEC (project search) : .../openpec/opec/src/opec.pl

Barcode.pm
All rights reserved.
You may distribute under the terms of either the GNU General Public
License or the Artistic License, as specified in the Perl README file.
=head1 SEE ALSO
GD GD::Barcode subclasses
Language: Perl
LOC: 121
SourceForge : LAN Admin System (project search) : .../share/perl/5.8/GD/Barcode.pm

Xml.pm
#
# Project       OpenPec
# file name:    Xml.pm
# package:      Opec::Xml
#
Language: Perl
License: GPL
(C) 2004 Ksolutions S.p.A., All Rights Reserved....
LOC: 504
SourceForge : OpenPEC (project search) : .../openpec/opec/src/Opec/Xml.pm

log_accum.pl
# $Id: log_accum.pl,v 1.5 2003/03/29 12:35:13 bretts Exp $
#
# Perl filter to handle the log messages from the checkin of files in
# a directory.  This script will group the lists of files by log
# message, and mail a single consolidated log message at the end of
Language: Perl
LOC: 358
SourceForge : Jetty - Java HTTP Servlet Server (project search) : .../jetty/CVSROOT/log_accum.pl

EAN13.pm
All rights reserved.
You may distribute under the terms of either the GNU General Public
License or the Artistic License, as specified in the Perl README file.
=head1 SEE ALSO
GD::Barcode
Language: Perl
LOC: 186
SourceForge : LAN Admin System (project search) : .../perl/5.8/GD/Barcode/EAN13.pm

x21.pl
# Copyright (C) 2004  Rafael Laboissiere
#
# This file is part of PLplot.
#
# PLplot is free software; you can redistribute it and/or modify
Language: Perl
(C) 2004 Rafael Laboissiere
LOC: 171
SourceForge : PLplot (project search) : .../plplot/plplot/examples/perl/x21.pl

cvs-committers.pl
# I hereby put this script in the public domain.
# This script parse the output of the "cvs log" command and generates for 
# each file in the MAIN trunk a list of user ids and the associated years 
# where eahc one made commits to the file.
#
Language: Perl
(C) 2001 Rafael Laboissiere
LOC: 28
SourceForge : PLplot (project search) : .../p/plplot/plplot/bin/cvs-committers.pl

ID3v1Tag.pm
use vars qw(@ISA @EXPORT @EXPORT_OK);
use Carp;
use IO::File;
require Exporter;
@ISA = ('Exporter');
Language: Perl
LOC: 316
SourceForge : Linux Mp3-Box (project search) : .../l/linuxmp3box/linuxmp3box/linuxmp3box_server/ID3v1Tag.pm

Code39.pm
All rights reserved.
You may distribute under the terms of either the GNU General Public
License or the Artistic License, as specified in the Perl README file.
=head1 SEE ALSO
GD::Barcode
Language: Perl
LOC: 148
SourceForge : LAN Admin System (project search) : .../perl/5.8/GD/Barcode/Code39.pm

EAN8.pm
All rights reserved.
You may distribute under the terms of either the GNU General Public
License or the Artistic License, as specified in the Perl README file.
=head1 SEE ALSO
GD::Barcode
Language: Perl
LOC: 155
SourceForge : LAN Admin System (project search) : .../perl/5.8/GD/Barcode/EAN8.pm

upload-debs.pl
#!/usr/bin/perl -w
#
# Upload the deb files for PLplot to the plplot.sf.net web site
#
# Copyright (C) 2004  Rafael Laboissiere
Language: Perl
(C) 2004 Rafael Laboissiere
LOC: 162
SourceForge : PLplot (project search) : .../plplot/plplot/plplot/debian/upload-debs.pl

UPCE.pm
All rights reserved.
You may distribute under the terms of either the GNU General Public
License or the Artistic License, as specified in the Perl README file.
=head1 SEE ALSO
GD::Barcode
Language: Perl
LOC: 196
SourceForge : LAN Admin System (project search) : .../perl/5.8/GD/Barcode/UPCE.pm

Rule.pm
  use Automake::RuleDef;
=head1 DESCRIPTION
This package provides support for Makefile rule definitions.
An C<Automake::Rule> is a rule name associated to possibly
many conditional definitions.  These definitions are instances
Language: Perl
License: GPL
(C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
LOC: 518
Savannah GNU : Automake (project search) : .../automake/automake/lib/Automake/Rule.pm

Test-AutoBuild.spec.PL
This sub-package creates a 'builder' user account and the directory structure
in /var/lib/builder necessary for running a builder instance using the default
example configuration file.
%description cvs
Test-AutoBuild is a Perl framework for performing continuous, unattended,
Language: Perl
(C) 2001-2004 Daniel Berrange
LOC: 266
Gna! : Test-AutoBuild (project search) : .../t/testautobuild/testautobuild/testautobuild/Test-AutoBuild.spec.PL

get-library-structs.pl
#! /usr/bin/env perl
# Get symbols exported by the PLplot library and output only those that are
# included in the public header file.
#
# Rafael Laboissiere <rafael@users.sf.net> on Sun May 23 16:24:02 CEST 2004
Language: Perl
LOC: 19
SourceForge : PLplot (project search) : .../plplot/doc/docbook/bin/get-library-structs.pl

cd-label.pl
use Tk;
use Tk::Text;
use Tk::FileSelect;
use Tk::DialogBox;
use Pod::Text;
Language: Perl
LOC: 1790
SourceForge : cd-circle-print (project search) : .../cd-circle-print/cd-circleprint/perl/cd-label.pl

Noutaja.pm
    return bless ($self);
}
# Retrive the URL into the named file
sub RetrieveToFile 
{
Language: Perl
(C) 1999 Sami Lempinen
LOC: 72
SourceForge : LeHTori - suomalainen HTML-validaattori (project search) : .../lehtori/lehtori/lib/LeHTori/Noutaja.pm

Bookmarks.pm
#
# Project       OpenPec
# file name:    Bookmarks.pm
# package:      Opec::Bookmarks
#
Language: Perl
License: GPL
(C) 2004 Ksolutions S.p.A., All Rights Reserved.
LOC: 129
SourceForge : OpenPEC (project search) : .../openpec/opec/src/Opec/Bookmarks.pm

b2m.pl
#!/usr/bin/perl
# b2m.pl - Script to convert a Babyl file to an mbox file
# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
#   Free Software Foundation, Inc.
Language: Perl
License: GPL
(C) 2002, 2003, 2004, 2005, 2006, 2007
LOC: 91
Savannah GNU : emacs (project search) : .../emacs/emacs/emacs/lib-src/b2m.pl

Perforce.pm
use base qw(Test::AutoBuild::Repository);
use strict;
use File::Spec::Functions qw(catfile);
use POSIX qw(strftime);
use Date::Manip;
Language: Perl
License: GPL
(C) 2002-2004 Daniel Berrange
LOC: 230
Gna! : Test-AutoBuild (project search) : .../lib/Test/AutoBuild/Repository/Perforce.pm

 1 2345678910...

Project Matches
 1 2345...

file

file-sel

file-roller

File::Reader - File::Reader

File::Filename - File::Filename, File::Filename::Convention








About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us