Searched refs:matches (Results 1 - 25 of 458) sorted by path

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/examples_c/csv/
H A DREADME288 As a special case, every database has the field "Id", which matches the
402 Add Extended RE string matches.
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm376 Similar to ok(), like() matches $this against the regex C<qr/that/>.
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm558 # save the value or count number of matches
1270 permitting partial key matches and range searches.
/macosx-10.9.5/CPANInternal-140/Class-Std-0.011/demo/
H A Ddemo_library_AUTOLOAD.pl26 # If that name matches any of the book titles, return those titles...
27 if (my @matches = grep { /$book_title_keyword/ixms } keys %book) {
28 return @book{@matches};
61 # If that name matches any of the book titles, return those titles...
62 if (my @matches = grep { /$book_title_keyword/ixms } keys %book) {
63 return @book{@matches};
H A Ddemo_library_AUTOLOAD_CUMULATIVE.pl26 # If that name matches any of the book titles, return those titles...
27 if (my @matches = grep { /$book_title_keyword/ixms } keys %book) {
28 return @book{@matches};
61 # If that name matches any of the book titles, return those titles...
62 if (my @matches = grep { /$book_title_keyword/ixms } keys %book) {
63 return @book{@matches};
H A Ddemo_library_AUTOMETHDEF.pl22 # If that name matches any of the book titles, return those titles...
23 if (my @matches = grep { /$book_title/ } keys %book) {
24 return sub{ @book{@matches} };
51 if (my @matches = grep { /$book_title/ } keys %book) {
52 return sub{ @book{@matches} };
/macosx-10.9.5/CPANInternal-140/Class-Std/demo/
H A Ddemo_library_AUTOLOAD.pl26 # If that name matches any of the book titles, return those titles...
27 if (my @matches = grep { /$book_title_keyword/ixms } keys %book) {
28 return @book{@matches};
61 # If that name matches any of the book titles, return those titles...
62 if (my @matches = grep { /$book_title_keyword/ixms } keys %book) {
63 return @book{@matches};
H A Ddemo_library_AUTOLOAD_CUMULATIVE.pl26 # If that name matches any of the book titles, return those titles...
27 if (my @matches = grep { /$book_title_keyword/ixms } keys %book) {
28 return @book{@matches};
61 # If that name matches any of the book titles, return those titles...
62 if (my @matches = grep { /$book_title_keyword/ixms } keys %book) {
63 return @book{@matches};
H A Ddemo_library_AUTOMETHDEF.pl22 # If that name matches any of the book titles, return those titles...
23 if (my @matches = grep { /$book_title/ } keys %book) {
24 return sub{ @book{@matches} };
51 if (my @matches = grep { /$book_title/ } keys %book) {
52 return sub{ @book{@matches} };
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/
H A DBase.pm2315 if (my @matches = $col =~ /$re/) {
2316 $info->{accessor} = sprintf $map->{$re}, @matches;
H A DDBI.pm80 # For our usage as regex matches, concatenating multiple quote_char
149 my $matches = 0;
152 $matches = 1
157 $matches = 1
162 next TABLE if $matches;
167 my $matches = 0;
170 $matches = 1 if $table_name =~ $system_table;
173 $matches = 1 if $table_name eq $system_table
176 next TABLE if $matches;
H A DRelBuilder.pm357 if (my @matches = $relname =~ /$re/) {
358 return sprintf $map->{$re}, @matches;
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A DRegex.pm107 my @matches = $date =~ $self->{regex};
108 return @matches ? \@matches : undef;
114 my ( $date, $matches, $p ) = @_;
116 @{$p}{ @{ $self->{params} } } = @$matches;
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/lib/DateTime/Format/Builder/Parser/
H A DRegex.pm107 my @matches = $date =~ $self->{regex};
108 return @matches ? \@matches : undef;
114 my ( $date, $matches, $p ) = @_;
116 @{$p}{ @{ $self->{params} } } = @$matches;
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/tools/lib/
H A DLDML.pm760 my @matches = @{ $index{$attr} || [] };
762 my $preferred = $self->_find_preferred_node(@matches)
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/
H A DTimeZone.pm625 checks the version of the loaded class to make sure it matches the
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm2238 see that it really matches a valid leap second.
/macosx-10.9.5/CPANInternal-140/Digest-SHA/examples/
H A Ddups22 and looking for matches. The search can reveal more than one set
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm871 character and a C<*> as a joker. Thus, C<*/*> matches I<all> responses,
1215 Adds C<$message> at the end of C<logfh>, if $level matches C<logmask>.
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/
H A DProxy.pm871 character and a C<*> as a joker. Thus, C<*/*> matches I<all> responses,
1215 Adds C<$message> at the end of C<logfh>, if $level matches C<logmask>.
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm2203 Simple wildcards in subjectAltNames are possible, e.g. *.example.org matches
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect-1.895/lib/Lingua/EN/
H A DInflect.pm2784 specifies a pattern. If a word passed to C<A()> or C<AN()> matches this
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect/lib/Lingua/EN/
H A DInflect.pm2400 specifies a pattern. If a word passed to C<A()> or C<AN()> matches this
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm485 Removes the object that matches the name given to the remove method.
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/
H A DDispatch.pm260 Removes the object that matches the name given to the remove method.

Completed in 351 milliseconds

1234567891011>>