/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/ |
H A D | file_upload.cgi | 19 will count the number of lines, words, and characters in 22 my @types = ('count lines','count words','count characters'); 44 my($lines,$words,$characters,@words) = (0,0,0,0); 48 $characters += length($_); 55 print strong("Characters: "),$characters,br if $stats{'count characters'};
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | SubstrHash.t | 38 print "not " unless $@ =~ /Key "abcd" is not 3 characters long/; 42 print "not " unless $@ =~ /Value "1234" is not 3 characters long/; 46 print "not " unless $@ =~ /Key "abcd" is not 3 characters long/;
|
H A D | SubstrHash.pm | 27 not exactly C<$value_len> characters in length, or reference through a 28 key not exactly C<$key_len> characters in length. While these constraints 85 croak(qq/Value "$val" is not $vlen characters long/) 158 croak(qq/Key "$key" is not $klen characters long/)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/ |
H A D | QuotedPrint.pm | 40 printable characters in the ASCII character set. Each non-printable 60 characters. You might want to pass it as "\015\012" to produce data 83 Perl v5.6 and better allow extended Unicode characters in strings. 85 encoding is only defined for single-byte characters. The solution is to use the Encode
|
H A D | Base64.pm | 56 characters each and it will end with $eol unless it is empty. Pass an 92 The number of characters to decode is not a multiple of 4. Legal 93 base64 data should be padded with one or two "=" characters to make
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | vasnprintf.c | 22 FCHAR_T_ONLY_ASCII Set to 1 to enable verification that all characters 1722 /* Padding considers the number of characters, therefore the number of 1848 need that the format string contains only ASCII characters 1986 size_t characters; local 1990 /* Use only PRECISION characters, from the left. */ 1992 characters = 0; 2009 characters++; 2015 characters. */ 2017 characters = 0; 2034 characters 2114 size_t characters; local 2242 size_t characters; local 2463 size_t characters; local 2621 size_t characters; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
H A D | htmlescp.t | 44 <p>I am a stupid fool who puts naked < & > characters in my POD
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Search/ |
H A D | Dict.pm | 32 characters and whitespace). The default is honour all characters.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
H A D | ParseWords.pm | 176 split on the specified delimiter, but all other characters (quotes, 180 "ewords() tries to interpret these characters just like the Bourne 186 backslash characters.
|
H A D | Wrap.pm | 131 $columns = 132; # Wrap at 132 characters 171 It is possible to control which characters terminate words by 188 the number of characters you do want for your tabstops.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/ |
H A D | Byte.pm | 24 \x80-\xff (upper half) to map non-ASCII characters. Encodings
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | File.pm | 79 whitespace or other special characters, and the second parameter is 84 Perl C<open> operator (but protects any special characters).
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/ |
H A D | Collate.pm | 47 done by strxfrm() which terminates at NUL characters being a decent C 48 routine. collate_xfrm() handles embedded NUL characters gracefully. 93 # terminates at NUL characters being a decent C routine. 94 # collate_xfrm handles embedded NUL characters gracefully.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/ |
H A D | MD5.pm | 105 characters from this set: '0'..'9' and 'a'..'f'. 111 characters from this set: 'A'..'Z', 'a'..'z', '0'..'9', '+' and 211 contain characters from this set: '0'..'9' and 'a'..'f'. 217 contain characters from this set: 'A'..'Z', 'a'..'z', '0'..'9', '+' 281 Perl 5.8 support Unicode characters in strings. Since the MD5
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ |
H A D | encoding.pm | 140 characters -- so long as the script was written in UTF-8. But back 376 normally characters in that range are left as eight-bit bytes (unless 377 they are combined with characters with code points 0x100 or larger, 378 in which case all characters need to become UTF-8 encoded), but if 404 =item Legend of characters above 488 characters it prints funny or gets "wide character warnings". 507 unicode characters since you have to consider such things as character
|
H A D | Encode.pm | 338 B<characters>. 340 The repertoire of characters that Perl can represent is at least that 342 values of the characters (as returned by C<ord(ch)>) is the "Unicode 350 types - not only strings of characters representing human or computer 431 must be encoded as octets and not as characters in Perl's internal 460 Equivalent to C<$octets = encode("utf8", $string);> The characters 463 characters have a UTF-8 representation so this function cannot fail. 471 characters. Not all sequences of octets form valid UTF-8 encodings, so
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/ |
H A D | UCD.pm | 438 to the linguistic notion of a set of characters required to present 440 numbering and separation into blocks of (mostly) 256 characters. 445 contain all the characters of the C<Basic Latin> block (also known as 456 C<\p{...}> (e.g. C<\p{Tibetan}> matches characters of the Tibetan script), 468 B<not> limited to 16 bits (the number of Unicode characters is 551 to grow in length. Multiple characters are separated 553 S simple case folding, mappings to single characters
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/ |
H A D | JP.pm | 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/TW/ |
H A D | TW.pm | 39 Big5 + Cantonese characters in Hong Kong
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/ |
H A D | Complete.pm | 29 The following command characters are defined:
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | sort.pm | 119 first 3 characters may be distinguished based on subsequent characters.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | s2p.PL | 329 Print the contents of the pattern space: non-printable characters are 334 octal number for all other non-printable characters. 501 In the pattern space, replace all characters occuring in I<string1> by the 551 two characters in the script are `C<#n>', automatic printing of output is 891 A I<bracket expression> is a list of characters, character ranges 893 single character from the represented set of characters. 895 A character range is written as two characters separated by B<-> and 896 represents all characters (according to the character collating sequence) 908 enclosed in B<[:> and B<:]> and represents the set of characters 942 =item B<\B> Match the empty string between any two either word or non-word characters [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | podchecker.PL | 75 level two causes flagging of unescaped "E<lt>,E<gt>" characters.
|
H A D | pod2text.PL | 182 quote; if I<quotes> is two characters, the first character is used as the 184 characters, the first two are used as the left quote and the second two as
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Man.pm | 572 # Zero-width characters. 581 # 8859-1 characters don't work at present. 1254 characters, the first character is used as the left quote and the second as 1255 the right quoted; and if it is four characters, the first two are used as 1301 wasn't either one or two characters. Pod::Man doesn't support *roff fonts 1302 longer than two characters, although some *roff extensions do (the canonical 1314 invalid. A quote specification must be one, two, or four characters long. 1342 characters and then do a translation pass on the output according to the 1347 characters that only work under troff. 1358 Pod::Man doesn't handle font names longer than two characters [all...] |