Results 1-25 of about 25,999 results found for 'parse' in 0.34 seconds
 1 2345678910...

x21.pl
  $xm = $ym = -0.2;
  $xM = $yM = 0.8;
  plParseOpts (\@ARGV, PL_PARSE_PARTIAL);
  $opt[2] = $wmin;
  $opt[3] = $knn_order;
Language: Perl
(C) 2004 Rafael Laboissiere
LOC: 171
SourceForge : PLplot (project search) : .../plplot/plplot/examples/perl/x21.pl

cvs-committers.pl
# Copyright (C) 2001 Rafael Laboissiere 
# 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

UPCE.pm
my $UPCrightGuardBar = '0G0G0G';
#------------------------------------------------------------------------------
# new (for Spreadsheet::ParseExcel)
#------------------------------------------------------------------------------
sub new($$) {
Language: Perl
LOC: 196
SourceForge : LAN Admin System (project search) : .../perl/5.8/GD/Barcode/UPCE.pm

Rule.pm
       else
         {
           # Since we parse the user Makefile.am before reading
           # the Automake fragments, this condition should never happen.
           prog_error ("user target `$target'$condmsg seen after Automake's"
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

b2m.pl
# Maintained by Jonathan Kamens <jik@kamens.brookline.ma.us>.
# Requires CPAN modules: MailTools (for Mail::Address), TimeDate (for
# Date::Parse).
use warnings;
use strict;
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

x17.pl
use Time::HiRes qw [usleep];
my $nsteps = 1000;
# Parse and process command line arguments
plParseOpts (\@ARGV, PL_PARSE_SKIP | PL_PARSE_NOPROGRAM);
# If db is used the plot is much more smooth. However, because of the
Language: Perl
(C) 2004 Rafael Laboissiere
LOC: 60
SourceForge : PLplot (project search) : .../plplot/plplot/examples/perl/x17.pl

x01.pl
  # Divide page into 2x2 plots unless user overrides
  plssub (2, 2);
  # Parse and process command line arguments
  plParseOpts (\@ARGV, PL_PARSE_PARTIAL);
  # Get version number, just for kicks */
Language: Perl
(C) 2004 Rafael Laboissiere
LOC: 148
SourceForge : PLplot (project search) : .../plplot/plplot/examples/perl/x01.pl

LANdb.pm
require     Exporter;
@ISA     = qw(Exporter);
@EXPORT = qw(DBLogin ReadParse);
@EXPORT_OK = qw(in);
use strict;
Language: Perl
License: GPL
(C) 1999 John Madden #
LOC: 771
SourceForge : LANdb: The Network Administration DB (project search) : .../l/landb/landb/cgi-bin/LANdb.pm

tmp.pl
#!/usr/bin/perl
use Goe::Parse;
$p = new Goe::Parse;
$p->load("Goe/Parse.pm");
Language: Perl
LOC: 3
Spider_20081217_inc : Goe (project search) : .../goe/bak/goe-2001.04.30.03.33.tar.gz.---/goe/tmp.pl

Perforce.pm
     $params{description} =~ s/\s*\n\*/\n/g;
    } else {
        die "could not parse $changelist: $output";
    }
    $params{files} = [];
Language: Perl
License: GPL
(C) 2002-2004 Daniel Berrange
LOC: 230
Gna! : Test-AutoBuild (project search) : .../lib/Test/AutoBuild/Repository/Perforce.pm

wrap_octave.pl
}
#
# Parse the argument vector for language-specific options.  Arguments:
# 1) A reference to the argument vector.
# Any arguments we use should be removed from the argument vector.
Language: Perl
(c) 1997 Gary R. Holt. This is distributed under the terms of the
LOC: 526
SourceForge : PLplot (project search) : .../plplot/bindings/octave/matwrap/wrap_octave.pl

cd-label.pl
sub help_window {
# Very very ugly , but the pod Module can only handle STDOUT or Filehandle
  my $parser = Pod::Text->new;
  my $tmp_file_name = "/tmp/cd-circle_print.man.1";
  $parser->parse_from_file ($0, $tmp_file_name);
Language: Perl
LOC: 1790
SourceForge : cd-circle-print (project search) : .../cd-circle-print/cd-circleprint/perl/cd-label.pl

Eyapp.pm
#
# Module Parse::Eyapp.pm.
#
#
Language: Perl
LOC: 8
Spider_cpan0001 : Parse::Eyapp (project search) : .../Parse__Eyapp/Parse-Eyapp-1.112/lib/Parse/Eyapp.pm

ParseCommandLine.pm
package Glay::Modules::ParseCommandLine;
Language: Perl
LOC: 1
Spider_20090108_inc : Glay (project search) : .../Glay-0.01/lib/Glay/Modules/ParseCommandLine.pm

demo.pl
#! /usr/local/bin/perl -sw
package Foo;
use base Parse::RecDescent;
sub print_cat {
     print "Found ", @_[1..$#_], "\n";
Language: Perl
LOC: 15
Spider_cpan0001 : Parse::RecDescent (project search) : .../cpan0001/Parse__RecDescent/Parse-RecDescent-v1.95.1/demo/demo.pl

PrettySQLCommon.pm
use Xortex::Translate;
sub mandatory_field {
        my ($query, $parse, $title) = @_;
     my $text = '';
     if ($parse->{$parse->{'indice'}}->{'metavars'}->{'mandatory'}) {
Language: Perl
License: GPL
Copyright 2000 Christophe Le Bars - Alcve
LOC: 73
Savannah NonGNU : Xortex (project search) : .../xortex/xortex/lib/Xortex/PrettySQLCommon.pm

ASCIIMathML.pm
# This file doesn't parse as a perl module.
0;
Language: Perl
LOC: 1
Spider_cpan0001 : Text::Restructured (project search) : .../t/60_new/directives.init/Text/ASCIIMathML.pm

ASCIIMathML.pm
# This file doesn't parse as a perl module.
0;
Language: Perl
LOC: 1
Spider_cpan0001 : Text::Restructured (project search) : .../t/80_misc/coverage.init/Text/ASCIIMathML.pm

ASCIIMathML.pm
# This file doesn't parse as a perl module.
0;
Language: Perl
LOC: 1
BerliOS (SVN) : Docutils (project search) : .../t/60_new/directives.init/Text/ASCIIMathML.pm

ASCIIMathML.pm
# This file doesn't parse as a perl module.
0;
Language: Perl
LOC: 1
BerliOS (SVN) : Docutils (project search) : .../t/80_misc/coverage.init/Text/ASCIIMathML.pm

BAG.pm
# $URL: //local/member/autrijus/Parse-AFP/lib/Parse/AFP/BAG.pm $ $Author: autrijus $
# $Rev: 1130 $ $Date: 2004-02-17T15:40:29.640821Z $
package Parse::AFP::BAG;
Language: Perl
LOC: 6
Spider_cpan0001 : Parse::AFP (project search) : .../Parse-AFP-0.24/lib/Parse/AFP/BAG.pm

BBC.pm
# $URL: //local/member/autrijus/Parse-AFP/lib/Parse/AFP/BBC.pm $ $Author: autrijus $
# $Rev: 1130 $ $Date: 2004-02-17T15:40:29.640821Z $
package Parse::AFP::BBC;
Language: Perl
LOC: 6
Spider_cpan0001 : Parse::AFP (project search) : .../Parse-AFP-0.24/lib/Parse/AFP/BBC.pm

BCA.pm
# $URL: //local/member/autrijus/Parse-AFP/lib/Parse/AFP/BCA.pm $ $Author: autrijus $
# $Rev: 1130 $ $Date: 2004-02-17T15:40:29.640821Z $
package Parse::AFP::BCA;
Language: Perl
LOC: 6
Spider_cpan0001 : Parse::AFP (project search) : .../Parse-AFP-0.24/lib/Parse/AFP/BCA.pm

BCF.pm
# $URL: //local/member/autrijus/Parse-AFP/lib/Parse/AFP/BCF.pm $ $Author: autrijus $
# $Rev: 1130 $ $Date: 2004-02-17T15:40:29.640821Z $
package Parse::AFP::BCF;
Language: Perl
LOC: 6
Spider_cpan0001 : Parse::AFP (project search) : .../Parse-AFP-0.24/lib/Parse/AFP/BCF.pm

BCP.pm
# $URL: //local/member/autrijus/Parse-AFP/lib/Parse/AFP/BCP.pm $ $Author: autrijus $
# $Rev: 1130 $ $Date: 2004-02-17T15:40:29.640821Z $
package Parse::AFP::BCP;
Language: Perl
LOC: 6
Spider_cpan0001 : Parse::AFP (project search) : .../Parse-AFP-0.24/lib/Parse/AFP/BCP.pm

 1 2345678910...

Project Matches
 1 2345...

Parse::Snort - Parse::Snort

DPKG__Parse - DPKG::Parse, DPKG::Parse::Available,...

Parse__Plain - Parse::Plain

Parse__Tokens - Parse::Tokens

Parse__CVSEntries - Parse::CVSEntries








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