Searched refs:retrieve (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/t/Issues/
H A Drt74029.t11 use Storable qw(nstore retrieve);
36 my $obj = retrieve("$0.stored");
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/XML/
H A Dcustomxml.pl36 <Error>Could not retrieve PortfolioDistribution</Error>
37 <Error>Could not retrieve PortfolioDistribution</Error>
38 <Error>Could not retrieve PortfolioDistribution</Error>
39 <Error>Could not retrieve PortfolioDistribution</Error>
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D05-customxml.t60 <Error>Could not retrieve PortfolioDistribution</Error>
61 <Error>Could not retrieve PortfolioDistribution</Error>
62 <Error>Could not retrieve PortfolioDistribution</Error>
63 <Error>Could not retrieve PortfolioDistribution</Error>
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Relationship/
H A DMightHave.pm51 $self->{"_${method}_object"} ||= $f_class->retrieve($self->id);
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dextern.h92 void retrieve(const char *, char *);
H A Dftpd.c951 retrieve(const char *cmd, char *name) function
2204 retrieve(cmd, file);
/macosx-10.10.1/apache-793/httpd/include/
H A Dap_socache.h38 /** If this flag is set, the store/retrieve/remove/status interfaces
43 /* XXX: Even if store/retrieve/remove is atomic, isn't it useful to note
171 apr_status_t (*retrieve)(ap_socache_instance_t *instance, server_rec *s, member in struct:ap_socache_provider_t
/macosx-10.10.1/CPANInternal-159.1/Sub-Identify-0.04/lib/Sub/
H A DIdentify.pm71 C<Sub::Identify> allows you to retrieve the real name of code references. For
/macosx-10.10.1/Heimdal-398.1.2/appl/dceutils/
H A Dk5dce.h76 krb5_error_code (*retrieve) NPROTOTYPE((krb5_ccache, krb5_flags, member in struct:_krb5_cc_ops
/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_authn_socache.c368 rv = socache_provider->retrieve(socache_instance, r->server,
413 rv = socache_provider->retrieve(socache_instance, r->server,
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dtest039.tcl125 # Now retrieve all the keys matching this key
142 error_check_good retrieve $datastr $check_data
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DMDC.pm71 can stuff values under certain keys and retrieve them later
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_scache.c160 rv = mc->sesscache->retrieve(mc->sesscache_context, s, id, idlen,
H A Dssl_util_stapling.c137 "ssl_stapling_init_cert: Can't retrieve issuer certificate!");
249 rv = mc->stapling_cache->retrieve(mc->stapling_cache_context, s,
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dtemplatevfs.tcl69 2. rewrite the copied procedures to retrieve and handle virtual filesystem
96 # If $attribute is empty so is $args (retrieve all attributes and values).
97 # If $args only is empty, retrieve value of specified attribute.
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm651 sub retrieve { subroutine
655 "Can't retrieve unless primary columns are defined");
660 return $class->_croak("Can't retrieve a reference") if ref($id);
665 "$class->retrieve(@_) parameters don't include values for all primary key columns (@primary_columns)"
670 $class->_carp("$class->retrieve(@_) selected " . @rows . " rows")
1306 my $cd = Music::CD->retrieve(1);
1407 L<"retrieve">, L<"search"> for, L<"update"> and L<"delete"> objects
1536 The following are methods provided for convenience to insert, retrieve
1623 =head2 retrieve
1625 $obj = Class->retrieve(
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DLimit.pm155 my $pdata = retrieve $self->{persistent} or
156 die "Cannot retrieve messages from $self->{persistent} ($!)";
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Desh-var.el553 For example, to retrieve the second element of a user's record in
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DDocument.pm435 package variable inspected to retrieve the relevant error message.
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkrb5.h507 krb5_error_code (KRB5_CALLCONV * retrieve)(krb5_context, krb5_ccache, member in struct:krb5_cc_ops
H A Dcache.c781 if (id->ops->retrieve != NULL) {
782 ret = id->ops->retrieve(context, id, whichfields, mcreds, creds);
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/csv/
H A DREADME147 to handle DbRecord structures. When you retrieve a record from the
/macosx-10.10.1/apache-793/httpd/modules/cache/
H A Dmod_cache_socache.c467 /* attempt to retrieve the cached entry */
479 rc = conf->provider->socache_provider->retrieve(
530 /* attempt to retrieve the cached entry */
542 rc = conf->provider->socache_provider->retrieve(
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/include/
H A Dclassinstance_api.inc166 which will be invoked to retrieve the
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dsyntaxcomplete.vim322 " augmented the syntax list command to only retrieve the syntax

Completed in 292 milliseconds

12