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

1234567891011>>

/macosx-10.10.1/cups-408/cups/cups/
H A Dtestconflicts.c43 *cptr; /* Pointer to first choice */
47 *choice; /* Current choice */ local
71 choice = NULL;
78 if (!cupsResolveConflicts(ppd, option, choice, &num_options, &options))
97 if (choice)
99 free(choice);
100 choice = NULL;
118 choice = strdup(cptr);
121 ppdMarkOption(ppd, option, choice);
[all...]
H A Dconflicts.c50 const char *choice,
60 * "choice" were marked in the PPD. You would typically call this function
75 const char *choice, /* I - Choice to test */
83 ppd_choice_t *marked; /* Marked choice */
93 if (!ppd || !option || !choice || !options)
100 active = ppd_test_constraints(ppd, option, choice, 0, NULL,
116 if (cptr->choice)
118 cptr->choice->choice, num_options,
122 num_options = cupsAddOption(cptr->option->keyword, marked->choice,
72 cupsGetConflicts( ppd_file_t *ppd, const char *option, const char *choice, cups_option_t **options) argument
171 cupsResolveConflicts( ppd_file_t *ppd, const char *option, const char *choice, int *num_options, cups_option_t **options) argument
643 ppdInstallableConflict( ppd_file_t *ppd, const char *option, const char *choice) argument
716 choice[PPD_MAX_NAME], /* Choice/OptionKeyword */ local
951 ppd_test_constraints( ppd_file_t *ppd, const char *option, const char *choice, int num_options, cups_option_t *options, int which) argument
[all...]
H A Dmark.c39 const char *choice);
353 * 'ppdFindChoice()' - Return a pointer to an option choice.
358 const char *choice) /* I - Name of choice */
361 ppd_choice_t *c; /* Current choice */
364 if (!o || !choice)
367 if (choice[0] == '{' || !_cups_strncasecmp(choice, "Custom.", 7))
368 choice = "Custom";
371 if (!_cups_strcasecmp(c->choice, choic
357 ppdFindChoice(ppd_option_t *o, const char *choice) argument
463 ppdIsMarked(ppd_file_t *ppd, const char *option, const char *choice) argument
526 ppdMarkOption(ppd_file_t *ppd, const char *option, const char *choice) argument
609 choice[PPD_MAX_NAME], /* Current choice/value */ local
752 ppd_mark_option(ppd_file_t *ppd, const char *option, const char *choice) argument
[all...]
H A Dppd-cache.c624 ppd_choice_t *choice; /* Current InputSlot/MediaType */ local
872 for (i = input_slot->num_choices, choice = input_slot->choices,
875 i --, choice ++, map ++)
877 if (!_cups_strncasecmp(choice->choice, "Auto", 4) ||
878 !_cups_strcasecmp(choice->choice, "Default"))
880 else if (!_cups_strcasecmp(choice->choice, "Cassette"))
882 else if (!_cups_strcasecmp(choice
[all...]
H A Dpage.c265 snprintf(spec, sizeof(spec), ".%s.%s", qualifier2->choice,
266 qualifier3->choice);
274 snprintf(spec, sizeof(spec), ".%s.", qualifier2->choice);
280 snprintf(spec, sizeof(spec), "..%s", qualifier3->choice);
314 snprintf(spec, sizeof(spec), ".%s.%s", qualifier2->choice,
315 qualifier3->choice);
323 snprintf(spec, sizeof(spec), ".%s.", qualifier2->choice);
329 snprintf(spec, sizeof(spec), "..%s", qualifier3->choice);
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dcus-start.el58 (choice
69 (choice :tag "Default"
74 (choice :tag "Top"
79 (choice :tag "Bottom"
84 (choice :tag "Up arrow"
89 (choice :tag "Down arrow"
96 (choice (const :tag "off" nil) number)
99 (choice (const :tag "off" nil) number)
101 (line-spacing display (choice (const :tag "none" nil) integer))
107 (repeat (choice (cons
[all...]
H A Dtmm.el58 we make that menu bar item (the one at that position) the default choice."
117 marked letters to pick up your choice. Type C-g or ESC ESC ESC to cancel.
122 :type '(choice string (const nil))
129 :type '(choice (const downcase)
131 (repeat (choice (const downcase) (const upcase))))
138 :type '(choice integer (const nil))
157 DEFAULT-ITEM, if non-nil, specifies an initial default choice.
166 chosen-string choice
178 ;; Choose an element of tmm-km-list; put it in choice.
184 (setq choice (cd
[all...]
H A Dcus-face.el70 (choice :tag "Width"
90 (choice :tag "Height"
97 (choice :tag "Weight"
117 (choice :tag "Slant"
125 (choice :tag "Underline"
132 (choice :tag "Overline"
139 (choice :tag "Strike-through"
147 (choice :tag "Box around text"
155 (choice :tag "Color" (const :tag "*" nil) color)
157 (choice
[all...]
/macosx-10.10.1/cups-408/cups/filter/
H A Drastertolabel.c160 ppd_choice_t *choice; /* Marked choice */ local
235 if ((choice = ppdFindMarkedChoice(ppd, "zePrintRate")) != NULL &&
236 strcmp(choice->choice, "Default"))
237 printf("\033S%.0f", atof(choice->choice) * 2.0 - 2.0);
278 if ((choice = ppdFindMarkedChoice(ppd, "zePrintRate")) != NULL &&
279 strcmp(choice->choice, "Defaul
474 ppd_choice_t *choice; /* Marked choice */ local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPluginChoiceAnnotation.mm85 for (NSString *choice in choices) {
87 choiceOption->setAttribute(valueAttr, choice);
88 choiceOption->setTextContent(choice, ASSERT_NO_EXCEPTION);
90 if (choice == selectedChoice)
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-replace.el54 (choice :tag "From"
58 (choice :tag "To"
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_asid.c107 ASIdentifierChoice *choice,
113 if (choice == NULL)
116 switch (choice->type) {
121 for (i = 0; i < sk_ASIdOrRange_num(choice->u.asIdsOrRanges); i++) {
122 ASIdOrRange *aor = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i);
201 ASIdentifierChoice **choice;
206 choice = &asid->asnum;
209 choice = &asid->rdi;
214 if (*choice == NULL) {
215 if ((*choice
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-audio.el49 :type '(choice directory (const nil))
55 :type '(choice file (const nil)))
60 :type '(choice file (const nil)))
H A Dgnus-cus.el75 '((extra-aliases (choice
100 (split-spec (choice :tag "gnus-group-split Overrider"
128 (gcc-self (choice :tag "GCC"
142 (expiry-wait (choice :tag "Expire Wait"
155 (expiry-target (choice :tag "Expiry Target"
180 (display (choice :tag "Display"
210 (choice :tag "Highlight words"
221 (choice :tag "Posting style"
224 (choice :tag "Type"
277 (choice
[all...]
/macosx-10.10.1/rsync-45/rsync/testhelp/
H A Dmaketree.py37 a = a + random.choice(name_chars)
65 what = random.choice(['directory', 'file', 'symlink', 'none'])
68 return random.choice(self.all_dirs)
70 return random.choice(self.all_files)
72 return random.choice(self.all_symlinks)
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Deudc-vars.el47 :type '(choice (string :tag "Server") (const :tag "None" nil))
62 :type `(choice :menu-tag "Protocol"
81 :type '(choice :menu-tag "Return Attributes"
97 :type '(choice :menu-tag "Method"
121 :type '(choice (const :menu-tag "List" list)
130 (choice :tag "Method"
158 (choice
182 (choice
199 :type '(choice :tag "Servers"
210 :type '(choice
[all...]
H A Drcompile.el82 :type '(choice string (const nil))
88 :type '(choice string (const nil))
97 :type '(choice string (const nil))
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dtemplate.c404 const struct asn1_template *choice = t->ptr; local
405 int *element = DPO(data, choice->offset);
412 for (i = 1; i < A1_HEADER_LEN(choice) + 1; i++) {
413 /* should match first tag instead, store it in choice.tt */
414 ret = _asn1_decode(choice[i].ptr, 0, p, len,
415 DPO(data, choice[i].offset), &datalen);
421 _asn1_free_top(choice[i].ptr, DPO(data, choice[i].offset));
424 _asn1_free_top(choice[i].ptr, DPO(data, choice[
697 const struct asn1_template *choice = t->ptr; local
830 const struct asn1_template *choice = t->ptr; local
935 const struct asn1_template *choice = t->ptr; local
1098 const struct asn1_template *choice = t->ptr; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-vars.el294 (choice
334 :type '(choice
385 :type '(choice
524 (not a good choice for environments like eqnarray or enumerate,
586 (choice :tag "Package or Detailed "
590 (choice :tag "Environment or \\macro "
594 (choice :tag "Type specification "
597 (choice :tag "Label prefix string "
600 (choice :tag "Label reference format"
603 (choice
[all...]
/macosx-10.10.1/OpenSSH-189/osslshim/heimdal-asn1/
H A Dasn1-template.c394 const struct asn1_template *choice = t->ptr; local
395 unsigned int *element = DPO(data, choice->offset);
402 for (i = 1; i < A1_HEADER_LEN(choice) + 1; i++) {
403 /* should match first tag instead, store it in choice.tt */
404 ret = _asn1_decode(choice[i].ptr, 0, p, len,
405 DPO(data, choice[i].offset), &datalen);
414 if (i >= A1_HEADER_LEN(choice) + 1) {
415 if (choice->tt == 0)
420 DPO(data, choice->tt), &datalen);
682 const struct asn1_template *choice local
817 const struct asn1_template *choice = t->ptr; local
923 const struct asn1_template *choice = t->ptr; local
1084 const struct asn1_template *choice = t->ptr; local
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/xml/
H A Dxsd.vim17 \ ['annotation', 'simpleContent', 'complexContent', 'all', 'choice', 'sequence', 'group', 'attribute', 'attributeGroup', 'anyAttribute'],
35 \ ['annotation', 'all', 'choice', 'sequence'],
37 \ 'choice' : [
38 \ ['annotation', 'element', 'group', 'choice', 'sequence', 'any'],
41 \ ['annotation', 'element', 'group', 'choice', 'sequence', 'any'],
104 \ ['annotation', 'all', 'choice', 'sequence', 'group', 'attribute', 'attributeGroup', 'anyAttribute'],
/macosx-10.10.1/cups-408/cups/systemv/
H A Dcupstestppd.c170 ppd_choice_t *choice; /* Standard UI option choice */ local
566 * Verify that we have a default choice...
1120 for (j = option->num_choices, choice = option->choices;
1122 j --, choice ++)
1129 xdpi = strtol(choice->choice, (char **)&ptr, 10);
1130 if (ptr > choice->choice && xdpi > 0)
1149 _(" **FAIL** Bad option %s choice
1773 choice[PPD_MAX_NAME], local
2274 ppd_choice_t *choice; /* Current choice */ local
[all...]
H A Dlpoptions.c406 ppd_choice_t *choice; /* Current choice */ local
419 for (j = option->num_choices, choice = option->choices,
422 j --, choice ++)
424 if (!_cups_strcasecmp(choice->choice, "Custom"))
443 snprintf(ptr, sizeof(buffer) - (size_t)(ptr - buffer), " %sCustom", choice->marked ? "*" : "");
446 snprintf(ptr, sizeof(buffer) - (size_t)(ptr - buffer), " %sCustom.WIDTHxHEIGHT", choice->marked ? "*" : "");
452 snprintf(ptr, sizeof(buffer) - (size_t)(ptr - buffer), " %sCustom.%s", choice->marked ? "*" : "", types[cparam->type]);
458 if (choice
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/obsolete/
H A Drsz-mini.el51 :type '(choice (const nil) integer)
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-import.cxx44 ppd_choice_t *choice; // PPD choice local
54 ppdcChoice *cchoice; // UI choice
165 ppd_choice_t *region_choice, // PageRegion choice
166 *size_choice; // PageSize choice
210 for (k = option->num_choices, choice = option->choices; k > 0; k --, choice ++)
212 if (!strcmp(choice->choice, "Custom"))
215 cchoice = new ppdcChoice(choice
[all...]

Completed in 132 milliseconds

1234567891011>>