Searched refs:Find (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dfind.pl32 use File::Find ();
34 *name = *File::Find::name;
35 *prune = *File::Find::prune;
36 *dir = *File::Find::dir;
37 *topdir = *File::Find::topdir;
38 *topdev = *File::Find::topdev;
39 *topino = *File::Find::topino;
40 *topmode = *File::Find::topmode;
41 *topnlink = *File::Find::topnlink;
44 &File::Find
[all...]
H A Dfinddepth.pl31 use File::Find ();
33 *name = *File::Find::name;
34 *prune = *File::Find::prune;
35 *dir = *File::Find::dir;
36 *topdir = *File::Find::topdir;
37 *topdev = *File::Find::topdev;
38 *topino = *File::Find::topino;
39 *topmode = *File::Find::topmode;
40 *topnlink = *File::Find::topnlink;
43 &File::Find
[all...]
/macosx-10.9.5/CPAN-52/fix/
H A Dremoveemptyautodirs4 use File::Find ();
7 File::Find::find({
11 print "$File::Find::dir\n" if rmdir $File::Find::dir;
/macosx-10.9.5/CPAN-52/Modules/File-Find-Rule-0.33/
H A DMakefile1 NAME = File-Find-Rule
/macosx-10.9.5/CPAN-52/Modules/Module-Find-0.10/
H A DMakefile1 NAME = Module-Find
/macosx-10.9.5/CPAN-52/Modules/Module-Find-0.11/
H A DMakefile1 NAME = Module-Find
/macosx-10.9.5/CPANInternal-140/Module-Find/examples/
H A Dexample.pl1 use Module::Find;
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/
H A DMakefile.PL65 require File::Find;
69 File::Find::find(sub {
70 push @pms, $File::Find::name if /\.pm$/
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DMakefile.PL76 require File::Find;
80 File::Find::find(sub {
81 push @pms, $File::Find::name if /\.pm$/
/macosx-10.9.5/Libc-997.90.3/xcodescripts/
H A Dpatch_headers_variants.pl39 use File::Find ();
105 if(-d $File::Find::name) {
106 #print "DIR: $File::Find::name\n";
107 my $dir = File::Spec->join($dest, $File::Find::name);
110 #print "FIL: $File::Find::name\n";
111 my $file = File::Spec->join($dest, $File::Find::name);
112 process($File::Find::name, $file);
121 File::Find::find({wanted => \&wanted, no_chdir => 1}, File::Basename::basename($ARGV[0]));
/macosx-10.9.5/CPANInternal-140/DateTime-Format-ISO8601/t/
H A D99_pod.t9 eval "require File::Find::Rule";
12 print "1..1\nok 1 # skip File::Find::Rule not installed\n";
15 @files = File::Find::Rule->file()->name( '*.pm', '*.pod' )->in( 'blib/lib' );
/macosx-10.9.5/CPANInternal-140/DateTime-Format-ISO8601-0.07/t/
H A D99_pod.t9 eval "require File::Find::Rule";
12 print "1..1\nok 1 # skip File::Find::Rule not installed\n";
15 @files = File::Find::Rule->file()->name( '*.pm', '*.pod' )->in( 'blib/lib' );
/macosx-10.9.5/cxxfilt-11/
H A Dmerge-lipo19 use File::Find ();
53 my $destname = $dest . '/' . $File::Find::name;
73 $needs_lipo{$File::Find::name} = 1;
78 File::Find::find (\&eachfile, '.');
/macosx-10.9.5/ruby-104/ruby/test/
H A Dtest_find.rb9 Find.find(d) {|f| a << f }
22 Find.find(d) {|f| a << f }
36 Find.find(".") {|f| a << f }
54 Find.find(d) {|f| a << f }
67 Find.find(d) {|f|
69 Find.prune if f == "#{d}/b"
79 Find.find(d) {|f| a << f }
88 Find.find(d) {|f| a << f }
101 Find.find(d) {|f| a << f }
116 Find
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Dfixwin32mak.pl11 use File::Find;
48 $thisroot = $File::Find::dir;
117 print "Corrected post-dependency within " . $oname . " in " . $File::Find::dir . "\n";
122 print "Corrected absolute paths within " . $oname . " in " . $File::Find::dir . "\n";
135 print "Touched datestamp for " . $oname . " in " . $File::Find::dir . "\n";
155 print "Stripped external dependencies from " . $oname . " in " . $File::Find::dir . "\n";
164 print "Touched datestamp for " . $oname . " in " . $File::Find::dir . "\n";
/macosx-10.9.5/apr-30/apr/apr/build/
H A Dfixwin32mak.pl11 use File::Find;
48 $thisroot = $File::Find::dir;
117 print "Corrected post-dependency within " . $oname . " in " . $File::Find::dir . "\n";
122 print "Corrected absolute paths within " . $oname . " in " . $File::Find::dir . "\n";
135 print "Touched datestamp for " . $oname . " in " . $File::Find::dir . "\n";
155 print "Stripped external dependencies from " . $oname . " in " . $File::Find::dir . "\n";
164 print "Touched datestamp for " . $oname . " in " . $File::Find::dir . "\n";
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/t/
H A D096_characters.t13 use File::Find;
36 return if $File::Find::name =~m{\.svn}x;
37 push @filelist, $File::Find::name;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/t/
H A D096_characters.t13 use File::Find;
36 return if $File::Find::name =~m{\.svn}x;
37 push @filelist, $File::Find::name;
/macosx-10.9.5/CPANInternal-140/Class-Accessor-Grouped/t/
H A Dstrict.t9 use File::Find;
16 plan skip_all => 'Need untaint in newer File::Find' if $] <= 5.006;
19 ## I hope this can go away if Test::Strict or File::Find::Rule
34 my $name = $File::Find::name;
H A Dwarnings.t9 use File::Find;
16 plan skip_all => 'Need untaint in newer File::Find' if $] <= 5.006;
19 ## I hope this can go away if Test::Strict or File::Find::Rule
34 my $name = $File::Find::name;
/macosx-10.9.5/CPANInternal-140/Class-Data-Accessor-0.04004/t/
H A Dstrict.t9 use File::Find;
16 plan skip_all => 'Need untaint in newer File::Find' if $] <= 5.006;
19 ## I hope this can go away if Test::Strict or File::Find::Rule
34 my $name = $File::Find::name;
H A Dwarnings.t9 use File::Find;
16 plan skip_all => 'Need untaint in newer File::Find' if $] <= 5.006;
19 ## I hope this can go away if Test::Strict or File::Find::Rule
34 my $name = $File::Find::name;
/macosx-10.9.5/CPANInternal-140/Module-Find/
H A DFind.pm1 package Module::Find;
8 use File::Find;
25 Module::Find - Find and use installed modules in a (sub)category
29 use Module::Find;
47 use Module::Find qw(ignoresymlinks followsymlinks);
57 Module::Find lets you find and use modules in categories. This can be very
61 If you want Module::Find to search in a certain directory on your
63 make sure you modify C<@INC> before you call the Module::Find functions.
71 Sets the directories to be searched for modules. If not set, Module::Find
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Scripts/
H A Dgenerate-forwarding-headers.pl31 use File::Find;
65 my $filePath = $File::Find::name;
79 my $filePath = $File::Find::name;
/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A DUpdateCMakeLists.pl3 use File::Find;
23 my $dir = $File::Find::dir;
26 $dirCMake{$dir} = $File::Find::name;

Completed in 603 milliseconds

1234567891011>>