Server IP : 213.176.29.180 / Your IP : 18.219.158.84 Web Server : Apache System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64 User : webtaragh ( 1001) PHP Version : 8.3.14 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/webtaragh/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
PK I�$Z���A A aws-sdk-php/NOTICE.mdnu �[��� # AWS SDK for PHP <http://aws.amazon.com/php> Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at <http://aws.amazon.com/apache2.0> or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. # Guzzle <https://github.com/guzzle/guzzle> Copyright (c) 2014 Michael Dowling, https://github.com/mtdowling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # jmespath.php <https://github.com/mtdowling/jmespath.php> Copyright (c) 2014 Michael Dowling, https://github.com/mtdowling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. PK I�$Zξ� � $ aws-sdk-php/src/CommandInterface.phpnu �[��� <?php namespace Aws; /** * A command object encapsulates the input parameters used to control the * creation of a HTTP request and processing of a HTTP response. * * Using the toArray() method will return the input parameters of the command * as an associative array. */ interface CommandInterface extends \ArrayAccess, \Countable, \IteratorAggregate { /** * Converts the command parameters to an array * * @return array */ public function toArray(); /** * Get the name of the command * * @return string */ public function getName(); /** * Check if the command has a parameter by name. * * @param string $name Name of the parameter to check * * @return bool */ public function hasParam($name); /** * Get the handler list used to transfer the command. * * @return HandlerList */ public function getHandlerList(); } PK I�$Z�W� � . aws-sdk-php/src/Efs/Exception/EfsException.phpnu �[��� <?php namespace Aws\Efs\Exception; use Aws\Exception\AwsException; /** * Amazon EFS exception. */ class EfsException extends AwsException {} PK I�$Z#'=ui i ! aws-sdk-php/src/Efs/EfsClient.phpnu �[��� <?php namespace Aws\Efs; use Aws\AwsClient; /** * This client is used to interact with **Amazon EFS**. * * @method \Aws\Result createAccessPoint(array $args = []) * @method \GuzzleHttp\Promise\Promise createAccessPointAsync(array $args = []) * @method \Aws\Result createFileSystem(array $args = []) * @method \GuzzleHttp\Promise\Promise createFileSystemAsync(array $args = []) * @method \Aws\Result createMountTarget(array $args = []) * @method \GuzzleHttp\Promise\Promise createMountTargetAsync(array $args = []) * @method \Aws\Result createTags(array $args = []) * @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = []) * @method \Aws\Result deleteAccessPoint(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteAccessPointAsync(array $args = []) * @method \Aws\Result deleteFileSystem(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteFileSystemAsync(array $args = []) * @method \Aws\Result deleteFileSystemPolicy(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteFileSystemPolicyAsync(array $args = []) * @method \Aws\Result deleteMountTarget(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteMountTargetAsync(array $args = []) * @method \Aws\Result deleteTags(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = []) * @method \Aws\Result describeAccessPoints(array $args = []) * @method \GuzzleHttp\Promise\Promise describeAccessPointsAsync(array $args = []) * @method \Aws\Result describeFileSystemPolicy(array $args = []) * @method \GuzzleHttp\Promise\Promise describeFileSystemPolicyAsync(array $args = []) * @method \Aws\Result describeFileSystems(array $args = []) * @method \GuzzleHttp\Promise\Promise describeFileSystemsAsync(array $args = []) * @method \Aws\Result describeLifecycleConfiguration(array $args = []) * @method \GuzzleHttp\Promise\Promise describeLifecycleConfigurationAsync(array $args = []) * @method \Aws\Result describeMountTargetSecurityGroups(array $args = []) * @method \GuzzleHttp\Promise\Promise describeMountTargetSecurityGroupsAsync(array $args = []) * @method \Aws\Result describeMountTargets(array $args = []) * @method \GuzzleHttp\Promise\Promise describeMountTargetsAsync(array $args = []) * @method \Aws\Result describeTags(array $args = []) * @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result modifyMountTargetSecurityGroups(array $args = []) * @method \GuzzleHttp\Promise\Promise modifyMountTargetSecurityGroupsAsync(array $args = []) * @method \Aws\Result putFileSystemPolicy(array $args = []) * @method \GuzzleHttp\Promise\Promise putFileSystemPolicyAsync(array $args = []) * @method \Aws\Result putLifecycleConfiguration(array $args = []) * @method \GuzzleHttp\Promise\Promise putLifecycleConfigurationAsync(array $args = []) * @method \Aws\Result tagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) * @method \Aws\Result untagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) * @method \Aws\Result updateFileSystem(array $args = []) * @method \GuzzleHttp\Promise\Promise updateFileSystemAsync(array $args = []) */ class EfsClient extends AwsClient {} PK I�$Zǰ`�� � >