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

12

/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/
H A DTemplate.pm210 $error = "output_handler() cannot determine target type ($where)\n";
283 class method or by examining the C<$Template::ERROR> package variable
422 variable. Thus, the following are equivalent.
431 C<_ERROR> variable, as set by an error condition in a previous call to
440 The L<type()|Template::Exception#type()> and
442 retrieve the error type and information string, respectively. The
444 method can be called to return a string of the form C<$type - $info>. This
450 print "error type: ", $error->type(), "\
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/
H A DTemplate.pm210 $error = "output_handler() cannot determine target type ($where)\n";
283 class method or by examining the C<$Template::ERROR> package variable
422 variable. Thus, the following are equivalent.
431 C<_ERROR> variable, as set by an error condition in a previous call to
440 The L<type()|Template::Exception#type()> and
442 retrieve the error type and information string, respectively. The
444 method can be called to return a string of the form C<$type - $info>. This
450 print "error type: ", $error->type(), "\
[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'.
48 (defvar custom-current-group-alist nil
53 (defun custom-initialize-default (symbol value)
66 (defun custom-initialize-set (symbol value)
73 (funcall (or (get symbol 'custom-set) 'set-default)
79 (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)
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
137 ;; The widget value is not valid member of the :type specified for the
145 (defvar custom-versions-load-alist) ; from cus-load
156 (put 'custom
2165 (define-widget 'custom 'default function
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DView.pm6 # A custom view of a template processing context. Can be used to
7 # implement custom "skins".
75 # view is sealed by default preventing variable update after
210 my ($item, $type, $template, $present);
219 if (! ($type = ref $item)) {
221 $type = 'TEXT';
222 $template = $map->{ $type };
224 elsif (! defined ($template = $map->{ $type })) {
244 # default not defined, so construct template name from type
245 ($template = $type)
[all...]
H A DService.pm72 # localise the variable stash with any parameters passed
73 # and set the 'template' variable
209 if $$error->type() eq 'stop';
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.
419 additional hash reference may be passed containing template variable
487 variable. Metadata items can be inspected and the template can be
488 processed by specifying it as a variable reference (i.e. prefixed by
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DView.pm6 # A custom view of a template processing context. Can be used to
7 # implement custom "skins".
75 # view is sealed by default preventing variable update after
210 my ($item, $type, $template, $present);
219 if (! ($type = ref $item)) {
221 $type = 'TEXT';
222 $template = $map->{ $type };
224 elsif (! defined ($template = $map->{ $type })) {
244 # default not defined, so construct template name from type
245 ($template = $type)
[all...]
H A DService.pm72 # localise the variable stash with any parameters passed
73 # and set the 'template' variable
209 if $$error->type() eq 'stop';
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.
419 additional hash reference may be passed containing template variable
487 variable. Metadata items can be inspected and the template can be
488 processed by specifying it as a variable reference (i.e. prefixed by
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/
H A DSSLeay.pm141 custom location. If everything builds OK, but you get failures when during
204 variable C<PERL_MM_USE_DEFAULT=1> as with any CPAN module built using
257 you need to set the environment variable C<HTTPS_PROXY> to your
264 Use of the C<HTTPS_PROXY> environment variable in this way
334 Use of this type of certificate takes precedence over previous
337 (TODO: unclear? Meaning "the presence of this type of certificate"?)
350 should allow v2 and v3 servers to pick their best type
354 best connection type
358 old connection type
/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)))
493 :type 'integer)
666 (defun gnus-turn-off-edit-menu (type)
668 (define-key (symbol-value (intern (format "gnus-%s-mode-map" type)))
1243 :type 'boolean
1402 (defun gnus-cache-file-contents (file variable functio
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el92 ;; and the custom package
93 ;; <URL:http://www.dina.kvl.dk/~abraham/custom/>.
137 ;; :type 'file
142 ;; :type '(repeat string)
233 (require 'custom)
252 :type 'string
260 :type 'string
265 :type 'string
270 :type 'string
277 :type '(choic
[all...]
H A Didlw-shell.el101 (defvar idlwave-shell-have-new-custom nil)
104 (condition-case () (require 'custom) (error nil))
105 (if (and (featurep 'custom)
106 (fboundp 'custom-declare-variable)
109 (setq idlwave-shell-have-new-custom t)
110 ;; We have the old or no custom-library, hack around it!
128 This variable is used to initialize `comint-prompt-regexp' in the
133 :type 'regexp)
139 :type 'strin
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlisp.vim123 syn keyword lispFunc array-element-type get-setf-expansion read-delimited-list
200 syn keyword lispFunc cerror lisp-implementation-type simple-bit-vector
207 syn keyword lispFunc char-code-limit listp simple-type-error
225 syn keyword lispFunc char< logorc1 software-type
232 syn keyword lispFunc check-type long-site-name special-operator-p
237 syn keyword lispFunc clear-input machine-type standard-char
247 syn keyword lispFunc compile-file-pathname make-char stream-element-type
327 syn keyword lispFunc do nreconc type
328 syn keyword lispFunc do* nreverse type-error
329 syn keyword lispFunc do-all-symbols nset-difference type
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/
H A DBase.pm383 Hashref of attributes to pass to each generated relationship, listed by type.
384 Also supports relationship type 'all', containing options to pass to all
612 type => the relationship type eg: C<has_many>,
895 receive the type of file, C<schema> or C<result>, class and code; and returns
896 the new code to use instead. For instance you could add custom comments, or do
906 my ($type, $class, $text) = @_;
1104 croak "Invalid type $reftype for option 'col_collision_map'";
1115 croak "Invalid type $reftype for option 'rel_collision_map'";
1126 croak "Invalid type
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex.el124 ;; environments you have defined yourself (variable
136 ;; Which labels are created how is configurable with the variable
140 ;; To make a reference, type `C-c )' (`reftex-reference'). This
142 ;; type (figure, equation,...) and some label context.
152 ;; the variable `reftex-cite-format' if you want to insert different
164 ;; To index the current selection or the word at point, type
167 ;; complex entry type `C-c <' (`reftex-index'), select any of
177 ;; To display the compiled index in a special buffer, type `C-c
193 ;; have a file variable `TeX-master' or `tex-main-file' pointing to
209 ;; (see variable `refte
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm136 defines a logger of the root category, which has an appender of type
148 an arbitrarily defined variable name, which is only used to somehow
404 module. To adjust this, Log::Log4perl has the C<$caller_depth> variable,
600 Or, think about using the value of an environment variable:
646 just make sure to fully qualify eventual variable names
659 code for custom conversion specifiers
1163 variable. If so, we're increasing C<last_message_count>.
1216 let's define two custom filters, C<MatchError> and C<MatchWarn>, which,
1245 C</tmp/app.err> respectively and have the custom filters C<MatchWarn> and C<MatchError>
1349 Log::Log4perl's custom filter
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple/lib/Tree/
H A DSimple.pm247 || die "Insufficient Arguments : Only valid child type is a Tree::Simple object";
648 are also required to be of a specific type, for instance the C<$parent>
662 type of situation. If this module cannot keep up with your Tree needs, i suggest
741 out of bounds an exception is thrown. The C<$tree> argument's type is
749 too bounds checks the value of C<$index> and type checks the objects in
804 be custom set using the C<setUID> method, or you can just use the default.
1094 variable it is assigned to, and one for the parent reference in
1114 Now Tree::Simple1 has a reference count of 1 (for the variable it is
1254 This module is an XS implementation of the above tree type.
1258 This too is a specialized tree type, i
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm247 || die "Insufficient Arguments : Only valid child type is a Tree::Simple object";
648 are also required to be of a specific type, for instance the C<$parent>
662 type of situation. If this module cannot keep up with your Tree needs, i suggest
741 out of bounds an exception is thrown. The C<$tree> argument's type is
749 too bounds checks the value of C<$index> and type checks the objects in
804 be custom set using the C<setUID> method, or you can just use the default.
1094 variable it is assigned to, and one for the parent reference in
1114 Now Tree::Simple1 has a reference count of 1 (for the variable it is
1254 This module is an XS implementation of the above tree type.
1258 This too is a specialized tree type, i
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/lib/Sub/
H A DExporter.pm13 Sub::Exporter - a sophisticated exporter for custom-built routines
128 Building custom routines with generators isn't the only way that Sub::Exporters
363 reference type may be given as the value for a collector. For each collection
817 # Carp::croak "invalid reference type for $as: " . ref $as;
894 Carp::croak "invalid reference type for $as: " . ref $as;
1027 exported, but it's impossible to look at a variable definition and see whether
1029 each variable's declaration includes its export definition, but there is no one
1069 =item * solidify the "custom exporter" interface (see C<&default_exporter>)
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm136 defines a logger of the root category, which has an appender of type
148 an arbitrarily defined variable name, which is only used to somehow
406 module. To adjust this, Log::Log4perl has the C<$caller_depth> variable,
602 Or, think about using the value of an environment variable:
648 just make sure to fully qualify eventual variable names
661 code for custom conversion specifiers
1165 variable. If so, we're increasing C<last_message_count>.
1218 let's define two custom filters, C<MatchError> and C<MatchWarn>, which,
1247 C</tmp/app.err> respectively and have the custom filters C<MatchWarn> and C<MatchError>
1351 Log::Log4perl's custom filter
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm1380 $logger_object->write_logfile_entry("Windows type is $Windows_type\n");
1563 $add_option->( 'variable-maximum-line-length', 'vmll', '!' );
2856 # determine Windows sub-type and location of
4334 $self->warning("No further warnings of this type will be given\n");
4436 occasional problems with this type of file. If you believe that the
4680 # We are given an anchor name and its type; types are:
4684 my ( $name, $type ) = @_;
4717 return if ( $type eq 'EOF' );
4729 if ( $type eq 'package' ) { $unique_name = "package-$name" }
4742 if ( $type e
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A DviperCard.tex273 Just type \kbd{M-x viper-mode} followed by \kbd{RET}
614 \twocol{{\bf variable}}{{\bf default value}}
626 \twocol{viper-custom-file-name}{"\~{}/.vip"}
736 \key{{\bf set} a variable's value}{:se}
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm24 sub anyTypeValue { 'ur-type' }
120 $method =~ s/_/-/; # fix ur-type
124 my($value, $name, $type, $attr) = @_;
125 return [$name, {'xsi:type' => "xsd:$method", %$attr}, $value];
144 sub anyTypeValue { 'ur-type' }
148 my($value, $name, $type, $attr) = @_;
150 return [$name, {'xsi:type' => SOAP::Utils::qualify($self->encprefix => 'base64'), %$attr}, MIME::Base64::encode_base64($value,'')];
155 my($value, $name, $type, $attr) = @_;
156 return [$name, {'xsi:type' => 'xsd:hex', %$attr}, join '', map {uc sprintf "%02x", ord} split '', $value];
161 my($value, $name, $type,
640 sub type { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm210 Supports custom serialization.
214 Provides exception transport with custom exceptions
491 <t1 xsi:type="xsd:int" SOAP-ENV:mustUnderstand="1">5</t1>
492 <t2 xsi:type="xsd:int" SOAP-ENV:mustUnderstand="1">7</t2>
496 <c-gensym6 xsi:type="xsd:int">1</c-gensym6>
708 objects of this type into the SOAP Envelope's Header block.
713 attributes for SOAP elements (use C<value()>, C<name()>, C<type()>,
741 xsi:type="xsd:int">3</c>
750 You can specify a type with C<< SOAP::Data->type(floa
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/
H A DLite.pm210 Supports custom serialization.
214 Provides exception transport with custom exceptions
491 <t1 xsi:type="xsd:int" SOAP-ENV:mustUnderstand="1">5</t1>
492 <t2 xsi:type="xsd:int" SOAP-ENV:mustUnderstand="1">7</t2>
496 <c-gensym6 xsi:type="xsd:int">1</c-gensym6>
708 objects of this type into the SOAP Envelope's Header block.
713 attributes for SOAP elements (use C<value()>, C<name()>, C<type()>,
741 xsi:type="xsd:int">3</c>
750 You can specify a type with C<< SOAP::Data->type(floa
[all...]

Completed in 248 milliseconds

12