Searched +refs:custom +refs:variable +refs:default +refs:form (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/
H A DTemplate.pm127 # convert any textual DEBUG args to numerical form
283 class method or by examining the C<$Template::ERROR> package variable
328 By default, the processed template output is printed to C<STDOUT>. The
396 The C<OUTPUT> configuration item can be used to specify a default output
401 OUTPUT => sub { ... }, # default
406 # use default OUTPUT (sub is called)
422 variable. Thus, the following are equivalent.
431 C<_ERROR> variable, as set by an error condition in a previous call to
444 method can be called to return a string of the form C<$type - $info>. This
483 (default
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/
H A DTemplate.pm127 # convert any textual DEBUG args to numerical form
283 class method or by examining the C<$Template::ERROR> package variable
328 By default, the processed template output is printed to C<STDOUT>. The
396 The C<OUTPUT> configuration item can be used to specify a default output
401 OUTPUT => sub { ... }, # default
406 # use default OUTPUT (sub is called)
422 variable. Thus, the following are equivalent.
431 C<_ERROR> variable, as set by an error condition in a previous call to
444 method can be called to return a string of the form C<$type - $info>. This
483 (default
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-edit.el31 ;; See `custom.el'.
33 ;; No commands should have names starting with `custom-' because
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)
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
123 ;; There is no standard value. This means that the variable was
145 (defvar custom
2165 (define-widget 'custom 'default function
[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)))
122 (put 'gnus-eval-in-buffer-window 'edebug-form-spec '(form body))
187 "Return a form that can be `eval'ed based on FUNC."
198 Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). Much more simple
206 ;; form ``"ab
[all...]
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dsql.vim30 " To change the default dialect, add the following to your vimrc:
140 " User has decided to override default SQL scripts and
165 " 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>)
216 " echomsg 'ftplugin/'.b:sql_type_override.' not exist, using default'
223 " echomsg 'ftplugin/'.g:sql_type_default.'.vim not exist, using default'
227 " If the above runtime command succeeded, do not load the default settings
281 " default
325 " \ '\%(\<default\>\|'
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/
H A DChanges19 ! #75938 Change to warning / add configuration variable to allow XML tags starting with /xml/i
160 ! Fixes [ 1414914 ] longs are serialized into xsd:int by default
281 variable as a means of setting this.
283 + SOAP Packager package/unpackage now take in a context variable as
287 a private variable called C<stub> with the autogenerate Perl code.
296 ! Fixed bug 747312 - Made XML Schema 2001 the default schema
325 + Changed default envelope namespace prefix from SOAP-ENV to soap
326 + Changed default encoding namespace prefix from SOAP-ENC to soapenc
347 + Added a context variable to SOAP::Serializer and SOAP::Deserializer
360 set the URI for default encodingStyl
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/
H A DChanges76 ! Fixes [ 1414914 ] longs are serialized into xsd:int by default
197 variable as a means of setting this.
199 + SOAP Packager package/unpackage now take in a context variable as
203 a private variable called C<stub> with the autogenerate Perl code.
212 ! Fixed bug 747312 - Made XML Schema 2001 the default schema
241 + Changed default envelope namespace prefix from SOAP-ENV to soap
242 + Changed default encoding namespace prefix from SOAP-ENC to soapenc
263 + Added a context variable to SOAP::Serializer and SOAP::Deserializer
276 set the URI for default encodingStyle.
323 ! Turned off HTTP keep alive patch by default, howeve
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/
H A DBase.pm146 Skip setting up relationships. The default is to attempt the loading
151 Skip loading of other classes in @INC. The default is to merge all other classes
156 Static schemas (ones dumped to disk) will, by default, use the new-style
255 The default mode is L</v7>, to get L</v8> mode, you have to specify it in
289 Dynamic schemas will always default to the 0.04XXX relationship names and won't
308 By default POD will be generated for columns and relationships, using database
325 PostgreSQL you add statements of the form C<COMMENT ON TABLE some_table IS
354 default.
363 The default is C<60>
367 The table to look for comments about tables in. By default
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/lib/Sub/
H A DExporter.pm13 Sub::Exporter - a sophisticated exporter for custom-built routines
97 This also avoids a common form of ugliness seen in many modules: package-level
128 Building custom routines with generators isn't the only way that Sub::Exporters
186 into_level - how far up the caller stack to look for a target (default 0)
194 default: Sub::Exporter::default_generator
197 default: Sub::Exporter::default_installer
253 default => [ qw(reformat) ],
293 to export the group named C<default>. If that group has not been specifically
336 default easily:
582 By default th
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlisp.vim231 syn keyword lispFunc characterp long-float-negative-epsilon special-form-p
256 syn keyword lispFunc compute-applicable-methods make-load-form string-char-p
257 syn keyword lispFunc compute-restarts make-load-form-saving-slots string-downcase
336 syn keyword lispFunc double-float nsubst unbound-variable
397 syn match lispFunc "\<\(ffi:\)\?default-foreign-\(language\|library\)\>"
402 syn match lispFunc "\<\(ffi:\)\?foreign-\(value\|free\|variable\|function\|object\)\>"
421 syn match lispFunc "\<\(ext:\)\?expand-form\>"
427 syn match lispFunc "\<\(custom:\)\?\*system-package-list\*\>"
428 syn match lispFunc "\<\(custom:\)\?\*ansi\*\>"
445 syn keyword lispKey :default
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm27 'restrictive' => [ ':default' ],
125 # Define default logger object in caller's package
284 my %default = ( level => $DEBUG,
292 push @loggers, \%default;
296 my %logger = (%default, level => $arg);
299 my %logger = (%default, %$arg);
852 This form is rarely used, but it comes in handy if you want to log
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
964 C<Log::Log4perl> doesn't define any appenders by default, no
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm130 Supports multipart/form-data MIME attachments.
210 Supports custom serialization.
214 Provides exception transport with custom exceptions
408 in a debugger. By default, there are no additional characters in generated
435 Shortcut for C<< serializer->namespace() >>. This lets you specify the default
436 namespace for generated envelopes (C<'SOAP-ENV'> by default).
441 default encoding namespace for generated envelopes (C<'SOAP-ENC'> by default).
447 encoding, it will just modify the XML declaration (C<'UTF-8'> by default).
459 methods. Nothing is specified by default an
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/
H A DLite.pm130 Supports multipart/form-data MIME attachments.
210 Supports custom serialization.
214 Provides exception transport with custom exceptions
408 in a debugger. By default, there are no additional characters in generated
435 Shortcut for C<< serializer->namespace() >>. This lets you specify the default
436 namespace for generated envelopes (C<'SOAP-ENV'> by default).
441 default encoding namespace for generated envelopes (C<'SOAP-ENC'> by default).
447 encoding, it will just modify the XML declaration (C<'UTF-8'> by default).
459 methods. Nothing is specified by default an
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el100 ;;; The custom variables
161 alternative bindings. Setting this variable to t will replace the following
170 If you do not like the alternative keys, take a look at the variable
186 This is an alist, cars are symbols for lookup, 1st element is the default key,
272 (defcustom org-show-hierarchy-above '((default . t))
288 default default for all contexts not set explicitly"
304 (const default))
307 (defcustom org-show-following-heading '((default . t))
332 (const default))
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm378 %XML_SCHEMAS = ( # The '()' is necessary to put constants in SCALAR form
397 # default prefixes
412 # TODO - use default packager constant somewhere
436 # their literal form only when used as markup delimiters, or within a comment,
882 warn 'use_prefix has been deprecated. if you wish to turn off or on the use of a default namespace, then please use either ns(uri) or default_ns(uri)';
1124 # return only if handled, otherwise handle with default handlers
1488 # Commented out by Byrne on 1/4/2006 - to address default namespace problems
1920 # decode returns a parsed body in the form of an ARRAY
3541 L<SOAP::Packager> - Provides an abstract class for implementing custom packagers.
3611 Provides access to the C<SOAP::Packager> object that the client uses to manage the use of attachments. The default package
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dtramp.el155 (require 'custom)
160 (unless (boundp 'custom-print-functions)
161 (defvar custom-print-functions nil)) ; not autoloaded before Emacs 20.4
171 ;; `directory-sep-char' is an obsolete variable in Emacs. But it is
259 This variable can be used to change the \"/bin/sh\" part. See the
260 variable `tramp-encoding-command-switch' for the \"-c\" part. Also, see the
261 variable `tramp-encoding-reads-stdin' to specify whether the commands read
264 Note that this variable is not used for remote commands. There are
275 See the variable `tramp-encoding-shell' for more information."
290 This variable i
[all...]
/macosx-10.9.5/CPANInternal-140/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.
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, $dot ) = @_;
1360 # Use the default if none specified
1361 $extension = $default unless ($extension);
1413 # @defaults - the list of default option
[all...]

Completed in 258 milliseconds