Searched +refs:custom +refs:variable +refs:standard +refs:value (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcustom.el0 ;;; custom.el --- tools for declaring and initializing options
39 (defvar custom-define-hook nil
43 (defvar custom-dont-initialize nil
44 "Non-nil means `defcustom' should not initialize the variable.
45 That is used for the sake of `custom-make-dependencies'.
48 (defvar custom-current-group-alist nil
53 (defun custom-initialize-default (symbol value)
56 Otherwise, if symbol has a `saved-value' property, it will evaluate
61 ;; Use the saved value i
[all...]
H A Dcus-edit.el31 ;; See `custom.el'.
33 ;; No commands should have names starting with `custom-' because
40 ;; 0. The current value.
42 ;; This is the value of the option as seen by "the rest of Emacs".
44 ;; Usually extracted by 'default-value', but can be extracted with
45 ;; different means if the option symbol has the 'custom-get'
46 ;; property. Similarly, set-default (or the 'custom-set' property)
49 ;; 1. The widget value.
51 ;; This is the value shown in the widget in a customize buffer.
53 ;; 2. The customized value
2165 (define-widget 'custom 'default function
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlisp.vim210 syn keyword lispFunc char-equal load-time-value simple-warning
224 syn keyword lispFunc char/= lognot slot-value
236 syn keyword lispFunc class-of machine-instance standard
237 syn keyword lispFunc clear-input machine-type standard-char
238 syn keyword lispFunc clear-output machine-version standard-char-p
239 syn keyword lispFunc close macro-function standard-class
240 syn keyword lispFunc clrhash macroexpand standard-generic-function
241 syn keyword lispFunc code-char macroexpand-1 standard-method
242 syn keyword lispFunc coerce macroexpand-l standard-object
245 syn keyword lispFunc compile make-array store-value
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/lib/Sub/
H A DExporter.pm13 Sub::Exporter - a sophisticated exporter for custom-built routines
67 my $value = analyze($data, $tolerance, $passes);
77 my $value = analyze10($data);
128 Building custom routines with generators isn't the only way that Sub::Exporters
270 The other possible value for a group definition, a coderef, allows one
343 When the coderef is called, it is passed the value of the collection and a
363 reference type may be given as the value for a collector. For each collection
455 # \@group is a name/value pair from an opt list.
521 my ($name, $value) = @$collection;
537 Carp::croak $error_msg unless $class->$$hook($value,
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm33 #$ALLOW_CODE_IN_CONFIG_FILE is set to a true value
46 #setting this to a true value will allow Perl code to be executed
50 #setting this to a false value disables code execution in the
112 my $value = $
115 *{"$name"} = \$value;
632 # ... or standard mode for more features:
745 These lines define your standard logger that's appending severe
915 (DEBUG) through. But after this check, Log4perl will eventually apply custom
918 impossible to know what a custom filter does with a message without
967 C<Log::Log4perl> already comes with a standard se
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DREADME17 # ... or standard mode for more features:
114 These lines define your standard logger that's appending severe errors
272 will eventually apply custom filters and forward the message to one or
274 reason that it's impossible to know what a custom filter does with a
321 "Log::Log4perl" already comes with a standard set of appenders:
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 wil
[all...]
H A DChanges27 interpolated as NULL for the database appender if its value is
115 * (ms) [RT 60197] Fixed uninitialized value warnings with
140 crashes, fixed as suggested by setting the %INC value to
145 * (ms) Added INTERNAL_DEBUG env variable to test suite triggering
152 localizing a variable and then increasing it is incorrect,
272 * (ms) Using semctl to reset the value of the semaphore in the
445 default but uses an instance variable instead to prevent
593 standard which suppresses the "at file line x" message if
595 * (ms) New interface for custom config parsers.
614 * (ms) Did away with $IS_LOADED internal variable
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm148 an arbitrarily defined variable name, which is only used to somehow
207 so the standard C<perl Makefile.PL; make install> on the downloadable
233 will invoke ppm. Since Log::Log4perl hasn't made it yet into the standard
286 You can use this method with as many key/value pairs as you like as long
404 module. To adjust this, Log::Log4perl has the C<$caller_depth> variable,
587 As of Log::Log4perl 0.28, every value in the configuration file
592 you could just as well have a Perl subroutine deliver the value
600 Or, think about using the value of an environment variable:
608 arbitrary Perl code) and take its return value a
[all...]
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dsql.vim165 " Do not specify a buffer local variable if it is
166 " the default value
193 command! -nargs=* -complete=custom,SQL_GetList SQLSetType :call SQL_SetType(<q-args>)
244 " Some standard expressions for use with the matchit strings
329 " Define how to find the macro definition of a variable using the various
356 " This global variable allows the users to override it's value
365 \ ',index,subscription,synchronization,view,variable'
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm148 an arbitrarily defined variable name, which is only used to somehow
207 so the standard C<perl Makefile.PL; make install> on the downloadable
233 will invoke ppm. Since Log::Log4perl hasn't made it yet into the standard
286 You can use this method with as many key/value pairs as you like as long
406 module. To adjust this, Log::Log4perl has the C<$caller_depth> variable,
589 As of Log::Log4perl 0.28, every value in the configuration file
594 you could just as well have a Perl subroutine deliver the value
602 Or, think about using the value of an environment variable:
610 arbitrary Perl code) and take its return value a
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm33 #$ALLOW_CODE_IN_CONFIG_FILE is set to a true value
46 #setting this to a true value will allow Perl code to be executed
50 #setting this to a false value disables code execution in the
109 my $value = $
111 *{"$name"} = \$value;
488 # ... or standard mode for more features:
601 These lines define your standard logger that's appending severe
795 C<Log::Log4perl> already comes with a standard set of appenders:
1122 value => $someref });
1129 (C<Data::Dumper::Dumper()>) and pass it the value tha
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple/lib/Tree/
H A DSimple.pm50 # set the value of the unique id
52 # set the value of the node
54 # and set the value of _children
58 # Now check our $parent value
123 (defined($node_value)) || die "Insufficient Arguments : must supply a value for node";
129 ($uid) || die "Insufficient Arguments : Custom Unique ID's must be a true value";
468 # first clone the value in the node
684 The constructor accepts two arguments a C<$node> value and an optional C<$parent>.
685 The C<$node> value can be any scalar value (whic
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm50 # set the value of the unique id
52 # set the value of the node
54 # and set the value of _children
58 # Now check our $parent value
123 (defined($node_value)) || die "Insufficient Arguments : must supply a value for node";
129 ($uid) || die "Insufficient Arguments : Custom Unique ID's must be a true value";
468 # first clone the value in the node
684 The constructor accepts two arguments a C<$node> value and an optional C<$parent>.
685 The C<$node> value can be any scalar value (whic
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm381 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;
626 if ( $rOpts->{'standard-output'} ) {
842 if ( $rOpts->{'standard-output'} ) {
875 elsif ( $rOpts->{'standard-output'} ) {
1527 # Options with code '!' get standard negation ('no' for long names,
1545 $add_option->( 'standard-error-output', 'se', '!' );
1546 $add_option->( 'standard-output', 'st', '!' );
1563 $add_option->( 'variable
[all...]

Completed in 160 milliseconds