Searched refs:default (Results 51 - 75 of 2065) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/spell/
H A Dhe.vim2 " 'spellcapcheck' option when it is not at its default value.
H A Dyi.vim2 " 'spellcapcheck' option when it is not at its default value.
/macosx-10.10.1/CrackLib-37765/cracklib27/
H A DMakefile23 default:
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dbuttonbox.rb10 bb1.default('Yes')
19 bb2.default(btn1)
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/library/
H A Dshowproc.tcl35 if [info default $procname $varg defarg] {
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/
H A DCounter.xotcl23 Counter instproc default {} { ;### Method for updating HTML page
32 return [my default]
H A DCounter3.xotcl27 WebCounter instproc default {} { ;### Method for updating HTML page
36 my default ;### display the result as HTML
/macosx-10.10.1/dtrace-147/test/tst/common/predicates/
H A Dtst.predcache.ksh30 svcadm disable -s svc:/network/nfs/mapid:default
37 svcadm enable svc:/network/nfs/mapid:default
42 svcadm enable svc:/network/nfs/mapid:default
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A Dclang-parse-diagnostics-file14 default=False, help="dump all messages.")
16 default=False, help="dump 'error' messages.")
18 default=False, help="dump 'fatal error' messages.")
20 default=False, help="dump 'ignored' messages.")
22 default=False, help="dump 'note' messages.")
24 default=False, help="dump 'warning' messages.")
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A DbutGeom2.tcl50 set default disabled
51 label .t.default -text Default:
52 radiobutton .t.default-normal -text "Default normal" -relief flat \
53 -command "config-but -default normal" -variable default \
55 radiobutton .t.default-active -text "Default active" -relief flat \
56 -command "config-but -default active" -variable default \
58 radiobutton .t.default-disabled -text "Default disabled" -relief flat \
59 -command "config-but -default disable
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A DbutGeom2.tcl50 set default disabled
51 label .t.default -text Default:
52 radiobutton .t.default-normal -text "Default normal" -relief flat \
53 -command "config-but -default normal" -variable default \
55 radiobutton .t.default-active -text "Default active" -relief flat \
56 -command "config-but -default active" -variable default \
58 radiobutton .t.default-disabled -text "Default disabled" -relief flat \
59 -command "config-but -default disable
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_xml.tcl134 # xmlContext {gi1 ... giN} ?default? --
141 # a start-tag for $default.
143 proc xmlContext {gis {default {}}} {
157 if {![string length $default]} {
160 set default [lindex $gis 0]
162 lappend elementStack $default
163 return [startTag $default]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dtachometer.tcl60 # widget default values
62 option -borderwidth -default 1
63 option -title -default speed
64 option -labels -default {}
65 option -resolution -default 1
66 option -showvalue -default 1
67 option -variable -default {} -configuremethod VariableName
69 option -min -default 0.0
70 option -max -default 100.0
71 option -dangerlevel -default 90.
[all...]
H A Dvoltmeter.tcl57 # widget default values
59 option -borderwidth -default 1
60 option -background -default gray
61 option -dialcolor -default white
62 option -needlecolor -default black
63 option -scalecolor -default black
64 option -indexid -default {}
66 option -variable -default {} -configuremethod VariableName
67 option -min -default 0.0
68 option -max -default 100.
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dmsgbox.tcl143 # The default value of the title is space (" ") not the empty string
149 {-default "" "" ""}
210 default {
222 # If no default button was specified, the default default is the
225 if {$data(-default) eq ""} {
226 set data(-default) [lindex [lindex $buttons 0] 0]
231 if {[lindex $btn 0] eq $data(-default)} {
237 error "invalid default butto
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dmsgbox.tcl141 # The default value of the title is space (" ") not the empty string
147 {-default "" "" ""}
203 default {
215 # If no default button was specified, the default default is the
218 if {$data(-default) eq ""} {
219 set data(-default) [lindex [lindex $buttons 0] 0]
224 if {[lindex $btn 0] eq $data(-default)} {
230 error "invalid default butto
[all...]
/macosx-10.10.1/cups-408/cups/conf/
H A Dcupsd.conf.in42 # Set the default printer/job policies...
43 <Policy default>
45 JobPrivateAccess default
46 JobPrivateValues default
47 SubscriptionPrivateAccess default
48 SubscriptionPrivateValues default
88 JobPrivateAccess default
89 JobPrivateValues default
90 SubscriptionPrivateAccess default
91 SubscriptionPrivateValues default
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dextfileselectiondialog.itk74 # Use option database to override default resources of base classes.
104 -selectdircommand [itcl::code $this default Apply] \
105 -selectfilecommand [itcl::code $this default OK]
120 -focuscommand [itcl::code $this default Apply]
122 -focuscommand [itcl::code $this default OK]
173 # make the default button the filter and invoke. If not, just invoke.
177 default Apply
H A Dfileselectiondialog.itk73 # Use option database to override default resources of base classes.
103 -selectdircommand [itcl::code $this default Apply] \
104 -selectfilecommand [itcl::code $this default OK]
119 -focuscommand [itcl::code $this default Apply]
121 -focuscommand [itcl::code $this default OK]
172 # make the default button the filter and invoke. If not, just invoke.
176 default Apply
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/transfer/
H A Dddest.tcl21 option -channel -default {} -configuremethod C-chan ; # an open & writable channel.
22 option -file -default {} -configuremethod C-file ; # a writable file.
23 option -variable -default {} -configuremethod C-var ; # the named variable.
24 option -progress -default {}
72 default {}
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dmessagedlg.tcl43 -parent {} -message {} -default {} -title {}
76 # If the user didn't specify a default button, use our type-specific
77 # default, adding its flag/value to the "user" settings and to the tkMBox
79 if { ![info exists dialogArgs(-default)] } {
80 lappend maps(:cmd) -default $defb
81 lappend maps(tkMBox) -default $defb
87 # Same with title as with default
124 set tkMBoxArgs(-default) [lindex $lbut $tkMBoxArgs(-default)]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/tepam/
H A D1_procedure_introduction.demo44 {-mtype -default Warning -choices {Info Warning Error} -description "M. type"}
45 {-font -type font -default {Arial 10 italic} -description "Message font"}
47 {-fg -type color -default black -description "Message color"}
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/snit/
H A Dvalidate.tcl67 option -min -default "" -readonly 1
73 option -max -default "" -readonly 1
152 option -values -default {} -readonly 1
198 option -min -default "" -readonly 1
204 option -max -default "" -readonly 1
287 option -min -default "" -readonly 1
293 option -max -default "" -readonly 1
374 option -minlen -readonly 1 -default 0
467 option -min -default "" -readonly 1
473 option -max -default ""
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/term/
H A Dipager.tcl23 option -in -default stdin
24 option -out -default stdout
25 option -column -default 0
26 option -line -default 0
27 option -height -default 25
28 option -actions -default {}
45 #$bind default [mymethod DEF]
/macosx-10.10.1/python-89/2.6/fix/
H A DEasyDialogs.py6 AskString(prompt, default) -- ask for a string, display OK and Cancel buttons.
7 AskPassword(prompt, default) -- like AskString(), but shows text as bullets.
8 AskYesNoCancel(question, default) -- display a question and Yes, No and Cancel buttons.
15 bar.inc( *amount ) -- increment value by amount (default=1)
52 def AskString(prompt, default = "", id=261, ok=None, cancel=None):
67 def AskPassword(prompt, default='', id=264, ok=None, cancel=None):
82 def AskYesNoCancel(question, default = 0, yes=None, no=None, cancel=None, id=262):
144 wanted is the return type wanted: FSSpec, FSRef, unicode or string (default)
170 wanted is the return type wanted: FSSpec, FSRef, unicode or string (default)
194 wanted is the return type wanted: FSSpec, FSRef, unicode or string (default)
[all...]

Completed in 247 milliseconds

1234567891011>>