Searched refs:elements (Results 126 - 150 of 225) sorted by relevance

123456789

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm1150 mapping to collation elements is overrided.
1207 to a sequence of collation elements), a terminator will not be added
1208 between collation elements, even if Hangul syllable boundary exists there.
1386 no file is read (but you can define collation elements via C<entry>).
1414 as it is greater than any other assigned collation elements
1434 If you define your collation elements which violate this requirement,
1445 This key allows to variable weighting for variable collation elements,
1454 'Blanked' Variable elements are made ignorable at levels 1 through 3;
1457 'Non-Ignorable' Variable elements are not reset to ignorable.
1459 'Shifted' Variable elements ar
[all...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DparseDecl.cxx566 Vector<ElementType *> elements(nameVector.size());
576 for (i = 0; i < elements.size(); i++) {
583 elements[i] = lookupCreateElement(name);
603 for (i = 0; i < elements.size(); i++)
604 elements[i] = lookupCreateElement(nameVector[i].name);
606 for (i = 0; i < elements.size(); i++)
607 if (defDtd().lookupRankStem(elements[i]->name()) && validate())
609 StringMessageArg(elements[i]->name()));
711 for (i = 0; i < elements.size(); i++) {
712 if (elements[
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DServerOptionsDialog.java88 Enumeration e = interfaces.elements();
101 Enumeration e = interfaces.elements();
611 Enumeration en = removals.elements();
644 Enumeration en = removals.elements();
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DCardPanel.java125 return tabs.elements();
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dsdbm.h183 Malloc_t Perl_calloc proto((MEM_SIZE elements, MEM_SIZE size));
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm275 # declare struct with four types of elements:
442 may take a list of initializers for the various elements of the new
464 microseconds), and C<Rusage> has two elements, each of which is of
530 elements are silently ignored.
598 elements. Package now implements documented behaviour when
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm238 grep LIST locate elements in a list test true against a given criterion
281 push ARRAY append one or more elements to an array
334 splice ARRAY add or remove elements anywhere in an array
364 unshift ARRAY prepend more elements to the beginning of a list
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DMemoize.pm87 The structure of the tied() data is an array reference with elements
H A DSubstrHash.pm26 elements will result in a fatal error, as will efforts to store a value
84 croak("Table is full ($tsize->[0] elements)") if $$self[5] > $tsize->[0];
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/
H A DSolaris_ActiveProject.java100 Enumeration e = op.getKeys().elements();
H A DSolaris_ActiveProjectProcessAggregateStatistics.java98 Enumeration e = op.getKeys().elements();
H A DSolaris_ActiveUser.java99 Enumeration e = op.getKeys().elements();
H A DSolaris_ActiveUserProcessAggregateStatistics.java98 Enumeration e = op.getKeys().elements();
H A DSolaris_ProcessStatisticalInformation.java100 Enumeration e = op.getKeys().elements();
H A DSolaris_ProcessStatistics.java97 Enumeration e = op.getKeys().elements();
H A DSolaris_ProjectProcessAggregateStatisticalInformation.java105 Enumeration e = op.getKeys().elements();
H A DSolaris_UserProcessAggregateStatisticalInformation.java102 Enumeration e = op.getKeys().elements();
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dimport_name.c181 if (memcmp(cp, gss_mech_krb5->elements, length) != 0)
/opensolaris-onvv-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c1171 int elements; local
1185 collate = complicated = elements = 0;
1237 elements++;
1266 elements++;
1270 elements++;
1302 elements++;
1343 elements++;
1353 elements++;
1364 elements++;
1392 elements
[all...]
/opensolaris-onvv-gate/usr/src/lib/libgss/
H A Dg_imp_name.c232 mechOid.elements = (void *)buf;
/opensolaris-onvv-gate/usr/src/uts/intel/sys/acpi/
H A Dacpredef.h135 * ACPI_PTYPE1_OPTION: Package has some required and some optional elements
376 * lengths, but all elements of all settings are Integers.
444 * For _PRT, many BIOSs reverse the 3rd and 4th Package elements (Source
495 * Allow this by making the objects "Variable-length length", but all elements
595 Think about possibly fixing package elements like _BIF, etc.
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c163 kmem_free(secp->s_secinfo.sc_gss_mech_type->elements,
219 to->s_secinfo.sc_gss_mech_type->elements =
222 bcopy(from->s_secinfo.sc_gss_mech_type->elements,
223 to->s_secinfo.sc_gss_mech_type->elements,
880 return (bcmp(mech1->elements, mech2->elements, mech1->length) == 0);
1364 mech_tmp->elements = STRUCT_FGETP(umech_tmp, elements);
1367 if (copyin(mech_tmp->elements, elements_tmp,
1374 mech_tmp->elements
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm345 If C<$a> pointed to an array of two elements then we would see the
380 Note that C<Dump> will not report I<all> the elements in the array,
419 The C<Dump()> function, by default, dumps up to 4 elements from a
427 Notice that C<Dump()> prints only elements 10 through 13 in the above code.
428 The following code will print all of the elements.
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c3078 uint_t elements, index; local
3092 elements = EHCI_INTR_1US_POLL;
3096 elements = EHCI_INTR_2US_POLL;
3100 elements = EHCI_INTR_4US_POLL;
3105 elements = EHCI_INTR_XUS_POLL;
3135 for (i = index; i < (index + elements); i++) {
3193 uint_t elements, index; local
3206 elements = EHCI_INTR_4MS_POLL;
3237 for (i = index; i < (index + elements); i++) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm1589 # $head -> (optional) any other elements you'd like to incorporate into the <head> tag
2243 my($rows,$columns,$rowheaders,$colheaders,@elements) = @_;
2249 $rows = int(0.99 + @elements/$columns) unless defined($rows);
2252 $columns = int(0.99 + @elements/$rows) unless defined($columns);
2267 $result .= "<td>" . $elements[$column*$rows + $row] . "</td>"
2268 if defined($elements[$column*$rows + $row]);
2345 my($result,$checked,@elements,@values);
2402 push @elements,
2406 push(@elements,qq/<input type="$box_type" name="$name" value="$_"$checkit$other$tab$attribs$disable>${label}${break}/);
2410 return wantarray ? @elements
[all...]

Completed in 235 milliseconds

123456789