Searched refs:pairs (Results 1 - 25 of 41) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm194 list of key=value pairs. This is used by the installperl script to
204 filename followed by the key=value pairs from the hash. Reading back the
218 each key is a hash containing the key=value pairs following the filename in the
H A DMksymlists.pm224 It takes one argument, a list of key-value pairs, in which the following
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DUNIX.pm92 optionally takes arguments, these arguments are in key-value pairs.
94 In addition to the key-value pairs accepted by L<IO::Socket>,
H A DINET.pm302 optionally takes arguments, these arguments are in key-value pairs.
304 In addition to the key-value pairs accepted by L<IO::Socket>,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm119 It B<does not> support I<surrogate pairs>. When a surrogate pair
126 UTF-16 is almost the same as UCS-2 but it supports I<surrogate pairs>.
134 Since it is 32-bit, there is no need for I<surrogate pairs>.
192 To say the least, surrogate pairs were the biggest mistake of the
203 Surrogate pairs were born when the Unicode Consortium finally
/osnet-11/usr/src/lib/libfru/libfru/
H A Dlibfru.cc1150 TagInstPair *pairs; member in struct:tag_inst_hist_t
1161 if (tags_equal((hist->pairs)[s].tag, tag)) {
1163 hist->pairs[s].inst++;
1173 (hist->pairs)[(hist->numStored)].tag.raw_data = tag.raw_data;
1174 (hist->pairs)[(hist->numStored)].inst = 0;
1185 if (tags_equal((hist->pairs)[j].tag, tag)) {
1186 *instance = (hist->pairs)[j].inst;
1210 hist.pairs = (TagInstPair *)alloca(sizeof (TagInstPair) * num_tags);
1211 if (hist.pairs == NULL) {
1288 hist.pairs
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DMsg.pm183 or a list of I<name>-I<value> pairs.
H A DSemaphore.pm258 or a list of I<name>-I<value> pairs.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm59 my @pairs = split("[;,] ?",$raw_cookie);
60 for my $pair ( @pairs ) {
91 my @pairs = split("[;,] ?",$raw_cookie);
92 for (@pairs) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm165 # VMS only, key/value pairs come on STDIN
176 Key/value pairs are extra information about the module. Fields include:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DSubstrHash.pm23 pairs, not size in hard memory). I<These values will not change for the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcharnames.t474 unicore/xyzzy_alias.pl did not return a \(valid\) list of alias pairs at
H A Dfields.pm298 fields::phash() also accepts a list of key-value pairs that will
H A Dcharnames.pm70 croak "$file did not return a (valid) list of alias pairs";
456 works exactly the same as the alias pairs, only this time,
H A DCGI.pm106 # separate the name=value pairs by semicolons rather than ampersands
793 my(@pairs) = split(/[&;]/,$tosplit);
795 for (@pairs) {
1345 my(@pairs) = split(/[&;]/,$ENV{QUERY_STRING});
1347 for (@pairs) {
1367 # pairs are represented as nested lists, mainly for the purposes
2819 # param/value pairs arranged as a query. You can use this
3096 my($param,$value,@pairs);
3102 push(@pairs,"$eparam=$value");
3106 push(@pairs,"
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm579 C<OPTIONS> are passed in a hash like fashion, using key and value pairs.
658 in hash like fashion, using key and value pairs. Possible options are:
684 in hash like fashion, using key and value pairs. Possible options are:
H A DPOP3.pm409 C<OPTIONS> are passed in a hash like fashion, using key and value pairs.
/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.h142 LibHalStoragePolicyIconPair *pairs) LIBHAL_DEPRECATED;
H A Dlibhal-storage.c127 libhal_storage_policy_set_icon_mapping (LibHalStoragePolicy *policy, LibHalStoragePolicyIconPair *pairs) argument
131 for (i = pairs; i->icon != 0x00; i++) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm290 I<start-of-range>, I<end-of-range> code point pairs. You can test whether a
352 I<start-of-range>, I<end-of-range> code point pairs. You can test whether a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm334 optionally takes arguments, these arguments are in key-value pairs.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm234 Returns the string where composable pairs are composed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm348 # pairs are properly closed.
596 new() can take options, in the form of key/value pairs, that control the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm764 Expects an anonymous hash of name => value pairs. Same rules apply for names
766 name => value pairs, in a list context. Otherwise, returns the object
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm527 of I<element>=>I<value> pairs, with which to initialize the struct.

Completed in 110 milliseconds

12