Searched refs:case (Results 426 - 450 of 751) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlscript.vim20 " LotusScript is case insensitive
21 syn case ignore
H A Dnastran.vim16 " DMAP is not case dependent
17 syn case ignore
H A Docaml.vim24 " OCaml is case sensitive.
25 syn case match
H A Dpov.vim21 syn case match
87 syn match povLabelDir "#\s*\(break\|case\|default\|range\)\>"
H A Drc.vim105 syn case ignore
116 syn case match
H A Dvmasm.vim17 syn case ignore
196 syn case match
H A Dwinbatch.vim15 syn case ignore
18 syn keyword winbatchCtl while for gosub goto switch select to case
H A Dxmath.vim28 syn case ignore
170 syn case match
H A Dsh.vim65 " sh syntax is case sensitive {{{1
66 syn case match
201 " Case: case...esac {{{1
207 syn region shCaseEsac fold matchgroup=shConditional start="\<case\>" end="\<esac\>" contains=@shCaseEsacList
210 syn region shCaseEsac matchgroup=shConditional start="\<case\>" end="\<esac\>" contains=@shCaseEsacList
478 syn sync match shCaseEsacSync grouphere shCaseEsac "\<case\>"
H A Dphp.vim54 " where the string started. In this case a following ) or ] after
122 syn case match
133 syn case ignore
274 syn keyword phpLabel case default switch contained
369 syn case match
375 syn case ignore
466 syntax case match
468 syntax case ignore
550 syntax case ignore
/macosx-10.9.5/CPANInternal-140/Apache-DBI/lib/Apache/
H A DDBI.pm145 # equivalent such as startup.pl), in which case this would die.
173 # if this is the case, possibly verify the database-handle
180 # Force clean up of handle in case previous transaction failed to
383 and if the module Apache::DBI has been loaded. In this case every connect
441 whenever the script exits. In the case of persistent database connections,
448 every request. In order to avoid inconsistencies in the database in case
/macosx-10.9.5/CPANInternal-140/Apache-DBI-1.11/lib/Apache/
H A DDBI.pm165 # equivalent such as startup.pl), in which case this would die.
193 # if this is the case, possibly verify the database-handle
200 # Force clean up of handle in case previous transaction failed to
419 and if the module Apache::DBI has been loaded. In this case every connect
477 whenever the script exits. In the case of persistent database connections,
484 every request. In order to avoid inconsistencies in the database in case
/macosx-10.9.5/CPANInternal-140/Path-Class/lib/Path/Class/
H A DDir.pm18 # special case here, we'd return the root directory, which is a
338 As a special case, since it doesn't otherwise mean anything useful and
344 Finally, as another special case C<dir(undef)> will return undef,
486 C<Path::Class::File> object, or a string. In the latter case, we
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DService.pm47 # templates to be substituted for the main template document in case of
318 template file in the case of uncaught exceptions being thrown. This allows
404 error. In the latter case, a relevant error message can be retrieved by the
520 the general case.
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DService.pm47 # templates to be substituted for the main template document in case of
318 template file in the case of uncaught exceptions being thrown. This allows
404 error. In the latter case, a relevant error message can be retrieved by the
520 the general case.
/macosx-10.9.5/CPANInternal-140/Text-WordDiff-0.08/lib/Text/
H A DWordDiff.pm274 word), but such is not the case when the C<utf8> flag is set on a string.
293 commented out, in which case we get:
394 case they will be instantiated by calling the C<new()> construcctor and
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dvipcard.tex163 %% in case we never use \columnb (two-column mode)
434 In the case of capital letter commands, a word is delimited by a
474 {\it line commands}. In the case of line commands, whole lines will
567 By default, search is case sensitive.
571 \kbd{(setq vip-case-fold-search t)}
578 \twocol{vip-case-fold-search}{nil}
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm139 your script is going to run. In this case, you can declare that you
605 the case is you've got some complicated condition that is difficult to
606 wedge into an ok(). In this case, you can simply use pass() (to
1351 test the internals of string overloaded objects. In this case I would
1385 This is a case of convergent evolution with Joshua Pritikin's Test
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/
H A DBase.pm110 which case the backward compatible RelBuilder will be activated, and
261 occurs, change the case of first letter of each chunk to upper case, and put
526 # just in case, though no one is likely to dump a dynamic schema
1493 # Returns an array of lower case table names
1650 name, in the case that the two are different (such as databases
1651 that like uppercase table names, or preserve your original mixed-case
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/
H A DBase.pm110 which case the backward compatible RelBuilder will be activated, and
261 occurs, change the case of first letter of each chunk to upper case, and put
526 # just in case, though no one is likely to dump a dynamic schema
1493 # Returns an array of lower case table names
1650 name, in the case that the two are different (such as databases
1651 that like uppercase table names, or preserve your original mixed-case
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm63 my @caller_force_inet4; # in case inet4 gets forced we store here who forced it
171 @caller_force_inet4 = caller(); # save for warnings for 'inet6' case
176 # loading it with 'inet4'. In this case re-enable but warn
522 # this can be the case if start_SSL is called with a normal IO::Socket::INET
958 # SSL_SENT_SHUTDOWN is done already (previous if-case)
1829 to the specified version. All values are case-insensitive.
1841 case setting the version to 'SSLv23:!SSLv2:!TLSv11:!TLSv12' might help.
2078 When using the accept() or connect() methods, it may be the case that the
2079 actual socket connection works but the SSL negotiation fails, as in the case of
2221 Actually is does not make any sense to call verify_hostname in this case
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm328 active in the same logger hierarchy, in this case the C<root> category.
380 application or the modules it uses. In case you want to
529 C<LWP::Debug> in this case.
569 functions. In case you use a perl prior to 5.6.x, you need
650 can be embedded in the config file. In the rare case
929 file to the constructor as name/value pairs (in this case just one):
1023 will perform its expensive operations in any case, because it doesn't
1444 which will return a true value in case Log::Log4perl has been initialized
1881 In case your script needs to be prepared for environments that may or may
2110 In case th
[all...]
/macosx-10.9.5/CPANInternal-140/URI/
H A DURI.pm452 Letter case does not matter for scheme names. The string
454 just as it was written in the URI in its original case,
471 In that case the generic method is overridden to set and return
650 every case where it has been used.
896 Letter case is not significant for the Namespace Identifier. It is
897 always returned in lower case by the $uri->nid method. The $uri->_nid
898 method can be used if you want it in its original case.
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/
H A DBase.pm159 which case the backward compatible RelBuilder will be activated, and the
245 CamelCase column names in case-preserving mode will also be handled better
248 In this mode, CamelCase L</column_accessors> are normalized based on case
268 C<_?code> and C<_?num>, case insensitively.
401 Can also be a coderef, for more precise control, in which case the coderef gets
555 The default behavior is to split on case transition and non-alphanumeric
820 Drivers for case sensitive databases like Sybase ASE or MSSQL with a
821 case-sensitive collation will turn this option on unconditionally.
1178 # just in case, though no one is likely to dump a dynamic schema
2308 next if $accessor eq 'id'; # special case (ver
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dsqlcomplete.vim16 " purposes. In this case XPTemplate can use them for a Choose list.
46 " This check is in place in case this script is
282 " this will be owner.table. In this case, we can
510 " Handle this special case. This allows the user
696 " '\c\(from\|join\|,\).\{-}' - Starting at the from clause (case insensitive)

Completed in 404 milliseconds

<<11121314151617181920>>