Commit 04e164f
File tree
11 files changed
+81
-20
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- schema
- Tests/DependencyInjection
- Component/RateLimiter
- Policy
11 files changed
+81
-20
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2115 | 2115 |
|
2116 | 2116 |
|
2117 | 2117 |
|
| 2118 | + |
| 2119 | + |
| 2120 | + |
2118 | 2121 |
|
2119 | 2122 |
|
2120 | 2123 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2671 | 2671 |
|
2672 | 2672 |
|
2673 | 2673 |
|
| 2674 | + |
| 2675 | + |
| 2676 | + |
| 2677 | + |
| 2678 | + |
| 2679 | + |
2674 | 2680 |
|
2675 | 2681 |
|
2676 | 2682 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/rate_limiter.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/rate_limiter.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
763 | 763 |
|
764 | 764 |
|
765 | 765 |
|
| 766 | + |
766 | 767 |
|
767 | 768 |
|
768 | 769 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/PhpFrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/PhpFrameworkExtensionTest.php+34Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| 20 | + |
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
| ||
136 | 138 |
|
137 | 139 |
|
138 | 140 |
|
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
139 | 173 |
|
src/Symfony/Component/RateLimiter/Policy/FixedWindowLimiter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/RateLimiter/Policy/FixedWindowLimiter.php+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
32 |
| - |
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
| ||
62 | 63 |
|
63 | 64 |
|
64 | 65 |
|
65 |
| - |
| 66 | + |
66 | 67 |
|
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
70 | 71 |
|
71 |
| - |
| 72 | + |
72 | 73 |
|
73 | 74 |
|
74 | 75 |
|
75 | 76 |
|
76 |
| - |
| 77 | + |
77 | 78 |
|
78 | 79 |
|
79 | 80 |
|
|
src/Symfony/Component/RateLimiter/Policy/NoLimiter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/RateLimiter/Policy/NoLimiter.php+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
28 | 33 |
|
29 | 34 |
|
30 |
| - |
| 35 | + |
31 | 36 |
|
32 | 37 |
|
33 | 38 |
|
34 | 39 |
|
35 |
| - |
| 40 | + |
36 | 41 |
|
37 | 42 |
|
38 | 43 |
|
|
src/Symfony/Component/RateLimiter/Policy/SlidingWindowLimiter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/RateLimiter/Policy/SlidingWindowLimiter.php+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
40 |
| - |
| 41 | + |
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
| ||
66 | 67 |
|
67 | 68 |
|
68 | 69 |
|
69 |
| - |
| 70 | + |
70 | 71 |
|
71 | 72 |
|
72 | 73 |
|
| ||
75 | 76 |
|
76 | 77 |
|
77 | 78 |
|
78 |
| - |
| 79 | + |
79 | 80 |
|
80 | 81 |
|
81 | 82 |
|
|
src/Symfony/Component/RateLimiter/Policy/TokenBucketLimiter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/RateLimiter/Policy/TokenBucketLimiter.php+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
31 |
| - |
| 32 | + |
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
| ||
72 | 73 |
|
73 | 74 |
|
74 | 75 |
|
75 |
| - |
| 76 | + |
76 | 77 |
|
77 | 78 |
|
78 | 79 |
|
79 | 80 |
|
80 | 81 |
|
81 | 82 |
|
82 |
| - |
| 83 | + |
83 | 84 |
|
84 | 85 |
|
85 | 86 |
|
| ||
89 | 90 |
|
90 | 91 |
|
91 | 92 |
|
92 |
| - |
| 93 | + |
93 | 94 |
|
94 | 95 |
|
95 | 96 |
|
|
src/Symfony/Component/RateLimiter/RateLimit.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/RateLimiter/RateLimit.php+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
26 |
| - |
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| ||
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
70 |
| - |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
71 | 78 |
|
72 | 79 |
|
73 | 80 |
|
|
src/Symfony/Component/RateLimiter/RateLimiterFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/RateLimiter/RateLimiterFactory.php+6-5Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
33 |
| - |
| 34 | + |
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
| ||
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
|
0 commit comments