Searched +refs:default +refs:value (Results 326 - 350 of 712) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/emacs-93/emacs/lisp/
H A Dwoman.el88 ;; completion. By default, WoMan suggests the word nearest to the
112 ;; (By default, WoMan will automatically define the dired keys "W" and
119 ;; default) WoMan will not overwrite the `dired-x' binding.)
140 ;; Using the word at point as the default topic
144 ;; buffer as the default topic to look up if it matches the name of a
145 ;; manual page installed on the system. The default topic can also be
187 ;; for every man page. The menu title is the value of the variable
188 ;; `woman-imenu-title', which is "CONTENTS" by default. By default,
190 ;; this by changing the value o
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DContext.pm73 # the internal ERROR value (read via error()) is set to contain an
125 $providers = $self->{ PREFIX_MAP }->{ default }
446 $providers = $self->{ PREFIX_MAP }->{ default }
472 # a single value containing an error message which is used to
615 # value (the $block reference or compiled block reference) if
1026 A default C<Template::Context> object is created by the L<Template> module.
1043 parameters onto other default objects (e.g. L<Template::Provider>,
1063 L<context()|Template::Config#context()> factory method to create a default
1067 L<context()|Template::Config#context()> factory method when a default context
1086 HASH reference or as a list of C<name =E<gt> value> pair
[all...]
/macosx-10.10/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm100 *_extract_default = _extractor_for_pair_named('default','raw');
111 my ($default, $init_arg, $getter, $setter, $name);
113 $default = _extract_default($config);
126 croak "Missing new value in call to 'set_$setter' method"
138 default => $default,
443 # Apply init_arg and default for attributes still undefined...
455 elsif (defined $attr_ref->{default}) {
456 # Or use default value specifie
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dtable.el298 ;; `table-cell-map-hook' prepared for users to override the default
299 ;; table cell bindings. Following is the table of predefined default
375 ;; menu is identical to the full table menu. [mouse-3] is the default
512 ;; character (`\' is the default). The continuation character is
535 ;; By default the cell contents are filled with left justification and
634 ;; (defun set-face-property (face prop value)))
728 (defun table-set-table-fixed-width-mode (variable value)
730 (funcall variable (if value 1 -1))))
732 (defun table-initialize-table-fixed-width-mode (variable value)
733 (set variable value))
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Dcsv.rb277 # This method will return the field value by +header+ or +index+. If a field
298 # fetch( header, default )
300 # This method will fetch the field value by +header+. It has the same
302 # value is returned. Otherwise, if a block is given, it is yielded the
303 # +header+ and its result is returned; if a +default+ is given as the
332 # []=( header, value )
333 # []=( header, offset, value )
334 # []=( index, value )
337 # assigns the +value+.
344 value
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dtree1.tcl314 # Get a keyed value from a node in a tree.
323 # value Value associated with the key given.
333 # except for the default key 'data'.
350 # Get a serialized list of key/value pairs from a node in a tree.
357 # value A serialized list of key/value pairs.
369 # Only default key is present, invisibly.
386 # value A serialized list of key/value pairs.
399 # except for the default ke
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/
H A Dinstall.tcl295 default {
400 default {
401 return -code error "invalid value \"$req\", must be \"supplied\" or \"needed\""
472 default {
587 foreach { option value } [lrange $args 0 $argc] {
590 set perm $value
593 set macroExt $value
596 set preprocessCmd "$value"
599 set postprocessCmd "$value"
601 default {
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/
H A Dinstall.tcl295 default {
400 default {
401 return -code error "invalid value \"$req\", must be \"supplied\" or \"needed\""
472 default {
587 foreach { option value } [lrange $args 0 $argc] {
590 set perm $value
593 set macroExt $value
596 set preprocessCmd "$value"
599 set postprocessCmd "$value"
601 default {
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxslt/
H A Dinstall.tcl300 default {
405 default {
406 return -code error "invalid value \"$req\", must be \"supplied\" or \"needed\""
477 default {
592 foreach { option value } [lrange $args 0 $argc] {
595 set perm $value
598 set macroExt $value
601 set preprocessCmd "$value"
604 set postprocessCmd "$value"
606 default {
[all...]
/macosx-10.10/cups-408/cups/
H A Dconfigure88 # splitting by setting IFS to empty value.)
216 # neutralization value for shells without unset; and this also
486 # In both cases, we have to default to `cp -p'.
566 # Factoring default headers for most tests.
934 # by default will actually change.
1475 By default, \`make install' will install all the files in
1534 --enable-cdsassl use CDSA for SSL/TLS support, default=first
1535 --enable-gnutls use GNU TLS for SSL/TLS support, default=second
1542 --disable-browsing disable Browsing by default
1543 --disable-default
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Pg-0.16007/lib/DateTime/Format/
H A DPg.pm46 =item * new( name => value, ... )
50 style from the default then it is more comfortable to create an object.
62 dd/mm/yyyy format. The default is to assume US mm/dd/yyyy format
63 (because this is the default for PostgreSQL).
69 been set to use the 'ISO' format, which is the default.
76 This value must be set to the same value as the PostgreSQL server's time
81 been set to use the 'ISO' format, which is the default.
421 The default DateStyle, 'ISO', will always produce unambiguous results
837 the default bu
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/
H A DREADME318 "Log::Log4perl" doesn't define any appenders by default, not even the
671 value => $someref });
678 ("Data::Dumper::Dumper()") and pass it the value that came with the key
679 named "value" as an argument. The anonymous hash in the call above will
680 be replaced by the return value of the filter function.
800 the log method's return value will have them excluded. This means that
805 The bottom line is: Logging functions will return a *true* value if the
806 message made it through to one or more appenders and a *false* value if
984 Also, if you've got the "name=value" pairs of the configuration in a
1003 and then calls parse() on the resulting string. By default i
[all...]
/macosx-10.10/CPANInternal-159.1/JSON-RPC-0.96/lib/JSON/RPC/
H A DServer.pm91 Carp::croak 'Invalid dispatch value.';
323 if ($system_call) { # if not found, default system.foobar
519 Takes your returned value (scalar or arrayref or hashref).
572 The default value is L<JSON> object in the below way:
604 sends a return object with errror message 'Procedure error' by default.
676 There is JSON::RPC::Server::system::describe for default response of 'system.describe'.
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/examples/
H A Ddomtree.tcl130 # Returns value of option
145 # Sets value of options
194 # Updates the Tree display with the value of a node
397 default {
414 # In future could use XPath - just get the string value
429 default {
445 default {
688 # value value for field
693 proc domtree::_set_client_data {path node field value} {
[all...]
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/
H A DSSL.pm137 while ( my ($name,$value) = each %const ) {
139 *{$name} = UNIVERSAL::can( 'Net::SSLeay', $name ) || sub { $value };
151 # default: croak if we really got an unencoded international domain
797 die "bad value in ref \$/: $size" unless $size>0;
810 die "bad value in ref \$/: $size" unless $size>0;
1023 # default error for undefined arguments
1164 # names should be possible. The check_cn value again is a guess.
1185 # we provide some default rules as well as a user-defined
1833 The default SSL_version is 'SSLv23:!SSLv2' which means, that SSLv2, SSLv3 and TLSv1
1846 given value,
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-cus.el49 Entry to this mode calls the value of `gnus-custom-mode-hook'
50 if that value is non-nil."
65 (symbol-value 'custom-raised-buttons))
113 gnus-group-split-default-catch-all-group.
129 :value t
133 Specify default value for GCC header.
139 `gcc' header (this symbol takes precedence over any default `Gcc'
143 :value never
151 when expiring expirable messages. The value ca
[all...]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dutils.tcl46 proc GlobalVar::setvar { varName value } {
47 return [uplevel \#0 [list set $varName $value]]
209 default {
218 foreach {option value} $args {
225 default { return -code error "XLFDfont: option incorrecte: $option" }
227 set lfont [lreplace $lfont $index $index $value]
562 # value The value that is in-valid.
567 proc BWidget::badOptionString {type value list} {
570 return "bad $type \"$value\"
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/smtpd/
H A Dsmtpd.tcl129 foreach {opt value} [array get options] {
130 lappend r -$opt $value
153 default {
276 # of the state array name. Called with no value, it returns the current
277 # value of the item (or {} if not defined).
295 foreach {name value} $args {
297 set [namespace current]::[subst state_$channel]($name) $value
911 default {
/macosx-10.10/vim-55/runtime/syntax/
H A Dxpm.vim37 " get the 3rd value: colors = number of colors
39 " get the 4th value: cpp = number of character per pixel
128 " Define the default highlighting.
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dwidget235 lastLine.value = txt.index("@#{x},#{y} linestart")
236 tag_hot.add(lastLine.value, "#{lastLine.value} lineend")
247 newLine.value = txt.index("@#{x},#{y} linestart")
248 if newLine.value != lastLine.value
250 lastLine.value = newLine.value
254 tag_hot.add(lastLine.value,
255 "#{lastLine.value} lineen
[all...]
/macosx-10.10/CPANInternal-159.1/Crypt-Rijndael-1.10/
H A DRijndael.pm60 codebook mode, the default), C<MODE_CBC> (cipher block chaining, the
69 This allows you to change the initial value vector used by the
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DBreadthFirstTraversal.pm108 There are no arguments to the constructor the object will be in its default state. You can use the C<setNodeFilter> method to customize its behavior.
112 Based upon the value of C<$boolean>, this will tell the visitor to include the trunk of the tree in the traversal as well.
H A DFindByPath.pm156 # our result's node value should match
170 There are no arguments to the constructor the object will be in its default state. You can use the C<setSearchPath> and C<setNodeFilter> methods to customize its behavior.
174 Based upon the value of C<$boolean>, this will tell the visitor to include the trunk of the tree in the search as well.
178 This is the path we will attempt to follow down the tree. We will do a stringified comparison of each element of the path and the current tree's node (or the value returned by the node filter if it is set).
H A DPostOrderTraversal.pm101 There are no arguments to the constructor the object will be in its default state. You can use the C<setNodeFilter> method to customize its behavior.
105 Based upon the value of C<$boolean>, this will tell the visitor to include the trunk of the tree in the traversal as well.
H A DPreOrderTraversal.pm63 There are no arguments to the constructor the object will be in its default state. You can use the C<setNodeFilter> method to customize its behavior.
67 Based upon the value of C<$boolean>, this will tell the visitor to include the trunk of the tree in the traversal as well.

Completed in 460 milliseconds

<<11121314151617181920>>