Searched refs:choices (Results 1 - 25 of 241) sorted by relevance

12345678910

/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-option.cxx48 choices = new ppdcArray();
71 choices = new ppdcArray(o->choices);
88 choices->release();
102 for (c = (ppdcChoice *)choices->first(); c; c = (ppdcChoice *)choices->next())
H A Dgenstrings.cxx129 if (!o->choices->count)
137 for (c = (ppdcChoice *)o->choices->first();
139 c = (ppdcChoice *)o->choices->next())
H A Dppdhtml.cxx137 for (c = (ppdcChoice *)o->choices->first(); c;
138 c = (ppdcChoice *)o->choices->next())
H A Dppdpo.cxx200 if (!o->choices->count)
208 for (c = (ppdcChoice *)o->choices->first();
210 c = (ppdcChoice *)o->choices->next())
/macosx-10.10.1/cups-408/cups/cups/
H A Demit.c53 * The choices array should be freed using @code free@ when you are
60 ppd_choice_t ***choices) /* O - Pointers to choices */
62 return (ppdCollect2(ppd, section, 0.0, choices));
70 * The choices array should be freed using @code free@ when you are
80 ppd_choice_t ***choices) /* O - Pointers to choices */
85 int count; /* Number of choices collected */
86 ppd_choice_t **collect; /* Collected choices */
90 DEBUG_printf(("ppdCollect2(ppd=%p, section=%d, min_order=%f, choices
58 ppdCollect(ppd_file_t *ppd, ppd_section_t section, ppd_choice_t ***choices) argument
77 ppdCollect2(ppd_file_t *ppd, ppd_section_t section, float min_order, ppd_choice_t ***choices) argument
609 ppd_choice_t **choices; /* Choices */ local
[all...]
H A Dppd.h159 typedef struct ppd_choice_s /**** Option choices ****/
177 int num_choices; /* Number of option choices */
178 ppd_choice_t *choices; /* Option choices */ member in struct:ppd_option_s
351 cups_array_t *marked; /* Marked choices @since CUPS 1.3/OS X 10.5@ @private@ */
369 ppd_choice_t ***choices) _PPD_DEPRECATED;
413 float min_order, ppd_choice_t ***choices)
/macosx-10.10.1/ruby-106/ruby/lib/rexml/validation/
H A Drelaxng.rb365 @choices = []
371 @choices.each { |c| c.each { |s| s.reset if s.kind_of? State } }
375 add_event_to_arry( @choices, event )
381 c = 0 ; max = @choices.size
383 if @choices[c][0].class == Ref
384 expand_ref_in( @choices[c], 0 )
385 @choices += @choices[c]
386 @choices.delete( @choices[
[all...]
/macosx-10.10.1/vim-55/src/
H A Ddosinst.c48 struct choice choices[30]; /* choices the user can make */ variable in typeref:struct:choice
49 int choice_count = 0; /* number of choices available */
140 * First entry is a question, others are choices.
730 choices[choice_count].installfunc = NULL;
731 choices[choice_count].active = 0;
732 choices[choice_count].changefunc = NULL;
733 choices[choice_count].installfunc = NULL;
747 char *batpath = targets[choices[idx].arg].batpath;
748 char *oldname = targets[choices[id
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/tepam/
H A D2a_argument_dialogbox_all_widgets.demo45 # option values are specified with a list assigned to the -choices attribute or via a variable
55 -choices {bold italic underline} \
68 # option values are specified with a list assigned to the -choices attribute or via a variable
76 -choices {left center right} \
106 # available elements can be provided either as a list to the -choices attribute, or via a
111 -choices {8 9 10 12 15 18} -default 12}]=="ok"} {
131 -choices {bold italic underline overstrike} \
149 # normal listbox, e.g. -height, -choices, -choicevariable, -default.
154 -choices {JavaScript Lisp Lua Octave PHP Perl Python Ruby Scheme Tcl} \
H A D1b_procedure_interactive_widgets.demo59 -multiple -choices {bold italic underline}
80 -choices {left center right}
119 -choices {top left center right buttom}
140 -choices {bold italic underline overstrike capitalized superscript subscript}
H A D2_argument_dialogbox_introduction.demo96 -choices {1 2 3 4 5 6 7 8} -default 1 -height 3} \
104 -choices {1 2 3 4 5 6 7 8} -default 3} \
107 -choices {bold italic underline} -choicelabels {Bold Italic Underline} \
110 -choices {bold italic underline} -choicelabels {Bold Italic Underline} \
H A D1_procedure_introduction.demo44 {-mtype -default Warning -choices {Info Warning Error} -description "M. type"}
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPluginChoiceAnnotation.mm82 NSArray *choices = choiceAnnotation.choices;
85 for (NSString *choice in choices) {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dproc_interactive.test71 {-integer2 -type integer -choices {1 2 3} -default 2}
72 {-integer3 -type integer -multiple -choices {1 2 3 4 5 6 7 8 9} -default 4}
197 {-integer2 -type integer -choices {1 2 3} -optional}
198 {-integer3 -type integer -multiple -choices {1 2 3 4 5 6 7 8 9} -optional}
327 checkbx0 checkbox {} {uline} {uline} {-multiple -choices {bold ital uline}}
328 checkbx1 checkbox {ital} {uline} {uline} {-multiple -choices {bold ital uline} -default ital}
329 checkbx2 checkbox {ital uline} {uline} {uline} {-multiple -choices {bold ital uline} -default {ital uline}}
331 radiobx0 radiobox {bold} {uline} {uline} {-choices {bold ital uline}}
332 radiobx1 radiobox {ital} {uline} {uline} {-choices {bold ital uline} -default ital}
337 listbx0 listbox {1} {4} {4} {-choices {
[all...]
H A Dproc_call_arg_valid.test57 {-int -type integer -optional -choices {2 4 6 8 10}}
58 {-double -type double -optional -choices {2.0 4.0 6.0 8.0 10.0}}
59 {-m_int -type integer -optional -multiple -choices {2 4 6 8 10}}
60 {-m_double -type double -optional -multiple -choices {2.0 4.0 6.0 8.0 10.0}}
H A Dtepam.tcl95 [-choices <ChoiceList>]
252 # ProcDef($ProcName,Arg,$Var,-choices)
337 # -mtype -default Warning -choices {Info Warning Error} -description "M. type"
484 -choices -
515 if {[info exists ProcDef($ProcName,Arg,$Var,-choices)] && \
517 if {[llength $ProcDef($ProcName,Arg,$Var,-choices)]!=
741 } elseif {[info exists ProcDef($ProcName,Arg,$Var,-choices)] && \
742 [llength $ProcDef($ProcName,Arg,$Var,-choices)]<=4} {
745 -choices $ProcDef($ProcName,Arg,$Var,-choices)]
[all...]
/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dxdr.c651 xdr_union(xdrs, dscmp, unp, choices, dfault)
655 const struct xdr_discrim *choices; /* [value, xdr proc] for each arm */
669 * search choices for a value that matches the discriminator.
672 for (; choices->proc != NULL_xdrproc_t; choices++) {
673 if (choices->value == dscm)
674 return ((*(choices->proc))(xdrs, unp, 0));
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DAccess.cpp168 list<ACL *> choices; local
171 choices.push_back(it->second);
172 return choices.empty() ? NULL : makeCFArray(convert, choices);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DAccess.cpp168 list<ACL *> choices; local
171 choices.push_back(it->second);
172 return choices.empty() ? NULL : makeCFArray(convert, choices);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DAccess.cpp168 list<ACL *> choices; local
171 choices.push_back(it->second);
172 return choices.empty() ? NULL : makeCFArray(convert, choices);
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dnet.c98 _find_selection(CFStringRef choice, selections choices[], unsigned int *flags) argument
103 while (choices[i].selection != NULL) {
105 choices[i].selection,
108 *flags = choices[i].flags;
143 selections *choices = (selections *)options[optionIndex].info; local
155 i = _find_selection(choice, choices, &flags);
159 if (choices[i].flags & selectionNotAvailable) {
168 *(choices[i].key));
204 selections *choices = (selections *)options[optionIndex].info; local
209 j = _find_selection(choice, choices,
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dwebjump.el417 (defun webjump-read-choice (name what choices &optional default)
419 (choice (completing-read (concat name " " what ": ") choices nil t)))
422 (cdr (assoc choice choices)))))
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv2022.cpp1626 int8_t choices[10]; local
1699 * and not used yet while building the choices[].
1706 choices[choiceCount++] = (int8_t)HWKANA_7BIT;
1712 choices[choiceCount++] = cs = pFromU2022State->cs[0];
1717 choices[choiceCount++] = cs;
1725 choices[choiceCount++] = cs;
1749 int8_t cs0 = choices[i];
1889 /* invalidate the choices[] */
2878 int8_t choices[3]; local
2967 choices[
[all...]
/macosx-10.10.1/cups-408/cups/systemv/
H A Dcupstestppd.c26 * or choices that differ only by case.
1120 for (j = option->num_choices, choice = option->choices;
1235 * Loop through all options and choices...
1274 for (ptr = option->choices[j].text; *ptr; ptr ++)
1290 option->choices[j].choice);
1571 "(%d choices)",
1579 for (m = option->num_choices, choice = option->choices;
1605 for (m = option->num_choices, choice = option->choices;
1924 if (_cups_strcasecmp(o->choices[i].choice, "None") &&
1925 _cups_strcasecmp(o->choices[
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-letter.el635 (defvar mh-to-field-choices '(("a" . "Mail-Reply-To:")
645 "Alist of (final-character . field-name) choices for `mh-to-field'.")
652 `mh-to-field-choices'.
658 mh-to-field-choices)
661 mh-to-field-choices))))
878 (choices (mapcar (lambda (x) (list x))
882 (mh-complete-word folder choices beg end)))
885 (defun mh-complete-word (word choices begin end)
888 (let ((completion (try-completion word choices))
901 (mh-display-completion-list (all-completions word choices)
[all...]

Completed in 479 milliseconds

12345678910