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

1234567891011>>

/macosx-10.9.5/cups-372.4/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.c26 * ppdInstallableConflict() - Test whether an option choice conflicts with an
64 const char *choice,
74 * "choice" were marked in the PPD. You would typically call this function
89 const char *choice, /* I - Choice to test */
97 ppd_choice_t *marked; /* Marked choice */
107 if (!ppd || !option || !choice || !options)
114 active = ppd_test_constraints(ppd, option, choice, 0, NULL,
130 if (cptr->choice)
132 cptr->choice->choice, num_option
86 cupsGetConflicts( ppd_file_t *ppd, const char *option, const char *choice, cups_option_t **options) argument
185 cupsResolveConflicts( ppd_file_t *ppd, const char *option, const char *choice, int *num_options, cups_option_t **options) argument
657 ppdInstallableConflict( ppd_file_t *ppd, const char *option, const char *choice) argument
730 choice[PPD_MAX_NAME], /* Choice/OptionKeyword */ local
965 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.c22 * ppdFindChoice() - Return a pointer to an option choice.
23 * ppdFindMarkedChoice() - Return the marked choice for the specified option.
58 const char *choice);
372 * 'ppdFindChoice()' - Return a pointer to an option choice.
377 const char *choice) /* I - Name of choice */
380 ppd_choice_t *c; /* Current choice */
383 if (!o || !choice)
386 if (choice[0] == '{' || !_cups_strncasecmp(choice, "Custo
376 ppdFindChoice(ppd_option_t *o, const char *choice) argument
482 ppdIsMarked(ppd_file_t *ppd, const char *option, const char *choice) argument
545 ppdMarkOption(ppd_file_t *ppd, const char *option, const char *choice) argument
628 choice[PPD_MAX_NAME], /* Current choice/value */ local
771 ppd_mark_option(ppd_file_t *ppd, const char *option, const char *choice) argument
[all...]
H A Dppd-cache.c656 ppd_choice_t *choice; /* Current InputSlot/MediaType */ local
904 for (i = input_slot->num_choices, choice = input_slot->choices,
907 i --, choice ++, map ++)
909 if (!_cups_strncasecmp(choice->choice, "Auto", 4) ||
910 !_cups_strcasecmp(choice->choice, "Default"))
912 else if (!_cups_strcasecmp(choice->choice, "Cassette"))
914 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.9.5/emacs-92/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...]
H A Dpcvs-defs.el107 :type '(choice (const nil) (const status) (const delayed) (const t)))
114 :type '(choice (const :tag "No" nil) (const all) (const handled) (const empty)))
169 :type '(choice (const list)
177 :type '(choice (const :tag "Prompt" nil)
213 (list (choice (const "diff")
219 (choice (const "*vc-diff*")
227 (choice (function-item diff-mode)
233 (choice (function-item cvs-status-cvstrees)
255 :type '(choice (const :tag "Ediff" (cvs-ediff-diff . cvs-ediff-merge))
282 :type '(choice (cons
[all...]
/macosx-10.9.5/cups-372.4/cups/filter/
H A Drastertolabel.c171 ppd_choice_t *choice; /* Marked choice */ local
246 if ((choice = ppdFindMarkedChoice(ppd, "zePrintRate")) != NULL &&
247 strcmp(choice->choice, "Default"))
248 printf("\033S%.0f", atof(choice->choice) * 2.0 - 2.0);
289 if ((choice = ppdFindMarkedChoice(ppd, "zePrintRate")) != NULL &&
290 strcmp(choice->choice, "Defaul
484 ppd_choice_t *choice; /* Marked choice */ local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/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.9.5/emacs-92/emacs/lisp/erc/
H A Derc-replace.el54 (choice :tag "From"
58 (choice :tag "To"
/macosx-10.9.5/emacs-92/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.9.5/rsync-42/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.9.5/emacs-92/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.9.5/Heimdal-323.92.1/lib/asn1/
H A Dtemplate.c371 const struct asn1_template *choice = t->ptr; local
372 int *element = DPO(data, choice->offset);
379 for (i = 1; i < A1_HEADER_LEN(choice) + 1; i++) {
380 /* should match first tag instead, store it in choice.tt */
381 ret = _asn1_decode(choice[i].ptr, 0, p, len,
382 DPO(data, choice[i].offset), &datalen);
388 _asn1_free_top(choice[i].ptr, DPO(data, choice[i].offset));
391 _asn1_free_top(choice[i].ptr, DPO(data, choice[
666 const struct asn1_template *choice = t->ptr; local
801 const struct asn1_template *choice = t->ptr; local
909 const struct asn1_template *choice = t->ptr; local
1075 const struct asn1_template *choice = t->ptr; local
[all...]
/macosx-10.9.5/emacs-92/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.9.5/OpenSSH-186/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.9.5/vim-53/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.9.5/cups-372.4/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.c416 ppd_choice_t *choice; /* Current choice */ local
429 for (j = option->num_choices, choice = option->choices,
432 j --, choice ++)
434 if (!_cups_strcasecmp(choice->choice, "Custom"))
454 choice->marked ? "*" : "");
458 " %sCustom.WIDTHxHEIGHT", choice->marked ? "*" : "");
465 choice->marked ? "*" : "", types[cparam->type]);
471 if (choice
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Drsz-mini.el51 :type '(choice (const nil) integer)
/macosx-10.9.5/cups-372.4/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 152 milliseconds

1234567891011>>