Results 1-25 of about 45,480 results found for 'split' in 0.45 seconds
 1 2345678910...

CiscoIOS.pm
        foreach my $key (keys %frCircuitState) {
            next if ($frCircuitState{$key} != 2);       # active DLCIs only.
            my($inst, $dlci) = split(/\./,$key);
            push(@{$dlcis{$ifdescr{$inst}}}, $dlci);
        }
Language: Perl
License: GPL
(C) 2002 Francois Mikus
LOC: 591
SourceForge : Cricket (project search) : .../cricket/genDevConfig/plugins/genConfig/CiscoIOS.pm

Barcode.pm
    my($sWk, $sRes);
    $sRes = '';
    foreach $sWk (split(//, $bar)) {
                $sRes .= $table->{$sWk};
    }
Language: Perl
LOC: 121
SourceForge : LAN Admin System (project search) : .../share/perl/5.8/GD/Barcode.pm

General.pm
{
  my ($command) = @_;
  $command = (split (' ', $command))[0];
  if ($!)
    {
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

FileUtils.pm
  my ($command, $expected) = @_;
  $expected = 0 unless defined $expected;
  $command = (split (' ', $command))[0];
  if ($!)
    {
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

opec.pl
use Opec::Util qw( &doLog &prolongTimer &msgId &sanity_check &getDomain
                   &headerMsgId &myChomp &enqRMC &delRMC &delRMC12 &delRMC24 &enqSPINLOG &delSPINLOG 
                   &splitAddress &getAddresses);
use Opec::Sign;
use Opec::In::Connection;
Language: Perl
License: GPL
(C) 2004 Ksolutions S.p.A., All Rights Reserved....
LOC: 956
SourceForge : OpenPEC (project search) : .../openpec/opec/src/opec.pl

Xml.pm
# ### verificare
use Opec::Conf qw( :confvars :platform :template :const );
use Opec::Util qw( &actualDate &actualTime &myChomp &splitAddress &timezone &getDomain);
use MIME::WordDecoder;
use strict;
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
         if (/^[ \t]*Repository revision/) {
          chomp;
          @revline = split(' ', $_);
          $rev = $revline[2];
          $rcsfile = $revline[3];
Language: Perl
LOC: 358
SourceForge : Jetty - Java HTTP Servlet Server (project search) : .../jetty/CVSROOT/log_accum.pl

cvs-committers.pl
     }
      }
    } split ('----\nrevision \d+\.\d+\n', $_);
    map {
      print ("\n  $_ " . join (', ', sort (@{$commit{$_}})));
Language: Perl
(C) 2001 Rafael Laboissiere
LOC: 28
SourceForge : PLplot (project search) : .../p/plplot/plplot/bin/cvs-committers.pl

upload-debs.pl
%sources = ();
%pkgs = ();
for $i (split ("\n\n", `gunzip -c Packages.gz`)) {
    $i =~ /Package:\s*([^\s]+)/;
    $n = $1;
Language: Perl
(C) 2004 Rafael Laboissiere
LOC: 162
SourceForge : PLplot (project search) : .../plplot/plplot/plplot/debian/upload-debs.pl

Code39.pm
        $sTxt = $oThis->{text};
    $sRes = '';
    foreach $sWk (split(//, $sTxt)) {
      $sRes .= GD::Barcode::dumpCode( $code39Bar->{$sWk} .'0' );
    }
Language: Perl
LOC: 148
SourceForge : LAN Admin System (project search) : .../perl/5.8/GD/Barcode/Code39.pm

Rule.pm
  my $target_count = 0;
  my $inference_rule_count = 0;
  for my $t (split (' ', $target))
    {
      ++$target_count;
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

Spot.pm
     my $dxchan = shift;
     my $l = shift;
     my @f = split /,/, $l;
     my @out;
     my $f;
Language: Perl
LOC: 388
SourceForge : DXSpider DX Cluster System (project search) : .../dxspider/spider/perl/Spot.pm

rg0now-wc.pl
say*(split "",int(7e10+ +*(=<>)))[1..11]
Language: Perl
LOC: 1
Spider_cpan0001 : Perl6::Pugs (project search) : .../Perl6__Pugs/Perl6-Pugs-6.2.13/examples/golf/rg0now-wc.pl

LANdb.pm
     $statement2->execute();
     my @auth2=$statement2->fetchrow_array();
     my @functions=split(/,/, $auth2[0]);
     if(! $functions[$functionid] || $functions[$functionid] eq '') 
     {
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

RegData.pm
     /^#/ && next;
     /^$/ && next;
     ( $res, $val ) = split( /=/, $_, 2 );
     $res =~ s/[ \t]//og;
     $val =~ s/[ \t\n]//og;
Language: Perl
Copyright 1996-2002 netFluid Technology Limited
LOC: 208
Savannah GNU : Goldwater Middleware (project search) : .../goldwater/goldwater/perl5/General/RegData.pm

Perforce.pm
    my %changes;
    my $change;
    foreach my $line (split /\n/, $output) {
     chomp;
     if ($line =~ /^\s*$/) {
Language: Perl
License: GPL
(C) 2002-2004 Daniel Berrange
LOC: 230
Gna! : Test-AutoBuild (project search) : .../lib/Test/AutoBuild/Repository/Perforce.pm

Variable.pm
       $val =~ s/\\$//mg;
       my $wrap = makefile_wrap ("$str$name $equals", "$str\t",
                        split (' ', $val));
       # If the last line of the definition is made only of
       # @substitutions@, append an empty variable to make sure it
Language: Perl
License: GPL
(C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
LOC: 1102
Savannah GNU : Automake (project search) : .../automake/automake/lib/Automake/Variable.pm

AutoBuild.pm
installation, is to ensure that the example build configuration
succeeds when run. 
The configuration file is split into a number of logical
groups, which will be considered in turn below. The minimal
level of configuration to get started involves editing the
Language: Perl
License: GPL
(C) 2002 Dan Berrange, Richard Jones
LOC: 872
Gna! : Test-AutoBuild (project search) : .../testautobuild/testautobuild/lib/Test/AutoBuild.pm

cd-label.pl
my $tmppath = qx'xset q | awk "/Font Path:/ { i=1 ; next } i==1 { print \$0 ; i=0 }"';
while (defined ($tmppath)) {
  ($fontpath, $tmppath) = split /,/, $tmppath, 2;
  last if ($fontpath =~ /Type1/);
}
Language: Perl
LOC: 1790
SourceForge : cd-circle-print (project search) : .../cd-circle-print/cd-circleprint/perl/cd-label.pl

create-bogus-data.pl
  </trn:date-entered>
  <trn:description>Cap. gain (short)</trn:description>
  <trn:splits>
    <trn:split>
      <split:id type=\"guid\">$spaguid</split:id>
Language: Perl
LOC: 52
GnuCash : GnuCash (project search) : .../GnuCash/trunk/doc/examples/create-bogus-data.pl

konversation-0.19-notifylists.pl
my(%group2groupno);
my(%key2value);
my(@split);
my(%saw);
while (<>)
Language: Perl
LOC: 36
KDE Repo : extragear (project search) : .../extragear/network/konversation/src/konversation-0.19-notifylists.pl

Makefile.PL
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME              => 'encoding::split',
    VERSION_FROM      => 'lib/encoding/split.pm',
    PREREQ_PM         => {},
Language: Perl
LOC: 9
CPAN : encoding__source (project search) : .../CPAN/e/encoding-split/encoding-split/Makefile.PL

benchmark1-mb.pl
my $str = ("hĺáǵh" x 666);
cmpthese(-1, {
    old  => sub { split / /x, $str },
    new  => sub { split //, $str },
    pack => sub { unpack "(a)*", $str },
Language: Perl
LOC: 8
Spider_cpan0001 : Talk::NothingIsFaster510 (project search) : .../cpan0001/Talk__NothingIsFaster510/Talk-NothingIsFaster510-0.02/util/benchmark1-mb.pl

benchmark1.pl
my $str = ("hlagh" x 666);
cmpthese(-1, {
    old  => sub { split / /x, $str },
    new  => sub { split //, $str },
    pack => sub { unpack "(a)*", $str },
Language: Perl
LOC: 7
Spider_cpan0001 : Talk::NothingIsFaster510 (project search) : .../cpan0001/Talk__NothingIsFaster510/Talk-NothingIsFaster510-0.02/util/benchmark1.pl

benchmark2.pl
my $str = ("hlagh" x 666);
cmpthese(-1, {
    old      => sub { () = map { chr } split / /x, $str },
    new      => sub { () = map { chr } split //, $str },
    pack     => sub { () = unpack "(C)*", $str },
Language: Perl
LOC: 7
Spider_cpan0001 : Talk::NothingIsFaster510 (project search) : .../cpan0001/Talk__NothingIsFaster510/Talk-NothingIsFaster510-0.02/util/benchmark2.pl

 1 2345678910...

Project Matches
 1 2345...

WURFL Split

File__Split - File::Split

Dir__Split - Dir::Split

SuperSplit - SuperSplit, SuperSplit::Obj

encoding__source - encoding::source, encoding::split,...








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