Searched refs:choice (Results 1 - 25 of 55) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
H A DChoiceShadow.java54 * attribute) that is currently showing in the choice field. This
57 * choice as the result of a callback or some such.
74 // On WindowsNT, choice menus look bad because they have extra
82 // Motif choice menus hang out over their bottom and right edges.
97 Choice choice = (Choice)body;
98 int count = choice.countItems();
102 value[i] = choice.getItem(i);
105 Choice choice = (Choice)body;
106 return choice.getSelectedItem();
119 Choice choice
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DAlignmentEnum.java58 * Creates an instance with the choice set to LEFT.
65 * Creates an instance with the choice set to the given int value.
67 * @param choice Label.LEFT, Label.CENTER, or Label.RIGHT
69 public AlignmentEnum(int choice) { argument
70 super(choice);
74 * Creates an instance with the choice set to the given string.
76 * @param choice "left", "center", or "right"
78 public AlignmentEnum(String choice) { argument
79 super(choice);
H A DModeEnum.java56 * Creates an instance with the choice set to FileDialog.LOAD.
63 * Creates an instance with the choice set to the given int value.
65 * @param choice FileDialog.LOAD or FileDialog.SAVE
67 public ModeEnum(int choice) { argument
68 super(choice);
72 * Creates an instance with the choice set to the given string.
74 * @param choice "load" or "save"
76 public ModeEnum(String choice) { argument
77 super(choice);
H A DOrientationEnum.java60 * Creates an instance with the choice set to Scrollbar.VERTICAL.
67 * Creates an instance with the choice set to the given int value.
69 * @param choice Scrollbar.VERTICAL or Scrollbar.HORIZONTAL
71 public OrientationEnum(int choice) { argument
72 super(choice);
76 * Creates an instance with the choice set to the given string.
78 * @param choice "vertical" or "horizontal"
80 public OrientationEnum(String choice) { argument
81 super(choice);
H A DBaseEnum.java47 * multiple-choice question.
56 * recognize your type as an enumeration, and offer a choice menu in
98 * public AlignmentEnum(int choice) {
99 * super(choice);
102 * public AlignmentEnum(String choice) {
103 * super(choice);
126 * Constructor, sets the choice to the default.
135 * @param choice enumerated value
137 protected BaseEnum(int choice) { argument
138 set(choice);
146 BaseEnum(String choice) argument
171 set(int choice) argument
192 set(String choice) argument
[all...]
H A DAnchorEnum.java65 * Constructs an instance with choice set to GBConstraints.CENTER.
74 * @param choice GBConstraints.CENTER, GBConstraints.NORTH,
79 public AnchorEnum(int choice) { argument
80 super(choice);
86 * @param choice "center", "north", "south", "east", "west",
89 public AnchorEnum(String choice) { argument
90 super(choice);
H A DReliefEnum.java70 * Creates an instance with the choice set to Util.RELIEF_FLAT.
77 * Creates an instance with the choice set to the given int value.
79 * @param choice Util.RELIEF_FLAT, Util.RELIEF_RAISED,
84 public ReliefEnum(int choice) { argument
85 super(choice);
89 * Creates an instance with the choice set to the given string.
91 * @param choice "flat", "raised", "sunken", "ridge", "groove",
95 public ReliefEnum(String choice) { argument
96 super(choice);
H A DBaseEnumHelper.java68 * The default if no choice is initially specified. Sub-classers
75 * Sets the default choice for newly constructed
83 * Gets the default choice for newly constructed
101 * Returns true if the choice is valid for this enum type.
103 public boolean isValid(int choice) { argument
104 return (keyedByInteger.containsKey(new Integer(choice)));
108 * Returns true if the choice is valid for this enum type.
110 public boolean isValid(String choice) { argument
111 return (keyedByString.containsKey(choice));
/opensolaris-onvv-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c298 int choice; local
327 choice = 0;
330 if (strcmp(words[choice], words[ti]) > 0)
331 choice = ti;
333 (void) Chomp(words[choice]);
334 if (words[choice][0] != '\0' &&
335 strcmp(lastword, words[choice]) != 0) {
336 (void) PutPW(pwp, words[choice]);
337 (void) strncpy(lastword, words[choice], MAXWORDLEN);
340 if (fgets(words[choice], MAXWORDLE
[all...]
/opensolaris-onvv-gate/usr/src/lib/libadm/common/
H A Dckitem.c62 #define NOTUNIQ "The entered text does not uniquely identify a menu choice."
63 #define BADNUM "Bad numeric choice specification"
141 if (menup->choice)
142 item[0] = menup->choice->token;
233 char **choice; local
239 choice = calloc((size_t)max, sizeof (char *));
259 chp = menup->choice;
266 choice[nchoice++] = chp->token;
274 chp = menup->choice;
311 choice[nchoic
321 setitem(CKMENU *menup, char *choice) argument
373 setinvis(CKMENU *menup, char *choice) argument
[all...]
/opensolaris-onvv-gate/usr/src/psm/stand/bootlst/common/
H A Dbootlst.c143 unsigned long choice; local
194 choice = strtoul(cp, NULL, 0);
201 if (choice == 0 || choice > menu_entry_count) {
207 printf("boot [<root-device>] -Z %s\n\n", datasets[choice - 1]);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dassembler.t9 The general idea is to test by assembling a choice set of assembler
/opensolaris-onvv-gate/usr/src/head/
H A Dvaltools.h47 *choice; member in struct:_menu_
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c321 struct cfstat *dp, *choice; local
328 choice = (struct cfstat *)0;
339 choice = dp;
341 } else if (!choice ||
342 (strcmp(choice->pkginst, dp->pkginst) > 0))
343 choice = dp;
345 if (!choice)
348 if (pkginfo(&info, choice->pkginst, ckarch, ckvers)) {
349 choice->installed = (-1);
368 choice
[all...]
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-int-pkinit.h96 } choice; member in struct:_krb5_trusted_ca
164 } choice; member in struct:_krb5_pa_pk_as_rep_draft9
177 } choice; member in struct:_krb5_pa_pk_as_rep
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DTextList.java206 public void menuMode(CLChoice choice) { argument
207 view.menuMode(choice);
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c406 int i, svnodes, choice, select; local
411 choice = (-1);
423 choice = i;
431 if (choice < 0) {
435 sf[choice]->ept->volno = (char)volno;
437 btotal += sf[choice]->blks + (svnodes * DIRSIZE);
439 addclass(sf[choice]->ept->pkg_class, volno);
440 return (++choice); /* return non-zero if more work to do */
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c1250 uint_t i, choice, num_wlans = 0; local
1288 (choice = atoi(choicestr)) >= 1 && choice <= (i + 1))
1292 if (choice == i + 1 || wlans[choice - 1].nww_essid[0] == '\0') {
1304 if (choice == i + 1) {
1317 security_mode = wlans[choice - 1].nww_security_mode;
1318 have_key = wlans[choice - 1].nww_have_key;
1336 (void) strlcpy(essid, wlans[choice - 1].nww_essid,
1338 (void) strlcpy(bssid, wlans[choice
[all...]
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dgpkglist.c55 extern int setinvis(CKMENU *menup, char *choice);
56 extern int setitem(CKMENU *menup, char *choice);
170 chp = menup->choice;
/opensolaris-onvv-gate/usr/src/cmd/luxadm/
H A Dhotplug.c389 char choice[2]; local
438 (void) gets(choice);
439 if (choice[0] == 'q' || choice[0] == 'Q' ||
440 choice[0] == 's' || choice[0] == 'S' ||
441 choice[0] == '\0') {
447 if (choice[0] == 'q' || choice[0] == 'Q') {
2778 char choice[ local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsort.pm130 choice of algorithm with this pragma, but this feels heavy-handed,
141 I<forbid> what follows, it just leaves the choice open. Thus, after
151 have exactly the same effect, leaving the choice of sort algorithm open.
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DREADME28 0 is the slowest but most stable choice. Level 2 encoding (which right now is the
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibadm.h85 extern int setitem __P((CKMENU *menup, char *choice));
86 extern int setinvis __P((CKMENU *menup, char *choice));
/opensolaris-onvv-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_acct_mgmt.c198 if (acctResp.choice == 0) {
203 } else if (acctResp.choice == 1) {
/opensolaris-onvv-gate/usr/src/lib/libslp/clib/
H A Dslp_ami.h51 unsigned short choice; member in struct:ami_name
91 unsigned short choice; member in struct:CaseIgnoreString
231 unsigned short choice; member in struct:ami_rc2_cbc_param
356 unsigned short choice; member in struct:ami_extcert_or_cert
501 unsigned short choice; member in struct:ami_challenge_pwd

Completed in 211 milliseconds

123