var/cache/dev/EccubeDevDebugProjectContainerUrlMatcher.php line 5184

Open in your IDE?
  1. <?php
  2. use Symfony\Component\Routing\Exception\MethodNotAllowedException;
  3. use Symfony\Component\Routing\Exception\ResourceNotFoundException;
  4. use Symfony\Component\Routing\RequestContext;
  5. /**
  6.  * This class has been auto-generated
  7.  * by the Symfony Routing Component.
  8.  */
  9. class EccubeDevDebugProjectContainerUrlMatcher extends Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher
  10. {
  11.     public function __construct(RequestContext $context)
  12.     {
  13.         $this->context $context;
  14.     }
  15.     public function match($rawPathinfo)
  16.     {
  17.         $allow = [];
  18.         $pathinfo rawurldecode($rawPathinfo);
  19.         $trimmedPathinfo rtrim($pathinfo'/');
  20.         $context $this->context;
  21.         $request $this->request ?: $this->createRequest($pathinfo);
  22.         $requestMethod $canonicalMethod $context->getMethod();
  23.         if ('HEAD' === $requestMethod) {
  24.             $canonicalMethod 'GET';
  25.         }
  26.         if (=== strpos($pathinfo'/_')) {
  27.             // _twig_error_test
  28.             if (=== strpos($pathinfo'/_error') && preg_match('#^/_error/(?P<code>\\d+)(?:\\.(?P<_format>[^/]++))?$#sD'$pathinfo$matches)) {
  29.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_twig_error_test']), array (  '_controller' => 'twig.controller.preview_error:previewErrorPageAction',  '_format' => 'html',));
  30.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  31.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  32.                     if ('GET' !== $canonicalMethod) {
  33.                         goto not__twig_error_test;
  34.                     }
  35.                     return array_replace($ret$this->redirect($rawPathinfo'_twig_error_test'key($requiredSchemes)));
  36.                 }
  37.                 return $ret;
  38.             }
  39.             not__twig_error_test:
  40.             // _wdt
  41.             if (=== strpos($pathinfo'/_wdt') && preg_match('#^/_wdt/(?P<token>[^/]++)$#sD'$pathinfo$matches)) {
  42.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_wdt']), array (  '_controller' => 'web_profiler.controller.profiler:toolbarAction',));
  43.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  44.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  45.                     if ('GET' !== $canonicalMethod) {
  46.                         goto not__wdt;
  47.                     }
  48.                     return array_replace($ret$this->redirect($rawPathinfo'_wdt'key($requiredSchemes)));
  49.                 }
  50.                 return $ret;
  51.             }
  52.             not__wdt:
  53.             if (=== strpos($pathinfo'/_profiler')) {
  54.                 // _profiler_home
  55.                 if ('/_profiler' === $trimmedPathinfo) {
  56.                     $ret = array (  '_controller' => 'web_profiler.controller.profiler:homeAction',  '_route' => '_profiler_home',);
  57.                     if ('/' === substr($pathinfo, -1)) {
  58.                         // no-op
  59.                     } elseif ('GET' !== $canonicalMethod) {
  60.                         goto not__profiler_home;
  61.                     } else {
  62.                         return array_replace($ret$this->redirect($rawPathinfo.'/''_profiler_home'));
  63.                     }
  64.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  65.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  66.                         if ('GET' !== $canonicalMethod) {
  67.                             goto not__profiler_home;
  68.                         }
  69.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_home'key($requiredSchemes)));
  70.                     }
  71.                     return $ret;
  72.                 }
  73.                 not__profiler_home:
  74.                 if (=== strpos($pathinfo'/_profiler/search')) {
  75.                     // _profiler_search
  76.                     if ('/_profiler/search' === $pathinfo) {
  77.                         $ret = array (  '_controller' => 'web_profiler.controller.profiler:searchAction',  '_route' => '_profiler_search',);
  78.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  79.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  80.                             if ('GET' !== $canonicalMethod) {
  81.                                 goto not__profiler_search;
  82.                             }
  83.                             return array_replace($ret$this->redirect($rawPathinfo'_profiler_search'key($requiredSchemes)));
  84.                         }
  85.                         return $ret;
  86.                     }
  87.                     not__profiler_search:
  88.                     // _profiler_search_bar
  89.                     if ('/_profiler/search_bar' === $pathinfo) {
  90.                         $ret = array (  '_controller' => 'web_profiler.controller.profiler:searchBarAction',  '_route' => '_profiler_search_bar',);
  91.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  92.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  93.                             if ('GET' !== $canonicalMethod) {
  94.                                 goto not__profiler_search_bar;
  95.                             }
  96.                             return array_replace($ret$this->redirect($rawPathinfo'_profiler_search_bar'key($requiredSchemes)));
  97.                         }
  98.                         return $ret;
  99.                     }
  100.                     not__profiler_search_bar:
  101.                 }
  102.                 // _profiler_phpinfo
  103.                 if ('/_profiler/phpinfo' === $pathinfo) {
  104.                     $ret = array (  '_controller' => 'web_profiler.controller.profiler:phpinfoAction',  '_route' => '_profiler_phpinfo',);
  105.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  106.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  107.                         if ('GET' !== $canonicalMethod) {
  108.                             goto not__profiler_phpinfo;
  109.                         }
  110.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_phpinfo'key($requiredSchemes)));
  111.                     }
  112.                     return $ret;
  113.                 }
  114.                 not__profiler_phpinfo:
  115.                 // _profiler_search_results
  116.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)/search/results$#sD'$pathinfo$matches)) {
  117.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_profiler_search_results']), array (  '_controller' => 'web_profiler.controller.profiler:searchResultsAction',));
  118.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  119.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  120.                         if ('GET' !== $canonicalMethod) {
  121.                             goto not__profiler_search_results;
  122.                         }
  123.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_search_results'key($requiredSchemes)));
  124.                     }
  125.                     return $ret;
  126.                 }
  127.                 not__profiler_search_results:
  128.                 // _profiler_open_file
  129.                 if ('/_profiler/open' === $pathinfo) {
  130.                     $ret = array (  '_controller' => 'web_profiler.controller.profiler:openAction',  '_route' => '_profiler_open_file',);
  131.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  132.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  133.                         if ('GET' !== $canonicalMethod) {
  134.                             goto not__profiler_open_file;
  135.                         }
  136.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_open_file'key($requiredSchemes)));
  137.                     }
  138.                     return $ret;
  139.                 }
  140.                 not__profiler_open_file:
  141.                 // _profiler
  142.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)$#sD'$pathinfo$matches)) {
  143.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_profiler']), array (  '_controller' => 'web_profiler.controller.profiler:panelAction',));
  144.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  145.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  146.                         if ('GET' !== $canonicalMethod) {
  147.                             goto not__profiler;
  148.                         }
  149.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler'key($requiredSchemes)));
  150.                     }
  151.                     return $ret;
  152.                 }
  153.                 not__profiler:
  154.                 // _profiler_router
  155.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)/router$#sD'$pathinfo$matches)) {
  156.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_profiler_router']), array (  '_controller' => 'web_profiler.controller.router:panelAction',));
  157.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  158.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  159.                         if ('GET' !== $canonicalMethod) {
  160.                             goto not__profiler_router;
  161.                         }
  162.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_router'key($requiredSchemes)));
  163.                     }
  164.                     return $ret;
  165.                 }
  166.                 not__profiler_router:
  167.                 // _profiler_exception
  168.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)/exception$#sD'$pathinfo$matches)) {
  169.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_profiler_exception']), array (  '_controller' => 'web_profiler.controller.exception:showAction',));
  170.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  171.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  172.                         if ('GET' !== $canonicalMethod) {
  173.                             goto not__profiler_exception;
  174.                         }
  175.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_exception'key($requiredSchemes)));
  176.                     }
  177.                     return $ret;
  178.                 }
  179.                 not__profiler_exception:
  180.                 // _profiler_exception_css
  181.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)/exception\\.css$#sD'$pathinfo$matches)) {
  182.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_profiler_exception_css']), array (  '_controller' => 'web_profiler.controller.exception:cssAction',));
  183.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  184.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  185.                         if ('GET' !== $canonicalMethod) {
  186.                             goto not__profiler_exception_css;
  187.                         }
  188.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_exception_css'key($requiredSchemes)));
  189.                     }
  190.                     return $ret;
  191.                 }
  192.                 not__profiler_exception_css:
  193.             }
  194.         }
  195.         elseif (=== strpos($pathinfo'/administrator')) {
  196.             if (=== strpos($pathinfo'/administrator/plugin/coupon')) {
  197.                 // plugin_coupon_list
  198.                 if ('/administrator/plugin/coupon' === $pathinfo) {
  199.                     $ret = array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponController::index',  '_route' => 'plugin_coupon_list',);
  200.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  201.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  202.                         if ('GET' !== $canonicalMethod) {
  203.                             goto not_plugin_coupon_list;
  204.                         }
  205.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_list'key($requiredSchemes)));
  206.                     }
  207.                     return $ret;
  208.                 }
  209.                 not_plugin_coupon_list:
  210.                 // plugin_coupon_new
  211.                 if ('/administrator/plugin/coupon/new' === $pathinfo) {
  212.                     $ret = array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponController::edit',  '_route' => 'plugin_coupon_new',);
  213.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  214.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  215.                         if ('GET' !== $canonicalMethod) {
  216.                             goto not_plugin_coupon_new;
  217.                         }
  218.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_new'key($requiredSchemes)));
  219.                     }
  220.                     return $ret;
  221.                 }
  222.                 not_plugin_coupon_new:
  223.                 // plugin_coupon_edit
  224.                 if (preg_match('#^/administrator/plugin/coupon/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  225.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_coupon_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponController::edit',));
  226.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  227.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  228.                         if ('GET' !== $canonicalMethod) {
  229.                             goto not_plugin_coupon_edit;
  230.                         }
  231.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_edit'key($requiredSchemes)));
  232.                     }
  233.                     return $ret;
  234.                 }
  235.                 not_plugin_coupon_edit:
  236.                 // plugin_coupon_enable
  237.                 if (preg_match('#^/administrator/plugin/coupon/(?P<id>\\d+)/enable$#sD'$pathinfo$matches)) {
  238.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_coupon_enable']), array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponController::enable',));
  239.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  240.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  241.                     if (!in_array($requestMethod, ['PUT'])) {
  242.                         if ($hasRequiredScheme) {
  243.                             $allow array_merge($allow, ['PUT']);
  244.                         }
  245.                         goto not_plugin_coupon_enable;
  246.                     }
  247.                     if (!$hasRequiredScheme) {
  248.                         if ('GET' !== $canonicalMethod) {
  249.                             goto not_plugin_coupon_enable;
  250.                         }
  251.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_enable'key($requiredSchemes)));
  252.                     }
  253.                     return $ret;
  254.                 }
  255.                 not_plugin_coupon_enable:
  256.                 // plugin_coupon_delete
  257.                 if (preg_match('#^/administrator/plugin/coupon/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  258.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_coupon_delete']), array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponController::delete',));
  259.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  260.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  261.                     if (!in_array($requestMethod, ['DELETE'])) {
  262.                         if ($hasRequiredScheme) {
  263.                             $allow array_merge($allow, ['DELETE']);
  264.                         }
  265.                         goto not_plugin_coupon_delete;
  266.                     }
  267.                     if (!$hasRequiredScheme) {
  268.                         if ('GET' !== $canonicalMethod) {
  269.                             goto not_plugin_coupon_delete;
  270.                         }
  271.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_delete'key($requiredSchemes)));
  272.                     }
  273.                     return $ret;
  274.                 }
  275.                 not_plugin_coupon_delete:
  276.                 if (=== strpos($pathinfo'/administrator/plugin/coupon/search/product')) {
  277.                     // plugin_coupon_search_product
  278.                     if ('/administrator/plugin/coupon/search/product' === $pathinfo) {
  279.                         $ret = array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponSearchModelController::searchProduct',  '_route' => 'plugin_coupon_search_product',);
  280.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  281.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  282.                             if ('GET' !== $canonicalMethod) {
  283.                                 goto not_plugin_coupon_search_product;
  284.                             }
  285.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_search_product'key($requiredSchemes)));
  286.                         }
  287.                         return $ret;
  288.                     }
  289.                     not_plugin_coupon_search_product:
  290.                     // plugin_coupon_search_product_page
  291.                     if (=== strpos($pathinfo'/administrator/plugin/coupon/search/product/page') && preg_match('#^/administrator/plugin/coupon/search/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  292.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_coupon_search_product_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponSearchModelController::searchProduct',));
  293.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  294.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  295.                             if ('GET' !== $canonicalMethod) {
  296.                                 goto not_plugin_coupon_search_product_page;
  297.                             }
  298.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_search_product_page'key($requiredSchemes)));
  299.                         }
  300.                         return $ret;
  301.                     }
  302.                     not_plugin_coupon_search_product_page:
  303.                 }
  304.                 // plugin_coupon_search_category
  305.                 if ('/administrator/plugin/coupon/search/category' === $pathinfo) {
  306.                     $ret = array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponSearchModelController::searchCategory',  '_route' => 'plugin_coupon_search_category',);
  307.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  308.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  309.                         if ('GET' !== $canonicalMethod) {
  310.                             goto not_plugin_coupon_search_category;
  311.                         }
  312.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_search_category'key($requiredSchemes)));
  313.                     }
  314.                     return $ret;
  315.                 }
  316.                 not_plugin_coupon_search_category:
  317.             }
  318.             elseif (=== strpos($pathinfo'/administrator/plugin/mail_magazine')) {
  319.                 // plugin_mail_magazine
  320.                 if ('/administrator/plugin/mail_magazine' === $pathinfo) {
  321.                     $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::index',  '_route' => 'plugin_mail_magazine',);
  322.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  323.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  324.                         if ('GET' !== $canonicalMethod) {
  325.                             goto not_plugin_mail_magazine;
  326.                         }
  327.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine'key($requiredSchemes)));
  328.                     }
  329.                     return $ret;
  330.                 }
  331.                 not_plugin_mail_magazine:
  332.                 // plugin_mail_magazine_page
  333.                 if (preg_match('#^/administrator/plugin/mail_magazine(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  334.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::index',));
  335.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  336.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  337.                         if ('GET' !== $canonicalMethod) {
  338.                             goto not_plugin_mail_magazine_page;
  339.                         }
  340.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_page'key($requiredSchemes)));
  341.                     }
  342.                     return $ret;
  343.                 }
  344.                 not_plugin_mail_magazine_page:
  345.                 // plugin_mail_magazine_select
  346.                 if (=== strpos($pathinfo'/administrator/plugin/mail_magazine/select') && preg_match('#^/administrator/plugin/mail_magazine/select(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  347.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_select']), array (  'id' => NULL,  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::select',));
  348.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  349.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  350.                     if (!in_array($requestMethod, ['POST'])) {
  351.                         if ($hasRequiredScheme) {
  352.                             $allow array_merge($allow, ['POST']);
  353.                         }
  354.                         goto not_plugin_mail_magazine_select;
  355.                     }
  356.                     if (!$hasRequiredScheme) {
  357.                         if ('GET' !== $canonicalMethod) {
  358.                             goto not_plugin_mail_magazine_select;
  359.                         }
  360.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_select'key($requiredSchemes)));
  361.                     }
  362.                     return $ret;
  363.                 }
  364.                 not_plugin_mail_magazine_select:
  365.                 // plugin_mail_magazine_prepare
  366.                 if ('/administrator/plugin/mail_magazine/prepare' === $pathinfo) {
  367.                     $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::prepare',  '_route' => 'plugin_mail_magazine_prepare',);
  368.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  369.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  370.                     if (!in_array($requestMethod, ['POST'])) {
  371.                         if ($hasRequiredScheme) {
  372.                             $allow array_merge($allow, ['POST']);
  373.                         }
  374.                         goto not_plugin_mail_magazine_prepare;
  375.                     }
  376.                     if (!$hasRequiredScheme) {
  377.                         if ('GET' !== $canonicalMethod) {
  378.                             goto not_plugin_mail_magazine_prepare;
  379.                         }
  380.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_prepare'key($requiredSchemes)));
  381.                     }
  382.                     return $ret;
  383.                 }
  384.                 not_plugin_mail_magazine_prepare:
  385.                 // plugin_mail_magazine_commit
  386.                 if ('/administrator/plugin/mail_magazine/commit' === $pathinfo) {
  387.                     $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::commit',  '_route' => 'plugin_mail_magazine_commit',);
  388.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  389.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  390.                     if (!in_array($requestMethod, ['POST'])) {
  391.                         if ($hasRequiredScheme) {
  392.                             $allow array_merge($allow, ['POST']);
  393.                         }
  394.                         goto not_plugin_mail_magazine_commit;
  395.                     }
  396.                     if (!$hasRequiredScheme) {
  397.                         if ('GET' !== $canonicalMethod) {
  398.                             goto not_plugin_mail_magazine_commit;
  399.                         }
  400.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_commit'key($requiredSchemes)));
  401.                     }
  402.                     return $ret;
  403.                 }
  404.                 not_plugin_mail_magazine_commit:
  405.                 // plugin_mail_magazine_test
  406.                 if ('/administrator/plugin/mail_magazine/test' === $pathinfo) {
  407.                     $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::sendTest',  '_route' => 'plugin_mail_magazine_test',);
  408.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  409.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  410.                     if (!in_array($requestMethod, ['POST'])) {
  411.                         if ($hasRequiredScheme) {
  412.                             $allow array_merge($allow, ['POST']);
  413.                         }
  414.                         goto not_plugin_mail_magazine_test;
  415.                     }
  416.                     if (!$hasRequiredScheme) {
  417.                         if ('GET' !== $canonicalMethod) {
  418.                             goto not_plugin_mail_magazine_test;
  419.                         }
  420.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_test'key($requiredSchemes)));
  421.                     }
  422.                     return $ret;
  423.                 }
  424.                 not_plugin_mail_magazine_test:
  425.                 if (=== strpos($pathinfo'/administrator/plugin/mail_magazine/template')) {
  426.                     // plugin_mail_magazine_template
  427.                     if ('/administrator/plugin/mail_magazine/template' === $pathinfo) {
  428.                         $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::index',  '_route' => 'plugin_mail_magazine_template',);
  429.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  430.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  431.                             if ('GET' !== $canonicalMethod) {
  432.                                 goto not_plugin_mail_magazine_template;
  433.                             }
  434.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template'key($requiredSchemes)));
  435.                         }
  436.                         return $ret;
  437.                     }
  438.                     not_plugin_mail_magazine_template:
  439.                     // plugin_mail_magazine_template_preview
  440.                     if (preg_match('#^/administrator/plugin/mail_magazine/template/(?P<id>\\d+)/preview$#sD'$pathinfo$matches)) {
  441.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_template_preview']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::preview',));
  442.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  443.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  444.                             if ('GET' !== $canonicalMethod) {
  445.                                 goto not_plugin_mail_magazine_template_preview;
  446.                             }
  447.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template_preview'key($requiredSchemes)));
  448.                         }
  449.                         return $ret;
  450.                     }
  451.                     not_plugin_mail_magazine_template_preview:
  452.                     // plugin_mail_magazine_template_delete
  453.                     if (preg_match('#^/administrator/plugin/mail_magazine/template/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  454.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_template_delete']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::delete',));
  455.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  456.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  457.                         if (!in_array($requestMethod, ['POST'])) {
  458.                             if ($hasRequiredScheme) {
  459.                                 $allow array_merge($allow, ['POST']);
  460.                             }
  461.                             goto not_plugin_mail_magazine_template_delete;
  462.                         }
  463.                         if (!$hasRequiredScheme) {
  464.                             if ('GET' !== $canonicalMethod) {
  465.                                 goto not_plugin_mail_magazine_template_delete;
  466.                             }
  467.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template_delete'key($requiredSchemes)));
  468.                         }
  469.                         return $ret;
  470.                     }
  471.                     not_plugin_mail_magazine_template_delete:
  472.                     // plugin_mail_magazine_template_edit
  473.                     if (preg_match('#^/administrator/plugin/mail_magazine/template/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  474.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_template_edit']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::edit',));
  475.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  476.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  477.                             if ('GET' !== $canonicalMethod) {
  478.                                 goto not_plugin_mail_magazine_template_edit;
  479.                             }
  480.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template_edit'key($requiredSchemes)));
  481.                         }
  482.                         return $ret;
  483.                     }
  484.                     not_plugin_mail_magazine_template_edit:
  485.                     // plugin_mail_magazine_template_commit
  486.                     if (=== strpos($pathinfo'/administrator/plugin/mail_magazine/template/commit') && preg_match('#^/administrator/plugin/mail_magazine/template/commit(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  487.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_template_commit']), array (  'id' => NULL,  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::commit',));
  488.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  489.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  490.                         if (!in_array($requestMethod, ['POST'])) {
  491.                             if ($hasRequiredScheme) {
  492.                                 $allow array_merge($allow, ['POST']);
  493.                             }
  494.                             goto not_plugin_mail_magazine_template_commit;
  495.                         }
  496.                         if (!$hasRequiredScheme) {
  497.                             if ('GET' !== $canonicalMethod) {
  498.                                 goto not_plugin_mail_magazine_template_commit;
  499.                             }
  500.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template_commit'key($requiredSchemes)));
  501.                         }
  502.                         return $ret;
  503.                     }
  504.                     not_plugin_mail_magazine_template_commit:
  505.                     // plugin_mail_magazine_template_regist
  506.                     if ('/administrator/plugin/mail_magazine/template/regist' === $pathinfo) {
  507.                         $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::regist',  '_route' => 'plugin_mail_magazine_template_regist',);
  508.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  509.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  510.                             if ('GET' !== $canonicalMethod) {
  511.                                 goto not_plugin_mail_magazine_template_regist;
  512.                             }
  513.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template_regist'key($requiredSchemes)));
  514.                         }
  515.                         return $ret;
  516.                     }
  517.                     not_plugin_mail_magazine_template_regist:
  518.                 }
  519.                 elseif (=== strpos($pathinfo'/administrator/plugin/mail_magazine/history')) {
  520.                     // plugin_mail_magazine_history
  521.                     if ('/administrator/plugin/mail_magazine/history' === $pathinfo) {
  522.                         $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::index',  '_route' => 'plugin_mail_magazine_history',);
  523.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  524.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  525.                             if ('GET' !== $canonicalMethod) {
  526.                                 goto not_plugin_mail_magazine_history;
  527.                             }
  528.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history'key($requiredSchemes)));
  529.                         }
  530.                         return $ret;
  531.                     }
  532.                     not_plugin_mail_magazine_history:
  533.                     // plugin_mail_magazine_history_page
  534.                     if (preg_match('#^/administrator/plugin/mail_magazine/history(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  535.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_page']), array (  'page_no' => 1,  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::index',));
  536.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  537.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  538.                             if ('GET' !== $canonicalMethod) {
  539.                                 goto not_plugin_mail_magazine_history_page;
  540.                             }
  541.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_page'key($requiredSchemes)));
  542.                         }
  543.                         return $ret;
  544.                     }
  545.                     not_plugin_mail_magazine_history_page:
  546.                     // plugin_mail_magazine_history_preview
  547.                     if (preg_match('#^/administrator/plugin/mail_magazine/history/(?P<id>\\d+)/preview$#sD'$pathinfo$matches)) {
  548.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_preview']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::preview',));
  549.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  550.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  551.                             if ('GET' !== $canonicalMethod) {
  552.                                 goto not_plugin_mail_magazine_history_preview;
  553.                             }
  554.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_preview'key($requiredSchemes)));
  555.                         }
  556.                         return $ret;
  557.                     }
  558.                     not_plugin_mail_magazine_history_preview:
  559.                     // plugin_mail_magazine_history_condition
  560.                     if (preg_match('#^/administrator/plugin/mail_magazine/history/(?P<id>\\d+)/condition$#sD'$pathinfo$matches)) {
  561.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_condition']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::condition',));
  562.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  563.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  564.                             if ('GET' !== $canonicalMethod) {
  565.                                 goto not_plugin_mail_magazine_history_condition;
  566.                             }
  567.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_condition'key($requiredSchemes)));
  568.                         }
  569.                         return $ret;
  570.                     }
  571.                     not_plugin_mail_magazine_history_condition:
  572.                     // plugin_mail_magazine_history_delete
  573.                     if (preg_match('#^/administrator/plugin/mail_magazine/history/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  574.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_delete']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::delete',));
  575.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  576.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  577.                         if (!in_array($requestMethod, ['POST'])) {
  578.                             if ($hasRequiredScheme) {
  579.                                 $allow array_merge($allow, ['POST']);
  580.                             }
  581.                             goto not_plugin_mail_magazine_history_delete;
  582.                         }
  583.                         if (!$hasRequiredScheme) {
  584.                             if ('GET' !== $canonicalMethod) {
  585.                                 goto not_plugin_mail_magazine_history_delete;
  586.                             }
  587.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_delete'key($requiredSchemes)));
  588.                         }
  589.                         return $ret;
  590.                     }
  591.                     not_plugin_mail_magazine_history_delete:
  592.                     // plugin_mail_magazine_history_retry
  593.                     if (preg_match('#^/administrator/plugin/mail_magazine/history/(?P<id>\\d+)/retry$#sD'$pathinfo$matches)) {
  594.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_retry']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::retry',));
  595.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  596.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  597.                         if (!in_array($requestMethod, ['POST'])) {
  598.                             if ($hasRequiredScheme) {
  599.                                 $allow array_merge($allow, ['POST']);
  600.                             }
  601.                             goto not_plugin_mail_magazine_history_retry;
  602.                         }
  603.                         if (!$hasRequiredScheme) {
  604.                             if ('GET' !== $canonicalMethod) {
  605.                                 goto not_plugin_mail_magazine_history_retry;
  606.                             }
  607.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_retry'key($requiredSchemes)));
  608.                         }
  609.                         return $ret;
  610.                     }
  611.                     not_plugin_mail_magazine_history_retry:
  612.                     if (=== strpos($pathinfo'/administrator/plugin/mail_magazine/history/result')) {
  613.                         // plugin_mail_magazine_history_result
  614.                         if (preg_match('#^/administrator/plugin/mail_magazine/history/result/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  615.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_result']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::result',));
  616.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  617.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  618.                                 if ('GET' !== $canonicalMethod) {
  619.                                     goto not_plugin_mail_magazine_history_result;
  620.                                 }
  621.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_result'key($requiredSchemes)));
  622.                             }
  623.                             return $ret;
  624.                         }
  625.                         not_plugin_mail_magazine_history_result:
  626.                         // plugin_mail_magazine_history_result_page
  627.                         if (preg_match('#^/administrator/plugin/mail_magazine/history/result/(?P<id>\\d+)(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  628.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_result_page']), array (  'page_no' => 1,  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::result',));
  629.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  630.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  631.                                 if ('GET' !== $canonicalMethod) {
  632.                                     goto not_plugin_mail_magazine_history_result_page;
  633.                                 }
  634.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_result_page'key($requiredSchemes)));
  635.                             }
  636.                             return $ret;
  637.                         }
  638.                         not_plugin_mail_magazine_history_result_page:
  639.                     }
  640.                 }
  641.             }
  642.             // admin_setting_customerrank
  643.             if ('/administrator/setting/customer_rank' === $pathinfo) {
  644.                 $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\ConfigController::index',  '_route' => 'admin_setting_customerrank',);
  645.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  646.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  647.                     if ('GET' !== $canonicalMethod) {
  648.                         goto not_admin_setting_customerrank;
  649.                     }
  650.                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_customerrank'key($requiredSchemes)));
  651.                 }
  652.                 return $ret;
  653.             }
  654.             not_admin_setting_customerrank:
  655.             if (=== strpos($pathinfo'/administrator/c')) {
  656.                 if (=== strpos($pathinfo'/administrator/customer')) {
  657.                     // admin_customer_rank_csv_import
  658.                     if ('/administrator/customer/customer_rank_csv_upload' === $pathinfo) {
  659.                         $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CsvImportController::import',  '_route' => 'admin_customer_rank_csv_import',);
  660.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  661.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  662.                             if ('GET' !== $canonicalMethod) {
  663.                                 goto not_admin_customer_rank_csv_import;
  664.                             }
  665.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_rank_csv_import'key($requiredSchemes)));
  666.                         }
  667.                         return $ret;
  668.                     }
  669.                     not_admin_customer_rank_csv_import:
  670.                     // admin_customer_rank_csv_template
  671.                     if ('/administrator/customer/customer_rank_csv_template' === $pathinfo) {
  672.                         $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CsvImportController::csvTemplate',  '_route' => 'admin_customer_rank_csv_template',);
  673.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  674.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  675.                             if ('GET' !== $canonicalMethod) {
  676.                                 goto not_admin_customer_rank_csv_template;
  677.                             }
  678.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_rank_csv_template'key($requiredSchemes)));
  679.                         }
  680.                         return $ret;
  681.                     }
  682.                     not_admin_customer_rank_csv_template:
  683.                     if (=== strpos($pathinfo'/administrator/customer/rank')) {
  684.                         // admin_customer_rank
  685.                         if ('/administrator/customer/rank' === $pathinfo) {
  686.                             $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CustomerRankController::index',  '_route' => 'admin_customer_rank',);
  687.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  688.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  689.                                 if ('GET' !== $canonicalMethod) {
  690.                                     goto not_admin_customer_rank;
  691.                                 }
  692.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_rank'key($requiredSchemes)));
  693.                             }
  694.                             return $ret;
  695.                         }
  696.                         not_admin_customer_rank:
  697.                         // admin_customer_rank_delete
  698.                         if (preg_match('#^/administrator/customer/rank/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  699.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_rank_delete']), array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CustomerRankController::delete',));
  700.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  701.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  702.                             if (!in_array($requestMethod, ['DELETE'])) {
  703.                                 if ($hasRequiredScheme) {
  704.                                     $allow array_merge($allow, ['DELETE']);
  705.                                 }
  706.                                 goto not_admin_customer_rank_delete;
  707.                             }
  708.                             if (!$hasRequiredScheme) {
  709.                                 if ('GET' !== $canonicalMethod) {
  710.                                     goto not_admin_customer_rank_delete;
  711.                                 }
  712.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_rank_delete'key($requiredSchemes)));
  713.                             }
  714.                             return $ret;
  715.                         }
  716.                         not_admin_customer_rank_delete:
  717.                         // admin_customer_rank_move
  718.                         if ('/administrator/customer/rank/priority/move' === $pathinfo) {
  719.                             $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CustomerRankController::movePriority',  '_route' => 'admin_customer_rank_move',);
  720.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  721.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  722.                             if (!in_array($canonicalMethod, ['POST''GET'])) {
  723.                                 if ($hasRequiredScheme) {
  724.                                     $allow array_merge($allow, ['POST''GET']);
  725.                                 }
  726.                                 goto not_admin_customer_rank_move;
  727.                             }
  728.                             if (!$hasRequiredScheme) {
  729.                                 if ('GET' !== $canonicalMethod) {
  730.                                     goto not_admin_customer_rank_move;
  731.                                 }
  732.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_rank_move'key($requiredSchemes)));
  733.                             }
  734.                             return $ret;
  735.                         }
  736.                         not_admin_customer_rank_move:
  737.                         if (=== strpos($pathinfo'/administrator/customer/rank/edit')) {
  738.                             // admin_customer_rank_new
  739.                             if ('/administrator/customer/rank/edit' === $pathinfo) {
  740.                                 $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CustomerRankEditController::index',  '_route' => 'admin_customer_rank_new',);
  741.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  742.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  743.                                     if ('GET' !== $canonicalMethod) {
  744.                                         goto not_admin_customer_rank_new;
  745.                                     }
  746.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_customer_rank_new'key($requiredSchemes)));
  747.                                 }
  748.                                 return $ret;
  749.                             }
  750.                             not_admin_customer_rank_new:
  751.                             // admin_customer_rank_edit
  752.                             if (preg_match('#^/administrator/customer/rank/edit(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  753.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_rank_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CustomerRankEditController::index',));
  754.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  755.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  756.                                     if ('GET' !== $canonicalMethod) {
  757.                                         goto not_admin_customer_rank_edit;
  758.                                     }
  759.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_customer_rank_edit'key($requiredSchemes)));
  760.                                 }
  761.                                 return $ret;
  762.                             }
  763.                             not_admin_customer_rank_edit:
  764.                         }
  765.                     }
  766.                 }
  767.                 // admin_content_customerrank_list
  768.                 if ('/administrator/content/customer_rank/list' === $pathinfo) {
  769.                     $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CustomerRankDesignController::listDesign',  '_route' => 'admin_content_customerrank_list',);
  770.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  771.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  772.                         if ('GET' !== $canonicalMethod) {
  773.                             goto not_admin_content_customerrank_list;
  774.                         }
  775.                         return array_replace($ret$this->redirect($rawPathinfo'admin_content_customerrank_list'key($requiredSchemes)));
  776.                     }
  777.                     return $ret;
  778.                 }
  779.                 not_admin_content_customerrank_list:
  780.                 // admin_content_customerrank_detail
  781.                 if ('/administrator/content/customer_rank/detail' === $pathinfo) {
  782.                     $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CustomerRankDesignController::detailDesign',  '_route' => 'admin_content_customerrank_detail',);
  783.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  784.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  785.                         if ('GET' !== $canonicalMethod) {
  786.                             goto not_admin_content_customerrank_detail;
  787.                         }
  788.                         return array_replace($ret$this->redirect($rawPathinfo'admin_content_customerrank_detail'key($requiredSchemes)));
  789.                     }
  790.                     return $ret;
  791.                 }
  792.                 not_admin_content_customerrank_detail:
  793.             }
  794.             // admin_login
  795.             if ('/administrator/login' === $pathinfo) {
  796.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::login',  '_route' => 'admin_login',);
  797.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  798.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  799.                     if ('GET' !== $canonicalMethod) {
  800.                         goto not_admin_login;
  801.                     }
  802.                     return array_replace($ret$this->redirect($rawPathinfo'admin_login'key($requiredSchemes)));
  803.                 }
  804.                 return $ret;
  805.             }
  806.             not_admin_login:
  807.             // admin_homepage
  808.             if ('/administrator' === $trimmedPathinfo) {
  809.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::index',  '_route' => 'admin_homepage',);
  810.                 if ('/' === substr($pathinfo, -1)) {
  811.                     // no-op
  812.                 } elseif ('GET' !== $canonicalMethod) {
  813.                     goto not_admin_homepage;
  814.                 } else {
  815.                     return array_replace($ret$this->redirect($rawPathinfo.'/''admin_homepage'));
  816.                 }
  817.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  818.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  819.                     if ('GET' !== $canonicalMethod) {
  820.                         goto not_admin_homepage;
  821.                     }
  822.                     return array_replace($ret$this->redirect($rawPathinfo'admin_homepage'key($requiredSchemes)));
  823.                 }
  824.                 return $ret;
  825.             }
  826.             not_admin_homepage:
  827.             if (=== strpos($pathinfo'/administrator/s')) {
  828.                 // admin_homepage_sale
  829.                 if ('/administrator/sale_chart' === $pathinfo) {
  830.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::sale',  '_route' => 'admin_homepage_sale',);
  831.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  832.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  833.                         if ('GET' !== $canonicalMethod) {
  834.                             goto not_admin_homepage_sale;
  835.                         }
  836.                         return array_replace($ret$this->redirect($rawPathinfo'admin_homepage_sale'key($requiredSchemes)));
  837.                     }
  838.                     return $ret;
  839.                 }
  840.                 not_admin_homepage_sale:
  841.                 if (=== strpos($pathinfo'/administrator/se')) {
  842.                     // admin_homepage_nonstock
  843.                     if ('/administrator/search_nonstock' === $pathinfo) {
  844.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::searchNonStockProducts',  '_route' => 'admin_homepage_nonstock',);
  845.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  846.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  847.                             if ('GET' !== $canonicalMethod) {
  848.                                 goto not_admin_homepage_nonstock;
  849.                             }
  850.                             return array_replace($ret$this->redirect($rawPathinfo'admin_homepage_nonstock'key($requiredSchemes)));
  851.                         }
  852.                         return $ret;
  853.                     }
  854.                     not_admin_homepage_nonstock:
  855.                     // admin_homepage_customer
  856.                     if ('/administrator/search_customer' === $pathinfo) {
  857.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::searchCustomer',  '_route' => 'admin_homepage_customer',);
  858.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  859.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  860.                             if ('GET' !== $canonicalMethod) {
  861.                                 goto not_admin_homepage_customer;
  862.                             }
  863.                             return array_replace($ret$this->redirect($rawPathinfo'admin_homepage_customer'key($requiredSchemes)));
  864.                         }
  865.                         return $ret;
  866.                     }
  867.                     not_admin_homepage_customer:
  868.                     if (=== strpos($pathinfo'/administrator/setting/shop')) {
  869.                         // admin_setting_shop_csv
  870.                         if (=== strpos($pathinfo'/administrator/setting/shop/csv') && preg_match('#^/administrator/setting/shop/csv(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  871.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_csv']), array (  'id' => 3,  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController::index',));
  872.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  873.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  874.                                 if ('GET' !== $canonicalMethod) {
  875.                                     goto not_admin_setting_shop_csv;
  876.                                 }
  877.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_csv'key($requiredSchemes)));
  878.                             }
  879.                             return $ret;
  880.                         }
  881.                         not_admin_setting_shop_csv:
  882.                         if (=== strpos($pathinfo'/administrator/setting/shop/delivery')) {
  883.                             // admin_setting_shop_delivery
  884.                             if ('/administrator/setting/shop/delivery' === $pathinfo) {
  885.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::index',  '_route' => 'admin_setting_shop_delivery',);
  886.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  887.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  888.                                     if ('GET' !== $canonicalMethod) {
  889.                                         goto not_admin_setting_shop_delivery;
  890.                                     }
  891.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery'key($requiredSchemes)));
  892.                                 }
  893.                                 return $ret;
  894.                             }
  895.                             not_admin_setting_shop_delivery:
  896.                             // admin_setting_shop_delivery_new
  897.                             if ('/administrator/setting/shop/delivery/new' === $pathinfo) {
  898.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::edit',  '_route' => 'admin_setting_shop_delivery_new',);
  899.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  900.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  901.                                     if ('GET' !== $canonicalMethod) {
  902.                                         goto not_admin_setting_shop_delivery_new;
  903.                                     }
  904.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_new'key($requiredSchemes)));
  905.                                 }
  906.                                 return $ret;
  907.                             }
  908.                             not_admin_setting_shop_delivery_new:
  909.                             // admin_setting_shop_delivery_edit
  910.                             if (preg_match('#^/administrator/setting/shop/delivery/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  911.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_delivery_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::edit',));
  912.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  913.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  914.                                     if ('GET' !== $canonicalMethod) {
  915.                                         goto not_admin_setting_shop_delivery_edit;
  916.                                     }
  917.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_edit'key($requiredSchemes)));
  918.                                 }
  919.                                 return $ret;
  920.                             }
  921.                             not_admin_setting_shop_delivery_edit:
  922.                             // admin_setting_shop_delivery_delete
  923.                             if (preg_match('#^/administrator/setting/shop/delivery/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  924.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::delete',));
  925.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  926.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  927.                                 if (!in_array($requestMethod, ['DELETE'])) {
  928.                                     if ($hasRequiredScheme) {
  929.                                         $allow array_merge($allow, ['DELETE']);
  930.                                     }
  931.                                     goto not_admin_setting_shop_delivery_delete;
  932.                                 }
  933.                                 if (!$hasRequiredScheme) {
  934.                                     if ('GET' !== $canonicalMethod) {
  935.                                         goto not_admin_setting_shop_delivery_delete;
  936.                                     }
  937.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_delete'key($requiredSchemes)));
  938.                                 }
  939.                                 return $ret;
  940.                             }
  941.                             not_admin_setting_shop_delivery_delete:
  942.                             // admin_setting_shop_delivery_visibility
  943.                             if (preg_match('#^/administrator/setting/shop/delivery/(?P<id>\\d+)/visibility$#sD'$pathinfo$matches)) {
  944.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_delivery_visibility']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::visibility',));
  945.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  946.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  947.                                 if (!in_array($requestMethod, ['PUT'])) {
  948.                                     if ($hasRequiredScheme) {
  949.                                         $allow array_merge($allow, ['PUT']);
  950.                                     }
  951.                                     goto not_admin_setting_shop_delivery_visibility;
  952.                                 }
  953.                                 if (!$hasRequiredScheme) {
  954.                                     if ('GET' !== $canonicalMethod) {
  955.                                         goto not_admin_setting_shop_delivery_visibility;
  956.                                     }
  957.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_visibility'key($requiredSchemes)));
  958.                                 }
  959.                                 return $ret;
  960.                             }
  961.                             not_admin_setting_shop_delivery_visibility:
  962.                             // admin_setting_shop_delivery_sort_no_move
  963.                             if ('/administrator/setting/shop/delivery/sort_no/move' === $pathinfo) {
  964.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::moveSortNo',  '_route' => 'admin_setting_shop_delivery_sort_no_move',);
  965.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  966.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  967.                                 if (!in_array($requestMethod, ['POST'])) {
  968.                                     if ($hasRequiredScheme) {
  969.                                         $allow array_merge($allow, ['POST']);
  970.                                     }
  971.                                     goto not_admin_setting_shop_delivery_sort_no_move;
  972.                                 }
  973.                                 if (!$hasRequiredScheme) {
  974.                                     if ('GET' !== $canonicalMethod) {
  975.                                         goto not_admin_setting_shop_delivery_sort_no_move;
  976.                                     }
  977.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_sort_no_move'key($requiredSchemes)));
  978.                                 }
  979.                                 return $ret;
  980.                             }
  981.                             not_admin_setting_shop_delivery_sort_no_move:
  982.                         }
  983.                         elseif (=== strpos($pathinfo'/administrator/setting/shop/mail')) {
  984.                             // admin_setting_shop_mail
  985.                             if ('/administrator/setting/shop/mail' === $pathinfo) {
  986.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController::index',  '_route' => 'admin_setting_shop_mail',);
  987.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  988.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  989.                                     if ('GET' !== $canonicalMethod) {
  990.                                         goto not_admin_setting_shop_mail;
  991.                                     }
  992.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_mail'key($requiredSchemes)));
  993.                                 }
  994.                                 return $ret;
  995.                             }
  996.                             not_admin_setting_shop_mail:
  997.                             // admin_setting_shop_mail_edit
  998.                             if (preg_match('#^/administrator/setting/shop/mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  999.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_mail_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController::index',));
  1000.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1001.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1002.                                     if ('GET' !== $canonicalMethod) {
  1003.                                         goto not_admin_setting_shop_mail_edit;
  1004.                                     }
  1005.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_mail_edit'key($requiredSchemes)));
  1006.                                 }
  1007.                                 return $ret;
  1008.                             }
  1009.                             not_admin_setting_shop_mail_edit:
  1010.                             // admin_setting_shop_mail_preview
  1011.                             if ('/administrator/setting/shop/mail/preview' === $pathinfo) {
  1012.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController::preview',  '_route' => 'admin_setting_shop_mail_preview',);
  1013.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1014.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1015.                                     if ('GET' !== $canonicalMethod) {
  1016.                                         goto not_admin_setting_shop_mail_preview;
  1017.                                     }
  1018.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_mail_preview'key($requiredSchemes)));
  1019.                                 }
  1020.                                 return $ret;
  1021.                             }
  1022.                             not_admin_setting_shop_mail_preview:
  1023.                         }
  1024.                         elseif (=== strpos($pathinfo'/administrator/setting/shop/payment')) {
  1025.                             // admin_setting_shop_payment
  1026.                             if ('/administrator/setting/shop/payment' === $pathinfo) {
  1027.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::index',  '_route' => 'admin_setting_shop_payment',);
  1028.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1029.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1030.                                     if ('GET' !== $canonicalMethod) {
  1031.                                         goto not_admin_setting_shop_payment;
  1032.                                     }
  1033.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment'key($requiredSchemes)));
  1034.                                 }
  1035.                                 return $ret;
  1036.                             }
  1037.                             not_admin_setting_shop_payment:
  1038.                             // admin_setting_shop_payment_new
  1039.                             if ('/administrator/setting/shop/payment/new' === $pathinfo) {
  1040.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::edit',  '_route' => 'admin_setting_shop_payment_new',);
  1041.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1042.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1043.                                     if ('GET' !== $canonicalMethod) {
  1044.                                         goto not_admin_setting_shop_payment_new;
  1045.                                     }
  1046.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_new'key($requiredSchemes)));
  1047.                                 }
  1048.                                 return $ret;
  1049.                             }
  1050.                             not_admin_setting_shop_payment_new:
  1051.                             // admin_setting_shop_payment_edit
  1052.                             if (preg_match('#^/administrator/setting/shop/payment/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1053.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_payment_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::edit',));
  1054.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1055.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1056.                                     if ('GET' !== $canonicalMethod) {
  1057.                                         goto not_admin_setting_shop_payment_edit;
  1058.                                     }
  1059.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_edit'key($requiredSchemes)));
  1060.                                 }
  1061.                                 return $ret;
  1062.                             }
  1063.                             not_admin_setting_shop_payment_edit:
  1064.                             // admin_payment_image_add
  1065.                             if ('/administrator/setting/shop/payment/image/add' === $pathinfo) {
  1066.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::imageAdd',  '_route' => 'admin_payment_image_add',);
  1067.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1068.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1069.                                     if ('GET' !== $canonicalMethod) {
  1070.                                         goto not_admin_payment_image_add;
  1071.                                     }
  1072.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_payment_image_add'key($requiredSchemes)));
  1073.                                 }
  1074.                                 return $ret;
  1075.                             }
  1076.                             not_admin_payment_image_add:
  1077.                             // admin_setting_shop_payment_delete
  1078.                             if (preg_match('#^/administrator/setting/shop/payment/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1079.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_payment_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::delete',));
  1080.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1081.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1082.                                 if (!in_array($requestMethod, ['DELETE'])) {
  1083.                                     if ($hasRequiredScheme) {
  1084.                                         $allow array_merge($allow, ['DELETE']);
  1085.                                     }
  1086.                                     goto not_admin_setting_shop_payment_delete;
  1087.                                 }
  1088.                                 if (!$hasRequiredScheme) {
  1089.                                     if ('GET' !== $canonicalMethod) {
  1090.                                         goto not_admin_setting_shop_payment_delete;
  1091.                                     }
  1092.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_delete'key($requiredSchemes)));
  1093.                                 }
  1094.                                 return $ret;
  1095.                             }
  1096.                             not_admin_setting_shop_payment_delete:
  1097.                             // admin_setting_shop_payment_visible
  1098.                             if (preg_match('#^/administrator/setting/shop/payment/(?P<id>\\d+)/visible$#sD'$pathinfo$matches)) {
  1099.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_payment_visible']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::visible',));
  1100.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1101.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1102.                                 if (!in_array($requestMethod, ['PUT'])) {
  1103.                                     if ($hasRequiredScheme) {
  1104.                                         $allow array_merge($allow, ['PUT']);
  1105.                                     }
  1106.                                     goto not_admin_setting_shop_payment_visible;
  1107.                                 }
  1108.                                 if (!$hasRequiredScheme) {
  1109.                                     if ('GET' !== $canonicalMethod) {
  1110.                                         goto not_admin_setting_shop_payment_visible;
  1111.                                     }
  1112.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_visible'key($requiredSchemes)));
  1113.                                 }
  1114.                                 return $ret;
  1115.                             }
  1116.                             not_admin_setting_shop_payment_visible:
  1117.                             // admin_setting_shop_payment_sort_no_move
  1118.                             if ('/administrator/setting/shop/payment/sort_no/move' === $pathinfo) {
  1119.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::moveSortNo',  '_route' => 'admin_setting_shop_payment_sort_no_move',);
  1120.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1121.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1122.                                 if (!in_array($requestMethod, ['POST'])) {
  1123.                                     if ($hasRequiredScheme) {
  1124.                                         $allow array_merge($allow, ['POST']);
  1125.                                     }
  1126.                                     goto not_admin_setting_shop_payment_sort_no_move;
  1127.                                 }
  1128.                                 if (!$hasRequiredScheme) {
  1129.                                     if ('GET' !== $canonicalMethod) {
  1130.                                         goto not_admin_setting_shop_payment_sort_no_move;
  1131.                                     }
  1132.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_sort_no_move'key($requiredSchemes)));
  1133.                                 }
  1134.                                 return $ret;
  1135.                             }
  1136.                             not_admin_setting_shop_payment_sort_no_move:
  1137.                         }
  1138.                         // admin_setting_shop
  1139.                         if ('/administrator/setting/shop' === $pathinfo) {
  1140.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController::index',  '_route' => 'admin_setting_shop',);
  1141.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1142.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1143.                                 if ('GET' !== $canonicalMethod) {
  1144.                                     goto not_admin_setting_shop;
  1145.                                 }
  1146.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop'key($requiredSchemes)));
  1147.                             }
  1148.                             return $ret;
  1149.                         }
  1150.                         not_admin_setting_shop:
  1151.                         if (=== strpos($pathinfo'/administrator/setting/shop/tax')) {
  1152.                             // admin_setting_shop_tax
  1153.                             if ('/administrator/setting/shop/tax' === $pathinfo) {
  1154.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController::index',  '_route' => 'admin_setting_shop_tax',);
  1155.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1156.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1157.                                     if ('GET' !== $canonicalMethod) {
  1158.                                         goto not_admin_setting_shop_tax;
  1159.                                     }
  1160.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_tax'key($requiredSchemes)));
  1161.                                 }
  1162.                                 return $ret;
  1163.                             }
  1164.                             not_admin_setting_shop_tax:
  1165.                             // admin_setting_shop_tax_new
  1166.                             if ('/administrator/setting/shop/tax/new' === $pathinfo) {
  1167.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController::index',  '_route' => 'admin_setting_shop_tax_new',);
  1168.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1169.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1170.                                     if ('GET' !== $canonicalMethod) {
  1171.                                         goto not_admin_setting_shop_tax_new;
  1172.                                     }
  1173.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_tax_new'key($requiredSchemes)));
  1174.                                 }
  1175.                                 return $ret;
  1176.                             }
  1177.                             not_admin_setting_shop_tax_new:
  1178.                             // admin_setting_shop_tax_delete
  1179.                             if (preg_match('#^/administrator/setting/shop/tax/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1180.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_tax_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController::delete',));
  1181.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1182.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1183.                                 if (!in_array($requestMethod, ['DELETE'])) {
  1184.                                     if ($hasRequiredScheme) {
  1185.                                         $allow array_merge($allow, ['DELETE']);
  1186.                                     }
  1187.                                     goto not_admin_setting_shop_tax_delete;
  1188.                                 }
  1189.                                 if (!$hasRequiredScheme) {
  1190.                                     if ('GET' !== $canonicalMethod) {
  1191.                                         goto not_admin_setting_shop_tax_delete;
  1192.                                     }
  1193.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_tax_delete'key($requiredSchemes)));
  1194.                                 }
  1195.                                 return $ret;
  1196.                             }
  1197.                             not_admin_setting_shop_tax_delete:
  1198.                         }
  1199.                     }
  1200.                     elseif (=== strpos($pathinfo'/administrator/setting/system')) {
  1201.                         // admin_setting_system_authority
  1202.                         if ('/administrator/setting/system/authority' === $pathinfo) {
  1203.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController::index',  '_route' => 'admin_setting_system_authority',);
  1204.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1205.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1206.                                 if ('GET' !== $canonicalMethod) {
  1207.                                     goto not_admin_setting_system_authority;
  1208.                                 }
  1209.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_authority'key($requiredSchemes)));
  1210.                             }
  1211.                             return $ret;
  1212.                         }
  1213.                         not_admin_setting_system_authority:
  1214.                         // admin_setting_system_log
  1215.                         if ('/administrator/setting/system/log' === $pathinfo) {
  1216.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\LogController::index',  '_route' => 'admin_setting_system_log',);
  1217.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1218.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1219.                                 if ('GET' !== $canonicalMethod) {
  1220.                                     goto not_admin_setting_system_log;
  1221.                                 }
  1222.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_log'key($requiredSchemes)));
  1223.                             }
  1224.                             return $ret;
  1225.                         }
  1226.                         not_admin_setting_system_log:
  1227.                         if (=== strpos($pathinfo'/administrator/setting/system/masterdata')) {
  1228.                             // admin_setting_system_masterdata
  1229.                             if ('/administrator/setting/system/masterdata' === $pathinfo) {
  1230.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::index',  '_route' => 'admin_setting_system_masterdata',);
  1231.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1232.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1233.                                     if ('GET' !== $canonicalMethod) {
  1234.                                         goto not_admin_setting_system_masterdata;
  1235.                                     }
  1236.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata'key($requiredSchemes)));
  1237.                                 }
  1238.                                 return $ret;
  1239.                             }
  1240.                             not_admin_setting_system_masterdata:
  1241.                             // admin_setting_system_masterdata_view
  1242.                             if (preg_match('#^/administrator/setting/system/masterdata/(?P<entity>[^/]++)/edit$#sD'$pathinfo$matches)) {
  1243.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_masterdata_view']), array (  'entity' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::index',));
  1244.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1245.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1246.                                     if ('GET' !== $canonicalMethod) {
  1247.                                         goto not_admin_setting_system_masterdata_view;
  1248.                                     }
  1249.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata_view'key($requiredSchemes)));
  1250.                                 }
  1251.                                 return $ret;
  1252.                             }
  1253.                             not_admin_setting_system_masterdata_view:
  1254.                             // admin_setting_system_masterdata_edit
  1255.                             if ('/administrator/setting/system/masterdata/edit' === $pathinfo) {
  1256.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::edit',  '_route' => 'admin_setting_system_masterdata_edit',);
  1257.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1258.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1259.                                     if ('GET' !== $canonicalMethod) {
  1260.                                         goto not_admin_setting_system_masterdata_edit;
  1261.                                     }
  1262.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata_edit'key($requiredSchemes)));
  1263.                                 }
  1264.                                 return $ret;
  1265.                             }
  1266.                             not_admin_setting_system_masterdata_edit:
  1267.                         }
  1268.                         elseif (=== strpos($pathinfo'/administrator/setting/system/member')) {
  1269.                             // admin_setting_system_member
  1270.                             if ('/administrator/setting/system/member' === $pathinfo) {
  1271.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::index',  '_route' => 'admin_setting_system_member',);
  1272.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1273.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1274.                                     if ('GET' !== $canonicalMethod) {
  1275.                                         goto not_admin_setting_system_member;
  1276.                                     }
  1277.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member'key($requiredSchemes)));
  1278.                                 }
  1279.                                 return $ret;
  1280.                             }
  1281.                             not_admin_setting_system_member:
  1282.                             // admin_setting_system_member_new
  1283.                             if ('/administrator/setting/system/member/new' === $pathinfo) {
  1284.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::create',  '_route' => 'admin_setting_system_member_new',);
  1285.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1286.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1287.                                     if ('GET' !== $canonicalMethod) {
  1288.                                         goto not_admin_setting_system_member_new;
  1289.                                     }
  1290.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_new'key($requiredSchemes)));
  1291.                                 }
  1292.                                 return $ret;
  1293.                             }
  1294.                             not_admin_setting_system_member_new:
  1295.                             // admin_setting_system_member_edit
  1296.                             if (preg_match('#^/administrator/setting/system/member/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1297.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::edit',));
  1298.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1299.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1300.                                     if ('GET' !== $canonicalMethod) {
  1301.                                         goto not_admin_setting_system_member_edit;
  1302.                                     }
  1303.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_edit'key($requiredSchemes)));
  1304.                                 }
  1305.                                 return $ret;
  1306.                             }
  1307.                             not_admin_setting_system_member_edit:
  1308.                             // admin_setting_system_member_up
  1309.                             if (preg_match('#^/administrator/setting/system/member/(?P<id>\\d+)/up$#sD'$pathinfo$matches)) {
  1310.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_up']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::up',));
  1311.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1312.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1313.                                 if (!in_array($requestMethod, ['PUT'])) {
  1314.                                     if ($hasRequiredScheme) {
  1315.                                         $allow array_merge($allow, ['PUT']);
  1316.                                     }
  1317.                                     goto not_admin_setting_system_member_up;
  1318.                                 }
  1319.                                 if (!$hasRequiredScheme) {
  1320.                                     if ('GET' !== $canonicalMethod) {
  1321.                                         goto not_admin_setting_system_member_up;
  1322.                                     }
  1323.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_up'key($requiredSchemes)));
  1324.                                 }
  1325.                                 return $ret;
  1326.                             }
  1327.                             not_admin_setting_system_member_up:
  1328.                             // admin_setting_system_member_down
  1329.                             if (preg_match('#^/administrator/setting/system/member/(?P<id>\\d+)/down$#sD'$pathinfo$matches)) {
  1330.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_down']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::down',));
  1331.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1332.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1333.                                 if (!in_array($requestMethod, ['PUT'])) {
  1334.                                     if ($hasRequiredScheme) {
  1335.                                         $allow array_merge($allow, ['PUT']);
  1336.                                     }
  1337.                                     goto not_admin_setting_system_member_down;
  1338.                                 }
  1339.                                 if (!$hasRequiredScheme) {
  1340.                                     if ('GET' !== $canonicalMethod) {
  1341.                                         goto not_admin_setting_system_member_down;
  1342.                                     }
  1343.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_down'key($requiredSchemes)));
  1344.                                 }
  1345.                                 return $ret;
  1346.                             }
  1347.                             not_admin_setting_system_member_down:
  1348.                             // admin_setting_system_member_delete
  1349.                             if (preg_match('#^/administrator/setting/system/member/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1350.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::delete',));
  1351.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1352.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1353.                                 if (!in_array($requestMethod, ['DELETE'])) {
  1354.                                     if ($hasRequiredScheme) {
  1355.                                         $allow array_merge($allow, ['DELETE']);
  1356.                                     }
  1357.                                     goto not_admin_setting_system_member_delete;
  1358.                                 }
  1359.                                 if (!$hasRequiredScheme) {
  1360.                                     if ('GET' !== $canonicalMethod) {
  1361.                                         goto not_admin_setting_system_member_delete;
  1362.                                     }
  1363.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_delete'key($requiredSchemes)));
  1364.                                 }
  1365.                                 return $ret;
  1366.                             }
  1367.                             not_admin_setting_system_member_delete:
  1368.                         }
  1369.                         // admin_setting_system_security
  1370.                         if ('/administrator/setting/system/security' === $pathinfo) {
  1371.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController::index',  '_route' => 'admin_setting_system_security',);
  1372.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1373.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1374.                                 if ('GET' !== $canonicalMethod) {
  1375.                                     goto not_admin_setting_system_security;
  1376.                                 }
  1377.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_security'key($requiredSchemes)));
  1378.                             }
  1379.                             return $ret;
  1380.                         }
  1381.                         not_admin_setting_system_security:
  1382.                         if (=== strpos($pathinfo'/administrator/setting/system/system')) {
  1383.                             // admin_setting_system_system
  1384.                             if ('/administrator/setting/system/system' === $pathinfo) {
  1385.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SystemController::index',  '_route' => 'admin_setting_system_system',);
  1386.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1387.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1388.                                     if ('GET' !== $canonicalMethod) {
  1389.                                         goto not_admin_setting_system_system;
  1390.                                     }
  1391.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_system'key($requiredSchemes)));
  1392.                                 }
  1393.                                 return $ret;
  1394.                             }
  1395.                             not_admin_setting_system_system:
  1396.                             // admin_setting_system_system_phpinfo
  1397.                             if ('/administrator/setting/system/system/phpinfo' === $pathinfo) {
  1398.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SystemController::phpinfo',  '_route' => 'admin_setting_system_system_phpinfo',);
  1399.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1400.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1401.                                     if ('GET' !== $canonicalMethod) {
  1402.                                         goto not_admin_setting_system_system_phpinfo;
  1403.                                     }
  1404.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_system_phpinfo'key($requiredSchemes)));
  1405.                                 }
  1406.                                 return $ret;
  1407.                             }
  1408.                             not_admin_setting_system_system_phpinfo:
  1409.                         }
  1410.                     }
  1411.                 }
  1412.                 elseif (=== strpos($pathinfo'/administrator/shipping')) {
  1413.                     // admin_shipping_update_order_status
  1414.                     if (preg_match('#^/administrator/shipping/(?P<id>\\d+)/order_status$#sD'$pathinfo$matches)) {
  1415.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_update_order_status']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::updateOrderStatus',));
  1416.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1417.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1418.                         if (!in_array($requestMethod, ['PUT'])) {
  1419.                             if ($hasRequiredScheme) {
  1420.                                 $allow array_merge($allow, ['PUT']);
  1421.                             }
  1422.                             goto not_admin_shipping_update_order_status;
  1423.                         }
  1424.                         if (!$hasRequiredScheme) {
  1425.                             if ('GET' !== $canonicalMethod) {
  1426.                                 goto not_admin_shipping_update_order_status;
  1427.                             }
  1428.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_update_order_status'key($requiredSchemes)));
  1429.                         }
  1430.                         return $ret;
  1431.                     }
  1432.                     not_admin_shipping_update_order_status:
  1433.                     // admin_shipping_update_tracking_number
  1434.                     if (preg_match('#^/administrator/shipping/(?P<id>\\d+)/tracking_number$#sD'$pathinfo$matches)) {
  1435.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_update_tracking_number']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::updateTrackingNumber',));
  1436.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1437.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1438.                         if (!in_array($requestMethod, ['PUT'])) {
  1439.                             if ($hasRequiredScheme) {
  1440.                                 $allow array_merge($allow, ['PUT']);
  1441.                             }
  1442.                             goto not_admin_shipping_update_tracking_number;
  1443.                         }
  1444.                         if (!$hasRequiredScheme) {
  1445.                             if ('GET' !== $canonicalMethod) {
  1446.                                 goto not_admin_shipping_update_tracking_number;
  1447.                             }
  1448.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_update_tracking_number'key($requiredSchemes)));
  1449.                         }
  1450.                         return $ret;
  1451.                     }
  1452.                     not_admin_shipping_update_tracking_number:
  1453.                     // admin_shipping_edit
  1454.                     if (preg_match('#^/administrator/shipping/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1455.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::index',));
  1456.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1457.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1458.                             if ('GET' !== $canonicalMethod) {
  1459.                                 goto not_admin_shipping_edit;
  1460.                             }
  1461.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_edit'key($requiredSchemes)));
  1462.                         }
  1463.                         return $ret;
  1464.                     }
  1465.                     not_admin_shipping_edit:
  1466.                     // admin_shipping_preview_notify_mail
  1467.                     if (=== strpos($pathinfo'/administrator/shipping/preview_notify_mail') && preg_match('#^/administrator/shipping/preview_notify_mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  1468.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_preview_notify_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::previewShippingNotifyMail',));
  1469.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1470.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1471.                             if ('GET' !== $canonicalMethod) {
  1472.                                 goto not_admin_shipping_preview_notify_mail;
  1473.                             }
  1474.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_preview_notify_mail'key($requiredSchemes)));
  1475.                         }
  1476.                         return $ret;
  1477.                     }
  1478.                     not_admin_shipping_preview_notify_mail:
  1479.                     // admin_shipping_notify_mail
  1480.                     if (=== strpos($pathinfo'/administrator/shipping/notify_mail') && preg_match('#^/administrator/shipping/notify_mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  1481.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_notify_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::notifyMail',));
  1482.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1483.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1484.                         if (!in_array($requestMethod, ['PUT'])) {
  1485.                             if ($hasRequiredScheme) {
  1486.                                 $allow array_merge($allow, ['PUT']);
  1487.                             }
  1488.                             goto not_admin_shipping_notify_mail;
  1489.                         }
  1490.                         if (!$hasRequiredScheme) {
  1491.                             if ('GET' !== $canonicalMethod) {
  1492.                                 goto not_admin_shipping_notify_mail;
  1493.                             }
  1494.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_notify_mail'key($requiredSchemes)));
  1495.                         }
  1496.                         return $ret;
  1497.                     }
  1498.                     not_admin_shipping_notify_mail:
  1499.                 }
  1500.                 elseif (=== strpos($pathinfo'/administrator/store/plugin')) {
  1501.                     if (=== strpos($pathinfo'/administrator/store/plugin/api')) {
  1502.                         if (=== strpos($pathinfo'/administrator/store/plugin/api/search')) {
  1503.                             // admin_store_plugin_owners_search
  1504.                             if ('/administrator/store/plugin/api/search' === $pathinfo) {
  1505.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::search',  '_route' => 'admin_store_plugin_owners_search',);
  1506.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1507.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1508.                                     if ('GET' !== $canonicalMethod) {
  1509.                                         goto not_admin_store_plugin_owners_search;
  1510.                                     }
  1511.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_owners_search'key($requiredSchemes)));
  1512.                                 }
  1513.                                 return $ret;
  1514.                             }
  1515.                             not_admin_store_plugin_owners_search:
  1516.                             // admin_store_plugin_owners_search_page
  1517.                             if (=== strpos($pathinfo'/administrator/store/plugin/api/search/page') && preg_match('#^/administrator/store/plugin/api/search/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1518.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_owners_search_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::search',));
  1519.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1520.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1521.                                     if ('GET' !== $canonicalMethod) {
  1522.                                         goto not_admin_store_plugin_owners_search_page;
  1523.                                     }
  1524.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_owners_search_page'key($requiredSchemes)));
  1525.                                 }
  1526.                                 return $ret;
  1527.                             }
  1528.                             not_admin_store_plugin_owners_search_page:
  1529.                         }
  1530.                         // admin_store_plugin_api_schema_update
  1531.                         if ('/administrator/store/plugin/api/schema_update' === $pathinfo) {
  1532.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiSchemaUpdate',  '_route' => 'admin_store_plugin_api_schema_update',);
  1533.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1534.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1535.                             if (!in_array($requestMethod, ['POST'])) {
  1536.                                 if ($hasRequiredScheme) {
  1537.                                     $allow array_merge($allow, ['POST']);
  1538.                                 }
  1539.                                 goto not_admin_store_plugin_api_schema_update;
  1540.                             }
  1541.                             if (!$hasRequiredScheme) {
  1542.                                 if ('GET' !== $canonicalMethod) {
  1543.                                     goto not_admin_store_plugin_api_schema_update;
  1544.                                 }
  1545.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_schema_update'key($requiredSchemes)));
  1546.                             }
  1547.                             return $ret;
  1548.                         }
  1549.                         not_admin_store_plugin_api_schema_update:
  1550.                         if (=== strpos($pathinfo'/administrator/store/plugin/api/install')) {
  1551.                             // admin_store_plugin_install_confirm
  1552.                             if (preg_match('#^/administrator/store/plugin/api/install/(?P<id>\\d+)/confirm$#sD'$pathinfo$matches)) {
  1553.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_install_confirm']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::doConfirm',));
  1554.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1555.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1556.                                     if ('GET' !== $canonicalMethod) {
  1557.                                         goto not_admin_store_plugin_install_confirm;
  1558.                                     }
  1559.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_install_confirm'key($requiredSchemes)));
  1560.                                 }
  1561.                                 return $ret;
  1562.                             }
  1563.                             not_admin_store_plugin_install_confirm:
  1564.                             // admin_store_plugin_api_install
  1565.                             if ('/administrator/store/plugin/api/install' === $pathinfo) {
  1566.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiInstall',  '_route' => 'admin_store_plugin_api_install',);
  1567.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1568.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1569.                                 if (!in_array($requestMethod, ['POST'])) {
  1570.                                     if ($hasRequiredScheme) {
  1571.                                         $allow array_merge($allow, ['POST']);
  1572.                                     }
  1573.                                     goto not_admin_store_plugin_api_install;
  1574.                                 }
  1575.                                 if (!$hasRequiredScheme) {
  1576.                                     if ('GET' !== $canonicalMethod) {
  1577.                                         goto not_admin_store_plugin_api_install;
  1578.                                     }
  1579.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_install'key($requiredSchemes)));
  1580.                                 }
  1581.                                 return $ret;
  1582.                             }
  1583.                             not_admin_store_plugin_api_install:
  1584.                         }
  1585.                         // admin_store_plugin_api_uninstall
  1586.                         if (=== strpos($pathinfo'/administrator/store/plugin/api/delete') && preg_match('#^/administrator/store/plugin/api/delete/(?P<id>\\d+)/uninstall$#sD'$pathinfo$matches)) {
  1587.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_api_uninstall']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUninstall',));
  1588.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1589.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1590.                             if (!in_array($requestMethod, ['DELETE'])) {
  1591.                                 if ($hasRequiredScheme) {
  1592.                                     $allow array_merge($allow, ['DELETE']);
  1593.                                 }
  1594.                                 goto not_admin_store_plugin_api_uninstall;
  1595.                             }
  1596.                             if (!$hasRequiredScheme) {
  1597.                                 if ('GET' !== $canonicalMethod) {
  1598.                                     goto not_admin_store_plugin_api_uninstall;
  1599.                                 }
  1600.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_uninstall'key($requiredSchemes)));
  1601.                             }
  1602.                             return $ret;
  1603.                         }
  1604.                         not_admin_store_plugin_api_uninstall:
  1605.                         if (=== strpos($pathinfo'/administrator/store/plugin/api/upgrade')) {
  1606.                             // admin_store_plugin_api_upgrade
  1607.                             if ('/administrator/store/plugin/api/upgrade' === $pathinfo) {
  1608.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUpgrade',  '_route' => 'admin_store_plugin_api_upgrade',);
  1609.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1610.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1611.                                 if (!in_array($requestMethod, ['POST'])) {
  1612.                                     if ($hasRequiredScheme) {
  1613.                                         $allow array_merge($allow, ['POST']);
  1614.                                     }
  1615.                                     goto not_admin_store_plugin_api_upgrade;
  1616.                                 }
  1617.                                 if (!$hasRequiredScheme) {
  1618.                                     if ('GET' !== $canonicalMethod) {
  1619.                                         goto not_admin_store_plugin_api_upgrade;
  1620.                                     }
  1621.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_upgrade'key($requiredSchemes)));
  1622.                                 }
  1623.                                 return $ret;
  1624.                             }
  1625.                             not_admin_store_plugin_api_upgrade:
  1626.                             // admin_store_plugin_update_confirm
  1627.                             if (preg_match('#^/administrator/store/plugin/api/upgrade/(?P<id>\\d+)/confirm$#sD'$pathinfo$matches)) {
  1628.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_update_confirm']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::doUpdateConfirm',));
  1629.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1630.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1631.                                     if ('GET' !== $canonicalMethod) {
  1632.                                         goto not_admin_store_plugin_update_confirm;
  1633.                                     }
  1634.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_update_confirm'key($requiredSchemes)));
  1635.                                 }
  1636.                                 return $ret;
  1637.                             }
  1638.                             not_admin_store_plugin_update_confirm:
  1639.                         }
  1640.                         // admin_store_plugin_api_update
  1641.                         if ('/administrator/store/plugin/api/update' === $pathinfo) {
  1642.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUpdate',  '_route' => 'admin_store_plugin_api_update',);
  1643.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1644.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1645.                             if (!in_array($requestMethod, ['POST'])) {
  1646.                                 if ($hasRequiredScheme) {
  1647.                                     $allow array_merge($allow, ['POST']);
  1648.                                 }
  1649.                                 goto not_admin_store_plugin_api_update;
  1650.                             }
  1651.                             if (!$hasRequiredScheme) {
  1652.                                 if ('GET' !== $canonicalMethod) {
  1653.                                     goto not_admin_store_plugin_api_update;
  1654.                                 }
  1655.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_update'key($requiredSchemes)));
  1656.                             }
  1657.                             return $ret;
  1658.                         }
  1659.                         not_admin_store_plugin_api_update:
  1660.                     }
  1661.                     // admin_store_plugin
  1662.                     if ('/administrator/store/plugin' === $pathinfo) {
  1663.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::index',  '_route' => 'admin_store_plugin',);
  1664.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1665.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1666.                             if ('GET' !== $canonicalMethod) {
  1667.                                 goto not_admin_store_plugin;
  1668.                             }
  1669.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin'key($requiredSchemes)));
  1670.                         }
  1671.                         return $ret;
  1672.                     }
  1673.                     not_admin_store_plugin:
  1674.                     // admin_store_plugin_update
  1675.                     if (preg_match('#^/administrator/store/plugin/(?P<id>\\d+)/update$#sD'$pathinfo$matches)) {
  1676.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_update']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::update',));
  1677.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1678.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1679.                         if (!in_array($requestMethod, ['POST'])) {
  1680.                             if ($hasRequiredScheme) {
  1681.                                 $allow array_merge($allow, ['POST']);
  1682.                             }
  1683.                             goto not_admin_store_plugin_update;
  1684.                         }
  1685.                         if (!$hasRequiredScheme) {
  1686.                             if ('GET' !== $canonicalMethod) {
  1687.                                 goto not_admin_store_plugin_update;
  1688.                             }
  1689.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_update'key($requiredSchemes)));
  1690.                         }
  1691.                         return $ret;
  1692.                     }
  1693.                     not_admin_store_plugin_update:
  1694.                     // admin_store_plugin_enable
  1695.                     if (preg_match('#^/administrator/store/plugin/(?P<id>\\d+)/enable$#sD'$pathinfo$matches)) {
  1696.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_enable']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::enable',));
  1697.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1698.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1699.                         if (!in_array($requestMethod, ['POST'])) {
  1700.                             if ($hasRequiredScheme) {
  1701.                                 $allow array_merge($allow, ['POST']);
  1702.                             }
  1703.                             goto not_admin_store_plugin_enable;
  1704.                         }
  1705.                         if (!$hasRequiredScheme) {
  1706.                             if ('GET' !== $canonicalMethod) {
  1707.                                 goto not_admin_store_plugin_enable;
  1708.                             }
  1709.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_enable'key($requiredSchemes)));
  1710.                         }
  1711.                         return $ret;
  1712.                     }
  1713.                     not_admin_store_plugin_enable:
  1714.                     // admin_store_plugin_disable
  1715.                     if (preg_match('#^/administrator/store/plugin/(?P<id>\\d+)/disable$#sD'$pathinfo$matches)) {
  1716.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_disable']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::disable',));
  1717.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1718.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1719.                         if (!in_array($requestMethod, ['POST'])) {
  1720.                             if ($hasRequiredScheme) {
  1721.                                 $allow array_merge($allow, ['POST']);
  1722.                             }
  1723.                             goto not_admin_store_plugin_disable;
  1724.                         }
  1725.                         if (!$hasRequiredScheme) {
  1726.                             if ('GET' !== $canonicalMethod) {
  1727.                                 goto not_admin_store_plugin_disable;
  1728.                             }
  1729.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_disable'key($requiredSchemes)));
  1730.                         }
  1731.                         return $ret;
  1732.                     }
  1733.                     not_admin_store_plugin_disable:
  1734.                     // admin_store_plugin_uninstall
  1735.                     if (preg_match('#^/administrator/store/plugin/(?P<id>\\d+)/uninstall$#sD'$pathinfo$matches)) {
  1736.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_uninstall']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::uninstall',));
  1737.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1738.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1739.                         if (!in_array($requestMethod, ['DELETE'])) {
  1740.                             if ($hasRequiredScheme) {
  1741.                                 $allow array_merge($allow, ['DELETE']);
  1742.                             }
  1743.                             goto not_admin_store_plugin_uninstall;
  1744.                         }
  1745.                         if (!$hasRequiredScheme) {
  1746.                             if ('GET' !== $canonicalMethod) {
  1747.                                 goto not_admin_store_plugin_uninstall;
  1748.                             }
  1749.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_uninstall'key($requiredSchemes)));
  1750.                         }
  1751.                         return $ret;
  1752.                     }
  1753.                     not_admin_store_plugin_uninstall:
  1754.                     // admin_store_plugin_install
  1755.                     if ('/administrator/store/plugin/install' === $pathinfo) {
  1756.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::install',  '_route' => 'admin_store_plugin_install',);
  1757.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1758.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1759.                             if ('GET' !== $canonicalMethod) {
  1760.                                 goto not_admin_store_plugin_install;
  1761.                             }
  1762.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_install'key($requiredSchemes)));
  1763.                         }
  1764.                         return $ret;
  1765.                     }
  1766.                     not_admin_store_plugin_install:
  1767.                     // admin_store_authentication_setting
  1768.                     if ('/administrator/store/plugin/authentication_setting' === $pathinfo) {
  1769.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::authenticationSetting',  '_route' => 'admin_store_authentication_setting',);
  1770.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1771.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1772.                             if ('GET' !== $canonicalMethod) {
  1773.                                 goto not_admin_store_authentication_setting;
  1774.                             }
  1775.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_authentication_setting'key($requiredSchemes)));
  1776.                         }
  1777.                         return $ret;
  1778.                     }
  1779.                     not_admin_store_authentication_setting:
  1780.                 }
  1781.                 elseif (=== strpos($pathinfo'/administrator/store/template')) {
  1782.                     // admin_store_template
  1783.                     if ('/administrator/store/template' === $pathinfo) {
  1784.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::index',  '_route' => 'admin_store_template',);
  1785.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1786.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1787.                             if ('GET' !== $canonicalMethod) {
  1788.                                 goto not_admin_store_template;
  1789.                             }
  1790.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_template'key($requiredSchemes)));
  1791.                         }
  1792.                         return $ret;
  1793.                     }
  1794.                     not_admin_store_template:
  1795.                     // admin_store_template_download
  1796.                     if (preg_match('#^/administrator/store/template/(?P<id>\\d+)/download$#sD'$pathinfo$matches)) {
  1797.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_template_download']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::download',));
  1798.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1799.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1800.                             if ('GET' !== $canonicalMethod) {
  1801.                                 goto not_admin_store_template_download;
  1802.                             }
  1803.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_download'key($requiredSchemes)));
  1804.                         }
  1805.                         return $ret;
  1806.                     }
  1807.                     not_admin_store_template_download:
  1808.                     // admin_store_template_delete
  1809.                     if (preg_match('#^/administrator/store/template/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1810.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_template_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::delete',));
  1811.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1812.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1813.                         if (!in_array($requestMethod, ['DELETE'])) {
  1814.                             if ($hasRequiredScheme) {
  1815.                                 $allow array_merge($allow, ['DELETE']);
  1816.                             }
  1817.                             goto not_admin_store_template_delete;
  1818.                         }
  1819.                         if (!$hasRequiredScheme) {
  1820.                             if ('GET' !== $canonicalMethod) {
  1821.                                 goto not_admin_store_template_delete;
  1822.                             }
  1823.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_delete'key($requiredSchemes)));
  1824.                         }
  1825.                         return $ret;
  1826.                     }
  1827.                     not_admin_store_template_delete:
  1828.                     // admin_store_template_install
  1829.                     if ('/administrator/store/template/install' === $pathinfo) {
  1830.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::install',  '_route' => 'admin_store_template_install',);
  1831.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1832.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1833.                             if ('GET' !== $canonicalMethod) {
  1834.                                 goto not_admin_store_template_install;
  1835.                             }
  1836.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_install'key($requiredSchemes)));
  1837.                         }
  1838.                         return $ret;
  1839.                     }
  1840.                     not_admin_store_template_install:
  1841.                 }
  1842.             }
  1843.             elseif (=== strpos($pathinfo'/administrator/c')) {
  1844.                 // admin_change_password
  1845.                 if ('/administrator/change_password' === $pathinfo) {
  1846.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::changePassword',  '_route' => 'admin_change_password',);
  1847.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1848.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1849.                         if ('GET' !== $canonicalMethod) {
  1850.                             goto not_admin_change_password;
  1851.                         }
  1852.                         return array_replace($ret$this->redirect($rawPathinfo'admin_change_password'key($requiredSchemes)));
  1853.                     }
  1854.                     return $ret;
  1855.                 }
  1856.                 not_admin_change_password:
  1857.                 if (=== strpos($pathinfo'/administrator/content')) {
  1858.                     if (=== strpos($pathinfo'/administrator/content/block')) {
  1859.                         // admin_content_block
  1860.                         if ('/administrator/content/block' === $pathinfo) {
  1861.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::index',  '_route' => 'admin_content_block',);
  1862.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1863.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1864.                                 if ('GET' !== $canonicalMethod) {
  1865.                                     goto not_admin_content_block;
  1866.                                 }
  1867.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_block'key($requiredSchemes)));
  1868.                             }
  1869.                             return $ret;
  1870.                         }
  1871.                         not_admin_content_block:
  1872.                         // admin_content_block_new
  1873.                         if ('/administrator/content/block/new' === $pathinfo) {
  1874.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::edit',  '_route' => 'admin_content_block_new',);
  1875.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1876.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1877.                                 if ('GET' !== $canonicalMethod) {
  1878.                                     goto not_admin_content_block_new;
  1879.                                 }
  1880.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_new'key($requiredSchemes)));
  1881.                             }
  1882.                             return $ret;
  1883.                         }
  1884.                         not_admin_content_block_new:
  1885.                         // admin_content_block_edit
  1886.                         if (preg_match('#^/administrator/content/block/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1887.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_block_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::edit',));
  1888.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1889.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1890.                                 if ('GET' !== $canonicalMethod) {
  1891.                                     goto not_admin_content_block_edit;
  1892.                                 }
  1893.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_edit'key($requiredSchemes)));
  1894.                             }
  1895.                             return $ret;
  1896.                         }
  1897.                         not_admin_content_block_edit:
  1898.                         // admin_content_block_delete
  1899.                         if (preg_match('#^/administrator/content/block/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1900.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_block_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::delete',));
  1901.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1902.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1903.                             if (!in_array($requestMethod, ['DELETE'])) {
  1904.                                 if ($hasRequiredScheme) {
  1905.                                     $allow array_merge($allow, ['DELETE']);
  1906.                                 }
  1907.                                 goto not_admin_content_block_delete;
  1908.                             }
  1909.                             if (!$hasRequiredScheme) {
  1910.                                 if ('GET' !== $canonicalMethod) {
  1911.                                     goto not_admin_content_block_delete;
  1912.                                 }
  1913.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_delete'key($requiredSchemes)));
  1914.                             }
  1915.                             return $ret;
  1916.                         }
  1917.                         not_admin_content_block_delete:
  1918.                     }
  1919.                     // admin_content_cache
  1920.                     if ('/administrator/content/cache' === $pathinfo) {
  1921.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\CacheController::index',  '_route' => 'admin_content_cache',);
  1922.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1923.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1924.                             if ('GET' !== $canonicalMethod) {
  1925.                                 goto not_admin_content_cache;
  1926.                             }
  1927.                             return array_replace($ret$this->redirect($rawPathinfo'admin_content_cache'key($requiredSchemes)));
  1928.                         }
  1929.                         return $ret;
  1930.                     }
  1931.                     not_admin_content_cache:
  1932.                     // admin_content_css
  1933.                     if ('/administrator/content/css' === $pathinfo) {
  1934.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\CssController::index',  '_route' => 'admin_content_css',);
  1935.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1936.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1937.                             if ('GET' !== $canonicalMethod) {
  1938.                                 goto not_admin_content_css;
  1939.                             }
  1940.                             return array_replace($ret$this->redirect($rawPathinfo'admin_content_css'key($requiredSchemes)));
  1941.                         }
  1942.                         return $ret;
  1943.                     }
  1944.                     not_admin_content_css:
  1945.                     if (=== strpos($pathinfo'/administrator/content/file_')) {
  1946.                         // admin_content_file
  1947.                         if ('/administrator/content/file_manager' === $pathinfo) {
  1948.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::index',  '_route' => 'admin_content_file',);
  1949.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1950.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1951.                                 if ('GET' !== $canonicalMethod) {
  1952.                                     goto not_admin_content_file;
  1953.                                 }
  1954.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_file'key($requiredSchemes)));
  1955.                             }
  1956.                             return $ret;
  1957.                         }
  1958.                         not_admin_content_file:
  1959.                         // admin_content_file_view
  1960.                         if ('/administrator/content/file_view' === $pathinfo) {
  1961.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::view',  '_route' => 'admin_content_file_view',);
  1962.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1963.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1964.                                 if ('GET' !== $canonicalMethod) {
  1965.                                     goto not_admin_content_file_view;
  1966.                                 }
  1967.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_view'key($requiredSchemes)));
  1968.                             }
  1969.                             return $ret;
  1970.                         }
  1971.                         not_admin_content_file_view:
  1972.                         // admin_content_file_delete
  1973.                         if ('/administrator/content/file_delete' === $pathinfo) {
  1974.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::delete',  '_route' => 'admin_content_file_delete',);
  1975.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1976.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1977.                             if (!in_array($requestMethod, ['DELETE'])) {
  1978.                                 if ($hasRequiredScheme) {
  1979.                                     $allow array_merge($allow, ['DELETE']);
  1980.                                 }
  1981.                                 goto not_admin_content_file_delete;
  1982.                             }
  1983.                             if (!$hasRequiredScheme) {
  1984.                                 if ('GET' !== $canonicalMethod) {
  1985.                                     goto not_admin_content_file_delete;
  1986.                                 }
  1987.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_delete'key($requiredSchemes)));
  1988.                             }
  1989.                             return $ret;
  1990.                         }
  1991.                         not_admin_content_file_delete:
  1992.                         // admin_content_file_download
  1993.                         if ('/administrator/content/file_download' === $pathinfo) {
  1994.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::download',  '_route' => 'admin_content_file_download',);
  1995.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1996.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1997.                                 if ('GET' !== $canonicalMethod) {
  1998.                                     goto not_admin_content_file_download;
  1999.                                 }
  2000.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_download'key($requiredSchemes)));
  2001.                             }
  2002.                             return $ret;
  2003.                         }
  2004.                         not_admin_content_file_download:
  2005.                     }
  2006.                     // admin_content_js
  2007.                     if ('/administrator/content/js' === $pathinfo) {
  2008.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\JsController::index',  '_route' => 'admin_content_js',);
  2009.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2010.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2011.                             if ('GET' !== $canonicalMethod) {
  2012.                                 goto not_admin_content_js;
  2013.                             }
  2014.                             return array_replace($ret$this->redirect($rawPathinfo'admin_content_js'key($requiredSchemes)));
  2015.                         }
  2016.                         return $ret;
  2017.                     }
  2018.                     not_admin_content_js:
  2019.                     if (=== strpos($pathinfo'/administrator/content/layout')) {
  2020.                         // admin_content_layout
  2021.                         if ('/administrator/content/layout' === $pathinfo) {
  2022.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::index',  '_route' => 'admin_content_layout',);
  2023.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2024.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2025.                                 if ('GET' !== $canonicalMethod) {
  2026.                                     goto not_admin_content_layout;
  2027.                                 }
  2028.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout'key($requiredSchemes)));
  2029.                             }
  2030.                             return $ret;
  2031.                         }
  2032.                         not_admin_content_layout:
  2033.                         // admin_content_layout_delete
  2034.                         if (preg_match('#^/administrator/content/layout/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2035.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::delete',));
  2036.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2037.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2038.                             if (!in_array($requestMethod, ['DELETE'])) {
  2039.                                 if ($hasRequiredScheme) {
  2040.                                     $allow array_merge($allow, ['DELETE']);
  2041.                                 }
  2042.                                 goto not_admin_content_layout_delete;
  2043.                             }
  2044.                             if (!$hasRequiredScheme) {
  2045.                                 if ('GET' !== $canonicalMethod) {
  2046.                                     goto not_admin_content_layout_delete;
  2047.                                 }
  2048.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_delete'key($requiredSchemes)));
  2049.                             }
  2050.                             return $ret;
  2051.                         }
  2052.                         not_admin_content_layout_delete:
  2053.                         // admin_content_layout_new
  2054.                         if ('/administrator/content/layout/new' === $pathinfo) {
  2055.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::edit',  '_route' => 'admin_content_layout_new',);
  2056.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2057.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2058.                                 if ('GET' !== $canonicalMethod) {
  2059.                                     goto not_admin_content_layout_new;
  2060.                                 }
  2061.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_new'key($requiredSchemes)));
  2062.                             }
  2063.                             return $ret;
  2064.                         }
  2065.                         not_admin_content_layout_new:
  2066.                         // admin_content_layout_edit
  2067.                         if (preg_match('#^/administrator/content/layout/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2068.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::edit',));
  2069.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2070.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2071.                                 if ('GET' !== $canonicalMethod) {
  2072.                                     goto not_admin_content_layout_edit;
  2073.                                 }
  2074.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_edit'key($requiredSchemes)));
  2075.                             }
  2076.                             return $ret;
  2077.                         }
  2078.                         not_admin_content_layout_edit:
  2079.                         // admin_content_layout_view_block
  2080.                         if ('/administrator/content/layout/view_block' === $pathinfo) {
  2081.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::viewBlock',  '_route' => 'admin_content_layout_view_block',);
  2082.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2083.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2084.                             if (!in_array($canonicalMethod, ['GET'])) {
  2085.                                 if ($hasRequiredScheme) {
  2086.                                     $allow array_merge($allow, ['GET']);
  2087.                                 }
  2088.                                 goto not_admin_content_layout_view_block;
  2089.                             }
  2090.                             if (!$hasRequiredScheme) {
  2091.                                 if ('GET' !== $canonicalMethod) {
  2092.                                     goto not_admin_content_layout_view_block;
  2093.                                 }
  2094.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_view_block'key($requiredSchemes)));
  2095.                             }
  2096.                             return $ret;
  2097.                         }
  2098.                         not_admin_content_layout_view_block:
  2099.                         // admin_content_layout_preview
  2100.                         if (preg_match('#^/administrator/content/layout/(?P<id>\\d+)/preview$#sD'$pathinfo$matches)) {
  2101.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_preview']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::preview',));
  2102.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2103.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2104.                                 if ('GET' !== $canonicalMethod) {
  2105.                                     goto not_admin_content_layout_preview;
  2106.                                 }
  2107.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_preview'key($requiredSchemes)));
  2108.                             }
  2109.                             return $ret;
  2110.                         }
  2111.                         not_admin_content_layout_preview:
  2112.                     }
  2113.                     // admin_content_maintenance
  2114.                     if ('/administrator/content/maintenance' === $pathinfo) {
  2115.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\MaintenanceController::index',  '_route' => 'admin_content_maintenance',);
  2116.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2117.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2118.                             if ('GET' !== $canonicalMethod) {
  2119.                                 goto not_admin_content_maintenance;
  2120.                             }
  2121.                             return array_replace($ret$this->redirect($rawPathinfo'admin_content_maintenance'key($requiredSchemes)));
  2122.                         }
  2123.                         return $ret;
  2124.                     }
  2125.                     not_admin_content_maintenance:
  2126.                     if (=== strpos($pathinfo'/administrator/content/news')) {
  2127.                         // admin_content_news
  2128.                         if ('/administrator/content/news' === $pathinfo) {
  2129.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::index',  '_route' => 'admin_content_news',);
  2130.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2131.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2132.                                 if ('GET' !== $canonicalMethod) {
  2133.                                     goto not_admin_content_news;
  2134.                                 }
  2135.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news'key($requiredSchemes)));
  2136.                             }
  2137.                             return $ret;
  2138.                         }
  2139.                         not_admin_content_news:
  2140.                         // admin_content_news_page
  2141.                         if (=== strpos($pathinfo'/administrator/content/news/page') && preg_match('#^/administrator/content/news/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2142.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_page']), array (  'page_no' => 1,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::index',));
  2143.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2144.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2145.                                 if ('GET' !== $canonicalMethod) {
  2146.                                     goto not_admin_content_news_page;
  2147.                                 }
  2148.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_page'key($requiredSchemes)));
  2149.                             }
  2150.                             return $ret;
  2151.                         }
  2152.                         not_admin_content_news_page:
  2153.                         // admin_content_news_new
  2154.                         if ('/administrator/content/news/new' === $pathinfo) {
  2155.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::edit',  '_route' => 'admin_content_news_new',);
  2156.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2157.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2158.                                 if ('GET' !== $canonicalMethod) {
  2159.                                     goto not_admin_content_news_new;
  2160.                                 }
  2161.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_new'key($requiredSchemes)));
  2162.                             }
  2163.                             return $ret;
  2164.                         }
  2165.                         not_admin_content_news_new:
  2166.                         // admin_content_news_edit
  2167.                         if (preg_match('#^/administrator/content/news/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2168.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::edit',));
  2169.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2170.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2171.                                 if ('GET' !== $canonicalMethod) {
  2172.                                     goto not_admin_content_news_edit;
  2173.                                 }
  2174.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_edit'key($requiredSchemes)));
  2175.                             }
  2176.                             return $ret;
  2177.                         }
  2178.                         not_admin_content_news_edit:
  2179.                         // admin_content_news_delete
  2180.                         if (preg_match('#^/administrator/content/news/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2181.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::delete',));
  2182.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2183.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2184.                             if (!in_array($requestMethod, ['DELETE'])) {
  2185.                                 if ($hasRequiredScheme) {
  2186.                                     $allow array_merge($allow, ['DELETE']);
  2187.                                 }
  2188.                                 goto not_admin_content_news_delete;
  2189.                             }
  2190.                             if (!$hasRequiredScheme) {
  2191.                                 if ('GET' !== $canonicalMethod) {
  2192.                                     goto not_admin_content_news_delete;
  2193.                                 }
  2194.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_delete'key($requiredSchemes)));
  2195.                             }
  2196.                             return $ret;
  2197.                         }
  2198.                         not_admin_content_news_delete:
  2199.                     }
  2200.                     elseif (=== strpos($pathinfo'/administrator/content/page')) {
  2201.                         // admin_content_page
  2202.                         if ('/administrator/content/page' === $pathinfo) {
  2203.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::index',  '_route' => 'admin_content_page',);
  2204.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2205.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2206.                                 if ('GET' !== $canonicalMethod) {
  2207.                                     goto not_admin_content_page;
  2208.                                 }
  2209.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_page'key($requiredSchemes)));
  2210.                             }
  2211.                             return $ret;
  2212.                         }
  2213.                         not_admin_content_page:
  2214.                         // admin_content_page_new
  2215.                         if ('/administrator/content/page/new' === $pathinfo) {
  2216.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::edit',  '_route' => 'admin_content_page_new',);
  2217.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2218.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2219.                                 if ('GET' !== $canonicalMethod) {
  2220.                                     goto not_admin_content_page_new;
  2221.                                 }
  2222.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_new'key($requiredSchemes)));
  2223.                             }
  2224.                             return $ret;
  2225.                         }
  2226.                         not_admin_content_page_new:
  2227.                         // admin_content_page_edit
  2228.                         if (preg_match('#^/administrator/content/page/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2229.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_page_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::edit',));
  2230.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2231.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2232.                                 if ('GET' !== $canonicalMethod) {
  2233.                                     goto not_admin_content_page_edit;
  2234.                                 }
  2235.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_edit'key($requiredSchemes)));
  2236.                             }
  2237.                             return $ret;
  2238.                         }
  2239.                         not_admin_content_page_edit:
  2240.                         // admin_content_page_delete
  2241.                         if (preg_match('#^/administrator/content/page/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2242.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_page_delete']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::delete',));
  2243.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2244.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2245.                             if (!in_array($requestMethod, ['DELETE'])) {
  2246.                                 if ($hasRequiredScheme) {
  2247.                                     $allow array_merge($allow, ['DELETE']);
  2248.                                 }
  2249.                                 goto not_admin_content_page_delete;
  2250.                             }
  2251.                             if (!$hasRequiredScheme) {
  2252.                                 if ('GET' !== $canonicalMethod) {
  2253.                                     goto not_admin_content_page_delete;
  2254.                                 }
  2255.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_delete'key($requiredSchemes)));
  2256.                             }
  2257.                             return $ret;
  2258.                         }
  2259.                         not_admin_content_page_delete:
  2260.                     }
  2261.                 }
  2262.                 elseif (=== strpos($pathinfo'/administrator/customer')) {
  2263.                     // admin_customer
  2264.                     if ('/administrator/customer' === $pathinfo) {
  2265.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::index',  '_route' => 'admin_customer',);
  2266.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2267.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2268.                             if ('GET' !== $canonicalMethod) {
  2269.                                 goto not_admin_customer;
  2270.                             }
  2271.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer'key($requiredSchemes)));
  2272.                         }
  2273.                         return $ret;
  2274.                     }
  2275.                     not_admin_customer:
  2276.                     // admin_customer_page
  2277.                     if (=== strpos($pathinfo'/administrator/customer/page') && preg_match('#^/administrator/customer/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2278.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::index',));
  2279.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2280.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2281.                             if ('GET' !== $canonicalMethod) {
  2282.                                 goto not_admin_customer_page;
  2283.                             }
  2284.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_page'key($requiredSchemes)));
  2285.                         }
  2286.                         return $ret;
  2287.                     }
  2288.                     not_admin_customer_page:
  2289.                     // admin_customer_resend
  2290.                     if (preg_match('#^/administrator/customer/(?P<id>\\d+)/resend$#sD'$pathinfo$matches)) {
  2291.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_resend']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::resend',));
  2292.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2293.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2294.                             if ('GET' !== $canonicalMethod) {
  2295.                                 goto not_admin_customer_resend;
  2296.                             }
  2297.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_resend'key($requiredSchemes)));
  2298.                         }
  2299.                         return $ret;
  2300.                     }
  2301.                     not_admin_customer_resend:
  2302.                     // admin_customer_delete
  2303.                     if (preg_match('#^/administrator/customer/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2304.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::delete',));
  2305.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2306.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2307.                         if (!in_array($requestMethod, ['DELETE'])) {
  2308.                             if ($hasRequiredScheme) {
  2309.                                 $allow array_merge($allow, ['DELETE']);
  2310.                             }
  2311.                             goto not_admin_customer_delete;
  2312.                         }
  2313.                         if (!$hasRequiredScheme) {
  2314.                             if ('GET' !== $canonicalMethod) {
  2315.                                 goto not_admin_customer_delete;
  2316.                             }
  2317.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delete'key($requiredSchemes)));
  2318.                         }
  2319.                         return $ret;
  2320.                     }
  2321.                     not_admin_customer_delete:
  2322.                     // admin_customer_export
  2323.                     if ('/administrator/customer/export' === $pathinfo) {
  2324.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::export',  '_route' => 'admin_customer_export',);
  2325.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2326.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2327.                             if ('GET' !== $canonicalMethod) {
  2328.                                 goto not_admin_customer_export;
  2329.                             }
  2330.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_export'key($requiredSchemes)));
  2331.                         }
  2332.                         return $ret;
  2333.                     }
  2334.                     not_admin_customer_export:
  2335.                     // admin_customer_delivery_new
  2336.                     if (preg_match('#^/administrator/customer/(?P<id>\\d+)/delivery/new$#sD'$pathinfo$matches)) {
  2337.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_new']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::edit',));
  2338.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2339.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2340.                             if ('GET' !== $canonicalMethod) {
  2341.                                 goto not_admin_customer_delivery_new;
  2342.                             }
  2343.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_new'key($requiredSchemes)));
  2344.                         }
  2345.                         return $ret;
  2346.                     }
  2347.                     not_admin_customer_delivery_new:
  2348.                     // admin_customer_delivery_edit
  2349.                     if (preg_match('#^/administrator/customer/(?P<id>\\d+)/delivery/(?P<did>\\d+)/edit$#sD'$pathinfo$matches)) {
  2350.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_edit']), array (  'did' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::edit',));
  2351.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2352.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2353.                             if ('GET' !== $canonicalMethod) {
  2354.                                 goto not_admin_customer_delivery_edit;
  2355.                             }
  2356.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_edit'key($requiredSchemes)));
  2357.                         }
  2358.                         return $ret;
  2359.                     }
  2360.                     not_admin_customer_delivery_edit:
  2361.                     // admin_customer_delivery_delete
  2362.                     if (preg_match('#^/administrator/customer/(?P<id>\\d+)/delivery/(?P<did>\\d+)/delete$#sD'$pathinfo$matches)) {
  2363.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::delete',));
  2364.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2365.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2366.                         if (!in_array($requestMethod, ['DELETE'])) {
  2367.                             if ($hasRequiredScheme) {
  2368.                                 $allow array_merge($allow, ['DELETE']);
  2369.                             }
  2370.                             goto not_admin_customer_delivery_delete;
  2371.                         }
  2372.                         if (!$hasRequiredScheme) {
  2373.                             if ('GET' !== $canonicalMethod) {
  2374.                                 goto not_admin_customer_delivery_delete;
  2375.                             }
  2376.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_delete'key($requiredSchemes)));
  2377.                         }
  2378.                         return $ret;
  2379.                     }
  2380.                     not_admin_customer_delivery_delete:
  2381.                     // admin_customer_new
  2382.                     if ('/administrator/customer/new' === $pathinfo) {
  2383.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerEditController::index',  '_route' => 'admin_customer_new',);
  2384.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2385.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2386.                             if ('GET' !== $canonicalMethod) {
  2387.                                 goto not_admin_customer_new;
  2388.                             }
  2389.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_new'key($requiredSchemes)));
  2390.                         }
  2391.                         return $ret;
  2392.                     }
  2393.                     not_admin_customer_new:
  2394.                     // admin_customer_edit
  2395.                     if (preg_match('#^/administrator/customer/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2396.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerEditController::index',));
  2397.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2398.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2399.                             if ('GET' !== $canonicalMethod) {
  2400.                                 goto not_admin_customer_edit;
  2401.                             }
  2402.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_edit'key($requiredSchemes)));
  2403.                         }
  2404.                         return $ret;
  2405.                     }
  2406.                     not_admin_customer_edit:
  2407.                 }
  2408.             }
  2409.             elseif (=== strpos($pathinfo'/administrator/order')) {
  2410.                 // admin_shipping_csv_import
  2411.                 if ('/administrator/order/shipping_csv_upload' === $pathinfo) {
  2412.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\CsvImportController::csvShipping',  '_route' => 'admin_shipping_csv_import',);
  2413.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2414.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2415.                         if ('GET' !== $canonicalMethod) {
  2416.                             goto not_admin_shipping_csv_import;
  2417.                         }
  2418.                         return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_csv_import'key($requiredSchemes)));
  2419.                     }
  2420.                     return $ret;
  2421.                 }
  2422.                 not_admin_shipping_csv_import:
  2423.                 // admin_shipping_csv_template
  2424.                 if ('/administrator/order/csv_template' === $pathinfo) {
  2425.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\CsvImportController::csvTemplate',  '_route' => 'admin_shipping_csv_template',);
  2426.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2427.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2428.                         if ('GET' !== $canonicalMethod) {
  2429.                             goto not_admin_shipping_csv_template;
  2430.                         }
  2431.                         return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_csv_template'key($requiredSchemes)));
  2432.                     }
  2433.                     return $ret;
  2434.                 }
  2435.                 not_admin_shipping_csv_template:
  2436.                 // admin_order_new
  2437.                 if ('/administrator/order/new' === $pathinfo) {
  2438.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::index',  '_route' => 'admin_order_new',);
  2439.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2440.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2441.                         if ('GET' !== $canonicalMethod) {
  2442.                             goto not_admin_order_new;
  2443.                         }
  2444.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_new'key($requiredSchemes)));
  2445.                     }
  2446.                     return $ret;
  2447.                 }
  2448.                 not_admin_order_new:
  2449.                 // admin_order_edit
  2450.                 if (preg_match('#^/administrator/order/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2451.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::index',));
  2452.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2453.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2454.                         if ('GET' !== $canonicalMethod) {
  2455.                             goto not_admin_order_edit;
  2456.                         }
  2457.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_edit'key($requiredSchemes)));
  2458.                     }
  2459.                     return $ret;
  2460.                 }
  2461.                 not_admin_order_edit:
  2462.                 if (=== strpos($pathinfo'/administrator/order/search')) {
  2463.                     if (=== strpos($pathinfo'/administrator/order/search/customer/html')) {
  2464.                         // admin_order_search_customer_html
  2465.                         if ('/administrator/order/search/customer/html' === $pathinfo) {
  2466.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchCustomerHtml',  '_route' => 'admin_order_search_customer_html',);
  2467.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2468.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2469.                                 if ('GET' !== $canonicalMethod) {
  2470.                                     goto not_admin_order_search_customer_html;
  2471.                                 }
  2472.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_html'key($requiredSchemes)));
  2473.                             }
  2474.                             return $ret;
  2475.                         }
  2476.                         not_admin_order_search_customer_html:
  2477.                         // admin_order_search_customer_html_page
  2478.                         if (=== strpos($pathinfo'/administrator/order/search/customer/html/page') && preg_match('#^/administrator/order/search/customer/html/page(?:/(?P<page_no>[^/]++))?$#sD'$pathinfo$matches)) {
  2479.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_search_customer_html_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchCustomerHtml',));
  2480.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2481.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2482.                                 if ('GET' !== $canonicalMethod) {
  2483.                                     goto not_admin_order_search_customer_html_page;
  2484.                                 }
  2485.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_html_page'key($requiredSchemes)));
  2486.                             }
  2487.                             return $ret;
  2488.                         }
  2489.                         not_admin_order_search_customer_html_page:
  2490.                     }
  2491.                     // admin_order_search_customer_by_id
  2492.                     if ('/administrator/order/search/customer/id' === $pathinfo) {
  2493.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchCustomerById',  '_route' => 'admin_order_search_customer_by_id',);
  2494.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2495.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2496.                         if (!in_array($requestMethod, ['POST'])) {
  2497.                             if ($hasRequiredScheme) {
  2498.                                 $allow array_merge($allow, ['POST']);
  2499.                             }
  2500.                             goto not_admin_order_search_customer_by_id;
  2501.                         }
  2502.                         if (!$hasRequiredScheme) {
  2503.                             if ('GET' !== $canonicalMethod) {
  2504.                                 goto not_admin_order_search_customer_by_id;
  2505.                             }
  2506.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_by_id'key($requiredSchemes)));
  2507.                         }
  2508.                         return $ret;
  2509.                     }
  2510.                     not_admin_order_search_customer_by_id:
  2511.                     if (=== strpos($pathinfo'/administrator/order/search/product')) {
  2512.                         // admin_order_search_product
  2513.                         if ('/administrator/order/search/product' === $pathinfo) {
  2514.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchProduct',  '_route' => 'admin_order_search_product',);
  2515.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2516.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2517.                                 if ('GET' !== $canonicalMethod) {
  2518.                                     goto not_admin_order_search_product;
  2519.                                 }
  2520.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_product'key($requiredSchemes)));
  2521.                             }
  2522.                             return $ret;
  2523.                         }
  2524.                         not_admin_order_search_product:
  2525.                         // admin_order_search_product_page
  2526.                         if (=== strpos($pathinfo'/administrator/order/search/product/page') && preg_match('#^/administrator/order/search/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2527.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_search_product_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchProduct',));
  2528.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2529.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2530.                                 if ('GET' !== $canonicalMethod) {
  2531.                                     goto not_admin_order_search_product_page;
  2532.                                 }
  2533.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_product_page'key($requiredSchemes)));
  2534.                             }
  2535.                             return $ret;
  2536.                         }
  2537.                         not_admin_order_search_product_page:
  2538.                     }
  2539.                     // admin_order_search_order_item_type
  2540.                     if ('/administrator/order/search/order_item_type' === $pathinfo) {
  2541.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchOrderItemType',  '_route' => 'admin_order_search_order_item_type',);
  2542.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2543.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2544.                             if ('GET' !== $canonicalMethod) {
  2545.                                 goto not_admin_order_search_order_item_type;
  2546.                             }
  2547.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_order_item_type'key($requiredSchemes)));
  2548.                         }
  2549.                         return $ret;
  2550.                     }
  2551.                     not_admin_order_search_order_item_type:
  2552.                 }
  2553.                 // admin_order_mail
  2554.                 if (preg_match('#^/administrator/order/(?P<id>\\d+)/mail$#sD'$pathinfo$matches)) {
  2555.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\MailController::index',));
  2556.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2557.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2558.                         if ('GET' !== $canonicalMethod) {
  2559.                             goto not_admin_order_mail;
  2560.                         }
  2561.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_mail'key($requiredSchemes)));
  2562.                     }
  2563.                     return $ret;
  2564.                 }
  2565.                 not_admin_order_mail:
  2566.                 // admin_order_mail_view
  2567.                 if ('/administrator/order/mail/view' === $pathinfo) {
  2568.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\MailController::view',  '_route' => 'admin_order_mail_view',);
  2569.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2570.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2571.                         if ('GET' !== $canonicalMethod) {
  2572.                             goto not_admin_order_mail_view;
  2573.                         }
  2574.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_mail_view'key($requiredSchemes)));
  2575.                     }
  2576.                     return $ret;
  2577.                 }
  2578.                 not_admin_order_mail_view:
  2579.                 // admin_order
  2580.                 if ('/administrator/order' === $pathinfo) {
  2581.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::index',  '_route' => 'admin_order',);
  2582.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2583.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2584.                         if ('GET' !== $canonicalMethod) {
  2585.                             goto not_admin_order;
  2586.                         }
  2587.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order'key($requiredSchemes)));
  2588.                     }
  2589.                     return $ret;
  2590.                 }
  2591.                 not_admin_order:
  2592.                 // admin_order_page
  2593.                 if (=== strpos($pathinfo'/administrator/order/page') && preg_match('#^/administrator/order/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2594.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::index',));
  2595.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2596.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2597.                         if ('GET' !== $canonicalMethod) {
  2598.                             goto not_admin_order_page;
  2599.                         }
  2600.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_page'key($requiredSchemes)));
  2601.                     }
  2602.                     return $ret;
  2603.                 }
  2604.                 not_admin_order_page:
  2605.                 // admin_order_bulk_delete
  2606.                 if ('/administrator/order/bulk_delete' === $pathinfo) {
  2607.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::bulkDelete',  '_route' => 'admin_order_bulk_delete',);
  2608.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2609.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2610.                     if (!in_array($requestMethod, ['POST'])) {
  2611.                         if ($hasRequiredScheme) {
  2612.                             $allow array_merge($allow, ['POST']);
  2613.                         }
  2614.                         goto not_admin_order_bulk_delete;
  2615.                     }
  2616.                     if (!$hasRequiredScheme) {
  2617.                         if ('GET' !== $canonicalMethod) {
  2618.                             goto not_admin_order_bulk_delete;
  2619.                         }
  2620.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_bulk_delete'key($requiredSchemes)));
  2621.                     }
  2622.                     return $ret;
  2623.                 }
  2624.                 not_admin_order_bulk_delete:
  2625.                 if (=== strpos($pathinfo'/administrator/order/export')) {
  2626.                     // admin_order_export_order
  2627.                     if ('/administrator/order/export/order' === $pathinfo) {
  2628.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportOrder',  '_route' => 'admin_order_export_order',);
  2629.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2630.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2631.                             if ('GET' !== $canonicalMethod) {
  2632.                                 goto not_admin_order_export_order;
  2633.                             }
  2634.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_order'key($requiredSchemes)));
  2635.                         }
  2636.                         return $ret;
  2637.                     }
  2638.                     not_admin_order_export_order:
  2639.                     // admin_order_export_shipping
  2640.                     if ('/administrator/order/export/shipping' === $pathinfo) {
  2641.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportShipping',  '_route' => 'admin_order_export_shipping',);
  2642.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2643.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2644.                             if ('GET' !== $canonicalMethod) {
  2645.                                 goto not_admin_order_export_shipping;
  2646.                             }
  2647.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_shipping'key($requiredSchemes)));
  2648.                         }
  2649.                         return $ret;
  2650.                     }
  2651.                     not_admin_order_export_shipping:
  2652.                     if (=== strpos($pathinfo'/administrator/order/export/pdf')) {
  2653.                         // admin_order_export_pdf
  2654.                         if ('/administrator/order/export/pdf' === $pathinfo) {
  2655.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportPdf',  '_route' => 'admin_order_export_pdf',);
  2656.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2657.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2658.                                 if ('GET' !== $canonicalMethod) {
  2659.                                     goto not_admin_order_export_pdf;
  2660.                                 }
  2661.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_pdf'key($requiredSchemes)));
  2662.                             }
  2663.                             return $ret;
  2664.                         }
  2665.                         not_admin_order_export_pdf:
  2666.                         // admin_order_pdf_download
  2667.                         if ('/administrator/order/export/pdf/download' === $pathinfo) {
  2668.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportPdfDownload',  '_route' => 'admin_order_pdf_download',);
  2669.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2670.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2671.                                 if ('GET' !== $canonicalMethod) {
  2672.                                     goto not_admin_order_pdf_download;
  2673.                                 }
  2674.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_pdf_download'key($requiredSchemes)));
  2675.                             }
  2676.                             return $ret;
  2677.                         }
  2678.                         not_admin_order_pdf_download:
  2679.                     }
  2680.                 }
  2681.             }
  2682.             elseif (=== strpos($pathinfo'/administrator/product')) {
  2683.                 if (=== strpos($pathinfo'/administrator/product/c')) {
  2684.                     if (=== strpos($pathinfo'/administrator/product/category')) {
  2685.                         // admin_product_category
  2686.                         if ('/administrator/product/category' === $pathinfo) {
  2687.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',  '_route' => 'admin_product_category',);
  2688.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2689.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2690.                                 if ('GET' !== $canonicalMethod) {
  2691.                                     goto not_admin_product_category;
  2692.                                 }
  2693.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category'key($requiredSchemes)));
  2694.                             }
  2695.                             return $ret;
  2696.                         }
  2697.                         not_admin_product_category:
  2698.                         // admin_product_category_show
  2699.                         if (preg_match('#^/administrator/product/category(?:/(?P<parent_id>\\d+))?$#sD'$pathinfo$matches)) {
  2700.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_show']), array (  'parent_id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',));
  2701.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2702.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2703.                                 if ('GET' !== $canonicalMethod) {
  2704.                                     goto not_admin_product_category_show;
  2705.                                 }
  2706.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_show'key($requiredSchemes)));
  2707.                             }
  2708.                             return $ret;
  2709.                         }
  2710.                         not_admin_product_category_show:
  2711.                         // admin_product_category_edit
  2712.                         if (preg_match('#^/administrator/product/category/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2713.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',));
  2714.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2715.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2716.                                 if ('GET' !== $canonicalMethod) {
  2717.                                     goto not_admin_product_category_edit;
  2718.                                 }
  2719.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_edit'key($requiredSchemes)));
  2720.                             }
  2721.                             return $ret;
  2722.                         }
  2723.                         not_admin_product_category_edit:
  2724.                         // admin_product_category_delete
  2725.                         if (preg_match('#^/administrator/product/category/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2726.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::delete',));
  2727.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2728.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2729.                             if (!in_array($requestMethod, ['DELETE'])) {
  2730.                                 if ($hasRequiredScheme) {
  2731.                                     $allow array_merge($allow, ['DELETE']);
  2732.                                 }
  2733.                                 goto not_admin_product_category_delete;
  2734.                             }
  2735.                             if (!$hasRequiredScheme) {
  2736.                                 if ('GET' !== $canonicalMethod) {
  2737.                                     goto not_admin_product_category_delete;
  2738.                                 }
  2739.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_delete'key($requiredSchemes)));
  2740.                             }
  2741.                             return $ret;
  2742.                         }
  2743.                         not_admin_product_category_delete:
  2744.                         // admin_product_category_sort_no_move
  2745.                         if ('/administrator/product/category/sort_no/move' === $pathinfo) {
  2746.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::moveSortNo',  '_route' => 'admin_product_category_sort_no_move',);
  2747.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2748.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2749.                             if (!in_array($requestMethod, ['POST'])) {
  2750.                                 if ($hasRequiredScheme) {
  2751.                                     $allow array_merge($allow, ['POST']);
  2752.                                 }
  2753.                                 goto not_admin_product_category_sort_no_move;
  2754.                             }
  2755.                             if (!$hasRequiredScheme) {
  2756.                                 if ('GET' !== $canonicalMethod) {
  2757.                                     goto not_admin_product_category_sort_no_move;
  2758.                                 }
  2759.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_sort_no_move'key($requiredSchemes)));
  2760.                             }
  2761.                             return $ret;
  2762.                         }
  2763.                         not_admin_product_category_sort_no_move:
  2764.                         // admin_product_category_export
  2765.                         if ('/administrator/product/category/export' === $pathinfo) {
  2766.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::export',  '_route' => 'admin_product_category_export',);
  2767.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2768.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2769.                                 if ('GET' !== $canonicalMethod) {
  2770.                                     goto not_admin_product_category_export;
  2771.                                 }
  2772.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_export'key($requiredSchemes)));
  2773.                             }
  2774.                             return $ret;
  2775.                         }
  2776.                         not_admin_product_category_export:
  2777.                         // admin_product_category_csv_import
  2778.                         if ('/administrator/product/category_csv_upload' === $pathinfo) {
  2779.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvCategory',  '_route' => 'admin_product_category_csv_import',);
  2780.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2781.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2782.                                 if ('GET' !== $canonicalMethod) {
  2783.                                     goto not_admin_product_category_csv_import;
  2784.                                 }
  2785.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_csv_import'key($requiredSchemes)));
  2786.                             }
  2787.                             return $ret;
  2788.                         }
  2789.                         not_admin_product_category_csv_import:
  2790.                     }
  2791.                     elseif (=== strpos($pathinfo'/administrator/product/class_category')) {
  2792.                         // admin_product_class_category
  2793.                         if (preg_match('#^/administrator/product/class_category/(?P<class_name_id>\\d+)$#sD'$pathinfo$matches)) {
  2794.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::index',));
  2795.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2796.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2797.                                 if ('GET' !== $canonicalMethod) {
  2798.                                     goto not_admin_product_class_category;
  2799.                                 }
  2800.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category'key($requiredSchemes)));
  2801.                             }
  2802.                             return $ret;
  2803.                         }
  2804.                         not_admin_product_class_category:
  2805.                         // admin_product_class_category_edit
  2806.                         if (preg_match('#^/administrator/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2807.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::index',));
  2808.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2809.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2810.                                 if ('GET' !== $canonicalMethod) {
  2811.                                     goto not_admin_product_class_category_edit;
  2812.                                 }
  2813.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_edit'key($requiredSchemes)));
  2814.                             }
  2815.                             return $ret;
  2816.                         }
  2817.                         not_admin_product_class_category_edit:
  2818.                         // admin_product_class_category_delete
  2819.                         if (preg_match('#^/administrator/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2820.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::delete',));
  2821.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2822.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2823.                             if (!in_array($requestMethod, ['DELETE'])) {
  2824.                                 if ($hasRequiredScheme) {
  2825.                                     $allow array_merge($allow, ['DELETE']);
  2826.                                 }
  2827.                                 goto not_admin_product_class_category_delete;
  2828.                             }
  2829.                             if (!$hasRequiredScheme) {
  2830.                                 if ('GET' !== $canonicalMethod) {
  2831.                                     goto not_admin_product_class_category_delete;
  2832.                                 }
  2833.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_delete'key($requiredSchemes)));
  2834.                             }
  2835.                             return $ret;
  2836.                         }
  2837.                         not_admin_product_class_category_delete:
  2838.                         // admin_product_class_category_visibility
  2839.                         if (preg_match('#^/administrator/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/visibility$#sD'$pathinfo$matches)) {
  2840.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_visibility']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::visibility',));
  2841.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2842.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2843.                             if (!in_array($requestMethod, ['PUT'])) {
  2844.                                 if ($hasRequiredScheme) {
  2845.                                     $allow array_merge($allow, ['PUT']);
  2846.                                 }
  2847.                                 goto not_admin_product_class_category_visibility;
  2848.                             }
  2849.                             if (!$hasRequiredScheme) {
  2850.                                 if ('GET' !== $canonicalMethod) {
  2851.                                     goto not_admin_product_class_category_visibility;
  2852.                                 }
  2853.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_visibility'key($requiredSchemes)));
  2854.                             }
  2855.                             return $ret;
  2856.                         }
  2857.                         not_admin_product_class_category_visibility:
  2858.                         // admin_product_class_category_sort_no_move
  2859.                         if ('/administrator/product/class_category/sort_no/move' === $pathinfo) {
  2860.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::moveSortNo',  '_route' => 'admin_product_class_category_sort_no_move',);
  2861.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2862.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2863.                             if (!in_array($requestMethod, ['POST'])) {
  2864.                                 if ($hasRequiredScheme) {
  2865.                                     $allow array_merge($allow, ['POST']);
  2866.                                 }
  2867.                                 goto not_admin_product_class_category_sort_no_move;
  2868.                             }
  2869.                             if (!$hasRequiredScheme) {
  2870.                                 if ('GET' !== $canonicalMethod) {
  2871.                                     goto not_admin_product_class_category_sort_no_move;
  2872.                                 }
  2873.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_sort_no_move'key($requiredSchemes)));
  2874.                             }
  2875.                             return $ret;
  2876.                         }
  2877.                         not_admin_product_class_category_sort_no_move:
  2878.                     }
  2879.                     elseif (=== strpos($pathinfo'/administrator/product/class_name')) {
  2880.                         // admin_product_class_name
  2881.                         if ('/administrator/product/class_name' === $pathinfo) {
  2882.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::index',  '_route' => 'admin_product_class_name',);
  2883.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2884.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2885.                                 if ('GET' !== $canonicalMethod) {
  2886.                                     goto not_admin_product_class_name;
  2887.                                 }
  2888.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name'key($requiredSchemes)));
  2889.                             }
  2890.                             return $ret;
  2891.                         }
  2892.                         not_admin_product_class_name:
  2893.                         // admin_product_class_name_edit
  2894.                         if (preg_match('#^/administrator/product/class_name/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2895.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_name_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::index',));
  2896.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2897.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2898.                                 if ('GET' !== $canonicalMethod) {
  2899.                                     goto not_admin_product_class_name_edit;
  2900.                                 }
  2901.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_edit'key($requiredSchemes)));
  2902.                             }
  2903.                             return $ret;
  2904.                         }
  2905.                         not_admin_product_class_name_edit:
  2906.                         // admin_product_class_name_delete
  2907.                         if (preg_match('#^/administrator/product/class_name/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2908.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_name_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::delete',));
  2909.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2910.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2911.                             if (!in_array($requestMethod, ['DELETE'])) {
  2912.                                 if ($hasRequiredScheme) {
  2913.                                     $allow array_merge($allow, ['DELETE']);
  2914.                                 }
  2915.                                 goto not_admin_product_class_name_delete;
  2916.                             }
  2917.                             if (!$hasRequiredScheme) {
  2918.                                 if ('GET' !== $canonicalMethod) {
  2919.                                     goto not_admin_product_class_name_delete;
  2920.                                 }
  2921.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_delete'key($requiredSchemes)));
  2922.                             }
  2923.                             return $ret;
  2924.                         }
  2925.                         not_admin_product_class_name_delete:
  2926.                         // admin_product_class_name_sort_no_move
  2927.                         if ('/administrator/product/class_name/sort_no/move' === $pathinfo) {
  2928.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::moveSortNo',  '_route' => 'admin_product_class_name_sort_no_move',);
  2929.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2930.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2931.                             if (!in_array($requestMethod, ['POST'])) {
  2932.                                 if ($hasRequiredScheme) {
  2933.                                     $allow array_merge($allow, ['POST']);
  2934.                                 }
  2935.                                 goto not_admin_product_class_name_sort_no_move;
  2936.                             }
  2937.                             if (!$hasRequiredScheme) {
  2938.                                 if ('GET' !== $canonicalMethod) {
  2939.                                     goto not_admin_product_class_name_sort_no_move;
  2940.                                 }
  2941.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_sort_no_move'key($requiredSchemes)));
  2942.                             }
  2943.                             return $ret;
  2944.                         }
  2945.                         not_admin_product_class_name_sort_no_move:
  2946.                     }
  2947.                     // admin_product_csv_template
  2948.                     if (=== strpos($pathinfo'/administrator/product/csv_template') && preg_match('#^/administrator/product/csv_template/(?P<type>\\w+)$#sD'$pathinfo$matches)) {
  2949.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_csv_template']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvTemplate',));
  2950.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2951.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2952.                             if ('GET' !== $canonicalMethod) {
  2953.                                 goto not_admin_product_csv_template;
  2954.                             }
  2955.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_csv_template'key($requiredSchemes)));
  2956.                         }
  2957.                         return $ret;
  2958.                     }
  2959.                     not_admin_product_csv_template:
  2960.                 }
  2961.                 // admin_product_csv_import
  2962.                 if ('/administrator/product/product_csv_upload' === $pathinfo) {
  2963.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvProduct',  '_route' => 'admin_product_csv_import',);
  2964.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2965.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2966.                         if ('GET' !== $canonicalMethod) {
  2967.                             goto not_admin_product_csv_import;
  2968.                         }
  2969.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_csv_import'key($requiredSchemes)));
  2970.                     }
  2971.                     return $ret;
  2972.                 }
  2973.                 not_admin_product_csv_import:
  2974.                 if (=== strpos($pathinfo'/administrator/product/product/class')) {
  2975.                     // admin_product_product_class
  2976.                     if (preg_match('#^/administrator/product/product/class/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  2977.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_class']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductClassController::index',));
  2978.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2979.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2980.                             if ('GET' !== $canonicalMethod) {
  2981.                                 goto not_admin_product_product_class;
  2982.                             }
  2983.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_class'key($requiredSchemes)));
  2984.                         }
  2985.                         return $ret;
  2986.                     }
  2987.                     not_admin_product_product_class:
  2988.                     // admin_product_product_class_clear
  2989.                     if (preg_match('#^/administrator/product/product/class/(?P<id>\\d+)/clear$#sD'$pathinfo$matches)) {
  2990.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_class_clear']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductClassController::clearProductClasses',));
  2991.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2992.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2993.                             if ('GET' !== $canonicalMethod) {
  2994.                                 goto not_admin_product_product_class_clear;
  2995.                             }
  2996.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_class_clear'key($requiredSchemes)));
  2997.                         }
  2998.                         return $ret;
  2999.                     }
  3000.                     not_admin_product_product_class_clear:
  3001.                 }
  3002.                 // admin_product
  3003.                 if ('/administrator/product' === $pathinfo) {
  3004.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::index',  '_route' => 'admin_product',);
  3005.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3006.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3007.                         if ('GET' !== $canonicalMethod) {
  3008.                             goto not_admin_product;
  3009.                         }
  3010.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product'key($requiredSchemes)));
  3011.                     }
  3012.                     return $ret;
  3013.                 }
  3014.                 not_admin_product:
  3015.                 // admin_product_page
  3016.                 if (=== strpos($pathinfo'/administrator/product/page') && preg_match('#^/administrator/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3017.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::index',));
  3018.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3019.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3020.                         if ('GET' !== $canonicalMethod) {
  3021.                             goto not_admin_product_page;
  3022.                         }
  3023.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_page'key($requiredSchemes)));
  3024.                     }
  3025.                     return $ret;
  3026.                 }
  3027.                 not_admin_product_page:
  3028.                 if (=== strpos($pathinfo'/administrator/product/product')) {
  3029.                     // admin_product_image_add
  3030.                     if ('/administrator/product/product/image/add' === $pathinfo) {
  3031.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::addImage',  '_route' => 'admin_product_image_add',);
  3032.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3033.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3034.                         if (!in_array($requestMethod, ['POST'])) {
  3035.                             if ($hasRequiredScheme) {
  3036.                                 $allow array_merge($allow, ['POST']);
  3037.                             }
  3038.                             goto not_admin_product_image_add;
  3039.                         }
  3040.                         if (!$hasRequiredScheme) {
  3041.                             if ('GET' !== $canonicalMethod) {
  3042.                                 goto not_admin_product_image_add;
  3043.                             }
  3044.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_image_add'key($requiredSchemes)));
  3045.                         }
  3046.                         return $ret;
  3047.                     }
  3048.                     not_admin_product_image_add:
  3049.                     // admin_product_product_new
  3050.                     if ('/administrator/product/product/new' === $pathinfo) {
  3051.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::edit',  '_route' => 'admin_product_product_new',);
  3052.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3053.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3054.                             if ('GET' !== $canonicalMethod) {
  3055.                                 goto not_admin_product_product_new;
  3056.                             }
  3057.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_new'key($requiredSchemes)));
  3058.                         }
  3059.                         return $ret;
  3060.                     }
  3061.                     not_admin_product_product_new:
  3062.                     // admin_product_product_edit
  3063.                     if (preg_match('#^/administrator/product/product/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  3064.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::edit',));
  3065.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3066.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3067.                             if ('GET' !== $canonicalMethod) {
  3068.                                 goto not_admin_product_product_edit;
  3069.                             }
  3070.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_edit'key($requiredSchemes)));
  3071.                         }
  3072.                         return $ret;
  3073.                     }
  3074.                     not_admin_product_product_edit:
  3075.                     // admin_product_product_delete
  3076.                     if (preg_match('#^/administrator/product/product/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  3077.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_delete']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::delete',));
  3078.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3079.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3080.                         if (!in_array($requestMethod, ['DELETE'])) {
  3081.                             if ($hasRequiredScheme) {
  3082.                                 $allow array_merge($allow, ['DELETE']);
  3083.                             }
  3084.                             goto not_admin_product_product_delete;
  3085.                         }
  3086.                         if (!$hasRequiredScheme) {
  3087.                             if ('GET' !== $canonicalMethod) {
  3088.                                 goto not_admin_product_product_delete;
  3089.                             }
  3090.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_delete'key($requiredSchemes)));
  3091.                         }
  3092.                         return $ret;
  3093.                     }
  3094.                     not_admin_product_product_delete:
  3095.                     // admin_product_product_copy
  3096.                     if (preg_match('#^/administrator/product/product/(?P<id>\\d+)/copy$#sD'$pathinfo$matches)) {
  3097.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_copy']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::copy',));
  3098.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3099.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3100.                         if (!in_array($requestMethod, ['POST'])) {
  3101.                             if ($hasRequiredScheme) {
  3102.                                 $allow array_merge($allow, ['POST']);
  3103.                             }
  3104.                             goto not_admin_product_product_copy;
  3105.                         }
  3106.                         if (!$hasRequiredScheme) {
  3107.                             if ('GET' !== $canonicalMethod) {
  3108.                                 goto not_admin_product_product_copy;
  3109.                             }
  3110.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_copy'key($requiredSchemes)));
  3111.                         }
  3112.                         return $ret;
  3113.                     }
  3114.                     not_admin_product_product_copy:
  3115.                     // admin_product_product_display
  3116.                     if (preg_match('#^/administrator/product/product/(?P<id>\\d+)/display$#sD'$pathinfo$matches)) {
  3117.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_display']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::display',));
  3118.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3119.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3120.                             if ('GET' !== $canonicalMethod) {
  3121.                                 goto not_admin_product_product_display;
  3122.                             }
  3123.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_display'key($requiredSchemes)));
  3124.                         }
  3125.                         return $ret;
  3126.                     }
  3127.                     not_admin_product_product_display:
  3128.                 }
  3129.                 // admin_product_classes_load
  3130.                 if (=== strpos($pathinfo'/administrator/product/classes') && preg_match('#^/administrator/product/classes/(?P<id>\\d+)/load$#sD'$pathinfo$matches)) {
  3131.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_classes_load']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::loadProductClasses',));
  3132.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3133.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3134.                     if (!in_array($canonicalMethod, ['GET'])) {
  3135.                         if ($hasRequiredScheme) {
  3136.                             $allow array_merge($allow, ['GET']);
  3137.                         }
  3138.                         goto not_admin_product_classes_load;
  3139.                     }
  3140.                     if (!$hasRequiredScheme) {
  3141.                         if ('GET' !== $canonicalMethod) {
  3142.                             goto not_admin_product_classes_load;
  3143.                         }
  3144.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_classes_load'key($requiredSchemes)));
  3145.                     }
  3146.                     return $ret;
  3147.                 }
  3148.                 not_admin_product_classes_load:
  3149.                 // admin_product_export
  3150.                 if ('/administrator/product/export' === $pathinfo) {
  3151.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::export',  '_route' => 'admin_product_export',);
  3152.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3153.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3154.                         if ('GET' !== $canonicalMethod) {
  3155.                             goto not_admin_product_export;
  3156.                         }
  3157.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_export'key($requiredSchemes)));
  3158.                     }
  3159.                     return $ret;
  3160.                 }
  3161.                 not_admin_product_export:
  3162.                 // admin_product_bulk_product_status
  3163.                 if (=== strpos($pathinfo'/administrator/product/bulk/product-status') && preg_match('#^/administrator/product/bulk/product\\-status/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3164.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_bulk_product_status']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::bulkProductStatus',));
  3165.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3166.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3167.                     if (!in_array($requestMethod, ['POST'])) {
  3168.                         if ($hasRequiredScheme) {
  3169.                             $allow array_merge($allow, ['POST']);
  3170.                         }
  3171.                         goto not_admin_product_bulk_product_status;
  3172.                     }
  3173.                     if (!$hasRequiredScheme) {
  3174.                         if ('GET' !== $canonicalMethod) {
  3175.                             goto not_admin_product_bulk_product_status;
  3176.                         }
  3177.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_bulk_product_status'key($requiredSchemes)));
  3178.                     }
  3179.                     return $ret;
  3180.                 }
  3181.                 not_admin_product_bulk_product_status:
  3182.                 if (=== strpos($pathinfo'/administrator/product/tag')) {
  3183.                     // admin_product_tag
  3184.                     if ('/administrator/product/tag' === $pathinfo) {
  3185.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::index',  '_route' => 'admin_product_tag',);
  3186.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3187.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3188.                             if ('GET' !== $canonicalMethod) {
  3189.                                 goto not_admin_product_tag;
  3190.                             }
  3191.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag'key($requiredSchemes)));
  3192.                         }
  3193.                         return $ret;
  3194.                     }
  3195.                     not_admin_product_tag:
  3196.                     // admin_product_tag_delete
  3197.                     if (preg_match('#^/administrator/product/tag/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  3198.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_tag_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::delete',));
  3199.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3200.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3201.                         if (!in_array($requestMethod, ['DELETE'])) {
  3202.                             if ($hasRequiredScheme) {
  3203.                                 $allow array_merge($allow, ['DELETE']);
  3204.                             }
  3205.                             goto not_admin_product_tag_delete;
  3206.                         }
  3207.                         if (!$hasRequiredScheme) {
  3208.                             if ('GET' !== $canonicalMethod) {
  3209.                                 goto not_admin_product_tag_delete;
  3210.                             }
  3211.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag_delete'key($requiredSchemes)));
  3212.                         }
  3213.                         return $ret;
  3214.                     }
  3215.                     not_admin_product_tag_delete:
  3216.                     // admin_product_tag_sort_no_move
  3217.                     if ('/administrator/product/tag/sort_no/move' === $pathinfo) {
  3218.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::moveSortNo',  '_route' => 'admin_product_tag_sort_no_move',);
  3219.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3220.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3221.                         if (!in_array($requestMethod, ['POST'])) {
  3222.                             if ($hasRequiredScheme) {
  3223.                                 $allow array_merge($allow, ['POST']);
  3224.                             }
  3225.                             goto not_admin_product_tag_sort_no_move;
  3226.                         }
  3227.                         if (!$hasRequiredScheme) {
  3228.                             if ('GET' !== $canonicalMethod) {
  3229.                                 goto not_admin_product_tag_sort_no_move;
  3230.                             }
  3231.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag_sort_no_move'key($requiredSchemes)));
  3232.                         }
  3233.                         return $ret;
  3234.                     }
  3235.                     not_admin_product_tag_sort_no_move:
  3236.                 }
  3237.             }
  3238.         }
  3239.         // plugin_coupon_shopping
  3240.         if ('/plugin/coupon/shopping/shopping_coupon' === $pathinfo) {
  3241.             $ret = array (  '_controller' => 'Plugin\\Coupon4\\Controller\\CouponShoppingController::shoppingCoupon',  '_route' => 'plugin_coupon_shopping',);
  3242.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3243.             if (!isset($requiredSchemes[$context->getScheme()])) {
  3244.                 if ('GET' !== $canonicalMethod) {
  3245.                     goto not_plugin_coupon_shopping;
  3246.                 }
  3247.                 return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_shopping'key($requiredSchemes)));
  3248.             }
  3249.             return $ret;
  3250.         }
  3251.         not_plugin_coupon_shopping:
  3252.         if (=== strpos($pathinfo'/products')) {
  3253.             // products_all
  3254.             if ('/products/list' === $pathinfo) {
  3255.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ProductController::index',  '_route' => 'products_all',);
  3256.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3257.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3258.                     if ('GET' !== $canonicalMethod) {
  3259.                         goto not_products_all;
  3260.                     }
  3261.                     return array_replace($ret$this->redirect($rawPathinfo'products_all'key($requiredSchemes)));
  3262.                 }
  3263.                 return $ret;
  3264.             }
  3265.             not_products_all:
  3266.             // product_list
  3267.             if ('/products' === $pathinfo) {
  3268.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ProductController::list',  '_route' => 'product_list',);
  3269.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3270.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3271.                     if ('GET' !== $canonicalMethod) {
  3272.                         goto not_product_list;
  3273.                     }
  3274.                     return array_replace($ret$this->redirect($rawPathinfo'product_list'key($requiredSchemes)));
  3275.                 }
  3276.                 return $ret;
  3277.             }
  3278.             not_product_list:
  3279.             // product_list_api
  3280.             if ('/products/list_api' === $pathinfo) {
  3281.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ProductController::list_api',  '_route' => 'product_list_api',);
  3282.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3283.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3284.                     if ('GET' !== $canonicalMethod) {
  3285.                         goto not_product_list_api;
  3286.                     }
  3287.                     return array_replace($ret$this->redirect($rawPathinfo'product_list_api'key($requiredSchemes)));
  3288.                 }
  3289.                 return $ret;
  3290.             }
  3291.             not_product_list_api:
  3292.             // get_ategory_children
  3293.             if ('/products/getCategoryChildren' === $pathinfo) {
  3294.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ProductController::getCategoryChildren',  '_route' => 'get_ategory_children',);
  3295.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3296.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3297.                     if ('GET' !== $canonicalMethod) {
  3298.                         goto not_get_ategory_children;
  3299.                     }
  3300.                     return array_replace($ret$this->redirect($rawPathinfo'get_ategory_children'key($requiredSchemes)));
  3301.                 }
  3302.                 return $ret;
  3303.             }
  3304.             not_get_ategory_children:
  3305.             // product_li
  3306.             if ('/products/___list' === $pathinfo) {
  3307.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ProductController::aaa',  '_route' => 'product_li',);
  3308.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3309.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3310.                     if ('GET' !== $canonicalMethod) {
  3311.                         goto not_product_li;
  3312.                     }
  3313.                     return array_replace($ret$this->redirect($rawPathinfo'product_li'key($requiredSchemes)));
  3314.                 }
  3315.                 return $ret;
  3316.             }
  3317.             not_product_li:
  3318.             // product_detail
  3319.             if (=== strpos($pathinfo'/products/detail') && preg_match('#^/products/detail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3320.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_detail']), array (  '_controller' => 'Eccube\\Controller\\ProductController::detail',));
  3321.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3322.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3323.                 if (!in_array($canonicalMethod, ['GET'])) {
  3324.                     if ($hasRequiredScheme) {
  3325.                         $allow array_merge($allow, ['GET']);
  3326.                     }
  3327.                     goto not_product_detail;
  3328.                 }
  3329.                 if (!$hasRequiredScheme) {
  3330.                     if ('GET' !== $canonicalMethod) {
  3331.                         goto not_product_detail;
  3332.                     }
  3333.                     return array_replace($ret$this->redirect($rawPathinfo'product_detail'key($requiredSchemes)));
  3334.                 }
  3335.                 return $ret;
  3336.             }
  3337.             not_product_detail:
  3338.             // product_add_favorite
  3339.             if (=== strpos($pathinfo'/products/add_favorite') && preg_match('#^/products/add_favorite/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3340.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_add_favorite']), array (  '_controller' => 'Eccube\\Controller\\ProductController::addFavorite',));
  3341.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3342.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3343.                     if ('GET' !== $canonicalMethod) {
  3344.                         goto not_product_add_favorite;
  3345.                     }
  3346.                     return array_replace($ret$this->redirect($rawPathinfo'product_add_favorite'key($requiredSchemes)));
  3347.                 }
  3348.                 return $ret;
  3349.             }
  3350.             not_product_add_favorite:
  3351.             // product_add_cart
  3352.             if (=== strpos($pathinfo'/products/add_cart') && preg_match('#^/products/add_cart/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3353.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_add_cart']), array (  '_controller' => 'Eccube\\Controller\\ProductController::addCart',));
  3354.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3355.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3356.                 if (!in_array($requestMethod, ['POST'])) {
  3357.                     if ($hasRequiredScheme) {
  3358.                         $allow array_merge($allow, ['POST']);
  3359.                     }
  3360.                     goto not_product_add_cart;
  3361.                 }
  3362.                 if (!$hasRequiredScheme) {
  3363.                     if ('GET' !== $canonicalMethod) {
  3364.                         goto not_product_add_cart;
  3365.                     }
  3366.                     return array_replace($ret$this->redirect($rawPathinfo'product_add_cart'key($requiredSchemes)));
  3367.                 }
  3368.                 return $ret;
  3369.             }
  3370.             not_product_add_cart:
  3371.         }
  3372.         elseif (=== strpos($pathinfo'/block')) {
  3373.             // block_customer_rank_info
  3374.             if ('/block/customer_rank_info' === $pathinfo) {
  3375.                 $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Block\\CustomerRankInfoController::index',  '_route' => 'block_customer_rank_info',);
  3376.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3377.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3378.                     if ('GET' !== $canonicalMethod) {
  3379.                         goto not_block_customer_rank_info;
  3380.                     }
  3381.                     return array_replace($ret$this->redirect($rawPathinfo'block_customer_rank_info'key($requiredSchemes)));
  3382.                 }
  3383.                 return $ret;
  3384.             }
  3385.             not_block_customer_rank_info:
  3386.             if (=== strpos($pathinfo'/block/cart')) {
  3387.                 // block_cart
  3388.                 if ('/block/cart' === $pathinfo) {
  3389.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\CartController::index',  '_route' => 'block_cart',);
  3390.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3391.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3392.                         if ('GET' !== $canonicalMethod) {
  3393.                             goto not_block_cart;
  3394.                         }
  3395.                         return array_replace($ret$this->redirect($rawPathinfo'block_cart'key($requiredSchemes)));
  3396.                     }
  3397.                     return $ret;
  3398.                 }
  3399.                 not_block_cart:
  3400.                 // block_cart_sp
  3401.                 if ('/block/cart_sp' === $pathinfo) {
  3402.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\CartController::index',  '_route' => 'block_cart_sp',);
  3403.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3404.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3405.                         if ('GET' !== $canonicalMethod) {
  3406.                             goto not_block_cart_sp;
  3407.                         }
  3408.                         return array_replace($ret$this->redirect($rawPathinfo'block_cart_sp'key($requiredSchemes)));
  3409.                     }
  3410.                     return $ret;
  3411.                 }
  3412.                 not_block_cart_sp:
  3413.             }
  3414.             elseif (=== strpos($pathinfo'/block/search_product')) {
  3415.                 // block_search_product
  3416.                 if ('/block/search_product' === $pathinfo) {
  3417.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\SearchProductController::index',  '_route' => 'block_search_product',);
  3418.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3419.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3420.                         if ('GET' !== $canonicalMethod) {
  3421.                             goto not_block_search_product;
  3422.                         }
  3423.                         return array_replace($ret$this->redirect($rawPathinfo'block_search_product'key($requiredSchemes)));
  3424.                     }
  3425.                     return $ret;
  3426.                 }
  3427.                 not_block_search_product:
  3428.                 // block_search_product_sp
  3429.                 if ('/block/search_product_sp' === $pathinfo) {
  3430.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\SearchProductController::index',  '_route' => 'block_search_product_sp',);
  3431.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3432.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3433.                         if ('GET' !== $canonicalMethod) {
  3434.                             goto not_block_search_product_sp;
  3435.                         }
  3436.                         return array_replace($ret$this->redirect($rawPathinfo'block_search_product_sp'key($requiredSchemes)));
  3437.                     }
  3438.                     return $ret;
  3439.                 }
  3440.                 not_block_search_product_sp:
  3441.             }
  3442.         }
  3443.         elseif (=== strpos($pathinfo'/cart')) {
  3444.             // cart
  3445.             if ('/cart' === $pathinfo) {
  3446.                 $ret = array (  '_controller' => 'Eccube\\Controller\\CartController::index',  '_route' => 'cart',);
  3447.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3448.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3449.                     if ('GET' !== $canonicalMethod) {
  3450.                         goto not_cart;
  3451.                     }
  3452.                     return array_replace($ret$this->redirect($rawPathinfo'cart'key($requiredSchemes)));
  3453.                 }
  3454.                 return $ret;
  3455.             }
  3456.             not_cart:
  3457.             // cart_handle_item
  3458.             if (preg_match('#^/cart/(?P<operation>up|down|remove)/(?P<productClassId>\\d+)$#sD'$pathinfo$matches)) {
  3459.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'cart_handle_item']), array (  '_controller' => 'Eccube\\Controller\\CartController::handleCartItem',));
  3460.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3461.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3462.                 if (!in_array($requestMethod, ['PUT'])) {
  3463.                     if ($hasRequiredScheme) {
  3464.                         $allow array_merge($allow, ['PUT']);
  3465.                     }
  3466.                     goto not_cart_handle_item;
  3467.                 }
  3468.                 if (!$hasRequiredScheme) {
  3469.                     if ('GET' !== $canonicalMethod) {
  3470.                         goto not_cart_handle_item;
  3471.                     }
  3472.                     return array_replace($ret$this->redirect($rawPathinfo'cart_handle_item'key($requiredSchemes)));
  3473.                 }
  3474.                 return $ret;
  3475.             }
  3476.             not_cart_handle_item:
  3477.             // cart_buystep
  3478.             if (=== strpos($pathinfo'/cart/buystep') && preg_match('#^/cart/buystep/(?P<cart_key>[a-zA-Z0-9]+[_][\\x20-\\x7E]+)$#sD'$pathinfo$matches)) {
  3479.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'cart_buystep']), array (  '_controller' => 'Eccube\\Controller\\CartController::buystep',));
  3480.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3481.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3482.                     if ('GET' !== $canonicalMethod) {
  3483.                         goto not_cart_buystep;
  3484.                     }
  3485.                     return array_replace($ret$this->redirect($rawPathinfo'cart_buystep'key($requiredSchemes)));
  3486.                 }
  3487.                 return $ret;
  3488.             }
  3489.             not_cart_buystep:
  3490.         }
  3491.         elseif (=== strpos($pathinfo'/contact')) {
  3492.             // contact
  3493.             if ('/contact' === $pathinfo) {
  3494.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ContactController::index',  '_route' => 'contact',);
  3495.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3496.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3497.                     if ('GET' !== $canonicalMethod) {
  3498.                         goto not_contact;
  3499.                     }
  3500.                     return array_replace($ret$this->redirect($rawPathinfo'contact'key($requiredSchemes)));
  3501.                 }
  3502.                 return $ret;
  3503.             }
  3504.             not_contact:
  3505.             // contact_complete
  3506.             if ('/contact/complete' === $pathinfo) {
  3507.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ContactController::complete',  '_route' => 'contact_complete',);
  3508.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3509.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3510.                     if ('GET' !== $canonicalMethod) {
  3511.                         goto not_contact_complete;
  3512.                     }
  3513.                     return array_replace($ret$this->redirect($rawPathinfo'contact_complete'key($requiredSchemes)));
  3514.                 }
  3515.                 return $ret;
  3516.             }
  3517.             not_contact_complete:
  3518.         }
  3519.         elseif (=== strpos($pathinfo'/entry')) {
  3520.             // entry
  3521.             if ('/entry' === $pathinfo) {
  3522.                 $ret = array (  '_controller' => 'Eccube\\Controller\\EntryController::index',  '_route' => 'entry',);
  3523.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3524.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3525.                     if ('GET' !== $canonicalMethod) {
  3526.                         goto not_entry;
  3527.                     }
  3528.                     return array_replace($ret$this->redirect($rawPathinfo'entry'key($requiredSchemes)));
  3529.                 }
  3530.                 return $ret;
  3531.             }
  3532.             not_entry:
  3533.             // entry_complete
  3534.             if ('/entry/complete' === $pathinfo) {
  3535.                 $ret = array (  '_controller' => 'Eccube\\Controller\\EntryController::complete',  '_route' => 'entry_complete',);
  3536.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3537.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3538.                     if ('GET' !== $canonicalMethod) {
  3539.                         goto not_entry_complete;
  3540.                     }
  3541.                     return array_replace($ret$this->redirect($rawPathinfo'entry_complete'key($requiredSchemes)));
  3542.                 }
  3543.                 return $ret;
  3544.             }
  3545.             not_entry_complete:
  3546.             // entry_activate
  3547.             if (=== strpos($pathinfo'/entry/activate') && preg_match('#^/entry/activate/(?P<secret_key>[^/]++)$#sD'$pathinfo$matches)) {
  3548.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'entry_activate']), array (  '_controller' => 'Eccube\\Controller\\EntryController::activate',));
  3549.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3550.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3551.                     if ('GET' !== $canonicalMethod) {
  3552.                         goto not_entry_activate;
  3553.                     }
  3554.                     return array_replace($ret$this->redirect($rawPathinfo'entry_activate'key($requiredSchemes)));
  3555.                 }
  3556.                 return $ret;
  3557.             }
  3558.             not_entry_activate:
  3559.         }
  3560.         elseif (=== strpos($pathinfo'/forgot')) {
  3561.             // forgot
  3562.             if ('/forgot' === $pathinfo) {
  3563.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ForgotController::index',  '_route' => 'forgot',);
  3564.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3565.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3566.                     if ('GET' !== $canonicalMethod) {
  3567.                         goto not_forgot;
  3568.                     }
  3569.                     return array_replace($ret$this->redirect($rawPathinfo'forgot'key($requiredSchemes)));
  3570.                 }
  3571.                 return $ret;
  3572.             }
  3573.             not_forgot:
  3574.             // forgot_complete
  3575.             if ('/forgot/complete' === $pathinfo) {
  3576.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ForgotController::complete',  '_route' => 'forgot_complete',);
  3577.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3578.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3579.                     if ('GET' !== $canonicalMethod) {
  3580.                         goto not_forgot_complete;
  3581.                     }
  3582.                     return array_replace($ret$this->redirect($rawPathinfo'forgot_complete'key($requiredSchemes)));
  3583.                 }
  3584.                 return $ret;
  3585.             }
  3586.             not_forgot_complete:
  3587.             // forgot_reset
  3588.             if (=== strpos($pathinfo'/forgot/reset') && preg_match('#^/forgot/reset/(?P<reset_key>[^/]++)$#sD'$pathinfo$matches)) {
  3589.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'forgot_reset']), array (  '_controller' => 'Eccube\\Controller\\ForgotController::reset',));
  3590.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3591.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3592.                     if ('GET' !== $canonicalMethod) {
  3593.                         goto not_forgot_reset;
  3594.                     }
  3595.                     return array_replace($ret$this->redirect($rawPathinfo'forgot_reset'key($requiredSchemes)));
  3596.                 }
  3597.                 return $ret;
  3598.             }
  3599.             not_forgot_reset:
  3600.         }
  3601.         elseif (=== strpos($pathinfo'/help')) {
  3602.             // help_tradelaw
  3603.             if ('/help/tradelaw' === $pathinfo) {
  3604.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::tradelaw',  '_route' => 'help_tradelaw',);
  3605.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3606.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3607.                     if ('GET' !== $canonicalMethod) {
  3608.                         goto not_help_tradelaw;
  3609.                     }
  3610.                     return array_replace($ret$this->redirect($rawPathinfo'help_tradelaw'key($requiredSchemes)));
  3611.                 }
  3612.                 return $ret;
  3613.             }
  3614.             not_help_tradelaw:
  3615.             // help_about
  3616.             if ('/help/about' === $pathinfo) {
  3617.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::about',  '_route' => 'help_about',);
  3618.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3619.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3620.                     if ('GET' !== $canonicalMethod) {
  3621.                         goto not_help_about;
  3622.                     }
  3623.                     return array_replace($ret$this->redirect($rawPathinfo'help_about'key($requiredSchemes)));
  3624.                 }
  3625.                 return $ret;
  3626.             }
  3627.             not_help_about:
  3628.             // help_agreement
  3629.             if ('/help/agreement' === $pathinfo) {
  3630.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::agreement',  '_route' => 'help_agreement',);
  3631.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3632.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3633.                     if ('GET' !== $canonicalMethod) {
  3634.                         goto not_help_agreement;
  3635.                     }
  3636.                     return array_replace($ret$this->redirect($rawPathinfo'help_agreement'key($requiredSchemes)));
  3637.                 }
  3638.                 return $ret;
  3639.             }
  3640.             not_help_agreement:
  3641.             // help_privacy
  3642.             if ('/help/privacy' === $pathinfo) {
  3643.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::privacy',  '_route' => 'help_privacy',);
  3644.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3645.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3646.                     if ('GET' !== $canonicalMethod) {
  3647.                         goto not_help_privacy;
  3648.                     }
  3649.                     return array_replace($ret$this->redirect($rawPathinfo'help_privacy'key($requiredSchemes)));
  3650.                 }
  3651.                 return $ret;
  3652.             }
  3653.             not_help_privacy:
  3654.         }
  3655.         // help_guide
  3656.         if ('/guide' === $pathinfo) {
  3657.             $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::guide',  '_route' => 'help_guide',);
  3658.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3659.             if (!isset($requiredSchemes[$context->getScheme()])) {
  3660.                 if ('GET' !== $canonicalMethod) {
  3661.                     goto not_help_guide;
  3662.                 }
  3663.                 return array_replace($ret$this->redirect($rawPathinfo'help_guide'key($requiredSchemes)));
  3664.             }
  3665.             return $ret;
  3666.         }
  3667.         not_help_guide:
  3668.         if (=== strpos($pathinfo'/install')) {
  3669.             // install
  3670.             if ('/install' === $pathinfo) {
  3671.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::index',  '_route' => 'install',);
  3672.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3673.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3674.                     if ('GET' !== $canonicalMethod) {
  3675.                         goto not_install;
  3676.                     }
  3677.                     return array_replace($ret$this->redirect($rawPathinfo'install'key($requiredSchemes)));
  3678.                 }
  3679.                 return $ret;
  3680.             }
  3681.             not_install:
  3682.             if (=== strpos($pathinfo'/install/step')) {
  3683.                 // install_step1
  3684.                 if ('/install/step1' === $pathinfo) {
  3685.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step1',  '_route' => 'install_step1',);
  3686.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3687.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3688.                         if ('GET' !== $canonicalMethod) {
  3689.                             goto not_install_step1;
  3690.                         }
  3691.                         return array_replace($ret$this->redirect($rawPathinfo'install_step1'key($requiredSchemes)));
  3692.                     }
  3693.                     return $ret;
  3694.                 }
  3695.                 not_install_step1:
  3696.                 // install_step2
  3697.                 if ('/install/step2' === $pathinfo) {
  3698.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step2',  '_route' => 'install_step2',);
  3699.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3700.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3701.                         if ('GET' !== $canonicalMethod) {
  3702.                             goto not_install_step2;
  3703.                         }
  3704.                         return array_replace($ret$this->redirect($rawPathinfo'install_step2'key($requiredSchemes)));
  3705.                     }
  3706.                     return $ret;
  3707.                 }
  3708.                 not_install_step2:
  3709.                 // install_step3
  3710.                 if ('/install/step3' === $pathinfo) {
  3711.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step3',  '_route' => 'install_step3',);
  3712.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3713.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3714.                         if ('GET' !== $canonicalMethod) {
  3715.                             goto not_install_step3;
  3716.                         }
  3717.                         return array_replace($ret$this->redirect($rawPathinfo'install_step3'key($requiredSchemes)));
  3718.                     }
  3719.                     return $ret;
  3720.                 }
  3721.                 not_install_step3:
  3722.                 // install_step4
  3723.                 if ('/install/step4' === $pathinfo) {
  3724.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step4',  '_route' => 'install_step4',);
  3725.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3726.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3727.                         if ('GET' !== $canonicalMethod) {
  3728.                             goto not_install_step4;
  3729.                         }
  3730.                         return array_replace($ret$this->redirect($rawPathinfo'install_step4'key($requiredSchemes)));
  3731.                     }
  3732.                     return $ret;
  3733.                 }
  3734.                 not_install_step4:
  3735.                 // install_step5
  3736.                 if ('/install/step5' === $pathinfo) {
  3737.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step5',  '_route' => 'install_step5',);
  3738.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3739.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3740.                         if ('GET' !== $canonicalMethod) {
  3741.                             goto not_install_step5;
  3742.                         }
  3743.                         return array_replace($ret$this->redirect($rawPathinfo'install_step5'key($requiredSchemes)));
  3744.                     }
  3745.                     return $ret;
  3746.                 }
  3747.                 not_install_step5:
  3748.             }
  3749.             // install_complete
  3750.             if ('/install/complete' === $pathinfo) {
  3751.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::complete',  '_route' => 'install_complete',);
  3752.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3753.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3754.                     if ('GET' !== $canonicalMethod) {
  3755.                         goto not_install_complete;
  3756.                     }
  3757.                     return array_replace($ret$this->redirect($rawPathinfo'install_complete'key($requiredSchemes)));
  3758.                 }
  3759.                 return $ret;
  3760.             }
  3761.             not_install_complete:
  3762.         }
  3763.         elseif (=== strpos($pathinfo'/mypage')) {
  3764.             if (=== strpos($pathinfo'/mypage/change')) {
  3765.                 // mypage_change
  3766.                 if ('/mypage/change' === $pathinfo) {
  3767.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\ChangeController::index',  '_route' => 'mypage_change',);
  3768.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3769.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3770.                         if ('GET' !== $canonicalMethod) {
  3771.                             goto not_mypage_change;
  3772.                         }
  3773.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_change'key($requiredSchemes)));
  3774.                     }
  3775.                     return $ret;
  3776.                 }
  3777.                 not_mypage_change:
  3778.                 // mypage_change_complete
  3779.                 if ('/mypage/change_complete' === $pathinfo) {
  3780.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\ChangeController::complete',  '_route' => 'mypage_change_complete',);
  3781.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3782.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3783.                         if ('GET' !== $canonicalMethod) {
  3784.                             goto not_mypage_change_complete;
  3785.                         }
  3786.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_change_complete'key($requiredSchemes)));
  3787.                     }
  3788.                     return $ret;
  3789.                 }
  3790.                 not_mypage_change_complete:
  3791.             }
  3792.             elseif (=== strpos($pathinfo'/mypage/delivery')) {
  3793.                 // mypage_delivery
  3794.                 if ('/mypage/delivery' === $pathinfo) {
  3795.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::index',  '_route' => 'mypage_delivery',);
  3796.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3797.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3798.                         if ('GET' !== $canonicalMethod) {
  3799.                             goto not_mypage_delivery;
  3800.                         }
  3801.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery'key($requiredSchemes)));
  3802.                     }
  3803.                     return $ret;
  3804.                 }
  3805.                 not_mypage_delivery:
  3806.                 // mypage_delivery_new
  3807.                 if ('/mypage/delivery/new' === $pathinfo) {
  3808.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::edit',  '_route' => 'mypage_delivery_new',);
  3809.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3810.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3811.                         if ('GET' !== $canonicalMethod) {
  3812.                             goto not_mypage_delivery_new;
  3813.                         }
  3814.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_new'key($requiredSchemes)));
  3815.                     }
  3816.                     return $ret;
  3817.                 }
  3818.                 not_mypage_delivery_new:
  3819.                 // mypage_delivery_edit
  3820.                 if (preg_match('#^/mypage/delivery/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  3821.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_delivery_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::edit',));
  3822.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3823.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3824.                         if ('GET' !== $canonicalMethod) {
  3825.                             goto not_mypage_delivery_edit;
  3826.                         }
  3827.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_edit'key($requiredSchemes)));
  3828.                     }
  3829.                     return $ret;
  3830.                 }
  3831.                 not_mypage_delivery_edit:
  3832.                 // mypage_delivery_delete
  3833.                 if (preg_match('#^/mypage/delivery/(?P<id>[^/]++)/delete$#sD'$pathinfo$matches)) {
  3834.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::delete',));
  3835.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3836.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3837.                     if (!in_array($requestMethod, ['DELETE'])) {
  3838.                         if ($hasRequiredScheme) {
  3839.                             $allow array_merge($allow, ['DELETE']);
  3840.                         }
  3841.                         goto not_mypage_delivery_delete;
  3842.                     }
  3843.                     if (!$hasRequiredScheme) {
  3844.                         if ('GET' !== $canonicalMethod) {
  3845.                             goto not_mypage_delivery_delete;
  3846.                         }
  3847.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_delete'key($requiredSchemes)));
  3848.                     }
  3849.                     return $ret;
  3850.                 }
  3851.                 not_mypage_delivery_delete:
  3852.             }
  3853.             // mypage_login
  3854.             if ('/mypage/login' === $pathinfo) {
  3855.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::login',  '_route' => 'mypage_login',);
  3856.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3857.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3858.                     if ('GET' !== $canonicalMethod) {
  3859.                         goto not_mypage_login;
  3860.                     }
  3861.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_login'key($requiredSchemes)));
  3862.                 }
  3863.                 return $ret;
  3864.             }
  3865.             not_mypage_login:
  3866.             // mypage
  3867.             if ('/mypage' === $trimmedPathinfo) {
  3868.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::index',  '_route' => 'mypage',);
  3869.                 if ('/' === substr($pathinfo, -1)) {
  3870.                     // no-op
  3871.                 } elseif ('GET' !== $canonicalMethod) {
  3872.                     goto not_mypage;
  3873.                 } else {
  3874.                     return array_replace($ret$this->redirect($rawPathinfo.'/''mypage'));
  3875.                 }
  3876.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3877.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3878.                     if ('GET' !== $canonicalMethod) {
  3879.                         goto not_mypage;
  3880.                     }
  3881.                     return array_replace($ret$this->redirect($rawPathinfo'mypage'key($requiredSchemes)));
  3882.                 }
  3883.                 return $ret;
  3884.             }
  3885.             not_mypage:
  3886.             // mypage_history
  3887.             if (=== strpos($pathinfo'/mypage/history') && preg_match('#^/mypage/history/(?P<order_no>[^/]++)$#sD'$pathinfo$matches)) {
  3888.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_history']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::history',));
  3889.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3890.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3891.                     if ('GET' !== $canonicalMethod) {
  3892.                         goto not_mypage_history;
  3893.                     }
  3894.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_history'key($requiredSchemes)));
  3895.                 }
  3896.                 return $ret;
  3897.             }
  3898.             not_mypage_history:
  3899.             // mypage_order
  3900.             if (=== strpos($pathinfo'/mypage/order') && preg_match('#^/mypage/order/(?P<order_no>[^/]++)$#sD'$pathinfo$matches)) {
  3901.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_order']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::order',));
  3902.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3903.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3904.                 if (!in_array($requestMethod, ['PUT'])) {
  3905.                     if ($hasRequiredScheme) {
  3906.                         $allow array_merge($allow, ['PUT']);
  3907.                     }
  3908.                     goto not_mypage_order;
  3909.                 }
  3910.                 if (!$hasRequiredScheme) {
  3911.                     if ('GET' !== $canonicalMethod) {
  3912.                         goto not_mypage_order;
  3913.                     }
  3914.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_order'key($requiredSchemes)));
  3915.                 }
  3916.                 return $ret;
  3917.             }
  3918.             not_mypage_order:
  3919.             if (=== strpos($pathinfo'/mypage/favorite')) {
  3920.                 // mypage_favorite
  3921.                 if ('/mypage/favorite' === $pathinfo) {
  3922.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::favorite',  '_route' => 'mypage_favorite',);
  3923.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3924.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3925.                         if ('GET' !== $canonicalMethod) {
  3926.                             goto not_mypage_favorite;
  3927.                         }
  3928.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_favorite'key($requiredSchemes)));
  3929.                     }
  3930.                     return $ret;
  3931.                 }
  3932.                 not_mypage_favorite:
  3933.                 // mypage_favorite_delete
  3934.                 if (preg_match('#^/mypage/favorite/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  3935.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_favorite_delete']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::delete',));
  3936.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3937.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3938.                     if (!in_array($requestMethod, ['DELETE'])) {
  3939.                         if ($hasRequiredScheme) {
  3940.                             $allow array_merge($allow, ['DELETE']);
  3941.                         }
  3942.                         goto not_mypage_favorite_delete;
  3943.                     }
  3944.                     if (!$hasRequiredScheme) {
  3945.                         if ('GET' !== $canonicalMethod) {
  3946.                             goto not_mypage_favorite_delete;
  3947.                         }
  3948.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_favorite_delete'key($requiredSchemes)));
  3949.                     }
  3950.                     return $ret;
  3951.                 }
  3952.                 not_mypage_favorite_delete:
  3953.             }
  3954.             elseif (=== strpos($pathinfo'/mypage/withdraw')) {
  3955.                 // mypage_withdraw
  3956.                 if ('/mypage/withdraw' === $pathinfo) {
  3957.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\WithdrawController::index',  '_route' => 'mypage_withdraw',);
  3958.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3959.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3960.                         if ('GET' !== $canonicalMethod) {
  3961.                             goto not_mypage_withdraw;
  3962.                         }
  3963.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_withdraw'key($requiredSchemes)));
  3964.                     }
  3965.                     return $ret;
  3966.                 }
  3967.                 not_mypage_withdraw:
  3968.                 // mypage_withdraw_complete
  3969.                 if ('/mypage/withdraw_complete' === $pathinfo) {
  3970.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\WithdrawController::complete',  '_route' => 'mypage_withdraw_complete',);
  3971.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3972.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3973.                         if ('GET' !== $canonicalMethod) {
  3974.                             goto not_mypage_withdraw_complete;
  3975.                         }
  3976.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_withdraw_complete'key($requiredSchemes)));
  3977.                     }
  3978.                     return $ret;
  3979.                 }
  3980.                 not_mypage_withdraw_complete:
  3981.             }
  3982.         }
  3983.         elseif (=== strpos($pathinfo'/shopping')) {
  3984.             // shopping_nonmember
  3985.             if ('/shopping/nonmember' === $pathinfo) {
  3986.                 $ret = array (  '_controller' => 'Eccube\\Controller\\NonMemberShoppingController::index',  '_route' => 'shopping_nonmember',);
  3987.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3988.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3989.                     if ('GET' !== $canonicalMethod) {
  3990.                         goto not_shopping_nonmember;
  3991.                     }
  3992.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_nonmember'key($requiredSchemes)));
  3993.                 }
  3994.                 return $ret;
  3995.             }
  3996.             not_shopping_nonmember:
  3997.             // shopping_customer
  3998.             if ('/shopping/customer' === $pathinfo) {
  3999.                 $ret = array (  '_controller' => 'Eccube\\Controller\\NonMemberShoppingController::customer',  '_route' => 'shopping_customer',);
  4000.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4001.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4002.                     if ('GET' !== $canonicalMethod) {
  4003.                         goto not_shopping_customer;
  4004.                     }
  4005.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_customer'key($requiredSchemes)));
  4006.                 }
  4007.                 return $ret;
  4008.             }
  4009.             not_shopping_customer:
  4010.             if (=== strpos($pathinfo'/shopping/shipping_multiple')) {
  4011.                 // shopping_shipping_multiple
  4012.                 if ('/shopping/shipping_multiple' === $pathinfo) {
  4013.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShippingMultipleController::index',  '_route' => 'shopping_shipping_multiple',);
  4014.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4015.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4016.                         if ('GET' !== $canonicalMethod) {
  4017.                             goto not_shopping_shipping_multiple;
  4018.                         }
  4019.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_multiple'key($requiredSchemes)));
  4020.                     }
  4021.                     return $ret;
  4022.                 }
  4023.                 not_shopping_shipping_multiple:
  4024.                 // shopping_shipping_multiple_edit
  4025.                 if ('/shopping/shipping_multiple_edit' === $pathinfo) {
  4026.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShippingMultipleController::shippingMultipleEdit',  '_route' => 'shopping_shipping_multiple_edit',);
  4027.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4028.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4029.                         if ('GET' !== $canonicalMethod) {
  4030.                             goto not_shopping_shipping_multiple_edit;
  4031.                         }
  4032.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_multiple_edit'key($requiredSchemes)));
  4033.                     }
  4034.                     return $ret;
  4035.                 }
  4036.                 not_shopping_shipping_multiple_edit:
  4037.             }
  4038.             // shopping
  4039.             if ('/shopping' === $pathinfo) {
  4040.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::index',  '_route' => 'shopping',);
  4041.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4042.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4043.                     if ('GET' !== $canonicalMethod) {
  4044.                         goto not_shopping;
  4045.                     }
  4046.                     return array_replace($ret$this->redirect($rawPathinfo'shopping'key($requiredSchemes)));
  4047.                 }
  4048.                 return $ret;
  4049.             }
  4050.             not_shopping:
  4051.             // shopping_redirect_to
  4052.             if ('/shopping/redirect_to' === $pathinfo) {
  4053.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::redirectTo',  '_route' => 'shopping_redirect_to',);
  4054.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4055.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4056.                 if (!in_array($requestMethod, ['POST'])) {
  4057.                     if ($hasRequiredScheme) {
  4058.                         $allow array_merge($allow, ['POST']);
  4059.                     }
  4060.                     goto not_shopping_redirect_to;
  4061.                 }
  4062.                 if (!$hasRequiredScheme) {
  4063.                     if ('GET' !== $canonicalMethod) {
  4064.                         goto not_shopping_redirect_to;
  4065.                     }
  4066.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_redirect_to'key($requiredSchemes)));
  4067.                 }
  4068.                 return $ret;
  4069.             }
  4070.             not_shopping_redirect_to:
  4071.             if (=== strpos($pathinfo'/shopping/c')) {
  4072.                 // shopping_confirm
  4073.                 if ('/shopping/confirm' === $pathinfo) {
  4074.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::confirm',  '_route' => 'shopping_confirm',);
  4075.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4076.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4077.                     if (!in_array($requestMethod, ['POST'])) {
  4078.                         if ($hasRequiredScheme) {
  4079.                             $allow array_merge($allow, ['POST']);
  4080.                         }
  4081.                         goto not_shopping_confirm;
  4082.                     }
  4083.                     if (!$hasRequiredScheme) {
  4084.                         if ('GET' !== $canonicalMethod) {
  4085.                             goto not_shopping_confirm;
  4086.                         }
  4087.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_confirm'key($requiredSchemes)));
  4088.                     }
  4089.                     return $ret;
  4090.                 }
  4091.                 not_shopping_confirm:
  4092.                 // shopping_complete
  4093.                 if ('/shopping/complete' === $pathinfo) {
  4094.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::complete',  '_route' => 'shopping_complete',);
  4095.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4096.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4097.                         if ('GET' !== $canonicalMethod) {
  4098.                             goto not_shopping_complete;
  4099.                         }
  4100.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_complete'key($requiredSchemes)));
  4101.                     }
  4102.                     return $ret;
  4103.                 }
  4104.                 not_shopping_complete:
  4105.                 // shopping_checkout
  4106.                 if ('/shopping/checkout' === $pathinfo) {
  4107.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::checkout',  '_route' => 'shopping_checkout',);
  4108.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4109.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4110.                     if (!in_array($requestMethod, ['POST'])) {
  4111.                         if ($hasRequiredScheme) {
  4112.                             $allow array_merge($allow, ['POST']);
  4113.                         }
  4114.                         goto not_shopping_checkout;
  4115.                     }
  4116.                     if (!$hasRequiredScheme) {
  4117.                         if ('GET' !== $canonicalMethod) {
  4118.                             goto not_shopping_checkout;
  4119.                         }
  4120.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_checkout'key($requiredSchemes)));
  4121.                     }
  4122.                     return $ret;
  4123.                 }
  4124.                 not_shopping_checkout:
  4125.             }
  4126.             elseif (=== strpos($pathinfo'/shopping/shipping')) {
  4127.                 // shopping_shipping
  4128.                 if (preg_match('#^/shopping/shipping/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4129.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'shopping_shipping']), array (  '_controller' => 'Eccube\\Controller\\ShoppingController::shipping',));
  4130.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4131.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4132.                         if ('GET' !== $canonicalMethod) {
  4133.                             goto not_shopping_shipping;
  4134.                         }
  4135.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping'key($requiredSchemes)));
  4136.                     }
  4137.                     return $ret;
  4138.                 }
  4139.                 not_shopping_shipping:
  4140.                 // shopping_shipping_edit
  4141.                 if (=== strpos($pathinfo'/shopping/shipping_edit') && preg_match('#^/shopping/shipping_edit/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4142.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'shopping_shipping_edit']), array (  '_controller' => 'Eccube\\Controller\\ShoppingController::shippingEdit',));
  4143.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4144.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4145.                         if ('GET' !== $canonicalMethod) {
  4146.                             goto not_shopping_shipping_edit;
  4147.                         }
  4148.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_edit'key($requiredSchemes)));
  4149.                     }
  4150.                     return $ret;
  4151.                 }
  4152.                 not_shopping_shipping_edit:
  4153.             }
  4154.             // shopping_login
  4155.             if ('/shopping/login' === $pathinfo) {
  4156.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::login',  '_route' => 'shopping_login',);
  4157.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4158.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4159.                     if ('GET' !== $canonicalMethod) {
  4160.                         goto not_shopping_login;
  4161.                     }
  4162.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_login'key($requiredSchemes)));
  4163.                 }
  4164.                 return $ret;
  4165.             }
  4166.             not_shopping_login:
  4167.             // shopping_error
  4168.             if ('/shopping/error' === $pathinfo) {
  4169.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::error',  '_route' => 'shopping_error',);
  4170.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4171.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4172.                     if ('GET' !== $canonicalMethod) {
  4173.                         goto not_shopping_error;
  4174.                     }
  4175.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_error'key($requiredSchemes)));
  4176.                 }
  4177.                 return $ret;
  4178.             }
  4179.             not_shopping_error:
  4180.         }
  4181.         elseif (=== strpos($pathinfo'/shoecare')) {
  4182.             // shoecare
  4183.             if ('/shoecare' === $pathinfo) {
  4184.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoecareController::index',  '_route' => 'shoecare',);
  4185.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4186.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4187.                     if ('GET' !== $canonicalMethod) {
  4188.                         goto not_shoecare;
  4189.                     }
  4190.                     return array_replace($ret$this->redirect($rawPathinfo'shoecare'key($requiredSchemes)));
  4191.                 }
  4192.                 return $ret;
  4193.             }
  4194.             not_shoecare:
  4195.             // shoecare_content
  4196.             if ('/shoecare/content' === $pathinfo) {
  4197.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoecareController::content',  '_route' => 'shoecare_content',);
  4198.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4199.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4200.                     if ('GET' !== $canonicalMethod) {
  4201.                         goto not_shoecare_content;
  4202.                     }
  4203.                     return array_replace($ret$this->redirect($rawPathinfo'shoecare_content'key($requiredSchemes)));
  4204.                 }
  4205.                 return $ret;
  4206.             }
  4207.             not_shoecare_content:
  4208.         }
  4209.         // homepage
  4210.         if ('' === $trimmedPathinfo) {
  4211.             $ret = array (  '_controller' => 'Eccube\\Controller\\TopController::index',  '_route' => 'homepage',);
  4212.             if ('/' === substr($pathinfo, -1)) {
  4213.                 // no-op
  4214.             } elseif ('GET' !== $canonicalMethod) {
  4215.                 goto not_homepage;
  4216.             } else {
  4217.                 return array_replace($ret$this->redirect($rawPathinfo.'/''homepage'));
  4218.             }
  4219.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4220.             if (!isset($requiredSchemes[$context->getScheme()])) {
  4221.                 if ('GET' !== $canonicalMethod) {
  4222.                     goto not_homepage;
  4223.                 }
  4224.                 return array_replace($ret$this->redirect($rawPathinfo'homepage'key($requiredSchemes)));
  4225.             }
  4226.             return $ret;
  4227.         }
  4228.         not_homepage:
  4229.         // user_data
  4230.         if (preg_match('#^/(?P<route>([0-9a-zA-Z_\\-]+\\/?)+(?<!\\/))$#sD'$pathinfo$matches)) {
  4231.             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'user_data']), array (  '_controller' => 'Eccube\\Controller\\UserDataController::index',));
  4232.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4233.             if (!isset($requiredSchemes[$context->getScheme()])) {
  4234.                 if ('GET' !== $canonicalMethod) {
  4235.                     goto not_user_data;
  4236.                 }
  4237.                 return array_replace($ret$this->redirect($rawPathinfo'user_data'key($requiredSchemes)));
  4238.             }
  4239.             return $ret;
  4240.         }
  4241.         not_user_data:
  4242.         // admin_logout
  4243.         if ('/administrator/logout' === $pathinfo) {
  4244.             $ret = ['_route' => 'admin_logout'];
  4245.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4246.             if (!isset($requiredSchemes[$context->getScheme()])) {
  4247.                 if ('GET' !== $canonicalMethod) {
  4248.                     goto not_admin_logout;
  4249.                 }
  4250.                 return array_replace($ret$this->redirect($rawPathinfo'admin_logout'key($requiredSchemes)));
  4251.             }
  4252.             return $ret;
  4253.         }
  4254.         not_admin_logout:
  4255.         // logout
  4256.         if ('/logout' === $pathinfo) {
  4257.             $ret = ['_route' => 'logout'];
  4258.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4259.             if (!isset($requiredSchemes[$context->getScheme()])) {
  4260.                 if ('GET' !== $canonicalMethod) {
  4261.                     goto not_logout;
  4262.                 }
  4263.                 return array_replace($ret$this->redirect($rawPathinfo'logout'key($requiredSchemes)));
  4264.             }
  4265.             return $ret;
  4266.         }
  4267.         not_logout:
  4268.         if ('/' === $pathinfo && !$allow) {
  4269.             throw new Symfony\Component\Routing\Exception\NoConfigurationException();
  4270.         }
  4271.         throw count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
  4272.     }
  4273. }