Searched refs:case (Results 51 - 75 of 751) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcfg.vim14 " case off
15 syn case ignore
H A Dgrads.vim18 " GrADS is entirely case-insensitive.
19 syn case ignore
H A Dhastepreproc.vim27 " case is significant
28 syn case match
H A Dhex.vim14 syn case ignore
28 syn case match
H A Dmailcap.vim24 syn case ignore
28 syn case match
H A Dpromela.vim16 " case is significant
17 " syn case ignore
H A Drobots.vim17 " shut case off
18 syn case ignore
H A Dsd.vim14 " Always ignore case
15 syn case ignore
H A Dsieve.vim19 syn case ignore
38 syn case match
H A Dsindacmp.vim21 " Ignore case
22 syn case ignore
H A Dtakcmp.vim21 " Ignore case
22 syn case ignore
H A Dtli.vim40 syn case ignore
44 syn case match
H A Dtssop.vim21 " Ignore case
22 syn case ignore
H A Dahdl.vim14 "this language is oblivious to case.
15 syn case ignore
18 syn keyword ahdlKeyword assert begin bidir bits buried case clique
H A Damiga.vim16 syn case ignore
66 syn case ignore
68 syn case match
H A Desterel.vim17 " case is significant
18 syn case ignore
37 syn keyword esterelStatement if then else case
H A Dmel.vim30 sy keyword melLabel case default
50 sy case ignore
55 sy case match
H A Dtak.vim21 " Ignore case
22 syn case ignore
61 syn case ignore
/macosx-10.9.5/CPANInternal-140/PlRPC/
H A DMakefile.PL43 In either case, please contact the package author, jochen.wiedmann\@freenet.de and
/macosx-10.9.5/CPANInternal-140/PlRPC-0.2020/
H A DMakefile.PL43 In either case, please contact the package author, jochen.wiedmann\@freenet.de and
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/t/
H A D05in_between.t137 for my $case (@in_between_tests) {
139 local $TODO = $case->{todo} if $case->{todo};
140 local $SQL::Abstract::Test::parenthesis_significant = $case->{parenthesis_significant};
148 my $sql = SQL::Abstract->new ($case->{args} || {});
150 my ($stmt, @bind) = $sql->where($case->{where});
154 $case->{stmt},
155 $case->{bind},
157 || diag "Search term:\n" . Dumper $case->{where};
159 is (@w, 0, $case
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DDirective.pm579 # switch($expr, \@case) [% SWITCH %]
586 my ($self, $expr, $case) = @_;
587 my @case = @$case;
591 $default = pop @case;
593 foreach $case (@case) {
594 $match = $case->[0];
595 $block = $case->[1];
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DDumper.pm101 As a standard plugin, you can also specify its name in lower case:
111 These options can also be specified in lower case.
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DDirective.pm579 # switch($expr, \@case) [% SWITCH %]
586 my ($self, $expr, $case) = @_;
587 my @case = @$case;
591 $default = pop @case;
593 foreach $case (@case) {
594 $match = $case->[0];
595 $block = $case->[1];
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DDumper.pm101 As a standard plugin, you can also specify its name in lower case:
111 These options can also be specified in lower case.

Completed in 521 milliseconds

1234567891011>>