HomeSort by: relevance | last modified time | path
    Searched refs:Pod (Results 1 - 20 of 20) sorted by relevancy

  /src/external/mit/isl/dist/doc/
mypod2latex 4 use Pod::LaTeX;
8 my $parser = new Pod::LaTeX(
  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/
author-pod-syntax.t 13 use Test::Pod 1.41;
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
author-pod-syntax.t 13 use Test::Pod 1.41;
  /src/crypto/external/apache2/openssl/dist/util/
write-man-symlinks 17 use OpenSSL::Util::Pod;
34 my $podfile = "$srcdir/$mainf.pod";
35 #Some pod files are generated and are in the build dir
37 $podfile = "$builddir/$mainf.pod";
mkpod2html.pl 14 use Pod::Html;
find-doc-nits 15 use Pod::Checker;
23 use OpenSSL::Util::Pod;
56 -n Print nits in POD pages
118 # Collect all POD files, both internal and public, and regardless of location
203 # contains hash tables showing which POD file each of those man
204 # files depend on. We use that information to find the POD files,
223 'doc', 'internal', $mansect, '*.pod')) ) {
298 err($id, "POD markup among the names in NAME")
306 my $simplename = basename($filename, ".pod");
318 if ( ( grep { basename($_) eq "$n.pod" }
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/
write-man-symlinks 17 use OpenSSL::Util::Pod;
34 my $podfile = "$srcdir/$mainf.pod";
35 #Some pod files are generated and are in the build dir
37 $podfile = "$builddir/$mainf.pod";
mkpod2html.pl 14 use Pod::Html;
find-doc-nits 15 use Pod::Checker;
23 use OpenSSL::Util::Pod;
55 -n Print nits in POD pages
114 # Collect all POD files, both internal and public, and regardless of location
199 # contains hash tables showing which POD file each of those man
200 # files depend on. We use that information to find the POD files,
219 'doc', 'internal', $mansect, '*.pod')) ) {
292 err($id, "POD markup among the names in NAME")
300 my $simplename = basename($filename, ".pod");
312 if ( ( grep { basename($_) eq "$n.pod" }
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Util/
Pod.pm 8 package OpenSSL::Util::Pod;
22 OpenSSL::Util::Pod - utilities to manipulate .pod files
26 use OpenSSL::Util::Pod;
28 my %podinfo = extract_pod_info("foo.pod");
47 Extracts information from a .pod file, given a STRING (file name) or a
57 to be used with the given .pod file.
78 The man section number this .pod file belongs to. Often the same as
118 print STDERR "DEBUG: Found new pod section $1\n"
120 print STDERR "DEBUG: Clearing pod section text\n
    [all...]
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Util/
Pod.pm 8 package OpenSSL::Util::Pod;
22 OpenSSL::Util::Pod - utilities to manipulate .pod files
26 use OpenSSL::Util::Pod;
28 my %podinfo = extract_pod_info("foo.pod");
47 Extracts information from a .pod file, given a STRING (file name) or a
57 to be used with the given .pod file.
78 The man section number this .pod file belongs to. Often the same as
87 The whole contents of the .pod file.
141 print STDERR "DEBUG: Found new pod section $1\n
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Util/
Pod.pm 8 package OpenSSL::Util::Pod;
22 OpenSSL::Util::Pod - utilities to manipulate .pod files
26 use OpenSSL::Util::Pod;
28 my %podinfo = extract_pod_info("foo.pod");
47 Extracts information from a .pod file, given a STRING (file name) or a
57 to be used with the given .pod file.
78 The man section number this .pod file belongs to. Often the same as
87 The whole contents of the .pod file.
141 print STDERR "DEBUG: Found new pod section $1\n
    [all...]
  /src/crypto/external/bsd/heimdal/dist/cf/
w32-check-exported-symbols.pl 33 use Pod::Usage;
  /src/crypto/external/bsd/openssl.old/dist/util/
process_docs.pl 20 use Pod::Usage;
28 use OpenSSL::Util::Pod;
86 my $podglob = catfile($podsourcedir, "*.pod");
89 my $podname = basename($podfile, ".pod");
199 =pod
218 This script looks for .pod files in the subdirectories 'apps', 'crypto'
find-doc-nits 13 use Pod::Checker;
19 use OpenSSL::Util::Pod;
36 -n Print nits in POD pages
75 $simplename =~ s/.pod$//;
83 if -f "$dirname/$n.pod" && $n ne $simplename;
85 print "$id the following exist as other .pod files:\n",
162 open POD, $filename or die "Couldn't open $filename, $!";
163 $contents = <POD>;
164 close POD;
180 print "$id doesn't start with =pod\n
    [all...]
  /src/crypto/external/apache2/openssl/dist/
configdata.pm.in 82 use Pod::Usage;
  /src/crypto/external/bsd/openssl/dist/
configdata.pm.in 82 use Pod::Usage;
  /src/external/gpl2/xcvs/dist/contrib/
validate_repo.in 135 use Pod::Usage;
  /src/crypto/dist/ipsec-tools/misc/
cvs2cl.pl 2798 eval "use Pod::Usage qw( pod2usage )";
2803 * Pod::Usage was not found. The formatting may be suboptimal. Consider
2804 upgrading your Perl --- Pod::Usage is standard from 5.6 onwards, and
2806 install Pod::Usage direct from CPAN.
  /src/crypto/external/bsd/openssl.old/dist/
Configure 2552 use Pod::Usage;

Completed in 23 milliseconds