Searched +refs:default +refs:value (Results 451 - 475 of 712) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/uucp-11/uucp/contrib/
H A Duupoll.shar374 \- the `chat-timeout' value may have to be increased when using
487 X value of 40 cured that problem.
562 X static char Sort[] = "uuname | sort | uniq"; /* default to obtain site names */
797 /* set up the default grade
800 X sCom_Sto->Grade = dGrade; /* set default for now */
802 X fprintf(stderr,"%s: (W) grade %s invalid; default `%s' used\n",
1000 X default:
1055 X * the current time by 60 secs. and use that value instead.
1207 X default:
1251 X * In case the current time is >= the .Stats-time + n-secs fuzz value
[all...]
/macosx-10.10/emacs-93/emacs/lisp/term/
H A Dmac-win.el92 ;; Handler for switches of the form "-switch value" or "-switch".
97 (value (nth 4 aelt)))
98 (if value
99 (setq default-frame-alist
100 (cons (cons param value)
101 default-frame-alist))
102 (setq default-frame-alist
105 default-frame-alist)
113 (setq default-frame-alist
116 default
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el151 ;; 5) Add the font-lock specifications. At a minimum, default to
383 where PRODUCT is the appropriate value of `sql-product'. The product
445 '(("Rules/Defaults" "^\\s-*create\\s-+\\(\\w+\\s-+\\)*\\(rule\\|default\\)\\s-+\\(\\w+\\)" 3)
510 This is called by `sql-set-sqli-buffer' when the value of `sql-buffer'
656 The default setting includes the -P option which breaks older versions
734 The global value of sql-buffer is the name of the latest SQLi buffer
735 created. Any SQL buffer created will make a local copy of this value.
738 the local value of `sql-buffer' using \\[sql-set-sqli-buffer].")
913 "\\|function\\|trigger\\|sequence\\|rule\\|default\\)\\s-+"
979 "data" "day" "deallocate" "declare" "default" "deferrabl
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dstartup.el68 (defcustom inhibit-default-init nil
69 "*Non-nil inhibits loading the `default' library."
95 (defvar command-line-default-directory nil
97 This is normally copied from `default-directory' when Emacs starts.")
161 and VALUE is the value which is given to that frame parameter
168 "Normal hook run after loading the init files, `~/.emacs' and `default.el'.
204 The value is nil if `-q' or `--no-init-file' was specified,
207 Otherwise, the value may be an empty string, meaning
225 this variable, if non-nil; 2. `~/.emacs'; 3. `default.el'.
228 Put them in `default
[all...]
H A Ddframe.el85 ;; c) If successful (your -frame variable has a value), call
149 (defmacro defcustom (var value doc &rest args)
150 (` (defvar (, var) (, value) (, doc)))))))
161 "Return FRAME's PARAMETER value."
244 "Update the keymap MAP for dframe default bindings."
302 the value.
313 (if (not arg) (if (dframe-live-p (symbol-value frame-var))
316 (set-buffer (symbol-value buffer-var))
321 (if (and (symbol-value frame-var)
322 (frame-live-p (symbol-value fram
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DBodyFilter.pm22 sub will_modify { 1 } # by default, we expect the filter to modify data
137 This method return a boolean value that indicate if the filter will
140 The default implementation returns a I<true> value.
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DBodyFilter.pm22 sub will_modify { 1 } # by default, we expect the filter to modify data
137 This method return a boolean value that indicate if the filter will
140 The default implementation returns a I<true> value.
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DTable.pm302 bottom. The first row/column is 0. By default, rows or columns that
303 contain empty values will be padded with the undefined value to fill
309 to test if the value is set.
/macosx-10.10/Security-57031.1.35/Security/regressions/inc/IPC/
H A DRun3.pm11 use IPC::Run3; ## Exports run3() by default
36 default to the parent's by just not specifying them; a common use
49 If the exact same value is passed for $stdout and $stderr, then
62 a non-zero integer value:
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/t/IPC/
H A DRun3.pm11 use IPC::Run3; ## Exports run3() by default
36 default to the parent's by just not specifying them; a common use
49 If the exact same value is passed for $stdout and $stderr, then
62 a non-zero integer value:
/macosx-10.10/ruby-106/ruby/lib/drb/
H A Ddrb.rb78 # invokes it upon the specified local object, and returns the value to
87 # process by some means other than as the return value of a remote
105 # returned as its return value. By default, such objects are dumped
110 # the local original. This has semantics similar to pass-by-value.
127 # value yielded to the block is passed from the remote object to the
128 # local block, then the value returned by each block invocation is
131 # the return value of the method invocation.
274 # defined for that object, but by default to execute arbitrary Ruby
318 # the scheme of a dRuby URI. The default transpor
[all...]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dcolor.tcl180 -separator 1 -default 0 -cancel 1 -anchor e]
421 proc SelectColor::_set_value {value} {
424 set y [expr {int((1-$value)*200)}]
432 # The procedure below converts an HSB value to RGB. It takes hue, saturation,
433 # and value components (floating-point, 0-1.0) as arguments, and returns a
467 # The procedure below converts an RGB value to HSB. It takes red, green,
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_core.rb77 # assert_equal "dolly", attr.value
91 text = "this is a {target[@name='test']/@value} test"
98 value = xml.root.attributes["search"]
99 assert_equal text, value.to_s
127 assert_equal test, cdata.value
545 <foo:bar xmlns="default" xmlns:foo="someuri">
546 <!-- a namespace is "default" -->
550 <!-- c namespace is "default" -->
565 assert_equal "default", doc.root.elements[1].namespace
976 e[0].value
[all...]
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli28 (** Each value in the LLVM IR has a type, an instance of [lltype]. See the
32 (** Any value in the LLVM IR. Functions, instructions, global variables,
72 (** The linkage of a global value, accessed with {!linkage} and
93 (** The linker visibility of a global value, accessed with {!visibility} and
288 through the various value lists maintained by the LLVM IR. *)
294 of [a]. [llrev_pos] is used for reverse iteration through the various value
517 [ty] in the default address space (0).
551 value in the context [c]. See [llvm::Type::VoidTy]. *)
565 (** [type_of v] returns the type of the value [v].
571 (** [value_name v] returns the name of the value [
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DDBI.pm37 ConversionPattern => {value => $p{params}->{$pnum}},
55 ConversionPattern => {value => $p{sql}},
211 #Walk through the integers for each possible bind value.
461 on. (If C<warp_message> is not set to 0, the default behavior is to
496 C<$Log::Log4perl::JOIN_MSG_ARRAY_CHAR> (default is an empty string).
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DProgram.inc289 default:
385 // Return a special value to indicate that the process received an unhandled
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_context.rb175 const = RDoc::Constant.new 'NAME', 'value', 'comment'
504 assert_equal ':const', @c1.find_constant_named('CONST').value
528 assert_equal ':const', @c1.find_local_symbol('CONST').value
772 default = @context.sections.first
779 assert_equal [default, b], @context.section_contents
/macosx-10.10/vim-55/runtime/syntax/
H A Djess.vim52 syn keyword jessFunc fact-slot-value facts fetch
127 " Define the default highlighting.
H A Dlifelines.vim55 syn keyword lifelinesGedcom xref tag value parent child sibling savenode
125 " Define the default highlighting.
H A Dmake.vim66 syn match makeStatement contained "(\(subst\|abspath\|addprefix\|addsuffix\|and\|basename\|call\|dir\|error\|eval\|filter-out\|filter\|findstring\|firstword\|flavor\|foreach\|if\|info\|join\|lastword\|notdir\|or\|origin\|patsubst\|realpath\|shell\|sort\|strip\|suffix\|value\|warning\|wildcard\|word\|wordlist\|words\)\>"ms=s+1
99 " Define the default highlighting.
H A Dmsmessages.vim36 " Set value
111 " Define the default highlighting.
H A Dnatural.vim44 syn keyword naturalConditional decide end-decide value when condition none any
160 " The default methods for highlighting. Can be overridden later
H A Drebol.vim107 syn keyword rebolLogicFunction exists? input? same? value?
147 " Define the default highlighting.
H A Dvhdl.vim112 syn match vhdlAttribute "\'value"
153 " Define the default highlighting.
/macosx-10.10/cups-408/cups/test/
H A Dipp-1.1.test31 # Test that a request-id value of 0 is not accepted.
35 NAME "RFC 2911 section 3.1.1: Bad request-id value 0"
198 NAME "RFC 2911 section 3.2.5: Get-Printer-Attributes Operation (default)"
247 EXPECT ?copies-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0
249 EXPECT ?finishings-default OF-TYPE enum IN-GROUP printer-attributes-tag
251 EXPECT ?job-hold-until-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
253 EXPECT job-hold-until-default IF-DEFINED OPTIONAL_HOLD_JOB
255 EXPECT ?job-priority-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0,<101
257 EXPECT ?job-sheets-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag
259 EXPECT ?media-default O
[all...]

Completed in 1184 milliseconds

<<11121314151617181920>>