PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
aws
/
aws-sdk-php
/
src
<?php namespace Aws; /** * Interface that allows implementing various incremental hashes. */ interface HashInterface { /** * Adds data to the hash. * * @param string $data Data to add to the hash */ public function update($data); /** * Finalizes the incremental hash and returns the resulting digest. * * @return string */ public function complete(); /** * Removes all data from the hash, effectively starting a new hash. */ public function reset(); }
[-] RetryMiddleware.php
[edit]
[+]
ClientSideMonitoring
[-] StreamRequestPayloadMiddleware.php
[edit]
[-] HasDataTrait.php
[edit]
[-] ConfigurationProviderInterface.php
[edit]
[+]
data
[-] HasMonitoringEventsTrait.php
[edit]
[-] CacheInterface.php
[edit]
[-] Sdk.php
[edit]
[-] MockHandler.php
[edit]
[-] JsonCompiler.php
[edit]
[-] HashingStream.php
[edit]
[-] PsrCacheAdapter.php
[edit]
[+]
..
[+]
Api
[+]
Exception
[-] CommandInterface.php
[edit]
[-] HandlerList.php
[edit]
[+]
DefaultsMode
[-] Waiter.php
[edit]
[+]
Multipart
[-] AbstractConfigurationProvider.php
[edit]
[-] InputValidationMiddleware.php
[edit]
[-] ResultPaginator.php
[edit]
[-] RetryMiddlewareV2.php
[edit]
[+]
Handler
[+]
EndpointDiscovery
[-] ResponseContainerInterface.php
[edit]
[-] ClientResolver.php
[edit]
[+]
Signature
[-] Command.php
[edit]
[-] History.php
[edit]
[-] Middleware.php
[edit]
[+]
Endpoint
[-] AwsClientInterface.php
[edit]
[+]
Iam
[-] Psr16CacheAdapter.php
[edit]
[-] MultiRegionClient.php
[edit]
[-] CommandPool.php
[edit]
[-] HashInterface.php
[edit]
[-] IdempotencyTokenMiddleware.php
[edit]
[-] AwsClientTrait.php
[edit]
[-] MonitoringEventsInterface.php
[edit]
[-] TraceMiddleware.php
[edit]
[-] EndpointParameterMiddleware.php
[edit]
[+]
Arn
[+]
Credentials
[-] functions.php
[edit]
[-] PresignUrlMiddleware.php
[edit]
[-] AwsClient.php
[edit]
[-] Result.php
[edit]
[-] ResultInterface.php
[edit]
[-] WrappedHttpHandler.php
[edit]
[+]
Retry
[-] PhpHash.php
[edit]
[-] LruArrayCache.php
[edit]
[-] DoctrineCacheAdapter.php
[edit]
[+]
S3