Searched +refs:default +refs:value (Results 426 - 450 of 712) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/emacs-93/emacs/lisp/
H A Dps-print.el189 ;; `ps-printer-name' takes its initial value from the variable
191 ;; Emacs is running and takes its initial value in accordance with this
201 ;; feeding takes place. The default is nil (automatic feeding).
204 ;; inserted at end of PostScript generated. Non-nil means do so. The default
228 ;; `ps-paper-type', instead it uses the default paper size. If variable
232 ;; Printers). The default value is non-nil (it gives an error).
254 ;; printing (that is, the page is rotated by 180 grades). The default value is
263 ;; is greater than TO. Otherwise, it's treated as nil. The default valu
[all...]
H A Dfilesets.el121 (defvar filesets-ignore-next-set-default nil
122 "A list of custom variables for which the next `set-default' will be
143 the default for XEmacs prior to 21.5. If you want to change this value
147 So, when should you think about setting this value to t? If filesets.el
177 Like `some', return the first value of FSS-PRED that is non-nil."
248 "Set-default wrapper function."
250 (set-default var val))
256 ;; essentially just `set-default'.
257 (defun filesets-set-default (sy
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/des/
H A Dtcldes.tcl77 # The meaning of the argument "value" depends of the operation
81 # value : If the argument "oper" is "create", then "value" is the 64-bit
84 # "oper" is "destroy", then "value" is a handle to a keyset that
87 # weak: If true then weak keys are allowed. The default is to raise an
93 proc keyset {oper value {weak 0}} {
101 set keysets($newset) [createKeys $value $weak]
107 if {[array names keysets $value] != {}} {
109 unset keysets($value)
111 error "The keyset handle \"$value\" i
[all...]
H A Dtcldesjr.tcl75 # The meaning of the argument "value" depends of the operation
79 # value : If the argument "oper" is "create", then "value" is the 64-bit
82 # "value" is a handle to a keyset that was created previously.
84 # weak: If true then weak keys are allowed. The default is to raise an
90 proc keyset {oper value {weak 0}} {
98 set keysets($newset) [createKeys $value $weak]
104 if {[array names keysets $value] != {}} {
106 unset keysets($value)
108 error "The keyset handle \"$value\" i
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/
H A DChanges37 ! #87787 Use of uninitialized value $ns in Lite.pm
84 ! #63693 Uninitalized value (again)
87 ! #15176 problems with SOAP::Header ->value
97 ! #63693 Uninitalized value
136 ! #20569: XMLRPC::Lite "wrong element 'nil'" exception on '<value><nil/></value>'
216 ! Fixes [ 1414914 ] longs are serialized into xsd:int by default
352 ! Fixed bug 747312 - Made XML Schema 2001 the default schema
378 the last occurring value was recorded.
381 + Changed default envelop
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DFilters.pm423 || -1; # we use -1 for "not available" because it's a true value
698 A default C<Template::Filters> module is created by the L<Template> module
756 are added to the standard filters which are available by default.
775 the C<DEBUG_FILTERS> value.
H A DPlugin.pm41 # returns the name of a class (by default, its own class) or a prototype
208 default behaviour for the C<load()> method is to simply return the class
241 argument, it returns the value of the variable.
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm27 # This script is an example of the default style. It was formatted with:
255 # just make a couple of tries before giving up and using the default
292 # decisions on the default rules as modified by any command-line options.
381 Please check value of -stderr in call to perltidy
415 Please check value of -dump_options_type in call to perltidy;
448 Please check value of -argv in call to perltidy;
594 # the default 'bak'. Otherwise it will be whatever characters
691 # use stdin by default if no source array and no args
1241 # else use default permissions for html and any other format
1358 my ( $extension, $default,
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Docaml.vim60 " as keyword or as error (default)
165 syn keyword ocamlKeyword do value
252 " Define the default highlighting.
H A Djava.vim121 syn keyword javaLabel default
162 syntax spell default
167 syn region javaDocTags contained start="{@\(link\|linkplain\|inherit[Dd]oc\|doc[rR]oot\|value\)" end="}"
284 " The default highlighting.
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/
H A DTest.pm102 and C<skip(...)>. By default, all three are exported by
218 my $value = _to_value($input);
220 Converts an C<ok> parameter to its value. Typically this just means
268 expression. If its value is true, the test passes; if false,
288 that case, it is executed and its value (true or false) determines if
323 as the value for comparing. For example:
338 it calls the coderef, and uses its return value as the real value of
343 C<ok(I<arg1>,I<arg2>, I<note>)>, where I<note> is a string value that
661 then we C<skip(...)> just tosses out their value (
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DFilter.pm242 By default, plugins derived from this module will create static
254 define a C<$DYNAMIC> class variable set to a true value.
260 The other way is to set the internal C<_DYNAMIC> value within the C<init()>
269 When this is set to a true value, the plugin will automatically
/macosx-10.10/emacs-93/emacs/etc/
H A Dcalccard.tex361 \key{set mode where alg entry used by default}{m a}
446 \key{present value}{b P}
447 \key{future value}{b F}
451 \key{net present value, int.\ rate of return}{b N\, b I}
520 \key{vector of copies of a value}{v b}
557 \key{return to default evaluation rules}{m D}
569 \key{let variable equal a value in formula}{s l {\it x\/}={\it val}}
662 \key{record variable value permanently}{s p}
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/stringprep/tools/
H A Dgen_unicode_data.tcl28 # This value can be adjusted to find the
48 # characters. This value is used in the
87 proc uni::getGroup {value} {
90 set gIndex [lsearch -exact $groups $value]
93 lappend groups $value
201 default {
/macosx-10.10/BerkeleyDB-21/db/docs_src/tcl/
H A Dm4.tcl84 The default cache size is 256KB, and may not be specified as less than
106 return value is returned by the function. In some cases, however, the
107 errno value may be insufficient to completely describe the cause of the
154 modified by the process' umask value at the time of creation (see
/macosx-10.10/tcl-105/tcl/tcl/library/
H A Dclock.tcl635 # it contains the value of the
707 # Builds and caches a procedure that formats a time value.
1048 default { # An unknown escape sequence
1081 default { # Unknown %E format group
1160 default { # Unknown format group
1232 foreach { flag value } [lreplace $args 0 0] {
1236 set base $value
1239 set format $value
1242 set gmt $value
1245 set locale [string tolower $value]
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/ftp/
H A Dftpdemo.tcl120 radiobutton .op.f.f2.active -anchor w -text "Active" -variable test(mode) -value "active"
122 radiobutton .op.f.f2.passive -anchor w -text "Passive" -variable test(mode) -value "passive"
163 label .op.f.f3.v0.value -anchor w -textvariable test(loop)
164 pack .op.f.f3.v0.value -in .op.f.f3.v0 -side top -fill x
169 label .op.f.f3.v1.value -anchor w -textvariable test(errors)
170 pack .op.f.f3.v1.value -in .op.f.f3.v1 -side top -fill x
175 label .op.f.f3.v2.value -anchor w -textvariable test(after)
176 pack .op.f.f3.v2.value -in .op.f.f3.v2 -side top -fill x
181 label .op.f.f3.v4.value -anchor w -textvariable test(open)
182 pack .op.f.f3.v4.value
[all...]
/macosx-10.10/CPANInternal-159.1/File-ExtAttr-1.09/inc/Devel/
H A DCheckLib.pm60 All of these take the same named parameters and are exported by default.
67 The value of C<lib> must be either a string with the name of a single
91 If a library isn't found, it exits with an exit value of 0 to avoid
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DBuffer.pm189 its ring buffer. C<max_messages> is optional. By default,
193 C<max_messages> is set to a numeric value,
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DLoadDirectoryTree.pm68 || die "Incorrect Type : The tree's node value must be a valid directory";
154 There are no arguments to the constructor the object will be in its default state. You can use the C<setNodeFilter> and C<setSortStyle> methods to customize its behavior.
198 The node value of the C<$tree> argument (gotten by calling C<getNodeValue>) is considered the root directory from which we begin our traversal. We use File::Spec to keep our paths cross-platform, but it is expected that you will feed in a valid path for your OS. If the path either does not exist, or is not a directory, then an exception is thrown.
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dtex-mode.el212 If the value is a form, it is evaluated to get the command to use."
224 (defcustom tex-default-mode 'latex-mode
254 otherwise the value of `tex-start-options', the \(shell-quoted\)
255 value of `tex-start-commands', and the file name are added at the end
273 The value of `tex-directory' is appended to this, separated by a space.")
315 An alternative value is \" . \", if you use a font with a narrow period."
647 (font-lock-default-unfontify-region beg end)
806 (default . "{\\rm "))
817 (let ((mode tex-default-mode) slash comment)
862 such as if there are no commands in the file, the value o
[all...]
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dextconf.rb206 fprintf(stderr, "unexpected return value from recvmsg: %ld\n", (long)ss);
343 default:
385 Fatal: invalid value for --with-lookup-order-hack (expected INET, INET6 or UNSPEC)
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/lib/Data/
H A DDump.pm320 my $val = \$rval->{$key}; # capture value before we modify $key
537 # put a string value in double quotes
594 The following functions are provided (only the dd* functions are exported by default):
612 return value might contain line breaks to format it for easier
643 STDOUT is the default for that).
670 It's default value is " " (two spaces). Set it to "" to suppress indentation.
677 for the dump output. The default is 50. Set it to 0 to disable base64 dumps.
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dsave.pm80 f => $segs[-1] || 'index.html', # same default as wget
210 I<Note:> Remember that the default C<mime> parameter for C<push_filter()>
254 The default template is the local equivalent of the C<%h/%P> Unix path.
339 will be saved. The default is C<[ 200 ]>, which prevent saving error
389 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 Dsave.pm80 f => $segs[-1] || 'index.html', # same default as wget
212 I<Note:> Remember that the default C<mime> parameter for C<push_filter()>
256 The default template is the local equivalent of the C<%h/%P> Unix path.
341 will be saved. The default is C<[ 200 ]>, which prevent saving error
391 This method returns a I<false> value, thus indicating to the system

Completed in 725 milliseconds

<<11121314151617181920>>