Searched +refs:default +refs:value (Results 226 - 250 of 712) sorted by relevance

1234567891011>>

/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DAdjacencyMatrix.pm143 By default the edge attribute used for distance is C<w>, but you
168 By default only the adjacency matrix is computed. To compute also the
169 distance matrix, use the attribute C<distance_matrix> with a true value
174 By default the edge attribute used for distance is C<w>. You can
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DAdjacencyMatrix.pm143 By default the edge attribute used for distance is C<w>, but you
168 By default only the adjacency matrix is computed. To compute also the
169 distance matrix, use the attribute C<distance_matrix> with a true value
174 By default the edge attribute used for distance is C<w>. You can
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dtree_tcl.tcl75 default {
81 default {
153 default {
328 foreach {mode value} $args break
335 foreach n $value {
341 set nodes [array names attribute $value]
346 if {![regexp -- $value $n]} continue
350 default {
736 # Get a keyed value from a node in a tree.
744 # value Valu
[all...]
H A Dmatrix1.tcl342 default {
361 default {
401 default {
497 default {
691 # behind the last existing column. A value of "n" equal to or
703 return -code error "A value of n <= 0 is not allowed"
731 # the last existing row. A value of "n" equal to or smaller than
743 return -code error "A value of n <= 0 is not allowed"
785 # Returns the length of the string representation of the value
1050 # Returns the value currentl
[all...]
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DPathToRoot.pm106 There are no arguments to the constructor the object will be in its default state. You can use the C<includeTrunk> and C<setNodeFilter> methods to customize its behavior.
110 Based upon the value of C<$boolean>, this will tell the visitor to collect the trunk of the tree as well.
126 This will return the collected path as a string with the path elements joined by a C<$delimiter>. If no C<$delimiter> is specified, the default (', ') will be used.
H A DToNestedArray.pm118 There are no arguments to the constructor the object will be in its default state. You can use the C<setNodeFilter> and C<includTrunk> methods to customize its behavior.
122 Setting the C<$boolean> value to true (C<1>) will cause the node value of the tree's root to be included in the nested array output, setting it to false will do the opposite.
126 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are placed into the array tree. The C<$filter_function> is passed a Tree::Simple object, and is expected to return the value desired for inclusion into the array tree.
H A DToNestedHash.pm104 There are no arguments to the constructor the object will be in its default state. You can use the C<setNodeFilter> and C<includTrunk> methods to customize its behavior.
108 Setting the C<$boolean> value to true (C<1>) will cause the node value of the tree's root to be included in the nested hash output, setting it to false will do the opposite.
112 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are placed into the hash tree. The C<$filter_function> is passed a Tree::Simple object, and is expected to return the value desired for inclusion into the hash tree.
/macosx-10.10/emacs-93/emacs/lisp/
H A Diswitchb.el65 ;; default). At any time I can select the item at the head of the
112 ;; used depending on the value of iswitchb-case (default is the same
119 ;; the two letters `in' and the value of iswitchb-case:
152 ;; By default, the list of current buffers is most recent first,
265 (defmacro defcustom (var value doc &rest args)
266 `(defvar ,var ,value ,doc))))
299 If this value is N, and N is greater than the number of matching
309 enabled if this variable is configured to a non-nil value."
313 (lambda (sym value)
[all...]
H A Drecentf.el68 A nil value means to save the whole list.
77 :initialize 'custom-initialize-default
78 :set (lambda (symbol value)
80 (custom-set-default symbol value)
81 (and (not (equal value oldvalue))
88 this value. By default give R/W access only to the user who owns that
110 The default is to keep readable files.
119 (defun recentf-menu-customization-changed (variable value)
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Debnf2ps.el215 ;; $A default non-terminal (see text below)
216 ;; $"C" default terminal (see text below)
217 ;; $?C? default special (see text below)
294 ;; The `default' terminal, non-terminal and special is a way to indicate a
295 ;; default path in a production. For example, the production:
299 ;; Indicates that the default meaning for "X" is "A C" if "X" is empty.
319 ;; The line comment is controlled by `ebnf-lex-comment-char'. The default
320 ;; value is ?\; (character `;').
322 ;; The end of production is controlled by `ebnf-lex-eop-char'. The default
323 ;; value i
[all...]
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm64 my $value = shift ;
71 if $type == 2 && !ref $value && ref $value ne 'CODE';
72 $self->{GOT}{$key} = $value ;
304 my $value = "" ;
305 my $status = $self->seq($key, $value, R_FIRST());
310 $status = $self->seq($key, $value, R_NEXT());
341 warnings::warnif('uninitialized', 'Use of uninitialized value in splice');
360 die "Modification of non-creatable array value attempted, "
367 warnings::warnif('uninitialized', 'Use of uninitialized value i
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dpersonal.tcl343 foreach value [mutl::getheader $mime $key] {
344 foreach addr [mime::parseaddress $value] {
414 set value [lindex $argv $argx]
418 set configFile $value
422 set options(debugP) [set debugP [smtp::boolean $value]]
426 set messageFile $value
430 set originatorAddress $value
434 set userName $value
437 default {
712 default {
[all...]
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Search/
H A DBasic.pm26 At the minute Class::DBI::Search::Basic doubles up as both the default
47 return the value of a given option.
129 if (defined(my $value = $search_for->{$column})) {
131 push @bind, $value;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_op.tcl70 # value value| yes | value is passed
71 # value leaf | yes | value is passed
72 # value void | yes | X is implied void
73 # leaf value| no | generated value was discarded, inlined doesn't. Z may be implied void
76 # void value| no | X drops value, inlin
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dxpm2.vim49 " get the 3rd value: colors = number of colors
51 " get the 4th value: cpp = number of character per pixel
142 " Define the default highlighting.
150 " The default highlighting.
H A Drtf.vim46 " Color values, we will put this value in Red, Green or Blue
54 " Define the default highlighting.
/macosx-10.10/CPANInternal-159.1/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm127 . 'transport layer protocol: tcp (default) or unix' },
420 # value makes the server terminate.
793 If the I<catchint> option is on (by default it is, use
832 (UNIX only) Facility to use for L<Sys::Syslog (3)>. The default is
846 By default a daemon is listening to any IP number that a machine
860 must be given somehow, as there's no default.
864 By default logging messages will be written to the syslog (Unix) or
866 specify a log file. The special value "STDERR" forces logging to
872 I<loop-timeout> option.) By default the loops are serialized.
878 minutes. If this option is set to a positive value (zer
[all...]
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/
H A DYapp.pm38 $value=$parser->YYParse(yylex => \&lexer_sub, yyerror => \&error_sub);
133 be the starting rule of your grammar. The default, when C<%start> is not
196 parsing flow and they must return a semantic value.
226 with their arguments passed in C<@_>, and their semantic value are
252 its semantic value (both can be used to modify their values too, but
275 where index is an integer. Its value being I<1 .. n> returns the same values
299 If no action is specified for a rule, the equivalant of a default
311 the grammar as if you wrote (although @x-1 is not a legal lhs value):
350 It is its duty to return the next token and value to the parser.
354 literal value) fro
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDate.pm30 our $FORMAT = '%H:%M:%S %d-%b-%Y'; # default strftime() format
68 # at construction time). Specifying a Perl-true value for $gmt will
220 # use current time and default format
242 # specify default format to plugin
257 This creates a plugin object with the default name of 'C<date>'. An alternate
262 The plugin provides the C<format()> method which accepts a time value, a
264 with the current system time, default format ('C<%H:%M:%S %d-%b-%Y>') and
273 to the default format and for the default locale (which may not be the
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dadvice.el59 ;; value it will return.
186 ;; of this variable. Its default value is `warn' which will print a warning
190 ;; Look at the documentation of `ad-default-compilation-action' for possible
191 ;; values of this variable. Its default value is `maybe' which will compile
224 ;; (message "%s" ad-return-value)))
271 ;; `first' will be used as a default. If this call to `defadvice' redefines
314 ;; the return value, the binding environment, and can have all sorts of
327 ;; (let (ad-return-value)
[all...]
/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dhttpproxy.rb85 def initialize(config={}, default=Config::HTTP)
86 super(config, default)
246 src.each{|key, value|
251 @logger.debug("choose_header: `#{key}: #{value}'")
254 dst[key] = value
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dexpand33 # "output" the macro unchanged, "fail" (the default), halting
34 # processing, depending on the value of the "-error" option.
36 # Output is written to stdout, by default; the "-out" option
218 # Since the hooks do nothing by default, and are to be redefined by the
284 # csave name value
286 # Save or retrieve value in the current context
288 proc ::expand::csave {name value} {
292 set contextData($level-$name) $value
297 # Get the value of a context variable
444 default { erro
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/tools/
H A Dexpand33 # "output" the macro unchanged, "fail" (the default), halting
34 # processing, depending on the value of the "-error" option.
36 # Output is written to stdout, by default; the "-out" option
218 # Since the hooks do nothing by default, and are to be redefined by the
284 # csave name value
286 # Save or retrieve value in the current context
288 proc ::expand::csave {name value} {
292 set contextData($level-$name) $value
297 # Get the value of a context variable
444 default { erro
[all...]
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Deudc.el111 (defvar eudc-protocol-has-default-query-attributes nil)
126 "Return t if PROP has a value specified in PLIST."
137 (defun eudc-plist-get (plist prop &optional default)
138 "Extract a value from a property list.
140 \(PROP1 VALUE1 PROP2 VALUE2...). This function returns the value
145 default))
147 (defun eudc-lax-plist-get (plist prop &optional default)
148 "Extract a value from a lax property list.
152 using `equal' instead of `eq'. This function returns the value
162 default))
[all...]
/macosx-10.10/tcl-105/tcl/tcl/library/opt/
H A Doptparse.tcl59 {-listval -list {} "List value"}
117 # instruction :== "flags" | "value"
123 # is the default value. for all other types the typeArgs is the default value
126 # additional arguments means respectively true or false (default flag type).
248 # (the other will be sets to their default value)
333 # Set the value fiel
[all...]

Completed in 746 milliseconds

1234567891011>>