Searched refs:choice (Results 101 - 125 of 441) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos5.tcl23 set choice 1
25 if {$choice == 0} {
53 if {$choice == 1} {
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv_u16.c569 _UTF16BEReset(UConverter *cnv, UConverterResetChoice choice) { argument
570 if(choice<=UCNV_RESET_TO_UNICODE) {
578 if(choice!=UCNV_RESET_TO_UNICODE && UCNV_GET_VERSION(cnv)==1) {
1168 _UTF16LEReset(UConverter *cnv, UConverterResetChoice choice) { argument
1169 if(choice<=UCNV_RESET_TO_UNICODE) {
1177 if(choice!=UCNV_RESET_TO_UNICODE && UCNV_GET_VERSION(cnv)==1) {
1271 _UTF16Reset(UConverter *cnv, UConverterResetChoice choice) { argument
1272 if(choice<=UCNV_RESET_TO_UNICODE) {
1276 if(choice!=UCNV_RESET_TO_UNICODE) {
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnet.c98 _find_selection(CFStringRef choice, selections choices[], unsigned int *flags) argument
104 if (CFStringCompare(choice,
142 CFStringRef choice; local
154 choice = CFStringCreateWithCString(NULL, argv[0], kCFStringEncodingUTF8);
155 i = _find_selection(choice, choices, &flags);
156 CFRelease(choice);
203 CFStringRef choice; local
208 choice = CFArrayGetValueAtIndex(str_array, i);
209 j = _find_selection(choice, choices, &flags);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dchistory.el96 :type '(choice integer (const nil))
H A Dfont-core.el276 :type '(choice (const :tag "none" nil)
H A Dautoinsert.el73 :type '(choice (const :tag "Insert if possible" t)
82 :type '(choice (const :tag "Don't ask" nil)
H A Dfind-file.el212 :type '(choice (repeat (list regexp (choice (repeat string) function)))
237 :type '(choice (repeat directory) symbol)
273 :type '(repeat (list regexp (choice (repeat string) function)))
282 :type '(repeat (list regexp (choice (repeat string) function)))
H A Dalign.el153 :type '(choice (const nil) symbol)
316 :type '(choice
334 (choice :value "\\(\\s-+\\)" regexp function))
337 (choice
344 (choice :value 2
367 (choice :value comment-column
381 (choice :value "^\\s-*$"
727 (choice :value "\\(\\s-+\\)" regexp function))
730 (choice
737 (choice
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-capab.el83 :type '(choice string (const nil)))
H A Derc-hecomplete.el67 :type '(choice (const :tag "List of pals" pals)
185 ;; without making a choice -- hitting TAB twice, for
H A Derc-xdcc.el63 :type '(repeat (repeat :tag "Message" (choice string sexp))))
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Ddns-mode.el100 :type '(choice (const :tag "Always" t)
H A Dspell.el50 :type '(choice (const nil) function)
H A Dbibtex.el69 :type '(choice (const braces)
75 :type '(choice (const braces)
88 :type '(choice (const :tag "None" nil)
102 (option (choice :tag "Init"
131 :type '(choice (const :tag "None" nil)
163 :type '(choice (const nil)
181 :type '(repeat (choice :tag "Class"
459 (option (choice :tag "Init" :value nil
461 (option (choice :tag "Alternative"
467 (option (choice
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus.el988 :type `(choice ,@(mapcar (lambda (elem) (list 'const (car elem)))
1109 :type '(choice :format "%{%t%}:\n %[Value Menu%] %v"
1214 :type '(choice (const :tag "current" nil)
1300 :type '(choice (const :tag "Default archive method" "archive")
1324 :type '(choice (const :tag "none" nil)
1341 :type '(choice (const :tag "disable" nil)
1367 :type '(choice (const :tag "default" nil)
1389 :type '(choice (const :tag "default" nil)
1396 (choice :tag "Method"
1439 :type '(choice director
[all...]
H A Dgnus-demon.el65 (choice :tag "Time"
69 (choice :tag "Idle"
H A Dnnmail.el108 :type '(choice (repeat :tag "Alist" (group (string :tag "Name")
109 (choice regexp function)))
125 :type '(choice (const :tag "none" nil)
134 :type '(choice (const :tag "none" nil)
167 :type '(choice (const immediate)
187 :type '(choice (const :tag "nnmail-expiry-wait" nil)
200 :type '(choice (const delete)
232 :type '(repeat (list (choice :tag "Match against"
339 :type '(choice (const :tag "none" nil)
372 :type '(choice (cons
[all...]
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dipp.c2565 ppd_choice_t *choice; /* Marked choice */ local
2735 if ((choice = ppdFindMarkedChoice(ppd, "OutputBin")) != NULL)
2736 keyword = _ppdCacheGetBin(pc, choice->choice);
2748 if ((choice = ppdFindMarkedChoice(ppd, "ColorModel")) != NULL)
2750 if (!_cups_strcasecmp(choice->choice, "Gray"))
2773 else if ((choice = ppdFindMarkedChoice(ppd, "cupsPrintQuality")) != NULL)
2775 if (!_cups_strcasecmp(choice
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dwarnings.el80 :type '(choice (const :emergency) (const :error)
92 :type '(choice (const :emergency) (const :error)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_from_peg.tcl195 return [pt::pe choice {*}$args] ; # <- Chars and Ranges
232 return [pt::pe choice {*}$args] ; # <- Primary
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/tablelist/
H A Dbrowse.tcl149 set choice [tk_messageBox -title "Error" -icon warning \
153 if {[string compare $choice "ok"] == 0} {
H A Dbrowse_tile.tcl156 set choice [tk_messageBox -title "Error" -icon warning \
160 if {[string compare $choice "ok"] == 0} {
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dsupercite.el82 :type '(choice (const :tag "leave" nil)
155 (choice (repeat (repeat sexp))
164 (choice (repeat (repeat sexp))
173 (choice (repeat (repeat sexp))
268 :type '(choice (const :tag "do not cite" nil)
346 :type '(repeat (cons regexp (choice (const last) (const any)
364 :type '(choice (const all) (const none)
379 mail headers from the original message. Each attribution choice is
397 last choice is always reset after every call of `sc-cite-original'.
435 (choice (sex
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/library/opt/
H A Doptparse.tcl43 {subcommand -choice {save print} "sub command"}
51 {-libsOK -choice {Tk SybTcl}
62 {arg3 -choice "ch1 ch2"}
120 # | "choice"
122 # for type "choice" typeArgs is a list of possible choices, the first one
578 # only types "any", "choice", and numbers can have leading "-"
605 choice {
607 error "invalid choice"
705 choice {return [lindex $val 0]}
791 if {$isflag || $isopt || ($type == "choice")} {
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/library/opt/
H A Doptparse.tcl43 {subcommand -choice {save print} "sub command"}
51 {-libsOK -choice {Tk SybTcl}
62 {arg3 -choice "ch1 ch2"}
120 # | "choice"
122 # for type "choice" typeArgs is a list of possible choices, the first one
578 # only types "any", "choice", and numbers can have leading "-"
605 choice {
607 error "invalid choice"
705 choice {return [lindex $val 0]}
791 if {$isflag || $isopt || ($type == "choice")} {
[all...]

Completed in 186 milliseconds

1234567891011>>