Home
last modified time | relevance | path

Searched refs:RequestMethodInterface (Results 1 – 25 of 25) sorted by relevance

/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Module/
H A DCompactTreeChartModule.php23 use Fig\Http\Message\RequestMethodInterface; alias
74 ->allows(RequestMethodInterface::METHOD_POST);
170 if ($request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DFamilyBookChartModule.php23 use Fig\Http\Message\RequestMethodInterface; alias
76 ->allows(RequestMethodInterface::METHOD_POST)
180 if ($request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DDescendancyChartModule.php23 use Fig\Http\Message\RequestMethodInterface; alias
93 ->allows(RequestMethodInterface::METHOD_POST)
195 if ($request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DAncestorsChartModule.php23 use Fig\Http\Message\RequestMethodInterface; alias
93 ->allows(RequestMethodInterface::METHOD_POST)
198 if ($request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DHourglassChartModule.php23 use Fig\Http\Message\RequestMethodInterface; alias
75 ->allows(RequestMethodInterface::METHOD_POST)
177 if ($request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DMediaListModule.php23 use Fig\Http\Message\RequestMethodInterface; alias
71 ->allows(RequestMethodInterface::METHOD_POST);
169 if ($request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DPedigreeMapModule.php23 use Fig\Http\Message\RequestMethodInterface; alias
109 ->allows(RequestMethodInterface::METHOD_POST)
209 if ($request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DTimelineChartModule.php23 use Fig\Http\Message\RequestMethodInterface; alias
87 ->allows(RequestMethodInterface::METHOD_POST);
167 if ($request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DPedigreeChartModule.php23 use Fig\Http\Message\RequestMethodInterface; alias
103 ->allows(RequestMethodInterface::METHOD_POST)
205 if ($request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DLifespansChartModule.php23 use Fig\Http\Message\RequestMethodInterface; alias
99 ->allows(RequestMethodInterface::METHOD_POST);
212 if ($request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DBranchesListModule.php23 use Fig\Http\Message\RequestMethodInterface; alias
93 ->allows(RequestMethodInterface::METHOD_POST);
187 if ($request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DFanChartModule.php23 use Fig\Http\Message\RequestMethodInterface; alias
103 ->allows(RequestMethodInterface::METHOD_POST)
208 if ($request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DRelationshipsChartModule.php24 use Fig\Http\Message\RequestMethodInterface; alias
95 ->allows(RequestMethodInterface::METHOD_POST)
215 if ($request->getMethod() === RequestMethodInterface::METHOD_POST) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Http/Middleware/
H A DNoRouteFound.php22 use Fig\Http\Message\RequestMethodInterface; alias
53 if ($request->getMethod() !== RequestMethodInterface::METHOD_GET) {
H A DAuthAdministrator.php22 use Fig\Http\Message\RequestMethodInterface; alias
56 … if ($user instanceof User || $request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DAuthEditor.php22 use Fig\Http\Message\RequestMethodInterface; alias
61 … if ($user instanceof User || $request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DAuthModerator.php22 use Fig\Http\Message\RequestMethodInterface; alias
61 … if ($user instanceof User || $request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DAuthManager.php22 use Fig\Http\Message\RequestMethodInterface; alias
61 … if ($user instanceof User || $request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DAuthMember.php22 use Fig\Http\Message\RequestMethodInterface; alias
61 … if ($user instanceof User || $request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DCheckCsrf.php22 use Fig\Http\Message\RequestMethodInterface; alias
55 if ($request->getMethod() === RequestMethodInterface::METHOD_POST) {
H A DDoHousekeeping.php22 use Fig\Http\Message\RequestMethodInterface; alias
77 …if ($request->getMethod() === RequestMethodInterface::METHOD_GET && random_int(1, self::PROBABILIT…
H A DHandleExceptions.php22 use Fig\Http\Message\RequestMethodInterface; alias
166 $request->getMethod() === RequestMethodInterface::METHOD_GET
231 if ($request->getMethod() === RequestMethodInterface::METHOD_GET) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/fig/http-message-util/src/
H A DRequestMethodInterface.php22 interface RequestMethodInterface interface
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/fig/http-message-util/
H A DCHANGELOG.md134 - Adds `Fig\Http\Message\RequestMethodInterface`, with constants covering the
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Http/Routes/
H A DWebRoutes.php23 use Fig\Http\Message\RequestMethodInterface; alias
680 ->allows(RequestMethodInterface::METHOD_POST);
682 ->allows(RequestMethodInterface::METHOD_POST);
691 ->allows(RequestMethodInterface::METHOD_HEAD);