Searched refs:lookup (Results 1 - 25 of 383) sorted by path

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/serial/
H A DStoredClassCatalogTest.java169 ObjectStreamClass desc = ObjectStreamClass.lookup(TestSerial.class);
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm2320 'has_a' is most commonly used to supply lookup information for a foreign
2533 call the lookup method on the Role object returned. As these methods are
2915 This is implemented using a simple object lookup index for all live
2929 Class::DBI will not maintain this lookup index, but give you a separate
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm867 my ($self, $lookup) = @_;
868 if (defined $lookup) {
869 $self->{ _typelookup } = $lookup;
870 $self->{ _typelookup_order } = [ sort { $lookup->{$a}->[0] <=> $lookup->{$b}->[0] } keys %{ $lookup } ];
1213 my $lookup = $self->{_typelookup};
1215 #for (sort {$lookup->{$a}->[0] <=> $lookup->{$b}->[0]} keys %$lookup) {
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DParser.pm529 my ($token, $uctoken, $type, $lookup);
751 my ($state, $stateno, $status, $action, $lookup, $coderet, @codevars);
848 $action = defined ($lookup = $state->{'ACTIONS'}->{ $token })
849 ? $lookup
850 : defined ($lookup = $state->{'DEFAULT'})
851 ? $lookup
H A DProvider.pm778 # remove name lookup for old node
787 # add name lookup for new node
802 # add lookup from name to slot and increment nslots
1034 my $lookup = $self->{ LOOKUP };
1035 $lookup = join('', map {
1036 sprintf(" $format", $_, defined $lookup->{ $_ }
1038 @{ $lookup->{ $_ } }) . ' ]') : '<undef>');
1039 } sort keys %$lookup);
1040 $lookup = "{\n$lookup }";
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDirectory.pm268 it to lookup files and further sub-directories contained within.
H A DFile.pm200 This user/group lookup can be disabled by setting the C<noid> option.
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm1259 but it much newer (latest release in 2003). It seems specialized for the lookup
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpcmd.y73 lookup (struct tab *, char *);
1021 lookup(struct tab *p, char *cmd)
1155 p = lookup(cmdtab, cbuf);
1180 p = lookup(sitetab, cp);
1423 c = lookup(ctab, s);
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkrbhst.c736 _krb5_debugx(context, 1, N_("unknown protocol `%s' to lookup", ""), proto);
833 _krb5_debugx(context, 2, "fallback lookup %d for realm %s (service %s)",
981 return locate->lookup(plugctx, plctx->flags, plctx->type, plctx->kd->realm, 0, 0, add_locate, plctx->kd);
H A Dlocate_plugin.h75 krb5plugin_service_locate_lookup lookup; /* version 2 */ member in struct:krb5plugin_service_locate_ftable
/macosx-10.10.1/Heimdal-398.1.2/lib/wind/
H A Didn-lookup.c62 lookup(const char *name) function
160 lookup(argv[i]);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Drbbirb.h70 virtual const UnicodeString* lookup(const UnicodeString& s) const;
H A Drbbistbl.cpp64 // RBBISymbolTable::lookup This function from the abstract symbol table inteface
70 const UnicodeString *RBBISymbolTable::lookup(const UnicodeString& s) const function in class:RBBISymbolTable
115 // constructor will always call this function right after calling lookup(),
H A Druleiter.cpp55 buf = sym->lookup(name);
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dsymtable.h18 * \brief C++ API: An interface that defines both lookup protocol and parsing of
30 * An interface that defines both lookup protocol and parsing of
37 * "$start=alpha"), then the call lookup("start") will return the
73 * @param s the symbolic name to lookup
78 virtual const UnicodeString* lookup(const UnicodeString& s) const = 0;
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationfastlatin.cpp131 leftPair = lookup(table, c);
162 rightPair = lookup(table, c);
213 leftPair = lookup(table, c);
238 rightPair = lookup(table, c);
284 leftPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c);
297 rightPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c);
337 leftPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c);
350 rightPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c);
393 leftPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c);
406 rightPair = (c <= LATIN_MAX) ? table[c] : lookup(tabl
783 CollationFastLatin::lookup(const uint16_t *table, UChar32 c) { function in class:CollationFastLatin
[all...]
H A Dcollationfastlatin.h220 static uint32_t lookup(const uint16_t *table, UChar32 c);
H A Dcsrsbcs.cpp74 void NGramParser::lookup(int32_t thisNgram) function in class:NGramParser
87 lookup(ngram);
H A Dcsrsbcs.h43 void lookup(int32_t thisNgram);
H A Drbt_data.cpp97 TransliterationRuleData::lookup(UChar32 standIn) const { function in class:TransliterationRuleData
104 UnicodeFunctor *f = lookup(standIn);
110 UnicodeFunctor *f = lookup(standIn);
H A Drbt_data.h61 * a stand-in: it is an index for a secondary lookup in
71 * The stand-in then serves as a key in this hash to lookup the
123 UnicodeFunctor* lookup(UChar32 standIn) const;
H A Drbt_pars.cpp149 virtual const UnicodeString* lookup(const UnicodeString& s) const;
182 const UnicodeString* ParseData::lookup(const UnicodeString& name) const { function in class:ParseData
227 // Note that we cannot use data.lookup() because the
242 // Note that we cannot use data.lookup() because the
H A Dstrmatch.cpp282 UnicodeFunctor* f = data->lookup(c);
H A Dstrrepl.cpp315 UnicodeFunctor* f = data->lookup(c);

Completed in 340 milliseconds

1234567891011>>