/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | pod2latex.PL | 165 # Flag to indicate whether we have converted at least one file 166 # indicates how many files have been converted 167 my $converted = 0; 181 # if this is the first file to be converted we may want to add 184 $preamble = 1 if ($converted == 0 && $options{'full'}); 186 # if this is the last file to be converted may want to add 190 my $postamble = ( ($converted == $#pods && $options{'full'}) ? 1 : 0 ); 218 # We have converted at least one file 219 $converted++; 231 unlink "$output" unless $converted; [all...] |
H A D | pod2html.PL | 98 HTML converted forms can be linked-to in cross-references.
|
H A D | pod2man.PL | 197 name is set to the uppercased base name of the file being converted unless 199 Perl module path. If it is, a path like C<.../lib/Pod/Man.pm> is converted
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/ |
H A D | JP.pm | 43 converted to Fullwidth 79 In the latter case, characters that map to 0212 are first converted
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
H A D | Encoding.pm | 92 the converted part (i.e. the whole string unless there is an error). 98 fragment of string that has been converted and modify $string in-place 99 to remove the converted part leaving it starting with the problem 118 the converted part (i.e. the whole sequence unless there is an 124 been converted and modify $octets in-place to remove the converted
|
H A D | Encoder.pm | 125 your UTF-8 string converted to Latin1 then Base64: you can simply say
|
/osnet-11/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_util.c | 325 const char *converted = local 329 result[n] = strdup(converted); 334 env, string, converted);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/ |
H A D | Cygwin.pm | 35 Any C<\> (backslashes) are converted to C</> (forward slashes),
|
H A D | Unix.pm | 328 relative, then it is converted to absolute form using 336 If $path is relative, it is converted to absolute form using L</rel2abs()>. 405 relative, then it is converted to absolute form using
|
H A D | Mac.pm | 623 If $base is relative, then it is converted to absolute form using C<rel2abs()>. 635 If $path is relative, it is converted to absolute form using C<rel2abs()>. 715 directory. If $base is relative, then it is converted to absolute form
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | vasnprintf.c | 1686 of the converted array, the converted array shall contain a 2063 DCHAR_T *converted = result + length; local 2067 converted = 2071 converted, &converted_len); 2074 converted = 2076 converted, &converted_len); 2078 if (converted == NULL) 2089 if (converted != result + length) 2092 DCHAR_CPY (result + length, converted, converted_le 2191 DCHAR_T *converted = result + length; local 2319 DCHAR_T *converted = result + length; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ |
H A D | Encode.xs | 521 U8* converted; 523 converted = bytes_to_utf8(s, &len); /* This allocs */ 524 sv_setpvn(sv, (char *)converted, len); 526 Safefree(converted); /* ... so free it */
|
H A D | Encode.pm | 441 converted cannot be a string constant; it must be a scalar variable. 443 from_to() returns the length of the converted string in octets on success, undef
|
H A D | encoding.pm | 156 C<tr///> and C<DATA> pseudo-filehandle are also converted.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Spec.pm | 225 relative, then it is converted to absolute form using 239 If $path is relative, it is converted to absolute form using L</rel2abs()>. 256 then it is converted to absolute form using L</rel2abs()>. This means that it
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/ |
H A D | Overstrike.pm | 169 characters in underlined text are converted to overstruck underscores
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/ |
H A D | Typemap.xs | 204 passed to C and converted to an IV when passed back to Perl.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Find.pm | 342 Package names (eg 'A::B') are automatically converted to directory 343 names in the selected directory. (eg on unix 'A::B' is converted to
|
H A D | LaTeX.pm | 48 # Standard escape sequences converted to Latex. 404 # The contents of the NAME paragraph will be converted 405 # to a section title. All subsequent =head1 will be converted 668 literally or converted to a slightly modified output where the section 679 is converted to the C<latex> 1830 converted to C<latex> by using the C<select> method.
|
H A D | Man.pm | 1244 set to the uppercased base name of the file being converted unless the 1246 module path. If it is, a path like C<.../lib/Pod/Man.pm> is converted into
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | lib_pm.PL | 240 work, and Unix-style paths are converted properly to Mac-style paths
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/ |
H A D | Exacct.xs | 525 # file, or a SV which will be converted to a string and inserted into the file.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/ |
H A D | via.pm | 233 be converted to "41" (on ASCII-based machines, on EBCDIC platforms
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Install.pm | 259 $fullext is the name of the module converted to a directory
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | Trig.pm | 299 (Plane, 2-dimensional) angles may be converted with the following functions.
|