Searched refs:pod (Results 151 - 175 of 784) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DDeserializer.pm11 =pod
/macosx-10.9.5/CPANInternal-140/UNIVERSAL-require/lib/UNIVERSAL/
H A Drequire.pm16 =pod
189 L<Module::Load>, L<perlfunc/require>, L<http://dev.perl.org/rfc/253.pod>
/macosx-10.9.5/CPANInternal-140/IPC-LDT/
H A DLDT.pm251 =pod
294 =pod
369 =pod
377 =pod
537 =pod
580 =pod
623 =pod
707 =pod
793 =pod
934 =pod
[all...]
/macosx-10.9.5/CPANInternal-140/IPC-LDT-2.03/
H A DLDT.pm251 =pod
294 =pod
369 =pod
377 =pod
537 =pod
580 =pod
623 =pod
707 =pod
793 =pod
934 =pod
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/mpm/prefork/
H A Dprefork.c103 static ap_pod_t *pod; variable
198 ap_mpm_pod_close(pod);
671 /* Check the pod and the generation number after processing a
676 if (ap_mpm_pod_check(pod) == APR_SUCCESS) { /* selected as idle? */
765 * The pod is used for signalling the graceful restart.
863 /* kill off one child... we use the pod because that'll cause it to
867 ap_mpm_pod_signal(pod);
1155 ap_mpm_pod_killpg(pod, ap_max_daemons_limit);
1238 ap_mpm_pod_killpg(pod, ap_max_daemons_limit);
1288 if ((rv = ap_mpm_pod_open(pconf, &pod))) {
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/mpm/worker/
H A Dworker.c63 #include "pod.h"
167 static ap_pod_t *pod; variable
1259 rv = ap_mpm_pod_check(pod);
1518 ap_mpm_pod_signal(pod, TRUE);
1789 ap_mpm_pod_killpg(pod, ap_daemons_limit, FALSE);
1816 ap_mpm_pod_killpg(pod, ap_daemons_limit, TRUE);
1863 ap_mpm_pod_killpg(pod, ap_daemons_limit, FALSE);
1888 ap_mpm_pod_killpg(pod, ap_daemons_limit, TRUE);
1901 ap_mpm_pod_killpg(pod, ap_daemons_limit, FALSE);
1928 if ((rv = ap_mpm_pod_open(pconf, &pod))) {
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/script/
H A Ddbicadmin46 ['selfinject-pod' => 'hidden', { implies => { schema_class => '__dummy__' } } ],
82 . quotemeta($usage->pod)
220 =item B<--selfinject-pod>
/macosx-10.9.5/CPANInternal-140/JSON/lib/JSON/
H A DPP56.pm175 =pod
/macosx-10.9.5/CPANInternal-140/JSON-RPC/ex/
H A DMyApp.pm81 =pod
/macosx-10.9.5/CPANInternal-140/JSON-RPC/lib/JSON/RPC/
H A DProcedure.pm92 =pod
/macosx-10.9.5/CPANInternal-140/JSON-RPC/lib/JSON/
H A DRPC.pm11 =pod
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/ex/
H A DMyApp.pm81 =pod
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/lib/JSON/RPC/
H A DProcedure.pm92 =pod
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/lib/JSON/
H A DRPC.pm11 =pod
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/lib/JSON/RPC/Legacy/
H A DProcedure.pm92 =pod
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/lib/JSON/RPC/
H A DLegacy.pm8 =pod
/macosx-10.9.5/CPANInternal-140/Scope-Guard/lib/Scope/
H A DGuard.pm39 =pod
/macosx-10.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/Filesystem/
H A DFreebsd.pm92 =pod
H A DNetbsd.pm75 =pod
H A DSolaris.pm87 =pod
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_engine_dh.c2 =pod
209 =pod
/macosx-10.9.5/vim-53/runtime/indent/
H A Dperl.vim67 if csynid == "perlPOD" || csynid == "perlHereDoc" || csynid =~ "^pod"
104 \ || synid =~ "^pod"
/macosx-10.9.5/CPANInternal-140/B-Hooks-EndOfScope/inc/Module/
H A DInstall.pm319 next if ($in_pod || /^=cut/); # skip pod text
374 return $string if $_[0] =~ /\.pod\z/;
376 $string =~ s/\n*=pod\b[^\n]*\n+/\n\n/sg;
/macosx-10.9.5/CPANInternal-140/Class-Accessor-Grouped/inc/Module/
H A DInstall.pm319 next if ($in_pod || /^=cut/); # skip pod text
374 return $string if $_[0] =~ /\.pod\z/;
376 $string =~ s/\n*=pod\b[^\n]*\n+/\n\n/sg;
/macosx-10.9.5/CPANInternal-140/Class-C3-Componentised/inc/Module/
H A DInstall.pm319 next if ($in_pod || /^=cut/); # skip pod text
374 return $string if $_[0] =~ /\.pod\z/;
376 $string =~ s/\n*=pod\b[^\n]*\n+/\n\n/sg;

Completed in 267 milliseconds

1234567891011>>