Searched +refs:custom +refs:variable +refs:set (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.9.5/vim-53/src/GvimExt/
H A DMake_ming.mak10 # If cross-compiling set this to yes, else set it to no
14 # set the following variable to yes and check if the executables are
16 # If you have a newer MinGW or you are using cygwin set it to no and
44 .PHONY: all all-before all-after clean clean-custom
63 clean: clean-custom
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/
H A DTemplate.pm64 $self->DEBUG("set binmode\n") if $DEBUG && $options->{ binmode };
283 class method or by examining the C<$Template::ERROR> package variable
378 C<binmode> which, when set to any true value will ensure that files
379 created (but not any existing file handles passed) will be set to
422 variable. Thus, the following are equivalent.
431 C<_ERROR> variable, as set by an error condition in a previous call to
634 Reference to a custom service object (default: L<Template::Service>).
638 Reference to a custom context object (default: L<Template::Context>).
642 Reference to a custom stas
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/
H A DTemplate.pm64 $self->DEBUG("set binmode\n") if $DEBUG && $options->{ binmode };
283 class method or by examining the C<$Template::ERROR> package variable
378 C<binmode> which, when set to any true value will ensure that files
379 created (but not any existing file handles passed) will be set to
422 variable. Thus, the following are equivalent.
431 C<_ERROR> variable, as set by an error condition in a previous call to
634 Reference to a custom service object (default: L<Template::Service>).
638 Reference to a custom context object (default: L<Template::Context>).
642 Reference to a custom stas
[all...]
/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'.
46 Users should not set it.")
48 (defvar custom-current-group-alist nil
53 (defun custom-initialize-default (symbol value)
62 (set-default symbol (if (get symbol 'saved-value)
66 (defun custom
[all...]
H A Dcus-edit.el31 ;; See `custom.el'.
33 ;; No commands should have names starting with `custom-' because
45 ;; different means if the option symbol has the 'custom-get'
46 ;; property. Similarly, set-default (or the 'custom-set' property)
47 ;; can set it.
84 ;; variable that has one value when Emacs is running under a window
86 ;; when the variable is first initialized, this is only relevant for the
109 ;; 3. set
2165 (define-widget 'custom 'default function
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DFilter.pm180 To use your custom plugin, you have to make sure that the Template
199 The object returned is stored in the variable of the same name,
202 stored in the variable 'C<MyFilter>' rather than the filter named
210 You can, of course, assign it to a different variable.
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.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DFilter.pm180 To use your custom plugin, you have to make sure that the Template
199 The object returned is stored in the variable of the same name,
202 stored in the variable 'C<MyFilter>' rather than the filter named
210 You can, of course, assign it to a different variable.
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.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DConfig.pm45 # the following is set at installation time by the Makefile.PL
91 # the package variable $PARSER (default: Template::Parser). Returns
185 # Instantiate a new template variable stash object (default:
282 # simple package for tying $output variable to STDOUT, used by perl()
314 way to create toolkit components and allows custom modules to be used in
337 under mod_perl (C<$ENV{MOD_PERL}> is set).
342 the package variable C<$PARSER> (default: L<Template::Parser>). Returns
363 depending on the default set at installation time) using the contents of the
364 optional hash array passed by parameter as initial variable definitions.
H A DService.pm49 # context object via a call to reset(). The AUTO_RESET option may be set
72 # localise the variable stash with any parameters passed
73 # and set the 'template' variable
190 # passing the set of handler keys as arguments. A 'default' handler
238 $context->stash->set('error', $$error);
354 The C<Template::Service> module can be sub-classed to create custom service
373 variable may be set to specify an alternate service module. This will be
406 C<$Template::Service::ERROR> package variable
[all...]
H A DProvider.pm118 # is returned. The TOLERANT configuration option can be set to
136 # absolute paths (starting '/') allowed if ABSOLUTE set
141 : ("$name: absolute paths are not allowed (set ABSOLUTE option)",
145 # anything starting "./" is relative to cwd, allowed if RELATIVE set
150 : ("$name: relative paths are not allowed (set RELATIVE option)",
197 # absolute paths (starting '/') allowed if ABSOLUTE set
198 $error = "$name: absolute paths are not allowed (set ABSOLUTE option)"
202 # anything starting "./" is relative to cwd, allowed if RELATIVE set
203 $error = "$name: relative paths are not allowed (set RELATIVE option)"
589 # if TOLERANT is set
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DConfig.pm45 # the following is set at installation time by the Makefile.PL
91 # the package variable $PARSER (default: Template::Parser). Returns
185 # Instantiate a new template variable stash object (default:
282 # simple package for tying $output variable to STDOUT, used by perl()
314 way to create toolkit components and allows custom modules to be used in
337 under mod_perl (C<$ENV{MOD_PERL}> is set).
342 the package variable C<$PARSER> (default: L<Template::Parser>). Returns
363 depending on the default set at installation time) using the contents of the
364 optional hash array passed by parameter as initial variable definitions.
H A DService.pm49 # context object via a call to reset(). The AUTO_RESET option may be set
72 # localise the variable stash with any parameters passed
73 # and set the 'template' variable
190 # passing the set of handler keys as arguments. A 'default' handler
238 $context->stash->set('error', $$error);
354 The C<Template::Service> module can be sub-classed to create custom service
373 variable may be set to specify an alternate service module. This will be
406 C<$Template::Service::ERROR> package variable
[all...]
H A DProvider.pm118 # is returned. The TOLERANT configuration option can be set to
136 # absolute paths (starting '/') allowed if ABSOLUTE set
141 : ("$name: absolute paths are not allowed (set ABSOLUTE option)",
145 # anything starting "./" is relative to cwd, allowed if RELATIVE set
150 : ("$name: relative paths are not allowed (set RELATIVE option)",
197 # absolute paths (starting '/') allowed if ABSOLUTE set
198 $error = "$name: absolute paths are not allowed (set ABSOLUTE option)"
202 # anything starting "./" is relative to cwd, allowed if RELATIVE set
203 $error = "$name: relative paths are not allowed (set RELATIVE option)"
589 # if TOLERANT is set
[all...]
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/
H A DSSLeay.pm127 by default, make sure you set appropriate environment variables before
134 C:\...\> set LIBRARY_PATH=C:\opt\openssl-1.0.1c\lib;%LIBRARY_PATH%
135 C:\...\> set CPATH=C:\opt\openssl-1.0.1c\include;%CPATH%
140 but you would need to set the same variables if your OpenSSL library is in a
141 custom location. If everything builds OK, but you get failures when during
148 C:\...\> set LIB=C:\opt\openssl-1.0.1c\lib;%LIB%
149 C:\...\> set INCLUDE=C:\opt\openssl-1.0.1c\include;%INCLUDE%
177 have such a set up, use dmake above.
203 F<Makefile.PL> does not prompt for questions on STDIN, set the environment
204 variable
[all...]
/macosx-10.9.5/CPANInternal-140/Apache-DBI/lib/Apache/
H A DDBI.pm382 it checks if the environment variable 'MOD_PERL' has been set
454 have set other parameters, the handle is reset to its initial connection state
498 To enable debugging the variable $Apache::DBI::DEBUG must be set. This
499 can either be done in startup.pl or in the user script. Setting the variable
500 to 1, just reports about a new connect. Setting the variable to 2 enables full
529 Apache::DBI or use your own custom connection handling.) If you are developing
/macosx-10.9.5/CPANInternal-140/Apache-DBI-1.11/lib/Apache/
H A DDBI.pm42 my $ChildExitHandlerInstalled; # set to true on installation of
418 it checks if the environment variable 'MOD_PERL' has been set
490 have set other parameters, the handle is reset to its initial connection state
534 To enable debugging the variable $Apache::DBI::DEBUG must be set. This
535 can either be done in startup.pl or in the user script. Setting the variable
536 to 1, just reports about a new connect. Setting the variable to 2 enables full
565 Apache::DBI or use your own custom connection handling.) If you are developing
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Config/
H A DDOMConfigurator.pm152 #this parses a custom log4perl-specific filter set up under
343 #note we don't set it to { value => $value }
418 #to the custom filters that go under the root element
511 #this handles variable substitution
664 validating parser to see if your XML config at least follows the rules set
712 =item 3 appender-local custom conversion specifiers
797 accepts custom cspecs for #3)
834 This supports variable substitution like C<${foobar}> in text and in
835 attribute values except for appender-ref. If an environment variable i
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DDOMConfigurator.pm152 #this parses a custom log4perl-specific filter set up under
343 #note we don't set it to { value => $value }
418 #to the custom filters that go under the root element
511 #this handles variable substitution
664 validating parser to see if your XML config at least follows the rules set
712 =item 3 appender-local custom conversion specifiers
797 accepts custom cspecs for #3)
834 This supports variable substitution like C<${foobar}> in text and in
835 attribute values except for appender-ref. If an environment variable i
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el74 ;; common base functionality, and a common set of bindings, with all
92 ;; and the custom package
93 ;; <URL:http://www.dina.kvl.dk/~abraham/custom/>.
163 ;; (sql-set-product 'xyz))
193 ;; (set-buffer (apply 'make-comint "SQL" sql-xyz-program
233 (require 'custom)
238 (defvar font-lock-set-defaults)
248 ;; These four variables will be used as defaults, if set.
374 "This variable contains a list of product features for each of the
388 :font-lock name of the variable containin
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex151 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
224 % \<...> - surrounds a variable name in a code example
324 To set archive location for current file, add a line like$^2$:
384 \key{set and eval column formula}{C-c =}
385 \key{set and eval field formula}{C-u C-c =}
509 \key{set the priority of the current item}{C-c , [ABC]}
525 \key{set tags for current heading}{C-c C-c}
550 \key{Toggle custom format display for dates/times}{C-c C-x C-t}
582 \key{configure custom commands}{C-c a C$^1$}
587 To set categorie
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm70 pulls in C<use Log::Log4perl qw(:easy)> first, then you're set.
148 an arbitrarily defined variable name, which is only used to somehow
159 have to explicitly set the appropriate C<Log::Log4perl::Appender::File>
272 do you? Instead, you want to set it in a global data structure and
280 you've set once via
404 module. To adjust this, Log::Log4perl has the C<$caller_depth> variable,
405 which defaults to 0, but can be set to positive integer values
581 But, you also want it to take command line parameters to set values
600 Or, think about using the value of an environment variable:
646 just make sure to fully qualify eventual variable name
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-util.el38 (require 'custom)
41 ;; Fixme: this should be a gnus variable, not nnmail-.
98 (defun gnus-boundp (variable)
100 (and (boundp variable)
101 (symbol-value variable)))
116 (set-buffer (window-buffer ,w)))
128 (set symbol nil))
303 (defmacro gnus-local-set-keys (&rest plist)
317 (put 'gnus-local-set-keys 'lisp-indent-function 1)
327 (error "Can't set key
[all...]
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dsql.vim66 set cpo=
165 " Do not specify a buffer local variable if it is
181 " not already been set. In this case we want to override
193 command! -nargs=* -complete=custom,SQL_GetList SQLSetType :call SQL_SetType(<q-args>)
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/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/
H A DBase.pm260 L</force_ascii> is set; this is only significant for names with non-C<\w>
360 When pod_comment_mode is set to C<auto>, this is the length of the comment at
385 generated relationships. Attributes set for more specific relationship types
386 override those set in 'all', and any attributes specified by this option
411 attrs # the attributes that would be set
470 rules, so C<on_update> is set to C<NO ACTION>. This is done so that the
475 value is set to C<1> if L<DBIx::Class> has a working C<<
481 If set to true, each constructive L<DBIx::Class> statement the loader
489 Can be set to an arrayref of schema names for multiple schemas, or the special
492 For MSSQL, Sybase ASE, and Informix can be set t
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm19 # set this to '1' if you're using a wrapper
32 #set this to the opcodes which are allowed when
33 #$ALLOW_CODE_IN_CONFIG_FILE is set to a true value
780 the C<debug()> and C<info()> calls, because the log level has been set
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 set of appenders:
1266 before you call init(). Alternatively you can supply a restricted set of
1700 set it with
1742 This will set u
[all...]

Completed in 176 milliseconds

12