Searched +refs:default +refs:value (Results 276 - 300 of 712) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/emacs-93/emacs/lisp/
H A Dses.el65 :type '(integer :match (lambda (widget value) (> value 0))))
67 (defcustom ses-initial-default-printer "%.7g"
68 "Initial default printer for a new spreadsheet."
75 "Things to do after entering a value into a cell.
113 "\C-c\C-p" ses-read-default-printer
120 (define-key (1value newmap) (car keys) (cadr keys))
134 ["Set default printer" ses-read-default-printer t]
190 ;;These keys insert themselves as the beginning of a numeric value
[all...]
H A Dsubr.el51 (defmacro 1value (form)
52 "Evaluate FORM, expecting a constant return value.
53 This is the global do-nothing version. There is also `testcover-1value'
68 function, i.e., stored as the function value of a symbol, passed to
93 "Return the first element of LISTNAME's value, and remove it from the list.
94 LISTNAME must be a symbol whose value is a list.
95 If the value is nil, `pop' returns nil but does not actually
105 value of last one, or nil if there are none.
114 value of last one, or nil if there are none.
126 Then evaluate RESULT to get return value, defaul
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DService.pm50 # to 0 (default: 1) to bypass this step.
190 # passing the set of handler keys as arguments. A 'default' handler
191 # may also be provided. The handler value represents the name of a
219 elsif ($handler = $handlers->{ default }) {
220 # use default handler
221 $self->debug("using default error handler") if $self->{ DEBUG };
229 $self->debug("using default error handler") if $self->{ DEBUG };
301 default => 'error/default',
322 A default
[all...]
H A DProvider.pm30 # returning (value, status) pairs. With the benefit of hindsight, that
245 # the new value.
411 # look for user-provided UNICODE parameter or use default from package var
1183 the new value.
1194 the C<$MAX_DIRS> package variable, set to C<64> by default, limits the maximum
1226 processed. It is disabled by default and any attempt to load a template by
1238 by default, and will raise a C<file> error if such template names are
1248 a default template which should be used whenever a specified template can't be
1266 can be used to set the default encoding for templates that don't define
1279 default, th
[all...]
/macosx-10.10/tcl-105/tcl/tcl/library/tcltest/
H A Dtcltest.tcl100 proc AcceptAll {value} {
101 return $value
160 proc ArrayDefault {varName value} {
166 # Pre-initialized value is a scalar: destroy it!
169 array set $varName $value
187 # -skip value given to the flag; "userSpecifiedNonMatch" means that
203 proc Default {varName value {verify AcceptAll}} {
206 variable $varName [$verify $value]
220 # The currentFailure var stores the boolean value of whether the
264 # Set workingDirectory to [pwd]. The default outpu
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/library/tcltest/
H A Dtcltest.tcl100 proc AcceptAll {value} {
101 return $value
160 proc ArrayDefault {varName value} {
166 # Pre-initialized value is a scalar: destroy it!
169 array set $varName $value
187 # -skip value given to the flag; "userSpecifiedNonMatch" means that
203 proc Default {varName value {verify AcceptAll}} {
206 variable $varName [$verify $value]
220 # The currentFailure var stores the boolean value of whether the
264 # Set workingDirectory to [pwd]. The default outpu
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dlines.pm91 is the default value.
119 This method returns a I<false> value, thus indicating to the system
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/BodyFilter/
H A Dlines.pm91 is the default value.
119 This method returns a I<false> value, thus indicating to the system
/macosx-10.10/tcl-105/tk/tk/tests/
H A DcanvPsImg.tcl40 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for images. Click the buttons below to select a Visual type for the canvas and colormode for the Postscript output. Then click "Print" to send the results to the default printer, or "Print to file" to put the Postscript output in a file called "/tmp/test.ps". You can also click on items in the canvas to delete them.
58 radiobutton .t.$v -text $v -variable visual -value $v \
68 radiobutton .t.$l -text $l -variable level -value $l
/macosx-10.10/tcl-105/tk84/tk/tests/
H A DcanvPsImg.tcl40 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for images. Click the buttons below to select a Visual type for the canvas and colormode for the Postscript output. Then click "Print" to send the results to the default printer, or "Print to file" to put the Postscript output in a file called "/tmp/test.ps". You can also click on items in the canvas to delete them.
58 radiobutton .t.$v -text $v -variable visual -value $v \
68 radiobutton .t.$l -text $l -variable level -value $l
/macosx-10.10/CPANInternal-159.1/PlRPC-0.2020/lib/RPC/
H A DPlClient.pm119 die "Constructor didn't return a TRUE value" unless $object;
251 The method accepts a list of key/value pairs as arguments. Known arguments
294 Set this to off (default, no compression) or gzip (requires the
306 as attribute value will stop encryption), but you have to be sure,
319 in order to omit denial of service attacks. By default the limit is
328 By default the client is logging to syslog (Unix) or the event log (Windows).
329 If neither is available or you pass a TRUE value as I<logfile>, then logging
331 value is scalar, then logging will occur to stderr.
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tools/
H A DgenStubs.tcl20 # The name of the entire library. This value is used to compute
28 # the set of valid interfaces. The value is empty.
84 # This value will be used to define the inline conditional macro.
122 proc genStubs::scspec {value} {
123 variable scspec $value
132 proc genStubs::epoch {value} {
133 variable epoch $value
326 default {
364 # then an error is displayed and the return value is {}.
508 default {
[all...]
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm134 fallback => sub { encode_error('Invalid value. JSON can only reference.') },
401 my ($self, $value) = @_;
403 return 'null' if(!defined $value);
405 my $b_obj = B::svref_2object(\$value); # for round trip problem
408 return $value # as is
411 my $type = ref($value);
414 return string_to_json($self, $value);
416 elsif( blessed($value) and $value->isa('JSON::PP::Boolean') ){
417 return $$value
721 sub value { subroutine
[all...]
/macosx-10.10/CPANInternal-159.1/Crypt-SSLeay-0.64/lib/Net/
H A DSSL.pm563 Returns the timeout value of the socket as defined by the implementing
564 class or 60 seconds by default.
569 blocking mode. By default, Net::SSL sockets are in blocking mode.
603 By default (as of version 2.80 of C<Net::SSL> in the 0.54 distribution
609 longer happens by default.
612 with a true value (usually 1).
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DMemory.inc55 default:
58 // Provide a default return value as required by some compilers.
/macosx-10.10/vim-55/runtime/ftplugin/
H A DAppendMatchGroup.vim6 " The start of match (b:SOM) default is:
8 " The end of match (b:EOM) default is:
12 " value to the b:SOM|EOM variable in your filetype script.
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DFromNestedArray.pm38 || die "Incorrect Object Type : The first value in the array tree is an array reference";
41 || die "Incorrect Object Type : The second value in the array tree must be an array reference"
56 # pass the value of includeTrunk too
68 || die "Incorrect Object Type : The node value should never be an array reference";
81 # increment the index value
84 # the value of include trunk is only
145 There are no arguments to the constructor the object will be in its default state. You can use the C<setNodeFilter>, C<includTrunk> and C<setArrayTree> methods to customize its behavior.
149 Setting the C<$boolean> value to true (C<1>) will cause the node value of the C<$tree> object passed into C<visit> to be set with the root value foun
[all...]
H A DFindByUID.pm163 There are no arguments to the constructor the object will be in its default state. You can use the C<setNodeFilter>, C<setTraversalMethod>, C<includeTrunk> and C<searchForUID> methods to customize its behavior.
167 Based upon the value of C<$boolean>, this will tell the visitor to include the trunk of the tree in the search as well.
171 By default we will use Tree::Simple's built in depth-first (pre-order) traverse method. If however, you desire the tree to be search in a different ordering, this can be accomplished using a different traversal method, you can supply a C<$visitor> object implementing that traversal type to this method (See B<Tree::Simple::Visitor::BreadthFirstTraversal>, B<Tree::Simple::Visitor::PreOrderTraversal> and B<Tree::Simple::Visitor::PostOrderTraversal>).
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-util.el101 (symbol-value variable)))
125 "Get hash value. Arguments are STRING and HASHTABLE."
235 "Return the value of the header FIELD of current article."
329 (setq keymap (symbol-value keymap)))
334 (define-key (symbol-value (caddr keymap)) (cadr keymap) (car keymap))
335 (setq keymap (symbol-value (car keymap)))))
339 (setq key (symbol-value key)))
345 (defun gnus-completing-read-with-default (default prompt &rest args)
346 ;; Like `completing-read', except that DEFAULT is the default argumen
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dlocale.sh69 # test multibyte value/trace format -- $'\303\274' is UTF-8 u-umlaut
96 [[ "$u" == "$x" ]] || err_exit LC_ALL=$locale multibyte value/trace format failed
121 [[ $got == $exp ]] || err_exit "command wc LC_ALL default failed -- expected '$exp', got '$got'"
135 [[ $got == $exp ]] || err_exit "builtin wc LC_ALL default failed -- expected '$exp', got '$got'"
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/asn/
H A Dasn.tcl152 # two octet signed value
159 # three octet signed value
163 # three octet signed value
167 # four octet signed value
171 # four octet unsigned value
175 # five octet unsigned value
179 # six octet unsigned value
183 # seven octet value
187 # must be a 64-bit wide signed value
202 # already. Constructed value, definit
[all...]
/macosx-10.10/libiconv-42/libiconv/libcharset/djgpp/
H A Dconfig.bat10 Rem We always default to NLS support,
193 Rem Set SHELL to a sane default or some configure tests stop working
198 echo No SHELL found in the environment, using default value
201 Rem Set HOME to a sane default so configure stops complaining.
205 echo No HOME found in the environment, using default value
220 echo No USERNAME and no USER found in the environment, using default values
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dfigmemo_sample.rb114 @entry.bind('Return'){@state.value = 0}
232 @entry.value = ''
248 :fill=>@col, :font=>@font, :text=>@entry.value,
302 ret = Tk.messageBox(:icon=>'warning',:type=>'okcancel',:default=>'cancel',
349 fname.value = fpath
354 initname = fname.value
370 :message=>"Fail to open '#{fname.value}'.\n#{e.message}")
384 initname = fname.value
404 :default=>'cancel',
/macosx-10.10/vim-55/runtime/syntax/
H A Dtsscl.vim134 " Floating point absolute value (fabs)
150 " *IF value *IF I==10
151 " *ELSE IF value *ELSE IF I<10
181 " Define the default highlighting
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A Dtree.tcl26 # nid - integer value used to create unique node names
88 dict for {name node} [dict filter ${nodes} value ${node}] {
474 method key.append { name key value } {
479 ${node} attr.append ${key} ${value}
515 method key.lappend { name key value } {
520 ${node} attr.lappend ${key} ${value}
553 default {
1064 default {
1080 default {
1095 default {
[all...]

Completed in 376 milliseconds

<<11121314151617181920>>