Searched +refs:default +refs:value (Results 26 - 50 of 712) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/exif/
H A Dexif.tcl164 set value [readIFDEntry $data $format $components $offset]
166 set result(ImageDescription) $value
168 set result(CameraMake) $value
170 set result(CameraModel) $value
171 set cameraModel $value
173 set result(Orientation) $value
175 set result(XResolution) $value
177 set result(YResolution) $value
180 if {$value==2} {set result(ResolutionUnit) "inch"}
181 if {$value
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Ddialog.tcl11 # -command -default {} ; # gets appended: $win $reason
12 # -focus -default {} ; # subwindow to set focus on display
13 # -modal -default none
14 # -padding -default 0
15 # -parent -default ""
16 # -place -default center
17 # -separator -default 1
18 # -synchronous -default 1
19 # -title -default ""
20 # -transient -default
[all...]
H A Druler.tcl14 # -foreground -default black
15 # -font -default {Helvetica 14}
16 # -interval -default [list 5 25 100]
17 # -sizes -default [list 4 8 12]
18 # -showvalues -default 1
19 # -outline -default 1
20 # -grid -default 0
21 # -measure -default pixels ; {pixels points inches mm cm}
22 # -zoom -default 1
34 # -alpha -default 0.
[all...]
H A Dpanelframe.tcl7 # highlight colors the default frame color.
57 # We use the same -foreground as the default
73 -default [widget::entry-selectbackground] to {hull title tframe} \
76 -default [widget::entry-selectforeground] to {title} \
80 option -ipad -default 1 -configuremethod C-ipad
83 #option -window -default "" -configuremethod C-window ; # -isa window
85 # The use of a bold font by default would be better
91 #option -state -default normal
95 option -closebutton -default 0 -configuremethod C-closebutton
137 method C-ipad {option value} {
[all...]
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Drdoc_command.rb11 :version => Gem::Requirement.default,
16 'installed gems') do |value, options|
17 options[:all] = value
21 'Generate RDoc HTML') do |value, options|
22 options[:include_rdoc] = value
26 'Generate RI data') do |value, options|
27 options[:include_ri] = value
31 'Overwrite installed documents') do |value, options|
32 options[:overwrite] = value
43 "--version '#{Gem::Requirement.default}'
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/JavaMap/
H A DRollingFileAppender.pm12 my $filename = $data->{File}{value} ||
13 $data->{filename}{value} ||
14 die "'File' not supplied for appender '$appender_name', required for a '$data->{value}'\n";
17 if (defined($data->{Append}{value})){
18 if (lc $data->{Append}{value} eq 'true' || $data->{Append}{value} == 1){
20 }elsif (lc $data->{Append}{value} eq 'false' || $data->{Append}{value} == 0) {
25 die "'$data->{Append}' is not a legal value for Append for appender '$appender_name', '$data->{value}'\
[all...]
H A DFileAppender.pm12 my $filename = $data->{File}{value} ||
13 $data->{filename}{value} ||
14 die "'File' not supplied for appender '$appender_name', required for a '$data->{value}'\n";
17 if (defined($data->{Append}{value})){
18 if (lc $data->{Append}{value} eq 'true' || $data->{Append}{value} == 1){
20 }elsif (lc $data->{Append}{value} eq 'false' || $data->{Append}{value} == 0) {
25 die "'$data->{Append}' is not a legal value for Append for appender '$appender_name', '$data->{value}'\
[all...]
/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dtest_config.rb34 assert_equal("[ default ]\n\n", c.to_s)
36 assert_equal(['CA_default', 'ca', 'default'], c.sections.sort)
44 default::bar = baz # ditto
57 fo =b ar # space allowed in value
62 baz = 123$(default::bar)456${foo}798
66 assert_equal(['default', 'default1 default2', 'doller', 'emptysection', 'foo', 'foo\\bar'], c.sections.sort)
67 assert_equal(['', 'a', 'bar', 'baz', 'd', 'dq', 'dq2', 'esc', 'foo\\bar', 'sq'], c['default'].keys.sort)
68 assert_equal('c', c['default'][''])
69 assert_equal('', c['default']['a'])
70 assert_equal('qx', c['default']['ba
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/Misc/
H A Dzkill29 def parse_time(value):
30 minutes,value = value.split(':',1)
31 if '.' in value:
32 seconds,fseconds = value.split('.',1)
34 seconds = value
108 value = fields[idx]
110 record[field[2]] = field[1](value)
126 value = getattr(signal, name)
127 if value an
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/yaml/
H A Dyaml.tcl29 # fixed value groups for some yaml-types.
33 # proc some_command {value} {
34 # return [list !!type $treatmented-value]
41 # proc some_composer {type value} {
42 # return [list 1 $result-type $treatmented-value]
79 {m:null.arg "" {null modifier setting(default {"" {null "" ~}})}}
80 {m:true.arg "" {true modifier setting(default {1 {true on + yes y}})}}
81 {m:false.arg "" {false modifier setting(default {0 {false off - no n}})}}
82 {types.arg "" {modifier list setting(default {nop timestamp integer null true false})}}
164 # default settin
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_xml.tcl50 foreach {name value} $nvpairs {
51 append attlist " $name='[string map $attvalMap $value]'"
70 # emptyElement gi ?attribute value ... ?
123 # start gi ?attribute value ... ? --
134 # 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
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DMemory.inc41 default:
44 // Provide a default return value as required by some compilers.
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/registry/
H A Dregistry.tcl19 # set key ?attribute value?
22 option -tie -default {} -configuremethod TIE ; # Persistence
122 method get||default {key attr default} {
124 return $default
128 return $default
153 method lappend {key attr value} {
154 set list [$self get||default $key $attr {}]
155 lappend list $value
164 foreach {attr value}
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/registry/
H A Dregistry.tcl19 # set key ?attribute value?
22 option -tie -default {} -configuremethod TIE ; # Persistence
122 method get||default {key attr default} {
124 return $default
128 return $default
153 method lappend {key attr value} {
154 set list [$self get||default $key $attr {}]
155 lappend list $value
164 foreach {attr value}
[all...]
/macosx-10.10/vim-55/runtime/autoload/xml/
H A Dxsd.vim30 \ {'name' : [], 'id' : [], 'ref' : [], 'type' : [], 'minOccurs' : [], 'maxOccurs' : [], 'nillable' : [], 'substitutionGroup' : [], 'abstract' : [], 'final' : [], 'block' : [], 'default' : [], 'fixed' : [], 'form' : []} ],
33 \ {'name' : [], 'id' : [], 'ref' : [], 'type' : [], 'use' : [], 'default' : [], 'fixed' : [], 'form' : []} ],
69 \ {'value' : [], 'id' : [], 'fixed' : []}],
72 \ {'value' : [], 'id' : [], 'fixed' : []}],
75 \ {'value' : [], 'id' : [], 'fixed' : []}],
78 \ {'value' : [], 'id' : [], 'fixed' : []}],
81 \ {'value' : [], 'id' : [], 'fixed' : []}],
84 \ {'value' : [], 'id' : [], 'fixed' : []}],
87 \ {'value' : [], 'id' : [], 'fixed' : []}],
90 \ {'value'
[all...]
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/lib/
H A Dtdom.tcl141 default {
204 default {
281 foreach {type value} $action {
283 prefix { append output [subst $value] }
284 tag { append output <$value> }
285 start { append output [eval $value] }
294 foreach {type value} $action {
296 suffix { append output [subst $value] }
297 end { append output [eval $value] }
298 tag { append output </$value> }
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/library/
H A Dtclparser-8.0.tcl61 # plus option/value pairs
149 foreach {opt value} $args {
150 set state($opt) $value
162 default {
250 # There are two forms for name-value pairs:
252 # name="value"
253 # name='value'
261 # Returns a Tcl list representing the name-value pairs in the
287 set mode value:start
289 value
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Dhttps.tcl62 # the header name and value eg: [list Cookie $cookiedata]
65 proc ::SOAP::Transport::https::method:configure {procVarName opt value} {
69 set procvar(httpheaders) $value
72 set procvar(timeout) $value
74 default {
91 foreach {opt value} [array get options] {
92 lappend r "-$opt" $value
97 foreach {opt value} $args {
100 set options([string trimleft $opt -]) $value
103 set options(headers) $value
[all...]
H A Dhttp.tcl62 # the header name and value eg: [list Cookie $cookiedata]
65 proc ::SOAP::Transport::http::method:configure {procVarName opt value} {
69 set procvar(httpheaders) $value
72 set procvar(timeout) $value
75 set procvar(contenttype) $value
77 default {
94 foreach {opt value} [array get options] {
95 lappend r "-$opt" $value
100 foreach {opt value} $args {
103 set options([string trimleft $opt -]) $value
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/library/
H A Dxmlswitch.tcl83 foreach {opt value} $args {
86 set state($opt) $value
89 default {
107 default {
261 foreach {name value} $attrList {
262 dom::element setAttribute [lindex $state(current) end] $name $value
384 default {
389 default {
400 default {
446 default {
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dpielabel.tcl9 set (default,font) {Helvetica -12}
21 ::stooop::virtual proc set {this label value}
/macosx-10.10/cxxfilt-11/cxxfilt/config/
H A Dmulti.m417 [ --enable-multilib build many library versions (default)],
21 *) AC_MSG_ERROR([bad value $enableval for multilib option]) ;;
40 # Even if the default multilib is not a cross compilation,
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/
H A Dsgml.tcl161 # args option/value pairs
317 # default: normal mode
336 # Check for a right angle bracket in an attribute value
337 # This manifests itself by terminating the value before
353 # value
525 default {
603 # Parse attribute list into a key-value representation
729 default {
815 foreach {decl id value} $dtd {
816 catch {DTD:[string toupper $decl] $id $value} er
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/mime/
H A Dmime.tcl69 # params: seralized array of key/value pairs (keys are lower-case)
72 # header: serialized array of key/value pairs (keys are lower-case)
75 # value: either "file", "parts", or "string"
360 # ?-param {key value}?...
361 # ?-encoding value?
362 # ?-header {key value}?... ?
363 # (-file name | -string value | -parts {token1 ... tokenN})
416 # ?-param {key value}?...
417 # ?-encoding value?
418 # ?-header {key value}
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DStash.pm43 # defined then we merge their contents with the default virtual methods
195 # Returns the value for an variable stored in the stash. The variable
202 # [ 'foo', 0, 'bar', ['foo'], 'baz', 0 ]. Returns the value of the
238 # set($ident, $value, $default)
240 # Updates the value for a variable in the stash. The first parameter
242 # parameter should be the intended value for the variable. The third,
243 # optional parameter is a flag which may be set to indicate 'default'
245 # currently undefined or has a false value. The magical 'IMPORT'
246 # variable identifier may be used to indicate that $value i
[all...]

Completed in 580 milliseconds

1234567891011>>