Searched +refs:style +refs:as +refs:disable (Results 1 - 25 of 60) sorted by relevance

123

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpine.vim28 syn keyword pineConfig color-style
31 syn keyword pineConfig current-indexline-style
32 syn keyword pineConfig cursor-style
38 syn keyword pineConfig disable-these-authenticators
39 syn keyword pineConfig disable-these-drivers
44 syn keyword pineConfig elm-style-save
56 syn keyword pineConfig font-style
106 syn keyword pineConfig old-style-reply
123 syn keyword pineConfig print-font-style
171 syn keyword pineConfig threading-display-style
[all...]
H A Dreadline.vim63 syn keyword readlineSettings contained bell-style comment-begin
65 \ convert-meta disable-completion editing-mode
102 \ copy-region-as-kill copy-backward-word
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dtemplatevfs.tcl12 The template virtual filesystem is designed as a prototype on which to build new virtual
20 virtual location, analogous to a Unix-style link.
28 being retrieved. Default is 2. Setting value of 0 will essentially disable caching. This
32 Volume specified in virtual directory pathname will be mounted as a virtual volume.
44 vfs::template::mount with the virtual mount point as the array index name. Thus a vfs can be re-mounted
70 information as desired and return it in the same format as the given native
88 # read info from channel as needed and return.
98 # If $args has a value, set it as value of specified attribute.
317 # designate handler as clos
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/
H A DBase.pm107 Static schemas (ones dumped to disk) will, by default, use the new-style 0.05XXX
117 will disable the backward-compatible RelBuilder and use
118 the new-style relationship names along with singularized Results, even when
145 Latest default style, whatever that happens to be.
149 Version 0.05XXX style.
153 Version 0.04XXX style.
225 except for C<has_many>, which will have cascade_delete as 1.
243 Only load tables matching regex. Best specified as a qr// regex.
247 Exclude tables matching regex. Best specified as a qr// regex.
273 if hash key does not exist or coderef returns false), but acts as
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/
H A DBase.pm107 Static schemas (ones dumped to disk) will, by default, use the new-style 0.05XXX
117 will disable the backward-compatible RelBuilder and use
118 the new-style relationship names along with singularized Results, even when
145 Latest default style, whatever that happens to be.
149 Version 0.05XXX style.
153 Version 0.04XXX style.
225 except for C<has_many>, which will have cascade_delete as 1.
243 Only load tables matching regex. Best specified as a qr// regex.
247 Exclude tables matching regex. Best specified as a qr// regex.
273 if hash key does not exist or coderef returns false), but acts as
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/lib/Parse/
H A DYapp.pm61 Through all your files, comments are either Perl style, introduced by I<#>
62 up to the end of line, or C style, enclosed between I</*> and I<*/>.
83 any special character as such. '"', '$' and '@' will be automatically
87 You cannot have a literal I<'error'> in your grammar as it would
90 you should have written it I<error> and will treat it as if it were the
116 at the very beginning of the parser module. They are not as useful as
128 as they are implemented exactly the same way in Parse::Yapp)
139 as tokens, generating a syntax error if used in the left hand side of
141 Note that in Parse::Yapp, you I<don't> need to declare tokens as i
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/lib/Parse/
H A DYapp.pm61 Through all your files, comments are either Perl style, introduced by I<#>
62 up to the end of line, or C style, enclosed between I</*> and I<*/>.
83 any special character as such. '"', '$' and '@' will be automatically
87 You cannot have a literal I<'error'> in your grammar as it would
90 you should have written it I<error> and will treat it as if it were the
116 at the very beginning of the parser module. They are not as useful as
128 as they are implemented exactly the same way in Parse::Yapp)
139 as tokens, generating a syntax error if used in the left hand side of
141 Note that in Parse::Yapp, you I<don't> need to declare tokens as i
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/
H A DJSON.pm143 Carp::croak "to_json should not be called as a method.";
160 Carp::croak "from_json should not be called as a method.";
248 # if called after install module, overload is disable.... why?
282 # if called after install module, overload is disable.... why?
655 They are JSNO::backportPP and so on. JSON.pm should work as it did at all.
684 and the latter is left just as it is.
702 C<JSON> sholud call JSON::PP as the backend which can be used since Perl 5.005.
724 and only JSON is accepted as input by default (the latter is a security
732 Compared to other JSON modules and other serialisers such as Storable,
736 it is very slow as pur
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Relationship/
H A DBase.pm35 The condition needs to be an L<SQL::Abstract>-style representation of the
40 restrictions, such as by value, sub-select and other tables, may also be
68 Each key-value pair provided in a hashref will be used as C<AND>ed conditions.
75 be used as relationship attributes. In particular, the 'where' attribute is
114 related object, but you also want the relationship accessor to double as
134 will be C<ON UPDATE CASCADE>. If you wish to disable this autodetection, and just
149 L<DBIx::Class::Schema/create_ddl_dir>. Default is on, set to 0 to disable.
187 $self->throw_exception("Can't call *_related as class methods")
268 This method works exactly the same as search_related, except that
400 This is called internally when you pass existing objects as value
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/JSON/
H A DbackportPP.pm329 "%s::TO_JSON method returned same object as was passed instead of a new one",
409 return $value # as is
1675 and only JSON is accepted as input by default (the latter is a security feature).
1699 to parse that as an UTF-8 encoded JSON text, returning the resulting
1766 Instead of them, you use C<JSON> module object with C<utf8> disable.
1786 for some reason, then its characters are regarded as B<latin1> for perl
1789 Instead of them, you use C<JSON> module object with C<utf8> disable.
1835 a single \uXXXX or a double \uHHHH\uLLLLL escape sequence, as per RFC4627.
1854 text as latin1 (or iso-8859-1), escaping any characters outside the code range 0..255.
1871 into UTF-8, as require
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/
H A DBase.pm156 Static schemas (ones dumped to disk) will, by default, use the new-style
166 will disable the backward-compatible RelBuilder and use
167 the new-style relationship names along with singularized Results, even when
218 Latest style, whatever that happens to be.
226 Monikers singularized as whole words, C<might_have> relationships for FKs on
261 characters such as C<.>.
267 postfixes other than C<_id> as well, for example just C<Id>, C<_?ref>, C<_?cd>,
275 accessors that are the same names as the columns (with any non-\w chars
281 is the same as setting the option to L</current>.
315 and schema as th
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/bin/
H A Dperltidy41 A convenient aid to systematically defining a set of style parameters
60 using the default options, which approximate the style suggested in
78 Same as the previous example except that the backup files F<file1.pl.bak> and F<file2.pl.bak> will be deleted if there are no errors.
82 Execute perltidy on file F<somefile.pl> with a style which approximates the
94 Same as the previous example, except that leading whitespace will
112 html markup. The output file will contain an embedded style sheet in
118 html markup. This output file will contain a link to a separate style
126 larger web page. No style sheet will be written in this case.
130 Write a style sheet to F<mystyle.css> and exit.
151 Most parameters which serve as o
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/bin/
H A Dperltidy40 A convenient aid to systematically defining a set of style parameters
59 using the default options, which approximate the style suggested in
77 Execute perltidy on file F<somefile.pl> with a style which approximates the
89 Same as the previous example, except that leading whitespace will
107 html markup. The output file will contain an embedded style sheet in
113 html markup. This output file will contain a link to a separate style
121 larger web page. No style sheet will be written in this case.
125 Write a style sheet to F<mystyle.css> and exit.
146 Most parameters which serve as on/off flags can be negated with a
153 B<-g> may NOT be entered as
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm5 # and/or modify it under the same terms as Perl itself.
34 Code in OO-style:
339 new() accepts a hash with method names as keys. It will call the
366 parameters that could be passed as name => value pairs. For example, to
463 not guaranteed to point to anywhere and shouldn't be used as such pointers.
465 them as unique identifiers and nothing else.
471 Otherwise it will be encoded as top independent element, right after C<method>
502 return C<SOAP::Header> parameters as a result of a remote call. They will be
503 placed into the header. See C<My::Parameters::addheader> as an example.
560 the same name as method
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/
H A DLite.pm5 # and/or modify it under the same terms as Perl itself.
34 Code in OO-style:
339 new() accepts a hash with method names as keys. It will call the
366 parameters that could be passed as name => value pairs. For example, to
463 not guaranteed to point to anywhere and shouldn't be used as such pointers.
465 them as unique identifiers and nothing else.
471 Otherwise it will be encoded as top independent element, right after C<method>
502 return C<SOAP::Header> parameters as a result of a remote call. They will be
503 placed into the header. See C<My::Parameters::addheader> as an example.
560 the same name as method
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/
H A DDBI.pm164 following config (L<Config::General> style):
195 (C<\%extra_attributes>) as shown above.
229 Takes arguments in the same form as L</on_connect_do> and executes them
284 Will execute the scalar as SQL.
293 Will execute C<< $code->($storage) >> and execute the return array refs as
311 Takes arguments in the same form as L</on_connect_call> and executes them
314 Calls the C<disconnect_call_METHOD> methods as opposed to the
322 If set to a true value, this option will disable the caching of
334 you use this you will want to specify L</name_sep> as well.
368 and/or disable
[all...]
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm173 # check if we have already ipv6 as base
844 # find first occurence of $delim0 followed by as much as possible $delim1
877 # delim0 found, check for as much delim1 as possible
1184 # as every application protocol has its own rules to do this
1185 # we provide some default rules as well as a user-defined
1462 # (C-style pointer) returned by Net::SSLeay::CTX_*_new() so that
1486 $v =~s{/}{}; # interpret SSLv2/3 as SSLv2
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Telnet/lib/Net/
H A DTelnet.pm5 ## modify it under the same terms as Perl itself.
519 ## Do the error action as described by error mode.
2174 ## Read again if all chars read were consumed as telnet cmds.
2576 ## What do we use to request enable/disable or respond with ack/nak.
2604 elsif ($$state eq "yes") { # they're initiating disable
2670 ## What we use to send enable/disable request or send ack/nak response.
2722 elsif ($$state eq "wantno") { # error: our disable req answered by enable
2730 elsif ($$state eq "wantno opposite") { # err: disable req answerd by enable
2747 ## Indicate enabled but now we want to disable.
3256 sub TELNET_IAC () {255}; # interpret as comman
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm5 ## modify it under the same terms as Perl itself.
519 ## Do the error action as described by error mode.
2174 ## Read again if all chars read were consumed as telnet cmds.
2576 ## What do we use to request enable/disable or respond with ack/nak.
2604 elsif ($$state eq "yes") { # they're initiating disable
2670 ## What we use to send enable/disable request or send ack/nak response.
2722 elsif ($$state eq "wantno") { # error: our disable req answered by enable
2730 elsif ($$state eq "wantno opposite") { # err: disable req answerd by enable
2747 ## Indicate enabled but now we want to disable.
3256 sub TELNET_IAC () {255}; # interpret as comman
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex13 % modify it under the terms of the GNU General Public License as
53 % than two; texi2dvi does it as many times as necessary.
287 % \onepageout takes a vbox as an argument. Note that \pagecontents
296 % the headline as they should be, not taken literally (outputting ''code).
425 % We cannot use \next here, as it holds the macro to run;
452 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
469 % space in the output. Don't allow a line break at this space, as this
496 % are not treated as enviroments; they don't open a group. (The
557 %% Define @` and @' to be the same as ` an
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex13 % modify it under the terms of the GNU General Public License as
53 % than two; texi2dvi does it as many times as necessary.
287 % \onepageout takes a vbox as an argument. Note that \pagecontents
296 % the headline as they should be, not taken literally (outputting ''code).
425 % We cannot use \next here, as it holds the macro to run;
452 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
469 % space in the output. Don't allow a line break at this space, as this
496 % are not treated as enviroments; they don't open a group. (The
557 %% Define @` and @' to be the same as ` an
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex13 % modify it under the terms of the GNU General Public License as
53 % than two; texi2dvi does it as many times as necessary.
284 % \onepageout takes a vbox as an argument. Note that \pagecontents
293 % the headline as they should be, not taken literally (outputting ''code).
422 % We cannot use \next here, as it holds the macro to run;
449 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
466 % space in the output. Don't allow a line break at this space, as this
493 % are not treated as enviroments; they don't open a group. (The
554 %% Define @` and @' to be the same as ` an
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm5 # and/or modify it under the same terms as Perl itself.
363 # their literal form only when used as markup delimiters, or within a comment,
995 # do nothing if current schema is the same as new
1127 # same as call to $self->recursive_object($object) - but
1261 # Will encode arrays using doc-literal style
1300 # nested tags, encode as
1332 warn qq!Cannot encode @{[$name ? "'$name'" : 'unnamed']} element as 'hash'. Will be encoded as 'map' instead\n! if $^W;
1513 # we have seen this element as a reference
1538 # try to define namespace that could be stored as
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm5 # and/or modify it under the same terms as Perl itself.
364 # their literal form only when used as markup delimiters, or within a comment,
956 # do nothing if current schema is the same as new
1201 # Will encode arrays using doc-literal style
1244 warn qq!Cannot encode @{[$name ? "'$name'" : 'unnamed']} element as 'hash'. Will be encoded as 'map' instead\n! if $^W;
1436 # try to define namespace that could be stored as
1438 # ? attribute in method's element as xmlns= or xmlns:${prefix}=
1440 # b) attribute in Envelope element as xmlns= or xmlns:${prefix}=
1455 && warn("URI is not provided as a
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm70 # to throw refs as exceptions via logcarp/confess, turn this off
725 via Perl commands or via a C<log4j>-style configuration file.
750 Assuming that this configuration file is saved as C<log.conf>, you need to
873 level, as derived from either the logger's category (or, in absence of
939 the same message in the log file as well, use:
1041 # ... passed as a reference to init()
1083 There's some controversy between different logging systems as to when and
1122 files -- as used by the original Java implementation. Instead of
1202 allows for a very flexible format in C<printf>-style. The format
1267 Perl opcodes that can be embedded in the config file as describe
[all...]

Completed in 313 milliseconds

123