Searched refs:default (Results 1 - 25 of 2065) sorted by relevance

1234567891011>>

/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dlinux-color.dat31 /* the default colour table, for VGA+ colour systems */
/macosx-10.10.1/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DConfig.PL140 when connecting to this server. You should specify the default
154 $default{smtp} = "'$smtp'";
171 $default{from}=<STDIN>;
172 for ($default{from}) {
176 delete $default{from} unless $default{from};
180 $default{replyto}=<STDIN>;
181 for ($default{replyto}) {
185 delete $default{replyto} unless $default{replyt
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/tepam/
H A D2b_argument_dialogbox_context.demo47 -font {-label Font -variable Font -default "Courier 10"} \
48 -color {-label "Text (foreground) color" -variable Fg -default red4} \
49 -color {-label "Background color" -variable Bg -default white}]=="ok"} {
66 -font {-label Font -variable Font -default "Ariel 10 italic"} \
67 -color {-label "Text (foreground) color" -variable Fg -default blue4} \
68 -color {-label "Background color" -variable Bg -default lightblue1}]=="ok"} {
H A D2_argument_dialogbox_introduction.demo78 # attributes are available that allows specifying default values, the expected
93 -entry {-label Entry2 -variable Entry2 -default "my default"} \
96 -choices {1 2 3 4 5 6 7 8} -default 1 -height 3} \
98 -choicevariable ChoiceList -default {"Choice 2" "Choice 3"}
102 -default {"Choice 3" "Choice 5"} -height 3} \
104 -choices {1 2 3 4 5 6 7 8} -default 3} \
108 -default italic} \
111 -default underline} \
112 -checkbutton {-label CheckButton -variable Checkbutton -default
[all...]
/macosx-10.10.1/ntp-92/
H A Dntp-restrict.conf5 restrict default kod nomodify notrap nopeer noquery
6 restrict -6 default kod nomodify notrap nopeer noquery
/macosx-10.10.1/OpenSSL098-52/src/crypto/conf/
H A Dssleay.cnf28 [ default ]
41 H=$default::HOME
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/bootstrap/
H A Dh_tp_basic_sh.sh60 atf_test_case default
76 atf_add_test_case default
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/transfer/
H A Dconnect.tcl20 option -host -default localhost
21 option -port -default 0
22 option -mode -default active -type {snit::enum -values {active passive}}
23 option -socketcmd -default ::socket
25 option -translation -default {}
26 option -encoding -default {}
27 option -eofchar -default {}
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/SimpleService/
H A Dsetup.py17 default=u'F', variable
20 default=u'Open File', variable
30 default=u'Capitalize String', variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/SimpleService/
H A Dsetup.py17 default=u'F', variable
20 default=u'Open File', variable
30 default=u'Capitalize String', variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/SimpleService/
H A Dsetup.py17 default=u'F', variable
20 default=u'Open File', variable
30 default=u'Capitalize String', variable
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/addzone/
H A Dsetup.sh20 cp -f ns2/default.nzf.in ns2/3bf305731dd26307.nzf
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/TinyURLService/
H A Dsetup.py16 default=u'0', variable
19 default=u'Shorten URL' variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/TinyURLService/
H A Dsetup.py16 default=u'0', variable
19 default=u'Shorten URL' variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/TinyURLService/
H A Dsetup.py16 default=u'0', variable
19 default=u'Shorten URL' variable
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/dosdjgpp/
H A DMakefile.top15 # The default environment in djgpp 2 is supposed to have LFN disabled, but
46 all default:
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/term/
H A Dbind.tcl28 method default {cmd} {
29 set default $cmd
50 variable default {}
67 upvar 1 dfa dfa state state default default
74 # Run it through the default action.
76 if {$default ne ""} {
77 uplevel #0 [linsert $default end $state$c]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dproc_interactive.test33 ######## Check the default values ########
35 # Evaluate the default font name. Use the 'font actual' command to evaluate the real font
47 {-untyped -default UNTYPED}
48 {-untyped2 -type "" -default UNTYPED2}
49 {-string -type string -default STRING}
50 {-integer -type integer -default 1234}
51 {-alnum -type alnum -default ALNUM}
52 {-alpha -type alpha -default ALPHA}
53 {-ascii -type ascii -default ASCII}
54 {-control -type control -default "\
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Ddialog.tcl27 # default - Index of button that is to display the default ring
32 proc ::tk_dialog {w title text bitmap default args} {
36 # Check that $default was properly given
37 if {[string is integer -strict $default]} {
38 if {$default >= [llength $args]} {
39 return -code error "default button index greater than number of\
42 } elseif {"" eq $default} {
43 set default -1
45 set default [lsearc
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dnetrw.vim74 hi default link netrwClassify Function
75 hi default link netrwCmdSep Delimiter
76 hi default link netrwComment Comment
77 hi default link netrwDir Directory
78 hi default link netrwHelpCmd Function
79 hi default link netrwHidePat Statement
80 hi default link netrwHideSep netrwComment
81 hi default link netrwList Statement
82 hi default link netrwVersion Identifier
83 hi default lin
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Ddialog.tcl27 # default - Index of button that is to display the default ring
32 proc ::tk_dialog {w title text bitmap default args} {
36 # Check that $default was properly given
37 if {[string is integer -strict $default]} {
38 if {$default >= [llength $args]} {
39 return -code error "default button index greater than number of\
43 } elseif {"" eq $default} {
44 set default -1
46 set default [lsearc
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/library/
H A Dxml__tcl.tcl36 variable default {}
70 variable default
93 set default $name
117 default {
118 return $default
123 default {
144 variable default
161 -parser $default
270 default {
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dnetrc.el47 (let ((tokens '("machine" "default" "login"
78 ;; except "default".
80 (equal (car pair) "default")))
98 "Return the netrc values from LIST for MACHINE or for the default entry.
100 Entries without port tokens default to DEFAULTPORT."
108 ;; No machine name matches, so we look for default entries.
110 (when (assoc "default" (car rest))
/macosx-10.10.1/rsync-45/rsync/patches/
H A Dverify-patches96 my $default = apply_patch($diff);
105 if ($default =~ s/^D,// || $default eq 'N') {
107 $default = 'U,N' if $default eq 'N' && $def eq 'E';
108 $default = 'N' if !$minor_updates && $default eq 'U,N';
116 "Apply patch again, !(CMD), Build rsync, Next, Quit: [$default] ";
117 my $ans = $default;
118 if ($first_time && $default
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Dvms-pmail.el85 (let ((default (vms-system-info "LOGICAL" "SYS$SCRATCH"))
90 (cd default)
91 (setq buffer-file-name (concat default filename))))

Completed in 169 milliseconds

1234567891011>>