var/cache/dev/EccubeDevDebugProjectContainerUrlMatcher.php line 6111

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'/c')) {
  196.             if (=== strpos($pathinfo'/cpadmin')) {
  197.                 // admin_login
  198.                 if ('/cpadmin/login' === $pathinfo) {
  199.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::login',  '_route' => 'admin_login',);
  200.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  201.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  202.                         if ('GET' !== $canonicalMethod) {
  203.                             goto not_admin_login;
  204.                         }
  205.                         return array_replace($ret$this->redirect($rawPathinfo'admin_login'key($requiredSchemes)));
  206.                     }
  207.                     return $ret;
  208.                 }
  209.                 not_admin_login:
  210.                 // admin_homepage
  211.                 if ('/cpadmin' === $trimmedPathinfo) {
  212.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::index',  '_route' => 'admin_homepage',);
  213.                     if ('/' === substr($pathinfo, -1)) {
  214.                         // no-op
  215.                     } elseif ('GET' !== $canonicalMethod) {
  216.                         goto not_admin_homepage;
  217.                     } else {
  218.                         return array_replace($ret$this->redirect($rawPathinfo.'/''admin_homepage'));
  219.                     }
  220.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  221.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  222.                         if ('GET' !== $canonicalMethod) {
  223.                             goto not_admin_homepage;
  224.                         }
  225.                         return array_replace($ret$this->redirect($rawPathinfo'admin_homepage'key($requiredSchemes)));
  226.                     }
  227.                     return $ret;
  228.                 }
  229.                 not_admin_homepage:
  230.                 if (=== strpos($pathinfo'/cpadmin/s')) {
  231.                     // admin_homepage_sale
  232.                     if ('/cpadmin/sale_chart' === $pathinfo) {
  233.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::sale',  '_route' => 'admin_homepage_sale',);
  234.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  235.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  236.                             if ('GET' !== $canonicalMethod) {
  237.                                 goto not_admin_homepage_sale;
  238.                             }
  239.                             return array_replace($ret$this->redirect($rawPathinfo'admin_homepage_sale'key($requiredSchemes)));
  240.                         }
  241.                         return $ret;
  242.                     }
  243.                     not_admin_homepage_sale:
  244.                     if (=== strpos($pathinfo'/cpadmin/se')) {
  245.                         // admin_homepage_nonstock
  246.                         if ('/cpadmin/search_nonstock' === $pathinfo) {
  247.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::searchNonStockProducts',  '_route' => 'admin_homepage_nonstock',);
  248.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  249.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  250.                                 if ('GET' !== $canonicalMethod) {
  251.                                     goto not_admin_homepage_nonstock;
  252.                                 }
  253.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_homepage_nonstock'key($requiredSchemes)));
  254.                             }
  255.                             return $ret;
  256.                         }
  257.                         not_admin_homepage_nonstock:
  258.                         // admin_homepage_customer
  259.                         if ('/cpadmin/search_customer' === $pathinfo) {
  260.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::searchCustomer',  '_route' => 'admin_homepage_customer',);
  261.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  262.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  263.                                 if ('GET' !== $canonicalMethod) {
  264.                                     goto not_admin_homepage_customer;
  265.                                 }
  266.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_homepage_customer'key($requiredSchemes)));
  267.                             }
  268.                             return $ret;
  269.                         }
  270.                         not_admin_homepage_customer:
  271.                         if (=== strpos($pathinfo'/cpadmin/setting')) {
  272.                             if (=== strpos($pathinfo'/cpadmin/setting/shop')) {
  273.                                 // admin_setting_shop_csv
  274.                                 if (=== strpos($pathinfo'/cpadmin/setting/shop/csv') && preg_match('#^/cpadmin/setting/shop/csv(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  275.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_csv']), array (  'id' => 3,  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController::index',));
  276.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  277.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  278.                                         if ('GET' !== $canonicalMethod) {
  279.                                             goto not_admin_setting_shop_csv;
  280.                                         }
  281.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_csv'key($requiredSchemes)));
  282.                                     }
  283.                                     return $ret;
  284.                                 }
  285.                                 not_admin_setting_shop_csv:
  286.                                 if (=== strpos($pathinfo'/cpadmin/setting/shop/delivery')) {
  287.                                     // admin_setting_shop_delivery
  288.                                     if ('/cpadmin/setting/shop/delivery' === $pathinfo) {
  289.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::index',  '_route' => 'admin_setting_shop_delivery',);
  290.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  291.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  292.                                             if ('GET' !== $canonicalMethod) {
  293.                                                 goto not_admin_setting_shop_delivery;
  294.                                             }
  295.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery'key($requiredSchemes)));
  296.                                         }
  297.                                         return $ret;
  298.                                     }
  299.                                     not_admin_setting_shop_delivery:
  300.                                     // admin_setting_shop_delivery_new
  301.                                     if ('/cpadmin/setting/shop/delivery/new' === $pathinfo) {
  302.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::edit',  '_route' => 'admin_setting_shop_delivery_new',);
  303.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  304.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  305.                                             if ('GET' !== $canonicalMethod) {
  306.                                                 goto not_admin_setting_shop_delivery_new;
  307.                                             }
  308.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_new'key($requiredSchemes)));
  309.                                         }
  310.                                         return $ret;
  311.                                     }
  312.                                     not_admin_setting_shop_delivery_new:
  313.                                     // admin_setting_shop_delivery_edit
  314.                                     if (preg_match('#^/cpadmin/setting/shop/delivery/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  315.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_delivery_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::edit',));
  316.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  317.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  318.                                             if ('GET' !== $canonicalMethod) {
  319.                                                 goto not_admin_setting_shop_delivery_edit;
  320.                                             }
  321.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_edit'key($requiredSchemes)));
  322.                                         }
  323.                                         return $ret;
  324.                                     }
  325.                                     not_admin_setting_shop_delivery_edit:
  326.                                     // admin_setting_shop_delivery_delete
  327.                                     if (preg_match('#^/cpadmin/setting/shop/delivery/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  328.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::delete',));
  329.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  330.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  331.                                         if (!in_array($requestMethod, ['DELETE'])) {
  332.                                             if ($hasRequiredScheme) {
  333.                                                 $allow array_merge($allow, ['DELETE']);
  334.                                             }
  335.                                             goto not_admin_setting_shop_delivery_delete;
  336.                                         }
  337.                                         if (!$hasRequiredScheme) {
  338.                                             if ('GET' !== $canonicalMethod) {
  339.                                                 goto not_admin_setting_shop_delivery_delete;
  340.                                             }
  341.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_delete'key($requiredSchemes)));
  342.                                         }
  343.                                         return $ret;
  344.                                     }
  345.                                     not_admin_setting_shop_delivery_delete:
  346.                                     // admin_setting_shop_delivery_visibility
  347.                                     if (preg_match('#^/cpadmin/setting/shop/delivery/(?P<id>\\d+)/visibility$#sD'$pathinfo$matches)) {
  348.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_delivery_visibility']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::visibility',));
  349.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  350.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  351.                                         if (!in_array($requestMethod, ['PUT'])) {
  352.                                             if ($hasRequiredScheme) {
  353.                                                 $allow array_merge($allow, ['PUT']);
  354.                                             }
  355.                                             goto not_admin_setting_shop_delivery_visibility;
  356.                                         }
  357.                                         if (!$hasRequiredScheme) {
  358.                                             if ('GET' !== $canonicalMethod) {
  359.                                                 goto not_admin_setting_shop_delivery_visibility;
  360.                                             }
  361.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_visibility'key($requiredSchemes)));
  362.                                         }
  363.                                         return $ret;
  364.                                     }
  365.                                     not_admin_setting_shop_delivery_visibility:
  366.                                     // admin_setting_shop_delivery_sort_no_move
  367.                                     if ('/cpadmin/setting/shop/delivery/sort_no/move' === $pathinfo) {
  368.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::moveSortNo',  '_route' => 'admin_setting_shop_delivery_sort_no_move',);
  369.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  370.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  371.                                         if (!in_array($requestMethod, ['POST'])) {
  372.                                             if ($hasRequiredScheme) {
  373.                                                 $allow array_merge($allow, ['POST']);
  374.                                             }
  375.                                             goto not_admin_setting_shop_delivery_sort_no_move;
  376.                                         }
  377.                                         if (!$hasRequiredScheme) {
  378.                                             if ('GET' !== $canonicalMethod) {
  379.                                                 goto not_admin_setting_shop_delivery_sort_no_move;
  380.                                             }
  381.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_sort_no_move'key($requiredSchemes)));
  382.                                         }
  383.                                         return $ret;
  384.                                     }
  385.                                     not_admin_setting_shop_delivery_sort_no_move:
  386.                                 }
  387.                                 elseif (=== strpos($pathinfo'/cpadmin/setting/shop/mail')) {
  388.                                     // admin_setting_shop_mail
  389.                                     if ('/cpadmin/setting/shop/mail' === $pathinfo) {
  390.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController::index',  '_route' => 'admin_setting_shop_mail',);
  391.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  392.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  393.                                             if ('GET' !== $canonicalMethod) {
  394.                                                 goto not_admin_setting_shop_mail;
  395.                                             }
  396.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_mail'key($requiredSchemes)));
  397.                                         }
  398.                                         return $ret;
  399.                                     }
  400.                                     not_admin_setting_shop_mail:
  401.                                     // admin_setting_shop_mail_edit
  402.                                     if (preg_match('#^/cpadmin/setting/shop/mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  403.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_mail_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController::index',));
  404.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  405.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  406.                                             if ('GET' !== $canonicalMethod) {
  407.                                                 goto not_admin_setting_shop_mail_edit;
  408.                                             }
  409.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_mail_edit'key($requiredSchemes)));
  410.                                         }
  411.                                         return $ret;
  412.                                     }
  413.                                     not_admin_setting_shop_mail_edit:
  414.                                     // admin_setting_shop_mail_preview
  415.                                     if ('/cpadmin/setting/shop/mail/preview' === $pathinfo) {
  416.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController::preview',  '_route' => 'admin_setting_shop_mail_preview',);
  417.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  418.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  419.                                             if ('GET' !== $canonicalMethod) {
  420.                                                 goto not_admin_setting_shop_mail_preview;
  421.                                             }
  422.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_mail_preview'key($requiredSchemes)));
  423.                                         }
  424.                                         return $ret;
  425.                                     }
  426.                                     not_admin_setting_shop_mail_preview:
  427.                                 }
  428.                                 elseif (=== strpos($pathinfo'/cpadmin/setting/shop/payment')) {
  429.                                     // admin_setting_shop_payment
  430.                                     if ('/cpadmin/setting/shop/payment' === $pathinfo) {
  431.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::index',  '_route' => 'admin_setting_shop_payment',);
  432.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  433.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  434.                                             if ('GET' !== $canonicalMethod) {
  435.                                                 goto not_admin_setting_shop_payment;
  436.                                             }
  437.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment'key($requiredSchemes)));
  438.                                         }
  439.                                         return $ret;
  440.                                     }
  441.                                     not_admin_setting_shop_payment:
  442.                                     // admin_setting_shop_payment_new
  443.                                     if ('/cpadmin/setting/shop/payment/new' === $pathinfo) {
  444.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::edit',  '_route' => 'admin_setting_shop_payment_new',);
  445.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  446.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  447.                                             if ('GET' !== $canonicalMethod) {
  448.                                                 goto not_admin_setting_shop_payment_new;
  449.                                             }
  450.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_new'key($requiredSchemes)));
  451.                                         }
  452.                                         return $ret;
  453.                                     }
  454.                                     not_admin_setting_shop_payment_new:
  455.                                     // admin_setting_shop_payment_edit
  456.                                     if (preg_match('#^/cpadmin/setting/shop/payment/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  457.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_payment_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::edit',));
  458.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  459.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  460.                                             if ('GET' !== $canonicalMethod) {
  461.                                                 goto not_admin_setting_shop_payment_edit;
  462.                                             }
  463.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_edit'key($requiredSchemes)));
  464.                                         }
  465.                                         return $ret;
  466.                                     }
  467.                                     not_admin_setting_shop_payment_edit:
  468.                                     // admin_payment_image_add
  469.                                     if ('/cpadmin/setting/shop/payment/image/add' === $pathinfo) {
  470.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::imageAdd',  '_route' => 'admin_payment_image_add',);
  471.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  472.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  473.                                             if ('GET' !== $canonicalMethod) {
  474.                                                 goto not_admin_payment_image_add;
  475.                                             }
  476.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_payment_image_add'key($requiredSchemes)));
  477.                                         }
  478.                                         return $ret;
  479.                                     }
  480.                                     not_admin_payment_image_add:
  481.                                     // admin_setting_shop_payment_delete
  482.                                     if (preg_match('#^/cpadmin/setting/shop/payment/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  483.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_payment_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::delete',));
  484.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  485.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  486.                                         if (!in_array($requestMethod, ['DELETE'])) {
  487.                                             if ($hasRequiredScheme) {
  488.                                                 $allow array_merge($allow, ['DELETE']);
  489.                                             }
  490.                                             goto not_admin_setting_shop_payment_delete;
  491.                                         }
  492.                                         if (!$hasRequiredScheme) {
  493.                                             if ('GET' !== $canonicalMethod) {
  494.                                                 goto not_admin_setting_shop_payment_delete;
  495.                                             }
  496.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_delete'key($requiredSchemes)));
  497.                                         }
  498.                                         return $ret;
  499.                                     }
  500.                                     not_admin_setting_shop_payment_delete:
  501.                                     // admin_setting_shop_payment_visible
  502.                                     if (preg_match('#^/cpadmin/setting/shop/payment/(?P<id>\\d+)/visible$#sD'$pathinfo$matches)) {
  503.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_payment_visible']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::visible',));
  504.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  505.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  506.                                         if (!in_array($requestMethod, ['PUT'])) {
  507.                                             if ($hasRequiredScheme) {
  508.                                                 $allow array_merge($allow, ['PUT']);
  509.                                             }
  510.                                             goto not_admin_setting_shop_payment_visible;
  511.                                         }
  512.                                         if (!$hasRequiredScheme) {
  513.                                             if ('GET' !== $canonicalMethod) {
  514.                                                 goto not_admin_setting_shop_payment_visible;
  515.                                             }
  516.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_visible'key($requiredSchemes)));
  517.                                         }
  518.                                         return $ret;
  519.                                     }
  520.                                     not_admin_setting_shop_payment_visible:
  521.                                     // admin_setting_shop_payment_sort_no_move
  522.                                     if ('/cpadmin/setting/shop/payment/sort_no/move' === $pathinfo) {
  523.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::moveSortNo',  '_route' => 'admin_setting_shop_payment_sort_no_move',);
  524.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  525.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  526.                                         if (!in_array($requestMethod, ['POST'])) {
  527.                                             if ($hasRequiredScheme) {
  528.                                                 $allow array_merge($allow, ['POST']);
  529.                                             }
  530.                                             goto not_admin_setting_shop_payment_sort_no_move;
  531.                                         }
  532.                                         if (!$hasRequiredScheme) {
  533.                                             if ('GET' !== $canonicalMethod) {
  534.                                                 goto not_admin_setting_shop_payment_sort_no_move;
  535.                                             }
  536.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_sort_no_move'key($requiredSchemes)));
  537.                                         }
  538.                                         return $ret;
  539.                                     }
  540.                                     not_admin_setting_shop_payment_sort_no_move:
  541.                                 }
  542.                                 // admin_setting_shop
  543.                                 if ('/cpadmin/setting/shop' === $pathinfo) {
  544.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController::index',  '_route' => 'admin_setting_shop',);
  545.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  546.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  547.                                         if ('GET' !== $canonicalMethod) {
  548.                                             goto not_admin_setting_shop;
  549.                                         }
  550.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop'key($requiredSchemes)));
  551.                                     }
  552.                                     return $ret;
  553.                                 }
  554.                                 not_admin_setting_shop:
  555.                                 if (=== strpos($pathinfo'/cpadmin/setting/shop/tax')) {
  556.                                     // admin_setting_shop_tax
  557.                                     if ('/cpadmin/setting/shop/tax' === $pathinfo) {
  558.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController::index',  '_route' => 'admin_setting_shop_tax',);
  559.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  560.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  561.                                             if ('GET' !== $canonicalMethod) {
  562.                                                 goto not_admin_setting_shop_tax;
  563.                                             }
  564.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_tax'key($requiredSchemes)));
  565.                                         }
  566.                                         return $ret;
  567.                                     }
  568.                                     not_admin_setting_shop_tax:
  569.                                     // admin_setting_shop_tax_new
  570.                                     if ('/cpadmin/setting/shop/tax/new' === $pathinfo) {
  571.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController::index',  '_route' => 'admin_setting_shop_tax_new',);
  572.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  573.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  574.                                             if ('GET' !== $canonicalMethod) {
  575.                                                 goto not_admin_setting_shop_tax_new;
  576.                                             }
  577.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_tax_new'key($requiredSchemes)));
  578.                                         }
  579.                                         return $ret;
  580.                                     }
  581.                                     not_admin_setting_shop_tax_new:
  582.                                     // admin_setting_shop_tax_delete
  583.                                     if (preg_match('#^/cpadmin/setting/shop/tax/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  584.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_tax_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController::delete',));
  585.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  586.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  587.                                         if (!in_array($requestMethod, ['DELETE'])) {
  588.                                             if ($hasRequiredScheme) {
  589.                                                 $allow array_merge($allow, ['DELETE']);
  590.                                             }
  591.                                             goto not_admin_setting_shop_tax_delete;
  592.                                         }
  593.                                         if (!$hasRequiredScheme) {
  594.                                             if ('GET' !== $canonicalMethod) {
  595.                                                 goto not_admin_setting_shop_tax_delete;
  596.                                             }
  597.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_tax_delete'key($requiredSchemes)));
  598.                                         }
  599.                                         return $ret;
  600.                                     }
  601.                                     not_admin_setting_shop_tax_delete:
  602.                                 }
  603.                             }
  604.                             elseif (=== strpos($pathinfo'/cpadmin/setting/system')) {
  605.                                 // admin_setting_system_authority
  606.                                 if ('/cpadmin/setting/system/authority' === $pathinfo) {
  607.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController::index',  '_route' => 'admin_setting_system_authority',);
  608.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  609.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  610.                                         if ('GET' !== $canonicalMethod) {
  611.                                             goto not_admin_setting_system_authority;
  612.                                         }
  613.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_authority'key($requiredSchemes)));
  614.                                     }
  615.                                     return $ret;
  616.                                 }
  617.                                 not_admin_setting_system_authority:
  618.                                 // admin_setting_system_log
  619.                                 if ('/cpadmin/setting/system/log' === $pathinfo) {
  620.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\LogController::index',  '_route' => 'admin_setting_system_log',);
  621.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  622.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  623.                                         if ('GET' !== $canonicalMethod) {
  624.                                             goto not_admin_setting_system_log;
  625.                                         }
  626.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_log'key($requiredSchemes)));
  627.                                     }
  628.                                     return $ret;
  629.                                 }
  630.                                 not_admin_setting_system_log:
  631.                                 if (=== strpos($pathinfo'/cpadmin/setting/system/masterdata')) {
  632.                                     // admin_setting_system_masterdata
  633.                                     if ('/cpadmin/setting/system/masterdata' === $pathinfo) {
  634.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::index',  '_route' => 'admin_setting_system_masterdata',);
  635.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  636.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  637.                                             if ('GET' !== $canonicalMethod) {
  638.                                                 goto not_admin_setting_system_masterdata;
  639.                                             }
  640.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata'key($requiredSchemes)));
  641.                                         }
  642.                                         return $ret;
  643.                                     }
  644.                                     not_admin_setting_system_masterdata:
  645.                                     // admin_setting_system_masterdata_view
  646.                                     if (preg_match('#^/cpadmin/setting/system/masterdata/(?P<entity>[^/]++)/edit$#sD'$pathinfo$matches)) {
  647.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_masterdata_view']), array (  'entity' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::index',));
  648.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  649.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  650.                                             if ('GET' !== $canonicalMethod) {
  651.                                                 goto not_admin_setting_system_masterdata_view;
  652.                                             }
  653.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata_view'key($requiredSchemes)));
  654.                                         }
  655.                                         return $ret;
  656.                                     }
  657.                                     not_admin_setting_system_masterdata_view:
  658.                                     // admin_setting_system_masterdata_edit
  659.                                     if ('/cpadmin/setting/system/masterdata/edit' === $pathinfo) {
  660.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::edit',  '_route' => 'admin_setting_system_masterdata_edit',);
  661.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  662.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  663.                                             if ('GET' !== $canonicalMethod) {
  664.                                                 goto not_admin_setting_system_masterdata_edit;
  665.                                             }
  666.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata_edit'key($requiredSchemes)));
  667.                                         }
  668.                                         return $ret;
  669.                                     }
  670.                                     not_admin_setting_system_masterdata_edit:
  671.                                 }
  672.                                 elseif (=== strpos($pathinfo'/cpadmin/setting/system/member')) {
  673.                                     // admin_setting_system_member
  674.                                     if ('/cpadmin/setting/system/member' === $pathinfo) {
  675.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::index',  '_route' => 'admin_setting_system_member',);
  676.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  677.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  678.                                             if ('GET' !== $canonicalMethod) {
  679.                                                 goto not_admin_setting_system_member;
  680.                                             }
  681.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member'key($requiredSchemes)));
  682.                                         }
  683.                                         return $ret;
  684.                                     }
  685.                                     not_admin_setting_system_member:
  686.                                     // admin_setting_system_member_new
  687.                                     if ('/cpadmin/setting/system/member/new' === $pathinfo) {
  688.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::create',  '_route' => 'admin_setting_system_member_new',);
  689.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  690.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  691.                                             if ('GET' !== $canonicalMethod) {
  692.                                                 goto not_admin_setting_system_member_new;
  693.                                             }
  694.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_new'key($requiredSchemes)));
  695.                                         }
  696.                                         return $ret;
  697.                                     }
  698.                                     not_admin_setting_system_member_new:
  699.                                     // admin_setting_system_member_edit
  700.                                     if (preg_match('#^/cpadmin/setting/system/member/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  701.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::edit',));
  702.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  703.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  704.                                             if ('GET' !== $canonicalMethod) {
  705.                                                 goto not_admin_setting_system_member_edit;
  706.                                             }
  707.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_edit'key($requiredSchemes)));
  708.                                         }
  709.                                         return $ret;
  710.                                     }
  711.                                     not_admin_setting_system_member_edit:
  712.                                     // admin_setting_system_member_up
  713.                                     if (preg_match('#^/cpadmin/setting/system/member/(?P<id>\\d+)/up$#sD'$pathinfo$matches)) {
  714.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_up']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::up',));
  715.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  716.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  717.                                         if (!in_array($requestMethod, ['PUT'])) {
  718.                                             if ($hasRequiredScheme) {
  719.                                                 $allow array_merge($allow, ['PUT']);
  720.                                             }
  721.                                             goto not_admin_setting_system_member_up;
  722.                                         }
  723.                                         if (!$hasRequiredScheme) {
  724.                                             if ('GET' !== $canonicalMethod) {
  725.                                                 goto not_admin_setting_system_member_up;
  726.                                             }
  727.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_up'key($requiredSchemes)));
  728.                                         }
  729.                                         return $ret;
  730.                                     }
  731.                                     not_admin_setting_system_member_up:
  732.                                     // admin_setting_system_member_down
  733.                                     if (preg_match('#^/cpadmin/setting/system/member/(?P<id>\\d+)/down$#sD'$pathinfo$matches)) {
  734.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_down']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::down',));
  735.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  736.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  737.                                         if (!in_array($requestMethod, ['PUT'])) {
  738.                                             if ($hasRequiredScheme) {
  739.                                                 $allow array_merge($allow, ['PUT']);
  740.                                             }
  741.                                             goto not_admin_setting_system_member_down;
  742.                                         }
  743.                                         if (!$hasRequiredScheme) {
  744.                                             if ('GET' !== $canonicalMethod) {
  745.                                                 goto not_admin_setting_system_member_down;
  746.                                             }
  747.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_down'key($requiredSchemes)));
  748.                                         }
  749.                                         return $ret;
  750.                                     }
  751.                                     not_admin_setting_system_member_down:
  752.                                     // admin_setting_system_member_delete
  753.                                     if (preg_match('#^/cpadmin/setting/system/member/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  754.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::delete',));
  755.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  756.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  757.                                         if (!in_array($requestMethod, ['DELETE'])) {
  758.                                             if ($hasRequiredScheme) {
  759.                                                 $allow array_merge($allow, ['DELETE']);
  760.                                             }
  761.                                             goto not_admin_setting_system_member_delete;
  762.                                         }
  763.                                         if (!$hasRequiredScheme) {
  764.                                             if ('GET' !== $canonicalMethod) {
  765.                                                 goto not_admin_setting_system_member_delete;
  766.                                             }
  767.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_delete'key($requiredSchemes)));
  768.                                         }
  769.                                         return $ret;
  770.                                     }
  771.                                     not_admin_setting_system_member_delete:
  772.                                 }
  773.                                 // admin_setting_system_security
  774.                                 if ('/cpadmin/setting/system/security' === $pathinfo) {
  775.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController::index',  '_route' => 'admin_setting_system_security',);
  776.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  777.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  778.                                         if ('GET' !== $canonicalMethod) {
  779.                                             goto not_admin_setting_system_security;
  780.                                         }
  781.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_security'key($requiredSchemes)));
  782.                                     }
  783.                                     return $ret;
  784.                                 }
  785.                                 not_admin_setting_system_security:
  786.                                 if (=== strpos($pathinfo'/cpadmin/setting/system/system')) {
  787.                                     // admin_setting_system_system
  788.                                     if ('/cpadmin/setting/system/system' === $pathinfo) {
  789.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SystemController::index',  '_route' => 'admin_setting_system_system',);
  790.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  791.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  792.                                             if ('GET' !== $canonicalMethod) {
  793.                                                 goto not_admin_setting_system_system;
  794.                                             }
  795.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_system'key($requiredSchemes)));
  796.                                         }
  797.                                         return $ret;
  798.                                     }
  799.                                     not_admin_setting_system_system:
  800.                                     // admin_setting_system_system_phpinfo
  801.                                     if ('/cpadmin/setting/system/system/phpinfo' === $pathinfo) {
  802.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SystemController::phpinfo',  '_route' => 'admin_setting_system_system_phpinfo',);
  803.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  804.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  805.                                             if ('GET' !== $canonicalMethod) {
  806.                                                 goto not_admin_setting_system_system_phpinfo;
  807.                                             }
  808.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_system_phpinfo'key($requiredSchemes)));
  809.                                         }
  810.                                         return $ret;
  811.                                     }
  812.                                     not_admin_setting_system_system_phpinfo:
  813.                                 }
  814.                             }
  815.                             // admin_setting_customerrank
  816.                             if ('/cpadmin/setting/customer_rank' === $pathinfo) {
  817.                                 $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\ConfigController::index',  '_route' => 'admin_setting_customerrank',);
  818.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  819.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  820.                                     if ('GET' !== $canonicalMethod) {
  821.                                         goto not_admin_setting_customerrank;
  822.                                     }
  823.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_customerrank'key($requiredSchemes)));
  824.                                 }
  825.                                 return $ret;
  826.                             }
  827.                             not_admin_setting_customerrank:
  828.                         }
  829.                     }
  830.                     elseif (=== strpos($pathinfo'/cpadmin/shipping')) {
  831.                         // admin_shipping_update_order_status
  832.                         if (preg_match('#^/cpadmin/shipping/(?P<id>\\d+)/order_status$#sD'$pathinfo$matches)) {
  833.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_update_order_status']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::updateOrderStatus',));
  834.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  835.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  836.                             if (!in_array($requestMethod, ['PUT'])) {
  837.                                 if ($hasRequiredScheme) {
  838.                                     $allow array_merge($allow, ['PUT']);
  839.                                 }
  840.                                 goto not_admin_shipping_update_order_status;
  841.                             }
  842.                             if (!$hasRequiredScheme) {
  843.                                 if ('GET' !== $canonicalMethod) {
  844.                                     goto not_admin_shipping_update_order_status;
  845.                                 }
  846.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_update_order_status'key($requiredSchemes)));
  847.                             }
  848.                             return $ret;
  849.                         }
  850.                         not_admin_shipping_update_order_status:
  851.                         // admin_shipping_update_tracking_number
  852.                         if (preg_match('#^/cpadmin/shipping/(?P<id>\\d+)/tracking_number$#sD'$pathinfo$matches)) {
  853.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_update_tracking_number']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::updateTrackingNumber',));
  854.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  855.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  856.                             if (!in_array($requestMethod, ['PUT'])) {
  857.                                 if ($hasRequiredScheme) {
  858.                                     $allow array_merge($allow, ['PUT']);
  859.                                 }
  860.                                 goto not_admin_shipping_update_tracking_number;
  861.                             }
  862.                             if (!$hasRequiredScheme) {
  863.                                 if ('GET' !== $canonicalMethod) {
  864.                                     goto not_admin_shipping_update_tracking_number;
  865.                                 }
  866.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_update_tracking_number'key($requiredSchemes)));
  867.                             }
  868.                             return $ret;
  869.                         }
  870.                         not_admin_shipping_update_tracking_number:
  871.                         // admin_shipping_edit
  872.                         if (preg_match('#^/cpadmin/shipping/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  873.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::index',));
  874.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  875.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  876.                                 if ('GET' !== $canonicalMethod) {
  877.                                     goto not_admin_shipping_edit;
  878.                                 }
  879.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_edit'key($requiredSchemes)));
  880.                             }
  881.                             return $ret;
  882.                         }
  883.                         not_admin_shipping_edit:
  884.                         // admin_shipping_preview_notify_mail
  885.                         if (=== strpos($pathinfo'/cpadmin/shipping/preview_notify_mail') && preg_match('#^/cpadmin/shipping/preview_notify_mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  886.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_preview_notify_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::previewShippingNotifyMail',));
  887.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  888.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  889.                                 if ('GET' !== $canonicalMethod) {
  890.                                     goto not_admin_shipping_preview_notify_mail;
  891.                                 }
  892.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_preview_notify_mail'key($requiredSchemes)));
  893.                             }
  894.                             return $ret;
  895.                         }
  896.                         not_admin_shipping_preview_notify_mail:
  897.                         // admin_shipping_notify_mail
  898.                         if (=== strpos($pathinfo'/cpadmin/shipping/notify_mail') && preg_match('#^/cpadmin/shipping/notify_mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  899.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_notify_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::notifyMail',));
  900.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  901.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  902.                             if (!in_array($requestMethod, ['PUT'])) {
  903.                                 if ($hasRequiredScheme) {
  904.                                     $allow array_merge($allow, ['PUT']);
  905.                                 }
  906.                                 goto not_admin_shipping_notify_mail;
  907.                             }
  908.                             if (!$hasRequiredScheme) {
  909.                                 if ('GET' !== $canonicalMethod) {
  910.                                     goto not_admin_shipping_notify_mail;
  911.                                 }
  912.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_notify_mail'key($requiredSchemes)));
  913.                             }
  914.                             return $ret;
  915.                         }
  916.                         not_admin_shipping_notify_mail:
  917.                     }
  918.                     elseif (=== strpos($pathinfo'/cpadmin/sheeb_dlc/con')) {
  919.                         // admin_sheeb_dlc_content_add
  920.                         if ('/cpadmin/sheeb_dlc/content/add' === $pathinfo) {
  921.                             $ret = array (  '_controller' => 'Plugin\\SheebDlc\\Controller\\ApiController::addContent',  '_route' => 'admin_sheeb_dlc_content_add',);
  922.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  923.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  924.                             if (!in_array($requestMethod, ['POST'])) {
  925.                                 if ($hasRequiredScheme) {
  926.                                     $allow array_merge($allow, ['POST']);
  927.                                 }
  928.                                 goto not_admin_sheeb_dlc_content_add;
  929.                             }
  930.                             if (!$hasRequiredScheme) {
  931.                                 if ('GET' !== $canonicalMethod) {
  932.                                     goto not_admin_sheeb_dlc_content_add;
  933.                                 }
  934.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_sheeb_dlc_content_add'key($requiredSchemes)));
  935.                             }
  936.                             return $ret;
  937.                         }
  938.                         not_admin_sheeb_dlc_content_add:
  939.                         // sheeb_dlc_admin_config
  940.                         if ('/cpadmin/sheeb_dlc/config' === $pathinfo) {
  941.                             $ret = array (  '_controller' => 'Plugin\\SheebDlc\\Controller\\ConfigController::edit',  '_route' => 'sheeb_dlc_admin_config',);
  942.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  943.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  944.                                 if ('GET' !== $canonicalMethod) {
  945.                                     goto not_sheeb_dlc_admin_config;
  946.                                 }
  947.                                 return array_replace($ret$this->redirect($rawPathinfo'sheeb_dlc_admin_config'key($requiredSchemes)));
  948.                             }
  949.                             return $ret;
  950.                         }
  951.                         not_sheeb_dlc_admin_config:
  952.                         if (=== strpos($pathinfo'/cpadmin/sheeb_dlc/config/gdfile')) {
  953.                             // sheeb_dlc_remove_all_google_drive_file
  954.                             if ('/cpadmin/sheeb_dlc/config/gdfile' === $pathinfo) {
  955.                                 $ret = array (  '_controller' => 'Plugin\\SheebDlc\\Controller\\ConfigController::removeAllGoogleDriveFile',  '_route' => 'sheeb_dlc_remove_all_google_drive_file',);
  956.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  957.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  958.                                 if (!in_array($requestMethod, ['DELETE'])) {
  959.                                     if ($hasRequiredScheme) {
  960.                                         $allow array_merge($allow, ['DELETE']);
  961.                                     }
  962.                                     goto not_sheeb_dlc_remove_all_google_drive_file;
  963.                                 }
  964.                                 if (!$hasRequiredScheme) {
  965.                                     if ('GET' !== $canonicalMethod) {
  966.                                         goto not_sheeb_dlc_remove_all_google_drive_file;
  967.                                     }
  968.                                     return array_replace($ret$this->redirect($rawPathinfo'sheeb_dlc_remove_all_google_drive_file'key($requiredSchemes)));
  969.                                 }
  970.                                 return $ret;
  971.                             }
  972.                             not_sheeb_dlc_remove_all_google_drive_file:
  973.                             // sheeb_dlc_remove_google_drive_file
  974.                             if (preg_match('#^/cpadmin/sheeb_dlc/config/gdfile/(?P<file_id>[^/]++)$#sD'$pathinfo$matches)) {
  975.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'sheeb_dlc_remove_google_drive_file']), array (  '_controller' => 'Plugin\\SheebDlc\\Controller\\ConfigController::removeGoogleDriveFile',));
  976.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  977.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  978.                                 if (!in_array($requestMethod, ['DELETE'])) {
  979.                                     if ($hasRequiredScheme) {
  980.                                         $allow array_merge($allow, ['DELETE']);
  981.                                     }
  982.                                     goto not_sheeb_dlc_remove_google_drive_file;
  983.                                 }
  984.                                 if (!$hasRequiredScheme) {
  985.                                     if ('GET' !== $canonicalMethod) {
  986.                                         goto not_sheeb_dlc_remove_google_drive_file;
  987.                                     }
  988.                                     return array_replace($ret$this->redirect($rawPathinfo'sheeb_dlc_remove_google_drive_file'key($requiredSchemes)));
  989.                                 }
  990.                                 return $ret;
  991.                             }
  992.                             not_sheeb_dlc_remove_google_drive_file:
  993.                         }
  994.                     }
  995.                     elseif (=== strpos($pathinfo'/cpadmin/store/plugin')) {
  996.                         if (=== strpos($pathinfo'/cpadmin/store/plugin/api')) {
  997.                             if (=== strpos($pathinfo'/cpadmin/store/plugin/api/search')) {
  998.                                 // admin_store_plugin_owners_search
  999.                                 if ('/cpadmin/store/plugin/api/search' === $pathinfo) {
  1000.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::search',  '_route' => 'admin_store_plugin_owners_search',);
  1001.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1002.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1003.                                         if ('GET' !== $canonicalMethod) {
  1004.                                             goto not_admin_store_plugin_owners_search;
  1005.                                         }
  1006.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_owners_search'key($requiredSchemes)));
  1007.                                     }
  1008.                                     return $ret;
  1009.                                 }
  1010.                                 not_admin_store_plugin_owners_search:
  1011.                                 // admin_store_plugin_owners_search_page
  1012.                                 if (=== strpos($pathinfo'/cpadmin/store/plugin/api/search/page') && preg_match('#^/cpadmin/store/plugin/api/search/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1013.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_owners_search_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::search',));
  1014.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1015.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1016.                                         if ('GET' !== $canonicalMethod) {
  1017.                                             goto not_admin_store_plugin_owners_search_page;
  1018.                                         }
  1019.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_owners_search_page'key($requiredSchemes)));
  1020.                                     }
  1021.                                     return $ret;
  1022.                                 }
  1023.                                 not_admin_store_plugin_owners_search_page:
  1024.                             }
  1025.                             // admin_store_plugin_api_schema_update
  1026.                             if ('/cpadmin/store/plugin/api/schema_update' === $pathinfo) {
  1027.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiSchemaUpdate',  '_route' => 'admin_store_plugin_api_schema_update',);
  1028.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1029.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1030.                                 if (!in_array($requestMethod, ['POST'])) {
  1031.                                     if ($hasRequiredScheme) {
  1032.                                         $allow array_merge($allow, ['POST']);
  1033.                                     }
  1034.                                     goto not_admin_store_plugin_api_schema_update;
  1035.                                 }
  1036.                                 if (!$hasRequiredScheme) {
  1037.                                     if ('GET' !== $canonicalMethod) {
  1038.                                         goto not_admin_store_plugin_api_schema_update;
  1039.                                     }
  1040.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_schema_update'key($requiredSchemes)));
  1041.                                 }
  1042.                                 return $ret;
  1043.                             }
  1044.                             not_admin_store_plugin_api_schema_update:
  1045.                             if (=== strpos($pathinfo'/cpadmin/store/plugin/api/install')) {
  1046.                                 // admin_store_plugin_install_confirm
  1047.                                 if (preg_match('#^/cpadmin/store/plugin/api/install/(?P<id>\\d+)/confirm$#sD'$pathinfo$matches)) {
  1048.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_install_confirm']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::doConfirm',));
  1049.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1050.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1051.                                         if ('GET' !== $canonicalMethod) {
  1052.                                             goto not_admin_store_plugin_install_confirm;
  1053.                                         }
  1054.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_install_confirm'key($requiredSchemes)));
  1055.                                     }
  1056.                                     return $ret;
  1057.                                 }
  1058.                                 not_admin_store_plugin_install_confirm:
  1059.                                 // admin_store_plugin_api_install
  1060.                                 if ('/cpadmin/store/plugin/api/install' === $pathinfo) {
  1061.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiInstall',  '_route' => 'admin_store_plugin_api_install',);
  1062.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1063.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1064.                                     if (!in_array($requestMethod, ['POST'])) {
  1065.                                         if ($hasRequiredScheme) {
  1066.                                             $allow array_merge($allow, ['POST']);
  1067.                                         }
  1068.                                         goto not_admin_store_plugin_api_install;
  1069.                                     }
  1070.                                     if (!$hasRequiredScheme) {
  1071.                                         if ('GET' !== $canonicalMethod) {
  1072.                                             goto not_admin_store_plugin_api_install;
  1073.                                         }
  1074.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_install'key($requiredSchemes)));
  1075.                                     }
  1076.                                     return $ret;
  1077.                                 }
  1078.                                 not_admin_store_plugin_api_install:
  1079.                             }
  1080.                             // admin_store_plugin_api_uninstall
  1081.                             if (=== strpos($pathinfo'/cpadmin/store/plugin/api/delete') && preg_match('#^/cpadmin/store/plugin/api/delete/(?P<id>\\d+)/uninstall$#sD'$pathinfo$matches)) {
  1082.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_api_uninstall']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUninstall',));
  1083.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1084.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1085.                                 if (!in_array($requestMethod, ['DELETE'])) {
  1086.                                     if ($hasRequiredScheme) {
  1087.                                         $allow array_merge($allow, ['DELETE']);
  1088.                                     }
  1089.                                     goto not_admin_store_plugin_api_uninstall;
  1090.                                 }
  1091.                                 if (!$hasRequiredScheme) {
  1092.                                     if ('GET' !== $canonicalMethod) {
  1093.                                         goto not_admin_store_plugin_api_uninstall;
  1094.                                     }
  1095.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_uninstall'key($requiredSchemes)));
  1096.                                 }
  1097.                                 return $ret;
  1098.                             }
  1099.                             not_admin_store_plugin_api_uninstall:
  1100.                             if (=== strpos($pathinfo'/cpadmin/store/plugin/api/upgrade')) {
  1101.                                 // admin_store_plugin_api_upgrade
  1102.                                 if ('/cpadmin/store/plugin/api/upgrade' === $pathinfo) {
  1103.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUpgrade',  '_route' => 'admin_store_plugin_api_upgrade',);
  1104.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1105.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1106.                                     if (!in_array($requestMethod, ['POST'])) {
  1107.                                         if ($hasRequiredScheme) {
  1108.                                             $allow array_merge($allow, ['POST']);
  1109.                                         }
  1110.                                         goto not_admin_store_plugin_api_upgrade;
  1111.                                     }
  1112.                                     if (!$hasRequiredScheme) {
  1113.                                         if ('GET' !== $canonicalMethod) {
  1114.                                             goto not_admin_store_plugin_api_upgrade;
  1115.                                         }
  1116.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_upgrade'key($requiredSchemes)));
  1117.                                     }
  1118.                                     return $ret;
  1119.                                 }
  1120.                                 not_admin_store_plugin_api_upgrade:
  1121.                                 // admin_store_plugin_update_confirm
  1122.                                 if (preg_match('#^/cpadmin/store/plugin/api/upgrade/(?P<id>\\d+)/confirm$#sD'$pathinfo$matches)) {
  1123.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_update_confirm']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::doUpdateConfirm',));
  1124.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1125.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1126.                                         if ('GET' !== $canonicalMethod) {
  1127.                                             goto not_admin_store_plugin_update_confirm;
  1128.                                         }
  1129.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_update_confirm'key($requiredSchemes)));
  1130.                                     }
  1131.                                     return $ret;
  1132.                                 }
  1133.                                 not_admin_store_plugin_update_confirm:
  1134.                             }
  1135.                             // admin_store_plugin_api_update
  1136.                             if ('/cpadmin/store/plugin/api/update' === $pathinfo) {
  1137.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUpdate',  '_route' => 'admin_store_plugin_api_update',);
  1138.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1139.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1140.                                 if (!in_array($requestMethod, ['POST'])) {
  1141.                                     if ($hasRequiredScheme) {
  1142.                                         $allow array_merge($allow, ['POST']);
  1143.                                     }
  1144.                                     goto not_admin_store_plugin_api_update;
  1145.                                 }
  1146.                                 if (!$hasRequiredScheme) {
  1147.                                     if ('GET' !== $canonicalMethod) {
  1148.                                         goto not_admin_store_plugin_api_update;
  1149.                                     }
  1150.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_update'key($requiredSchemes)));
  1151.                                 }
  1152.                                 return $ret;
  1153.                             }
  1154.                             not_admin_store_plugin_api_update:
  1155.                         }
  1156.                         // admin_store_plugin
  1157.                         if ('/cpadmin/store/plugin' === $pathinfo) {
  1158.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::index',  '_route' => 'admin_store_plugin',);
  1159.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1160.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1161.                                 if ('GET' !== $canonicalMethod) {
  1162.                                     goto not_admin_store_plugin;
  1163.                                 }
  1164.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin'key($requiredSchemes)));
  1165.                             }
  1166.                             return $ret;
  1167.                         }
  1168.                         not_admin_store_plugin:
  1169.                         // admin_store_plugin_update
  1170.                         if (preg_match('#^/cpadmin/store/plugin/(?P<id>\\d+)/update$#sD'$pathinfo$matches)) {
  1171.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_update']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::update',));
  1172.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1173.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1174.                             if (!in_array($requestMethod, ['POST'])) {
  1175.                                 if ($hasRequiredScheme) {
  1176.                                     $allow array_merge($allow, ['POST']);
  1177.                                 }
  1178.                                 goto not_admin_store_plugin_update;
  1179.                             }
  1180.                             if (!$hasRequiredScheme) {
  1181.                                 if ('GET' !== $canonicalMethod) {
  1182.                                     goto not_admin_store_plugin_update;
  1183.                                 }
  1184.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_update'key($requiredSchemes)));
  1185.                             }
  1186.                             return $ret;
  1187.                         }
  1188.                         not_admin_store_plugin_update:
  1189.                         // admin_store_plugin_enable
  1190.                         if (preg_match('#^/cpadmin/store/plugin/(?P<id>\\d+)/enable$#sD'$pathinfo$matches)) {
  1191.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_enable']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::enable',));
  1192.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1193.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1194.                             if (!in_array($requestMethod, ['POST'])) {
  1195.                                 if ($hasRequiredScheme) {
  1196.                                     $allow array_merge($allow, ['POST']);
  1197.                                 }
  1198.                                 goto not_admin_store_plugin_enable;
  1199.                             }
  1200.                             if (!$hasRequiredScheme) {
  1201.                                 if ('GET' !== $canonicalMethod) {
  1202.                                     goto not_admin_store_plugin_enable;
  1203.                                 }
  1204.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_enable'key($requiredSchemes)));
  1205.                             }
  1206.                             return $ret;
  1207.                         }
  1208.                         not_admin_store_plugin_enable:
  1209.                         // admin_store_plugin_disable
  1210.                         if (preg_match('#^/cpadmin/store/plugin/(?P<id>\\d+)/disable$#sD'$pathinfo$matches)) {
  1211.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_disable']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::disable',));
  1212.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1213.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1214.                             if (!in_array($requestMethod, ['POST'])) {
  1215.                                 if ($hasRequiredScheme) {
  1216.                                     $allow array_merge($allow, ['POST']);
  1217.                                 }
  1218.                                 goto not_admin_store_plugin_disable;
  1219.                             }
  1220.                             if (!$hasRequiredScheme) {
  1221.                                 if ('GET' !== $canonicalMethod) {
  1222.                                     goto not_admin_store_plugin_disable;
  1223.                                 }
  1224.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_disable'key($requiredSchemes)));
  1225.                             }
  1226.                             return $ret;
  1227.                         }
  1228.                         not_admin_store_plugin_disable:
  1229.                         // admin_store_plugin_uninstall
  1230.                         if (preg_match('#^/cpadmin/store/plugin/(?P<id>\\d+)/uninstall$#sD'$pathinfo$matches)) {
  1231.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_uninstall']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::uninstall',));
  1232.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1233.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1234.                             if (!in_array($requestMethod, ['DELETE'])) {
  1235.                                 if ($hasRequiredScheme) {
  1236.                                     $allow array_merge($allow, ['DELETE']);
  1237.                                 }
  1238.                                 goto not_admin_store_plugin_uninstall;
  1239.                             }
  1240.                             if (!$hasRequiredScheme) {
  1241.                                 if ('GET' !== $canonicalMethod) {
  1242.                                     goto not_admin_store_plugin_uninstall;
  1243.                                 }
  1244.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_uninstall'key($requiredSchemes)));
  1245.                             }
  1246.                             return $ret;
  1247.                         }
  1248.                         not_admin_store_plugin_uninstall:
  1249.                         // admin_store_plugin_install
  1250.                         if ('/cpadmin/store/plugin/install' === $pathinfo) {
  1251.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::install',  '_route' => 'admin_store_plugin_install',);
  1252.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1253.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1254.                                 if ('GET' !== $canonicalMethod) {
  1255.                                     goto not_admin_store_plugin_install;
  1256.                                 }
  1257.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_install'key($requiredSchemes)));
  1258.                             }
  1259.                             return $ret;
  1260.                         }
  1261.                         not_admin_store_plugin_install:
  1262.                         // admin_store_authentication_setting
  1263.                         if ('/cpadmin/store/plugin/authentication_setting' === $pathinfo) {
  1264.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::authenticationSetting',  '_route' => 'admin_store_authentication_setting',);
  1265.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1266.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1267.                                 if ('GET' !== $canonicalMethod) {
  1268.                                     goto not_admin_store_authentication_setting;
  1269.                                 }
  1270.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_authentication_setting'key($requiredSchemes)));
  1271.                             }
  1272.                             return $ret;
  1273.                         }
  1274.                         not_admin_store_authentication_setting:
  1275.                         if (=== strpos($pathinfo'/cpadmin/store/plugin/Securitychecker4/config')) {
  1276.                             // securitychecker4_admin_config
  1277.                             if ('/cpadmin/store/plugin/Securitychecker4/config' === $pathinfo) {
  1278.                                 $ret = array (  '_controller' => 'Plugin\\Securitychecker4\\Controller\\ConfigController::index',  '_route' => 'securitychecker4_admin_config',);
  1279.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1280.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1281.                                     if ('GET' !== $canonicalMethod) {
  1282.                                         goto not_securitychecker4_admin_config;
  1283.                                     }
  1284.                                     return array_replace($ret$this->redirect($rawPathinfo'securitychecker4_admin_config'key($requiredSchemes)));
  1285.                                 }
  1286.                                 return $ret;
  1287.                             }
  1288.                             not_securitychecker4_admin_config:
  1289.                             // securitychecker4_admin_config_check
  1290.                             if ('/cpadmin/store/plugin/Securitychecker4/config/check' === $pathinfo) {
  1291.                                 $ret = array (  '_controller' => 'Plugin\\Securitychecker4\\Controller\\ConfigController::check',  '_route' => 'securitychecker4_admin_config_check',);
  1292.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1293.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1294.                                 if (!in_array($requestMethod, ['POST'])) {
  1295.                                     if ($hasRequiredScheme) {
  1296.                                         $allow array_merge($allow, ['POST']);
  1297.                                     }
  1298.                                     goto not_securitychecker4_admin_config_check;
  1299.                                 }
  1300.                                 if (!$hasRequiredScheme) {
  1301.                                     if ('GET' !== $canonicalMethod) {
  1302.                                         goto not_securitychecker4_admin_config_check;
  1303.                                     }
  1304.                                     return array_replace($ret$this->redirect($rawPathinfo'securitychecker4_admin_config_check'key($requiredSchemes)));
  1305.                                 }
  1306.                                 return $ret;
  1307.                             }
  1308.                             not_securitychecker4_admin_config_check:
  1309.                         }
  1310.                     }
  1311.                     elseif (=== strpos($pathinfo'/cpadmin/store/template')) {
  1312.                         // admin_store_template
  1313.                         if ('/cpadmin/store/template' === $pathinfo) {
  1314.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::index',  '_route' => 'admin_store_template',);
  1315.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1316.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1317.                                 if ('GET' !== $canonicalMethod) {
  1318.                                     goto not_admin_store_template;
  1319.                                 }
  1320.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_template'key($requiredSchemes)));
  1321.                             }
  1322.                             return $ret;
  1323.                         }
  1324.                         not_admin_store_template:
  1325.                         // admin_store_template_download
  1326.                         if (preg_match('#^/cpadmin/store/template/(?P<id>\\d+)/download$#sD'$pathinfo$matches)) {
  1327.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_template_download']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::download',));
  1328.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1329.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1330.                                 if ('GET' !== $canonicalMethod) {
  1331.                                     goto not_admin_store_template_download;
  1332.                                 }
  1333.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_download'key($requiredSchemes)));
  1334.                             }
  1335.                             return $ret;
  1336.                         }
  1337.                         not_admin_store_template_download:
  1338.                         // admin_store_template_delete
  1339.                         if (preg_match('#^/cpadmin/store/template/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1340.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_template_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::delete',));
  1341.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1342.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1343.                             if (!in_array($requestMethod, ['DELETE'])) {
  1344.                                 if ($hasRequiredScheme) {
  1345.                                     $allow array_merge($allow, ['DELETE']);
  1346.                                 }
  1347.                                 goto not_admin_store_template_delete;
  1348.                             }
  1349.                             if (!$hasRequiredScheme) {
  1350.                                 if ('GET' !== $canonicalMethod) {
  1351.                                     goto not_admin_store_template_delete;
  1352.                                 }
  1353.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_delete'key($requiredSchemes)));
  1354.                             }
  1355.                             return $ret;
  1356.                         }
  1357.                         not_admin_store_template_delete:
  1358.                         // admin_store_template_install
  1359.                         if ('/cpadmin/store/template/install' === $pathinfo) {
  1360.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::install',  '_route' => 'admin_store_template_install',);
  1361.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1362.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1363.                                 if ('GET' !== $canonicalMethod) {
  1364.                                     goto not_admin_store_template_install;
  1365.                                 }
  1366.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_install'key($requiredSchemes)));
  1367.                             }
  1368.                             return $ret;
  1369.                         }
  1370.                         not_admin_store_template_install:
  1371.                     }
  1372.                 }
  1373.                 elseif (=== strpos($pathinfo'/cpadmin/c')) {
  1374.                     // admin_change_password
  1375.                     if ('/cpadmin/change_password' === $pathinfo) {
  1376.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::changePassword',  '_route' => 'admin_change_password',);
  1377.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1378.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1379.                             if ('GET' !== $canonicalMethod) {
  1380.                                 goto not_admin_change_password;
  1381.                             }
  1382.                             return array_replace($ret$this->redirect($rawPathinfo'admin_change_password'key($requiredSchemes)));
  1383.                         }
  1384.                         return $ret;
  1385.                     }
  1386.                     not_admin_change_password:
  1387.                     if (=== strpos($pathinfo'/cpadmin/content')) {
  1388.                         if (=== strpos($pathinfo'/cpadmin/content/block')) {
  1389.                             // admin_content_block
  1390.                             if ('/cpadmin/content/block' === $pathinfo) {
  1391.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::index',  '_route' => 'admin_content_block',);
  1392.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1393.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1394.                                     if ('GET' !== $canonicalMethod) {
  1395.                                         goto not_admin_content_block;
  1396.                                     }
  1397.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_block'key($requiredSchemes)));
  1398.                                 }
  1399.                                 return $ret;
  1400.                             }
  1401.                             not_admin_content_block:
  1402.                             // admin_content_block_new
  1403.                             if ('/cpadmin/content/block/new' === $pathinfo) {
  1404.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::edit',  '_route' => 'admin_content_block_new',);
  1405.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1406.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1407.                                     if ('GET' !== $canonicalMethod) {
  1408.                                         goto not_admin_content_block_new;
  1409.                                     }
  1410.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_new'key($requiredSchemes)));
  1411.                                 }
  1412.                                 return $ret;
  1413.                             }
  1414.                             not_admin_content_block_new:
  1415.                             // admin_content_block_edit
  1416.                             if (preg_match('#^/cpadmin/content/block/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1417.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_block_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::edit',));
  1418.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1419.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1420.                                     if ('GET' !== $canonicalMethod) {
  1421.                                         goto not_admin_content_block_edit;
  1422.                                     }
  1423.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_edit'key($requiredSchemes)));
  1424.                                 }
  1425.                                 return $ret;
  1426.                             }
  1427.                             not_admin_content_block_edit:
  1428.                             // admin_content_block_delete
  1429.                             if (preg_match('#^/cpadmin/content/block/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1430.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_block_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::delete',));
  1431.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1432.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1433.                                 if (!in_array($requestMethod, ['DELETE'])) {
  1434.                                     if ($hasRequiredScheme) {
  1435.                                         $allow array_merge($allow, ['DELETE']);
  1436.                                     }
  1437.                                     goto not_admin_content_block_delete;
  1438.                                 }
  1439.                                 if (!$hasRequiredScheme) {
  1440.                                     if ('GET' !== $canonicalMethod) {
  1441.                                         goto not_admin_content_block_delete;
  1442.                                     }
  1443.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_delete'key($requiredSchemes)));
  1444.                                 }
  1445.                                 return $ret;
  1446.                             }
  1447.                             not_admin_content_block_delete:
  1448.                         }
  1449.                         elseif (=== strpos($pathinfo'/cpadmin/content/c')) {
  1450.                             // admin_content_cache
  1451.                             if ('/cpadmin/content/cache' === $pathinfo) {
  1452.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\CacheController::index',  '_route' => 'admin_content_cache',);
  1453.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1454.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1455.                                     if ('GET' !== $canonicalMethod) {
  1456.                                         goto not_admin_content_cache;
  1457.                                     }
  1458.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_cache'key($requiredSchemes)));
  1459.                                 }
  1460.                                 return $ret;
  1461.                             }
  1462.                             not_admin_content_cache:
  1463.                             // admin_content_css
  1464.                             if ('/cpadmin/content/css' === $pathinfo) {
  1465.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\CssController::index',  '_route' => 'admin_content_css',);
  1466.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1467.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1468.                                     if ('GET' !== $canonicalMethod) {
  1469.                                         goto not_admin_content_css;
  1470.                                     }
  1471.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_css'key($requiredSchemes)));
  1472.                                 }
  1473.                                 return $ret;
  1474.                             }
  1475.                             not_admin_content_css:
  1476.                             // admin_content_customerrank_list
  1477.                             if ('/cpadmin/content/customer_rank/list' === $pathinfo) {
  1478.                                 $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CustomerRankDesignController::listDesign',  '_route' => 'admin_content_customerrank_list',);
  1479.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1480.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1481.                                     if ('GET' !== $canonicalMethod) {
  1482.                                         goto not_admin_content_customerrank_list;
  1483.                                     }
  1484.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_customerrank_list'key($requiredSchemes)));
  1485.                                 }
  1486.                                 return $ret;
  1487.                             }
  1488.                             not_admin_content_customerrank_list:
  1489.                             // admin_content_customerrank_detail
  1490.                             if ('/cpadmin/content/customer_rank/detail' === $pathinfo) {
  1491.                                 $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CustomerRankDesignController::detailDesign',  '_route' => 'admin_content_customerrank_detail',);
  1492.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1493.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1494.                                     if ('GET' !== $canonicalMethod) {
  1495.                                         goto not_admin_content_customerrank_detail;
  1496.                                     }
  1497.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_customerrank_detail'key($requiredSchemes)));
  1498.                                 }
  1499.                                 return $ret;
  1500.                             }
  1501.                             not_admin_content_customerrank_detail:
  1502.                         }
  1503.                         elseif (=== strpos($pathinfo'/cpadmin/content/file_')) {
  1504.                             // admin_content_file
  1505.                             if ('/cpadmin/content/file_manager' === $pathinfo) {
  1506.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::index',  '_route' => 'admin_content_file',);
  1507.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1508.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1509.                                     if ('GET' !== $canonicalMethod) {
  1510.                                         goto not_admin_content_file;
  1511.                                     }
  1512.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_file'key($requiredSchemes)));
  1513.                                 }
  1514.                                 return $ret;
  1515.                             }
  1516.                             not_admin_content_file:
  1517.                             // admin_content_file_view
  1518.                             if ('/cpadmin/content/file_view' === $pathinfo) {
  1519.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::view',  '_route' => 'admin_content_file_view',);
  1520.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1521.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1522.                                     if ('GET' !== $canonicalMethod) {
  1523.                                         goto not_admin_content_file_view;
  1524.                                     }
  1525.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_view'key($requiredSchemes)));
  1526.                                 }
  1527.                                 return $ret;
  1528.                             }
  1529.                             not_admin_content_file_view:
  1530.                             // admin_content_file_delete
  1531.                             if ('/cpadmin/content/file_delete' === $pathinfo) {
  1532.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::delete',  '_route' => 'admin_content_file_delete',);
  1533.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1534.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1535.                                 if (!in_array($requestMethod, ['DELETE'])) {
  1536.                                     if ($hasRequiredScheme) {
  1537.                                         $allow array_merge($allow, ['DELETE']);
  1538.                                     }
  1539.                                     goto not_admin_content_file_delete;
  1540.                                 }
  1541.                                 if (!$hasRequiredScheme) {
  1542.                                     if ('GET' !== $canonicalMethod) {
  1543.                                         goto not_admin_content_file_delete;
  1544.                                     }
  1545.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_delete'key($requiredSchemes)));
  1546.                                 }
  1547.                                 return $ret;
  1548.                             }
  1549.                             not_admin_content_file_delete:
  1550.                             // admin_content_file_download
  1551.                             if ('/cpadmin/content/file_download' === $pathinfo) {
  1552.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::download',  '_route' => 'admin_content_file_download',);
  1553.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1554.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1555.                                     if ('GET' !== $canonicalMethod) {
  1556.                                         goto not_admin_content_file_download;
  1557.                                     }
  1558.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_download'key($requiredSchemes)));
  1559.                                 }
  1560.                                 return $ret;
  1561.                             }
  1562.                             not_admin_content_file_download:
  1563.                         }
  1564.                         // admin_content_js
  1565.                         if ('/cpadmin/content/js' === $pathinfo) {
  1566.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\JsController::index',  '_route' => 'admin_content_js',);
  1567.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1568.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1569.                                 if ('GET' !== $canonicalMethod) {
  1570.                                     goto not_admin_content_js;
  1571.                                 }
  1572.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_js'key($requiredSchemes)));
  1573.                             }
  1574.                             return $ret;
  1575.                         }
  1576.                         not_admin_content_js:
  1577.                         if (=== strpos($pathinfo'/cpadmin/content/layout')) {
  1578.                             // admin_content_layout
  1579.                             if ('/cpadmin/content/layout' === $pathinfo) {
  1580.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::index',  '_route' => 'admin_content_layout',);
  1581.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1582.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1583.                                     if ('GET' !== $canonicalMethod) {
  1584.                                         goto not_admin_content_layout;
  1585.                                     }
  1586.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout'key($requiredSchemes)));
  1587.                                 }
  1588.                                 return $ret;
  1589.                             }
  1590.                             not_admin_content_layout:
  1591.                             // admin_content_layout_delete
  1592.                             if (preg_match('#^/cpadmin/content/layout/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1593.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::delete',));
  1594.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1595.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1596.                                 if (!in_array($requestMethod, ['DELETE'])) {
  1597.                                     if ($hasRequiredScheme) {
  1598.                                         $allow array_merge($allow, ['DELETE']);
  1599.                                     }
  1600.                                     goto not_admin_content_layout_delete;
  1601.                                 }
  1602.                                 if (!$hasRequiredScheme) {
  1603.                                     if ('GET' !== $canonicalMethod) {
  1604.                                         goto not_admin_content_layout_delete;
  1605.                                     }
  1606.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_delete'key($requiredSchemes)));
  1607.                                 }
  1608.                                 return $ret;
  1609.                             }
  1610.                             not_admin_content_layout_delete:
  1611.                             // admin_content_layout_new
  1612.                             if ('/cpadmin/content/layout/new' === $pathinfo) {
  1613.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::edit',  '_route' => 'admin_content_layout_new',);
  1614.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1615.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1616.                                     if ('GET' !== $canonicalMethod) {
  1617.                                         goto not_admin_content_layout_new;
  1618.                                     }
  1619.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_new'key($requiredSchemes)));
  1620.                                 }
  1621.                                 return $ret;
  1622.                             }
  1623.                             not_admin_content_layout_new:
  1624.                             // admin_content_layout_edit
  1625.                             if (preg_match('#^/cpadmin/content/layout/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1626.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::edit',));
  1627.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1628.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1629.                                     if ('GET' !== $canonicalMethod) {
  1630.                                         goto not_admin_content_layout_edit;
  1631.                                     }
  1632.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_edit'key($requiredSchemes)));
  1633.                                 }
  1634.                                 return $ret;
  1635.                             }
  1636.                             not_admin_content_layout_edit:
  1637.                             // admin_content_layout_view_block
  1638.                             if ('/cpadmin/content/layout/view_block' === $pathinfo) {
  1639.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::viewBlock',  '_route' => 'admin_content_layout_view_block',);
  1640.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1641.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1642.                                 if (!in_array($canonicalMethod, ['GET'])) {
  1643.                                     if ($hasRequiredScheme) {
  1644.                                         $allow array_merge($allow, ['GET']);
  1645.                                     }
  1646.                                     goto not_admin_content_layout_view_block;
  1647.                                 }
  1648.                                 if (!$hasRequiredScheme) {
  1649.                                     if ('GET' !== $canonicalMethod) {
  1650.                                         goto not_admin_content_layout_view_block;
  1651.                                     }
  1652.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_view_block'key($requiredSchemes)));
  1653.                                 }
  1654.                                 return $ret;
  1655.                             }
  1656.                             not_admin_content_layout_view_block:
  1657.                             // admin_content_layout_preview
  1658.                             if (preg_match('#^/cpadmin/content/layout/(?P<id>\\d+)/preview$#sD'$pathinfo$matches)) {
  1659.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_preview']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::preview',));
  1660.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1661.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1662.                                     if ('GET' !== $canonicalMethod) {
  1663.                                         goto not_admin_content_layout_preview;
  1664.                                     }
  1665.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_preview'key($requiredSchemes)));
  1666.                                 }
  1667.                                 return $ret;
  1668.                             }
  1669.                             not_admin_content_layout_preview:
  1670.                         }
  1671.                         // admin_content_maintenance
  1672.                         if ('/cpadmin/content/maintenance' === $pathinfo) {
  1673.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\MaintenanceController::index',  '_route' => 'admin_content_maintenance',);
  1674.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1675.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1676.                                 if ('GET' !== $canonicalMethod) {
  1677.                                     goto not_admin_content_maintenance;
  1678.                                 }
  1679.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_maintenance'key($requiredSchemes)));
  1680.                             }
  1681.                             return $ret;
  1682.                         }
  1683.                         not_admin_content_maintenance:
  1684.                         if (=== strpos($pathinfo'/cpadmin/content/news')) {
  1685.                             // admin_content_news
  1686.                             if ('/cpadmin/content/news' === $pathinfo) {
  1687.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::index',  '_route' => 'admin_content_news',);
  1688.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1689.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1690.                                     if ('GET' !== $canonicalMethod) {
  1691.                                         goto not_admin_content_news;
  1692.                                     }
  1693.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_news'key($requiredSchemes)));
  1694.                                 }
  1695.                                 return $ret;
  1696.                             }
  1697.                             not_admin_content_news:
  1698.                             // admin_content_news_page
  1699.                             if (=== strpos($pathinfo'/cpadmin/content/news/page') && preg_match('#^/cpadmin/content/news/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1700.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_page']), array (  'page_no' => 1,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::index',));
  1701.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1702.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1703.                                     if ('GET' !== $canonicalMethod) {
  1704.                                         goto not_admin_content_news_page;
  1705.                                     }
  1706.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_page'key($requiredSchemes)));
  1707.                                 }
  1708.                                 return $ret;
  1709.                             }
  1710.                             not_admin_content_news_page:
  1711.                             // admin_content_news_new
  1712.                             if ('/cpadmin/content/news/new' === $pathinfo) {
  1713.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::edit',  '_route' => 'admin_content_news_new',);
  1714.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1715.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1716.                                     if ('GET' !== $canonicalMethod) {
  1717.                                         goto not_admin_content_news_new;
  1718.                                     }
  1719.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_new'key($requiredSchemes)));
  1720.                                 }
  1721.                                 return $ret;
  1722.                             }
  1723.                             not_admin_content_news_new:
  1724.                             // admin_content_news_edit
  1725.                             if (preg_match('#^/cpadmin/content/news/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1726.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::edit',));
  1727.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1728.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1729.                                     if ('GET' !== $canonicalMethod) {
  1730.                                         goto not_admin_content_news_edit;
  1731.                                     }
  1732.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_edit'key($requiredSchemes)));
  1733.                                 }
  1734.                                 return $ret;
  1735.                             }
  1736.                             not_admin_content_news_edit:
  1737.                             // admin_content_news_delete
  1738.                             if (preg_match('#^/cpadmin/content/news/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1739.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::delete',));
  1740.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1741.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1742.                                 if (!in_array($requestMethod, ['DELETE'])) {
  1743.                                     if ($hasRequiredScheme) {
  1744.                                         $allow array_merge($allow, ['DELETE']);
  1745.                                     }
  1746.                                     goto not_admin_content_news_delete;
  1747.                                 }
  1748.                                 if (!$hasRequiredScheme) {
  1749.                                     if ('GET' !== $canonicalMethod) {
  1750.                                         goto not_admin_content_news_delete;
  1751.                                     }
  1752.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_delete'key($requiredSchemes)));
  1753.                                 }
  1754.                                 return $ret;
  1755.                             }
  1756.                             not_admin_content_news_delete:
  1757.                         }
  1758.                         elseif (=== strpos($pathinfo'/cpadmin/content/page')) {
  1759.                             // admin_content_page
  1760.                             if ('/cpadmin/content/page' === $pathinfo) {
  1761.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::index',  '_route' => 'admin_content_page',);
  1762.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1763.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1764.                                     if ('GET' !== $canonicalMethod) {
  1765.                                         goto not_admin_content_page;
  1766.                                     }
  1767.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_page'key($requiredSchemes)));
  1768.                                 }
  1769.                                 return $ret;
  1770.                             }
  1771.                             not_admin_content_page:
  1772.                             // admin_content_page_new
  1773.                             if ('/cpadmin/content/page/new' === $pathinfo) {
  1774.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::edit',  '_route' => 'admin_content_page_new',);
  1775.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1776.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1777.                                     if ('GET' !== $canonicalMethod) {
  1778.                                         goto not_admin_content_page_new;
  1779.                                     }
  1780.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_new'key($requiredSchemes)));
  1781.                                 }
  1782.                                 return $ret;
  1783.                             }
  1784.                             not_admin_content_page_new:
  1785.                             // admin_content_page_edit
  1786.                             if (preg_match('#^/cpadmin/content/page/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1787.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_page_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::edit',));
  1788.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1789.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1790.                                     if ('GET' !== $canonicalMethod) {
  1791.                                         goto not_admin_content_page_edit;
  1792.                                     }
  1793.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_edit'key($requiredSchemes)));
  1794.                                 }
  1795.                                 return $ret;
  1796.                             }
  1797.                             not_admin_content_page_edit:
  1798.                             // admin_content_page_delete
  1799.                             if (preg_match('#^/cpadmin/content/page/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1800.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_page_delete']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::delete',));
  1801.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1802.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1803.                                 if (!in_array($requestMethod, ['DELETE'])) {
  1804.                                     if ($hasRequiredScheme) {
  1805.                                         $allow array_merge($allow, ['DELETE']);
  1806.                                     }
  1807.                                     goto not_admin_content_page_delete;
  1808.                                 }
  1809.                                 if (!$hasRequiredScheme) {
  1810.                                     if ('GET' !== $canonicalMethod) {
  1811.                                         goto not_admin_content_page_delete;
  1812.                                     }
  1813.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_delete'key($requiredSchemes)));
  1814.                                 }
  1815.                                 return $ret;
  1816.                             }
  1817.                             not_admin_content_page_delete:
  1818.                         }
  1819.                     }
  1820.                     elseif (=== strpos($pathinfo'/cpadmin/customer')) {
  1821.                         // admin_customer
  1822.                         if ('/cpadmin/customer' === $pathinfo) {
  1823.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::index',  '_route' => 'admin_customer',);
  1824.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1825.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1826.                                 if ('GET' !== $canonicalMethod) {
  1827.                                     goto not_admin_customer;
  1828.                                 }
  1829.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer'key($requiredSchemes)));
  1830.                             }
  1831.                             return $ret;
  1832.                         }
  1833.                         not_admin_customer:
  1834.                         // admin_customer_page
  1835.                         if (=== strpos($pathinfo'/cpadmin/customer/page') && preg_match('#^/cpadmin/customer/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1836.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::index',));
  1837.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1838.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1839.                                 if ('GET' !== $canonicalMethod) {
  1840.                                     goto not_admin_customer_page;
  1841.                                 }
  1842.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_page'key($requiredSchemes)));
  1843.                             }
  1844.                             return $ret;
  1845.                         }
  1846.                         not_admin_customer_page:
  1847.                         // admin_customer_resend
  1848.                         if (preg_match('#^/cpadmin/customer/(?P<id>\\d+)/resend$#sD'$pathinfo$matches)) {
  1849.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_resend']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::resend',));
  1850.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1851.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1852.                                 if ('GET' !== $canonicalMethod) {
  1853.                                     goto not_admin_customer_resend;
  1854.                                 }
  1855.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_resend'key($requiredSchemes)));
  1856.                             }
  1857.                             return $ret;
  1858.                         }
  1859.                         not_admin_customer_resend:
  1860.                         // admin_customer_delete
  1861.                         if (preg_match('#^/cpadmin/customer/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1862.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::delete',));
  1863.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1864.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1865.                             if (!in_array($requestMethod, ['DELETE'])) {
  1866.                                 if ($hasRequiredScheme) {
  1867.                                     $allow array_merge($allow, ['DELETE']);
  1868.                                 }
  1869.                                 goto not_admin_customer_delete;
  1870.                             }
  1871.                             if (!$hasRequiredScheme) {
  1872.                                 if ('GET' !== $canonicalMethod) {
  1873.                                     goto not_admin_customer_delete;
  1874.                                 }
  1875.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delete'key($requiredSchemes)));
  1876.                             }
  1877.                             return $ret;
  1878.                         }
  1879.                         not_admin_customer_delete:
  1880.                         // admin_customer_export
  1881.                         if ('/cpadmin/customer/export' === $pathinfo) {
  1882.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::export',  '_route' => 'admin_customer_export',);
  1883.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1884.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1885.                                 if ('GET' !== $canonicalMethod) {
  1886.                                     goto not_admin_customer_export;
  1887.                                 }
  1888.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_export'key($requiredSchemes)));
  1889.                             }
  1890.                             return $ret;
  1891.                         }
  1892.                         not_admin_customer_export:
  1893.                         // admin_customer_delivery_new
  1894.                         if (preg_match('#^/cpadmin/customer/(?P<id>\\d+)/delivery/new$#sD'$pathinfo$matches)) {
  1895.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_new']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::edit',));
  1896.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1897.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1898.                                 if ('GET' !== $canonicalMethod) {
  1899.                                     goto not_admin_customer_delivery_new;
  1900.                                 }
  1901.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_new'key($requiredSchemes)));
  1902.                             }
  1903.                             return $ret;
  1904.                         }
  1905.                         not_admin_customer_delivery_new:
  1906.                         // admin_customer_delivery_edit
  1907.                         if (preg_match('#^/cpadmin/customer/(?P<id>\\d+)/delivery/(?P<did>\\d+)/edit$#sD'$pathinfo$matches)) {
  1908.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_edit']), array (  'did' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::edit',));
  1909.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1910.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1911.                                 if ('GET' !== $canonicalMethod) {
  1912.                                     goto not_admin_customer_delivery_edit;
  1913.                                 }
  1914.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_edit'key($requiredSchemes)));
  1915.                             }
  1916.                             return $ret;
  1917.                         }
  1918.                         not_admin_customer_delivery_edit:
  1919.                         // admin_customer_delivery_delete
  1920.                         if (preg_match('#^/cpadmin/customer/(?P<id>\\d+)/delivery/(?P<did>\\d+)/delete$#sD'$pathinfo$matches)) {
  1921.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::delete',));
  1922.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1923.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1924.                             if (!in_array($requestMethod, ['DELETE'])) {
  1925.                                 if ($hasRequiredScheme) {
  1926.                                     $allow array_merge($allow, ['DELETE']);
  1927.                                 }
  1928.                                 goto not_admin_customer_delivery_delete;
  1929.                             }
  1930.                             if (!$hasRequiredScheme) {
  1931.                                 if ('GET' !== $canonicalMethod) {
  1932.                                     goto not_admin_customer_delivery_delete;
  1933.                                 }
  1934.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_delete'key($requiredSchemes)));
  1935.                             }
  1936.                             return $ret;
  1937.                         }
  1938.                         not_admin_customer_delivery_delete:
  1939.                         // admin_customer_new
  1940.                         if ('/cpadmin/customer/new' === $pathinfo) {
  1941.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerEditController::index',  '_route' => 'admin_customer_new',);
  1942.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1943.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1944.                                 if ('GET' !== $canonicalMethod) {
  1945.                                     goto not_admin_customer_new;
  1946.                                 }
  1947.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_new'key($requiredSchemes)));
  1948.                             }
  1949.                             return $ret;
  1950.                         }
  1951.                         not_admin_customer_new:
  1952.                         // admin_customer_edit
  1953.                         if (preg_match('#^/cpadmin/customer/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1954.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerEditController::index',));
  1955.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1956.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1957.                                 if ('GET' !== $canonicalMethod) {
  1958.                                     goto not_admin_customer_edit;
  1959.                                 }
  1960.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_edit'key($requiredSchemes)));
  1961.                             }
  1962.                             return $ret;
  1963.                         }
  1964.                         not_admin_customer_edit:
  1965.                         // remise_payment4_admin_delete_payquick
  1966.                         if (preg_match('#^/cpadmin/customer/(?P<cid>\\d+)/delete_payquick(?:/(?P<pid>\\d+))?$#sD'$pathinfo$matches)) {
  1967.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_admin_delete_payquick']), array (  'cid' => NULL,  'pid' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\CustomerController::deletePayquickForAdmin',));
  1968.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1969.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1970.                                 if ('GET' !== $canonicalMethod) {
  1971.                                     goto not_remise_payment4_admin_delete_payquick;
  1972.                                 }
  1973.                                 return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_admin_delete_payquick'key($requiredSchemes)));
  1974.                             }
  1975.                             return $ret;
  1976.                         }
  1977.                         not_remise_payment4_admin_delete_payquick:
  1978.                         if (=== strpos($pathinfo'/cpadmin/customer/customer')) {
  1979.                             // admin_customer_rank_csv_import
  1980.                             if ('/cpadmin/customer/customer_rank_csv_upload' === $pathinfo) {
  1981.                                 $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CsvImportController::import',  '_route' => 'admin_customer_rank_csv_import',);
  1982.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1983.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1984.                                     if ('GET' !== $canonicalMethod) {
  1985.                                         goto not_admin_customer_rank_csv_import;
  1986.                                     }
  1987.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_customer_rank_csv_import'key($requiredSchemes)));
  1988.                                 }
  1989.                                 return $ret;
  1990.                             }
  1991.                             not_admin_customer_rank_csv_import:
  1992.                             // admin_customer_rank_csv_template
  1993.                             if ('/cpadmin/customer/customer_rank_csv_template' === $pathinfo) {
  1994.                                 $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CsvImportController::csvTemplate',  '_route' => 'admin_customer_rank_csv_template',);
  1995.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1996.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1997.                                     if ('GET' !== $canonicalMethod) {
  1998.                                         goto not_admin_customer_rank_csv_template;
  1999.                                     }
  2000.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_customer_rank_csv_template'key($requiredSchemes)));
  2001.                                 }
  2002.                                 return $ret;
  2003.                             }
  2004.                             not_admin_customer_rank_csv_template:
  2005.                             if (=== strpos($pathinfo'/cpadmin/customer/customeritem')) {
  2006.                                 // admin_customer_customeritem
  2007.                                 if ('/cpadmin/customer/customeritem' === $pathinfo) {
  2008.                                     $ret = array (  '_controller' => 'Plugin\\CustomerPlus4\\Controller\\Admin\\CustomerItemController::index',  '_route' => 'admin_customer_customeritem',);
  2009.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2010.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2011.                                         if ('GET' !== $canonicalMethod) {
  2012.                                             goto not_admin_customer_customeritem;
  2013.                                         }
  2014.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_customer_customeritem'key($requiredSchemes)));
  2015.                                     }
  2016.                                     return $ret;
  2017.                                 }
  2018.                                 not_admin_customer_customeritem:
  2019.                                 // admin_customer_customeritem_delete
  2020.                                 if (preg_match('#^/cpadmin/customer/customeritem/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2021.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_customeritem_delete']), array (  '_controller' => 'Plugin\\CustomerPlus4\\Controller\\Admin\\CustomerItemController::delete',));
  2022.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2023.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2024.                                     if (!in_array($requestMethod, ['DELETE'])) {
  2025.                                         if ($hasRequiredScheme) {
  2026.                                             $allow array_merge($allow, ['DELETE']);
  2027.                                         }
  2028.                                         goto not_admin_customer_customeritem_delete;
  2029.                                     }
  2030.                                     if (!$hasRequiredScheme) {
  2031.                                         if ('GET' !== $canonicalMethod) {
  2032.                                             goto not_admin_customer_customeritem_delete;
  2033.                                         }
  2034.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_customer_customeritem_delete'key($requiredSchemes)));
  2035.                                     }
  2036.                                     return $ret;
  2037.                                 }
  2038.                                 not_admin_customer_customeritem_delete:
  2039.                                 if (=== strpos($pathinfo'/cpadmin/customer/customeritem/edit')) {
  2040.                                     // admin_customer_customeritem_new
  2041.                                     if ('/cpadmin/customer/customeritem/edit' === $pathinfo) {
  2042.                                         $ret = array (  '_controller' => 'Plugin\\CustomerPlus4\\Controller\\Admin\\CustomerItemEditController::index',  '_route' => 'admin_customer_customeritem_new',);
  2043.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2044.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2045.                                             if ('GET' !== $canonicalMethod) {
  2046.                                                 goto not_admin_customer_customeritem_new;
  2047.                                             }
  2048.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_customeritem_new'key($requiredSchemes)));
  2049.                                         }
  2050.                                         return $ret;
  2051.                                     }
  2052.                                     not_admin_customer_customeritem_new:
  2053.                                     // admin_customer_customeritem_edit
  2054.                                     if (preg_match('#^/cpadmin/customer/customeritem/edit(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  2055.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_customeritem_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\CustomerPlus4\\Controller\\Admin\\CustomerItemEditController::index',));
  2056.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2057.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2058.                                             if ('GET' !== $canonicalMethod) {
  2059.                                                 goto not_admin_customer_customeritem_edit;
  2060.                                             }
  2061.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_customeritem_edit'key($requiredSchemes)));
  2062.                                         }
  2063.                                         return $ret;
  2064.                                     }
  2065.                                     not_admin_customer_customeritem_edit:
  2066.                                 }
  2067.                                 elseif (=== strpos($pathinfo'/cpadmin/customer/customeritem/option')) {
  2068.                                     // admin_customer_customeritem_option
  2069.                                     if (preg_match('#^/cpadmin/customer/customeritem/option/(?P<item_id>\\d+)$#sD'$pathinfo$matches)) {
  2070.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_customeritem_option']), array (  '_controller' => 'Plugin\\CustomerPlus4\\Controller\\Admin\\CustomerItemOptionEditController::index',));
  2071.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2072.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2073.                                             if ('GET' !== $canonicalMethod) {
  2074.                                                 goto not_admin_customer_customeritem_option;
  2075.                                             }
  2076.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_customeritem_option'key($requiredSchemes)));
  2077.                                         }
  2078.                                         return $ret;
  2079.                                     }
  2080.                                     not_admin_customer_customeritem_option:
  2081.                                     // admin_customer_customeritem_option_new
  2082.                                     if (preg_match('#^/cpadmin/customer/customeritem/option/(?P<item_id>\\d+)/new$#sD'$pathinfo$matches)) {
  2083.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_customeritem_option_new']), array (  '_controller' => 'Plugin\\CustomerPlus4\\Controller\\Admin\\CustomerItemOptionEditController::index',));
  2084.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2085.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2086.                                             if ('GET' !== $canonicalMethod) {
  2087.                                                 goto not_admin_customer_customeritem_option_new;
  2088.                                             }
  2089.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_customeritem_option_new'key($requiredSchemes)));
  2090.                                         }
  2091.                                         return $ret;
  2092.                                     }
  2093.                                     not_admin_customer_customeritem_option_new:
  2094.                                     // admin_customer_customeritem_option_edit
  2095.                                     if (preg_match('#^/cpadmin/customer/customeritem/option/(?P<item_id>\\d+)/edit(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  2096.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_customeritem_option_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\CustomerPlus4\\Controller\\Admin\\CustomerItemOptionEditController::index',));
  2097.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2098.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2099.                                             if ('GET' !== $canonicalMethod) {
  2100.                                                 goto not_admin_customer_customeritem_option_edit;
  2101.                                             }
  2102.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_customeritem_option_edit'key($requiredSchemes)));
  2103.                                         }
  2104.                                         return $ret;
  2105.                                     }
  2106.                                     not_admin_customer_customeritem_option_edit:
  2107.                                     // admin_customer_customeritem_option_delete
  2108.                                     if (preg_match('#^/cpadmin/customer/customeritem/option/(?P<item_id>\\d+)/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2109.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_customeritem_option_delete']), array (  '_controller' => 'Plugin\\CustomerPlus4\\Controller\\Admin\\CustomerItemOptionEditController::delete',));
  2110.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2111.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2112.                                         if (!in_array($requestMethod, ['DELETE'])) {
  2113.                                             if ($hasRequiredScheme) {
  2114.                                                 $allow array_merge($allow, ['DELETE']);
  2115.                                             }
  2116.                                             goto not_admin_customer_customeritem_option_delete;
  2117.                                         }
  2118.                                         if (!$hasRequiredScheme) {
  2119.                                             if ('GET' !== $canonicalMethod) {
  2120.                                                 goto not_admin_customer_customeritem_option_delete;
  2121.                                             }
  2122.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_customeritem_option_delete'key($requiredSchemes)));
  2123.                                         }
  2124.                                         return $ret;
  2125.                                     }
  2126.                                     not_admin_customer_customeritem_option_delete:
  2127.                                     // admin_customer_customeritem_option_sort_no_move
  2128.                                     if ('/cpadmin/customer/customeritem/option/sort_no/move' === $pathinfo) {
  2129.                                         $ret = array (  '_controller' => 'Plugin\\CustomerPlus4\\Controller\\Admin\\CustomerItemOptionEditController::moveSortNo',  '_route' => 'admin_customer_customeritem_option_sort_no_move',);
  2130.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2131.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2132.                                         if (!in_array($requestMethod, ['POST'])) {
  2133.                                             if ($hasRequiredScheme) {
  2134.                                                 $allow array_merge($allow, ['POST']);
  2135.                                             }
  2136.                                             goto not_admin_customer_customeritem_option_sort_no_move;
  2137.                                         }
  2138.                                         if (!$hasRequiredScheme) {
  2139.                                             if ('GET' !== $canonicalMethod) {
  2140.                                                 goto not_admin_customer_customeritem_option_sort_no_move;
  2141.                                             }
  2142.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_customeritem_option_sort_no_move'key($requiredSchemes)));
  2143.                                         }
  2144.                                         return $ret;
  2145.                                     }
  2146.                                     not_admin_customer_customeritem_option_sort_no_move:
  2147.                                 }
  2148.                             }
  2149.                         }
  2150.                         elseif (=== strpos($pathinfo'/cpadmin/customer/rank')) {
  2151.                             // admin_customer_rank
  2152.                             if ('/cpadmin/customer/rank' === $pathinfo) {
  2153.                                 $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CustomerRankController::index',  '_route' => 'admin_customer_rank',);
  2154.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2155.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2156.                                     if ('GET' !== $canonicalMethod) {
  2157.                                         goto not_admin_customer_rank;
  2158.                                     }
  2159.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_customer_rank'key($requiredSchemes)));
  2160.                                 }
  2161.                                 return $ret;
  2162.                             }
  2163.                             not_admin_customer_rank:
  2164.                             // admin_customer_rank_delete
  2165.                             if (preg_match('#^/cpadmin/customer/rank/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2166.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_rank_delete']), array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CustomerRankController::delete',));
  2167.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2168.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2169.                                 if (!in_array($requestMethod, ['DELETE'])) {
  2170.                                     if ($hasRequiredScheme) {
  2171.                                         $allow array_merge($allow, ['DELETE']);
  2172.                                     }
  2173.                                     goto not_admin_customer_rank_delete;
  2174.                                 }
  2175.                                 if (!$hasRequiredScheme) {
  2176.                                     if ('GET' !== $canonicalMethod) {
  2177.                                         goto not_admin_customer_rank_delete;
  2178.                                     }
  2179.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_customer_rank_delete'key($requiredSchemes)));
  2180.                                 }
  2181.                                 return $ret;
  2182.                             }
  2183.                             not_admin_customer_rank_delete:
  2184.                             // admin_customer_rank_move
  2185.                             if ('/cpadmin/customer/rank/priority/move' === $pathinfo) {
  2186.                                 $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CustomerRankController::movePriority',  '_route' => 'admin_customer_rank_move',);
  2187.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2188.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2189.                                 if (!in_array($canonicalMethod, ['POST''GET'])) {
  2190.                                     if ($hasRequiredScheme) {
  2191.                                         $allow array_merge($allow, ['POST''GET']);
  2192.                                     }
  2193.                                     goto not_admin_customer_rank_move;
  2194.                                 }
  2195.                                 if (!$hasRequiredScheme) {
  2196.                                     if ('GET' !== $canonicalMethod) {
  2197.                                         goto not_admin_customer_rank_move;
  2198.                                     }
  2199.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_customer_rank_move'key($requiredSchemes)));
  2200.                                 }
  2201.                                 return $ret;
  2202.                             }
  2203.                             not_admin_customer_rank_move:
  2204.                             if (=== strpos($pathinfo'/cpadmin/customer/rank/edit')) {
  2205.                                 // admin_customer_rank_new
  2206.                                 if ('/cpadmin/customer/rank/edit' === $pathinfo) {
  2207.                                     $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CustomerRankEditController::index',  '_route' => 'admin_customer_rank_new',);
  2208.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2209.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2210.                                         if ('GET' !== $canonicalMethod) {
  2211.                                             goto not_admin_customer_rank_new;
  2212.                                         }
  2213.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_customer_rank_new'key($requiredSchemes)));
  2214.                                     }
  2215.                                     return $ret;
  2216.                                 }
  2217.                                 not_admin_customer_rank_new:
  2218.                                 // admin_customer_rank_edit
  2219.                                 if (preg_match('#^/cpadmin/customer/rank/edit(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  2220.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_rank_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\CustomerRank\\Controller\\Admin\\CustomerRankEditController::index',));
  2221.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2222.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2223.                                         if ('GET' !== $canonicalMethod) {
  2224.                                             goto not_admin_customer_rank_edit;
  2225.                                         }
  2226.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_customer_rank_edit'key($requiredSchemes)));
  2227.                                     }
  2228.                                     return $ret;
  2229.                                 }
  2230.                                 not_admin_customer_rank_edit:
  2231.                             }
  2232.                         }
  2233.                     }
  2234.                 }
  2235.                 elseif (=== strpos($pathinfo'/cpadmin/order')) {
  2236.                     // admin_shipping_csv_import
  2237.                     if ('/cpadmin/order/shipping_csv_upload' === $pathinfo) {
  2238.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\CsvImportController::csvShipping',  '_route' => 'admin_shipping_csv_import',);
  2239.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2240.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2241.                             if ('GET' !== $canonicalMethod) {
  2242.                                 goto not_admin_shipping_csv_import;
  2243.                             }
  2244.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_csv_import'key($requiredSchemes)));
  2245.                         }
  2246.                         return $ret;
  2247.                     }
  2248.                     not_admin_shipping_csv_import:
  2249.                     // admin_shipping_csv_template
  2250.                     if ('/cpadmin/order/csv_template' === $pathinfo) {
  2251.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\CsvImportController::csvTemplate',  '_route' => 'admin_shipping_csv_template',);
  2252.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2253.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2254.                             if ('GET' !== $canonicalMethod) {
  2255.                                 goto not_admin_shipping_csv_template;
  2256.                             }
  2257.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_csv_template'key($requiredSchemes)));
  2258.                         }
  2259.                         return $ret;
  2260.                     }
  2261.                     not_admin_shipping_csv_template:
  2262.                     // admin_order_new
  2263.                     if ('/cpadmin/order/new' === $pathinfo) {
  2264.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::index',  '_route' => 'admin_order_new',);
  2265.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2266.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2267.                             if ('GET' !== $canonicalMethod) {
  2268.                                 goto not_admin_order_new;
  2269.                             }
  2270.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_new'key($requiredSchemes)));
  2271.                         }
  2272.                         return $ret;
  2273.                     }
  2274.                     not_admin_order_new:
  2275.                     // admin_order_edit
  2276.                     if (preg_match('#^/cpadmin/order/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2277.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::index',));
  2278.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2279.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2280.                             if ('GET' !== $canonicalMethod) {
  2281.                                 goto not_admin_order_edit;
  2282.                             }
  2283.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_edit'key($requiredSchemes)));
  2284.                         }
  2285.                         return $ret;
  2286.                     }
  2287.                     not_admin_order_edit:
  2288.                     if (=== strpos($pathinfo'/cpadmin/order/search')) {
  2289.                         if (=== strpos($pathinfo'/cpadmin/order/search/customer/html')) {
  2290.                             // admin_order_search_customer_html
  2291.                             if ('/cpadmin/order/search/customer/html' === $pathinfo) {
  2292.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchCustomerHtml',  '_route' => 'admin_order_search_customer_html',);
  2293.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2294.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2295.                                     if ('GET' !== $canonicalMethod) {
  2296.                                         goto not_admin_order_search_customer_html;
  2297.                                     }
  2298.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_html'key($requiredSchemes)));
  2299.                                 }
  2300.                                 return $ret;
  2301.                             }
  2302.                             not_admin_order_search_customer_html:
  2303.                             // admin_order_search_customer_html_page
  2304.                             if (=== strpos($pathinfo'/cpadmin/order/search/customer/html/page') && preg_match('#^/cpadmin/order/search/customer/html/page(?:/(?P<page_no>[^/]++))?$#sD'$pathinfo$matches)) {
  2305.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_search_customer_html_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchCustomerHtml',));
  2306.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2307.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2308.                                     if ('GET' !== $canonicalMethod) {
  2309.                                         goto not_admin_order_search_customer_html_page;
  2310.                                     }
  2311.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_html_page'key($requiredSchemes)));
  2312.                                 }
  2313.                                 return $ret;
  2314.                             }
  2315.                             not_admin_order_search_customer_html_page:
  2316.                         }
  2317.                         // admin_order_search_customer_by_id
  2318.                         if ('/cpadmin/order/search/customer/id' === $pathinfo) {
  2319.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchCustomerById',  '_route' => 'admin_order_search_customer_by_id',);
  2320.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2321.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2322.                             if (!in_array($requestMethod, ['POST'])) {
  2323.                                 if ($hasRequiredScheme) {
  2324.                                     $allow array_merge($allow, ['POST']);
  2325.                                 }
  2326.                                 goto not_admin_order_search_customer_by_id;
  2327.                             }
  2328.                             if (!$hasRequiredScheme) {
  2329.                                 if ('GET' !== $canonicalMethod) {
  2330.                                     goto not_admin_order_search_customer_by_id;
  2331.                                 }
  2332.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_by_id'key($requiredSchemes)));
  2333.                             }
  2334.                             return $ret;
  2335.                         }
  2336.                         not_admin_order_search_customer_by_id:
  2337.                         if (=== strpos($pathinfo'/cpadmin/order/search/product')) {
  2338.                             // admin_order_search_product
  2339.                             if ('/cpadmin/order/search/product' === $pathinfo) {
  2340.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchProduct',  '_route' => 'admin_order_search_product',);
  2341.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2342.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2343.                                     if ('GET' !== $canonicalMethod) {
  2344.                                         goto not_admin_order_search_product;
  2345.                                     }
  2346.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_product'key($requiredSchemes)));
  2347.                                 }
  2348.                                 return $ret;
  2349.                             }
  2350.                             not_admin_order_search_product:
  2351.                             // admin_order_search_product_page
  2352.                             if (=== strpos($pathinfo'/cpadmin/order/search/product/page') && preg_match('#^/cpadmin/order/search/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2353.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_search_product_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchProduct',));
  2354.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2355.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2356.                                     if ('GET' !== $canonicalMethod) {
  2357.                                         goto not_admin_order_search_product_page;
  2358.                                     }
  2359.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_product_page'key($requiredSchemes)));
  2360.                                 }
  2361.                                 return $ret;
  2362.                             }
  2363.                             not_admin_order_search_product_page:
  2364.                         }
  2365.                         // admin_order_search_order_item_type
  2366.                         if ('/cpadmin/order/search/order_item_type' === $pathinfo) {
  2367.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchOrderItemType',  '_route' => 'admin_order_search_order_item_type',);
  2368.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2369.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2370.                                 if ('GET' !== $canonicalMethod) {
  2371.                                     goto not_admin_order_search_order_item_type;
  2372.                                 }
  2373.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_order_item_type'key($requiredSchemes)));
  2374.                             }
  2375.                             return $ret;
  2376.                         }
  2377.                         not_admin_order_search_order_item_type:
  2378.                     }
  2379.                     // admin_order_mail
  2380.                     if (preg_match('#^/cpadmin/order/(?P<id>\\d+)/mail$#sD'$pathinfo$matches)) {
  2381.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\MailController::index',));
  2382.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2383.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2384.                             if ('GET' !== $canonicalMethod) {
  2385.                                 goto not_admin_order_mail;
  2386.                             }
  2387.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_mail'key($requiredSchemes)));
  2388.                         }
  2389.                         return $ret;
  2390.                     }
  2391.                     not_admin_order_mail:
  2392.                     // admin_order_mail_view
  2393.                     if ('/cpadmin/order/mail/view' === $pathinfo) {
  2394.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\MailController::view',  '_route' => 'admin_order_mail_view',);
  2395.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2396.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2397.                             if ('GET' !== $canonicalMethod) {
  2398.                                 goto not_admin_order_mail_view;
  2399.                             }
  2400.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_mail_view'key($requiredSchemes)));
  2401.                         }
  2402.                         return $ret;
  2403.                     }
  2404.                     not_admin_order_mail_view:
  2405.                     // admin_order
  2406.                     if ('/cpadmin/order' === $pathinfo) {
  2407.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::index',  '_route' => 'admin_order',);
  2408.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2409.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2410.                             if ('GET' !== $canonicalMethod) {
  2411.                                 goto not_admin_order;
  2412.                             }
  2413.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order'key($requiredSchemes)));
  2414.                         }
  2415.                         return $ret;
  2416.                     }
  2417.                     not_admin_order:
  2418.                     // admin_order_page
  2419.                     if (=== strpos($pathinfo'/cpadmin/order/page') && preg_match('#^/cpadmin/order/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2420.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::index',));
  2421.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2422.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2423.                             if ('GET' !== $canonicalMethod) {
  2424.                                 goto not_admin_order_page;
  2425.                             }
  2426.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_page'key($requiredSchemes)));
  2427.                         }
  2428.                         return $ret;
  2429.                     }
  2430.                     not_admin_order_page:
  2431.                     // admin_order_bulk_delete
  2432.                     if ('/cpadmin/order/bulk_delete' === $pathinfo) {
  2433.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::bulkDelete',  '_route' => 'admin_order_bulk_delete',);
  2434.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2435.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2436.                         if (!in_array($requestMethod, ['POST'])) {
  2437.                             if ($hasRequiredScheme) {
  2438.                                 $allow array_merge($allow, ['POST']);
  2439.                             }
  2440.                             goto not_admin_order_bulk_delete;
  2441.                         }
  2442.                         if (!$hasRequiredScheme) {
  2443.                             if ('GET' !== $canonicalMethod) {
  2444.                                 goto not_admin_order_bulk_delete;
  2445.                             }
  2446.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_bulk_delete'key($requiredSchemes)));
  2447.                         }
  2448.                         return $ret;
  2449.                     }
  2450.                     not_admin_order_bulk_delete:
  2451.                     if (=== strpos($pathinfo'/cpadmin/order/export')) {
  2452.                         // admin_order_export_order
  2453.                         if ('/cpadmin/order/export/order' === $pathinfo) {
  2454.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportOrder',  '_route' => 'admin_order_export_order',);
  2455.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2456.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2457.                                 if ('GET' !== $canonicalMethod) {
  2458.                                     goto not_admin_order_export_order;
  2459.                                 }
  2460.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_order'key($requiredSchemes)));
  2461.                             }
  2462.                             return $ret;
  2463.                         }
  2464.                         not_admin_order_export_order:
  2465.                         // admin_order_export_shipping
  2466.                         if ('/cpadmin/order/export/shipping' === $pathinfo) {
  2467.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportShipping',  '_route' => 'admin_order_export_shipping',);
  2468.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2469.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2470.                                 if ('GET' !== $canonicalMethod) {
  2471.                                     goto not_admin_order_export_shipping;
  2472.                                 }
  2473.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_shipping'key($requiredSchemes)));
  2474.                             }
  2475.                             return $ret;
  2476.                         }
  2477.                         not_admin_order_export_shipping:
  2478.                         if (=== strpos($pathinfo'/cpadmin/order/export/pdf')) {
  2479.                             // admin_order_export_pdf
  2480.                             if ('/cpadmin/order/export/pdf' === $pathinfo) {
  2481.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportPdf',  '_route' => 'admin_order_export_pdf',);
  2482.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2483.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2484.                                     if ('GET' !== $canonicalMethod) {
  2485.                                         goto not_admin_order_export_pdf;
  2486.                                     }
  2487.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_pdf'key($requiredSchemes)));
  2488.                                 }
  2489.                                 return $ret;
  2490.                             }
  2491.                             not_admin_order_export_pdf:
  2492.                             // admin_order_pdf_download
  2493.                             if ('/cpadmin/order/export/pdf/download' === $pathinfo) {
  2494.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportPdfDownload',  '_route' => 'admin_order_pdf_download',);
  2495.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2496.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2497.                                     if ('GET' !== $canonicalMethod) {
  2498.                                         goto not_admin_order_pdf_download;
  2499.                                     }
  2500.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_order_pdf_download'key($requiredSchemes)));
  2501.                                 }
  2502.                                 return $ret;
  2503.                             }
  2504.                             not_admin_order_pdf_download:
  2505.                         }
  2506.                     }
  2507.                     // remise_payment4_admin_delete_result_state
  2508.                     if (preg_match('#^/cpadmin/order/(?P<id>\\d+)/delete_result_state$#sD'$pathinfo$matches)) {
  2509.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_admin_delete_result_state']), array (  'id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\ResultController::deleteResultStateForAdmin',));
  2510.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2511.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2512.                             if ('GET' !== $canonicalMethod) {
  2513.                                 goto not_remise_payment4_admin_delete_result_state;
  2514.                             }
  2515.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_admin_delete_result_state'key($requiredSchemes)));
  2516.                         }
  2517.                         return $ret;
  2518.                     }
  2519.                     not_remise_payment4_admin_delete_result_state:
  2520.                     // order_by_sale4_admin_config
  2521.                     if ('/cpadmin/order_by_sale4/config' === $pathinfo) {
  2522.                         $ret = array (  '_controller' => 'Plugin\\OrderBySale4ForCP\\Controller\\Admin\\ConfigController::index',  '_route' => 'order_by_sale4_admin_config',);
  2523.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2524.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2525.                             if ('GET' !== $canonicalMethod) {
  2526.                                 goto not_order_by_sale4_admin_config;
  2527.                             }
  2528.                             return array_replace($ret$this->redirect($rawPathinfo'order_by_sale4_admin_config'key($requiredSchemes)));
  2529.                         }
  2530.                         return $ret;
  2531.                     }
  2532.                     not_order_by_sale4_admin_config:
  2533.                 }
  2534.                 elseif (=== strpos($pathinfo'/cpadmin/product')) {
  2535.                     if (=== strpos($pathinfo'/cpadmin/product/c')) {
  2536.                         if (=== strpos($pathinfo'/cpadmin/product/category')) {
  2537.                             // admin_product_category
  2538.                             if ('/cpadmin/product/category' === $pathinfo) {
  2539.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',  '_route' => 'admin_product_category',);
  2540.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2541.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2542.                                     if ('GET' !== $canonicalMethod) {
  2543.                                         goto not_admin_product_category;
  2544.                                     }
  2545.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_category'key($requiredSchemes)));
  2546.                                 }
  2547.                                 return $ret;
  2548.                             }
  2549.                             not_admin_product_category:
  2550.                             // admin_product_category_show
  2551.                             if (preg_match('#^/cpadmin/product/category(?:/(?P<parent_id>\\d+))?$#sD'$pathinfo$matches)) {
  2552.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_show']), array (  'parent_id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',));
  2553.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2554.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2555.                                     if ('GET' !== $canonicalMethod) {
  2556.                                         goto not_admin_product_category_show;
  2557.                                     }
  2558.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_show'key($requiredSchemes)));
  2559.                                 }
  2560.                                 return $ret;
  2561.                             }
  2562.                             not_admin_product_category_show:
  2563.                             // admin_product_category_edit
  2564.                             if (preg_match('#^/cpadmin/product/category/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2565.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',));
  2566.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2567.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2568.                                     if ('GET' !== $canonicalMethod) {
  2569.                                         goto not_admin_product_category_edit;
  2570.                                     }
  2571.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_edit'key($requiredSchemes)));
  2572.                                 }
  2573.                                 return $ret;
  2574.                             }
  2575.                             not_admin_product_category_edit:
  2576.                             // admin_product_category_delete
  2577.                             if (preg_match('#^/cpadmin/product/category/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2578.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::delete',));
  2579.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2580.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2581.                                 if (!in_array($requestMethod, ['DELETE'])) {
  2582.                                     if ($hasRequiredScheme) {
  2583.                                         $allow array_merge($allow, ['DELETE']);
  2584.                                     }
  2585.                                     goto not_admin_product_category_delete;
  2586.                                 }
  2587.                                 if (!$hasRequiredScheme) {
  2588.                                     if ('GET' !== $canonicalMethod) {
  2589.                                         goto not_admin_product_category_delete;
  2590.                                     }
  2591.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_delete'key($requiredSchemes)));
  2592.                                 }
  2593.                                 return $ret;
  2594.                             }
  2595.                             not_admin_product_category_delete:
  2596.                             // admin_product_category_sort_no_move
  2597.                             if ('/cpadmin/product/category/sort_no/move' === $pathinfo) {
  2598.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::moveSortNo',  '_route' => 'admin_product_category_sort_no_move',);
  2599.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2600.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2601.                                 if (!in_array($requestMethod, ['POST'])) {
  2602.                                     if ($hasRequiredScheme) {
  2603.                                         $allow array_merge($allow, ['POST']);
  2604.                                     }
  2605.                                     goto not_admin_product_category_sort_no_move;
  2606.                                 }
  2607.                                 if (!$hasRequiredScheme) {
  2608.                                     if ('GET' !== $canonicalMethod) {
  2609.                                         goto not_admin_product_category_sort_no_move;
  2610.                                     }
  2611.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_sort_no_move'key($requiredSchemes)));
  2612.                                 }
  2613.                                 return $ret;
  2614.                             }
  2615.                             not_admin_product_category_sort_no_move:
  2616.                             // admin_product_category_export
  2617.                             if ('/cpadmin/product/category/export' === $pathinfo) {
  2618.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::export',  '_route' => 'admin_product_category_export',);
  2619.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2620.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2621.                                     if ('GET' !== $canonicalMethod) {
  2622.                                         goto not_admin_product_category_export;
  2623.                                     }
  2624.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_export'key($requiredSchemes)));
  2625.                                 }
  2626.                                 return $ret;
  2627.                             }
  2628.                             not_admin_product_category_export:
  2629.                             // admin_product_category_csv_import
  2630.                             if ('/cpadmin/product/category_csv_upload' === $pathinfo) {
  2631.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvCategory',  '_route' => 'admin_product_category_csv_import',);
  2632.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2633.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2634.                                     if ('GET' !== $canonicalMethod) {
  2635.                                         goto not_admin_product_category_csv_import;
  2636.                                     }
  2637.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_csv_import'key($requiredSchemes)));
  2638.                                 }
  2639.                                 return $ret;
  2640.                             }
  2641.                             not_admin_product_category_csv_import:
  2642.                         }
  2643.                         elseif (=== strpos($pathinfo'/cpadmin/product/class_category')) {
  2644.                             // admin_product_class_category
  2645.                             if (preg_match('#^/cpadmin/product/class_category/(?P<class_name_id>\\d+)$#sD'$pathinfo$matches)) {
  2646.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::index',));
  2647.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2648.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2649.                                     if ('GET' !== $canonicalMethod) {
  2650.                                         goto not_admin_product_class_category;
  2651.                                     }
  2652.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category'key($requiredSchemes)));
  2653.                                 }
  2654.                                 return $ret;
  2655.                             }
  2656.                             not_admin_product_class_category:
  2657.                             // admin_product_class_category_edit
  2658.                             if (preg_match('#^/cpadmin/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2659.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::index',));
  2660.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2661.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2662.                                     if ('GET' !== $canonicalMethod) {
  2663.                                         goto not_admin_product_class_category_edit;
  2664.                                     }
  2665.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_edit'key($requiredSchemes)));
  2666.                                 }
  2667.                                 return $ret;
  2668.                             }
  2669.                             not_admin_product_class_category_edit:
  2670.                             // admin_product_class_category_delete
  2671.                             if (preg_match('#^/cpadmin/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2672.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::delete',));
  2673.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2674.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2675.                                 if (!in_array($requestMethod, ['DELETE'])) {
  2676.                                     if ($hasRequiredScheme) {
  2677.                                         $allow array_merge($allow, ['DELETE']);
  2678.                                     }
  2679.                                     goto not_admin_product_class_category_delete;
  2680.                                 }
  2681.                                 if (!$hasRequiredScheme) {
  2682.                                     if ('GET' !== $canonicalMethod) {
  2683.                                         goto not_admin_product_class_category_delete;
  2684.                                     }
  2685.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_delete'key($requiredSchemes)));
  2686.                                 }
  2687.                                 return $ret;
  2688.                             }
  2689.                             not_admin_product_class_category_delete:
  2690.                             // admin_product_class_category_visibility
  2691.                             if (preg_match('#^/cpadmin/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/visibility$#sD'$pathinfo$matches)) {
  2692.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_visibility']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::visibility',));
  2693.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2694.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2695.                                 if (!in_array($requestMethod, ['PUT'])) {
  2696.                                     if ($hasRequiredScheme) {
  2697.                                         $allow array_merge($allow, ['PUT']);
  2698.                                     }
  2699.                                     goto not_admin_product_class_category_visibility;
  2700.                                 }
  2701.                                 if (!$hasRequiredScheme) {
  2702.                                     if ('GET' !== $canonicalMethod) {
  2703.                                         goto not_admin_product_class_category_visibility;
  2704.                                     }
  2705.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_visibility'key($requiredSchemes)));
  2706.                                 }
  2707.                                 return $ret;
  2708.                             }
  2709.                             not_admin_product_class_category_visibility:
  2710.                             // admin_product_class_category_sort_no_move
  2711.                             if ('/cpadmin/product/class_category/sort_no/move' === $pathinfo) {
  2712.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::moveSortNo',  '_route' => 'admin_product_class_category_sort_no_move',);
  2713.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2714.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2715.                                 if (!in_array($requestMethod, ['POST'])) {
  2716.                                     if ($hasRequiredScheme) {
  2717.                                         $allow array_merge($allow, ['POST']);
  2718.                                     }
  2719.                                     goto not_admin_product_class_category_sort_no_move;
  2720.                                 }
  2721.                                 if (!$hasRequiredScheme) {
  2722.                                     if ('GET' !== $canonicalMethod) {
  2723.                                         goto not_admin_product_class_category_sort_no_move;
  2724.                                     }
  2725.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_sort_no_move'key($requiredSchemes)));
  2726.                                 }
  2727.                                 return $ret;
  2728.                             }
  2729.                             not_admin_product_class_category_sort_no_move:
  2730.                         }
  2731.                         elseif (=== strpos($pathinfo'/cpadmin/product/class_name')) {
  2732.                             // admin_product_class_name
  2733.                             if ('/cpadmin/product/class_name' === $pathinfo) {
  2734.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::index',  '_route' => 'admin_product_class_name',);
  2735.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2736.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2737.                                     if ('GET' !== $canonicalMethod) {
  2738.                                         goto not_admin_product_class_name;
  2739.                                     }
  2740.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name'key($requiredSchemes)));
  2741.                                 }
  2742.                                 return $ret;
  2743.                             }
  2744.                             not_admin_product_class_name:
  2745.                             // admin_product_class_name_edit
  2746.                             if (preg_match('#^/cpadmin/product/class_name/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2747.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_name_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::index',));
  2748.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2749.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2750.                                     if ('GET' !== $canonicalMethod) {
  2751.                                         goto not_admin_product_class_name_edit;
  2752.                                     }
  2753.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_edit'key($requiredSchemes)));
  2754.                                 }
  2755.                                 return $ret;
  2756.                             }
  2757.                             not_admin_product_class_name_edit:
  2758.                             // admin_product_class_name_delete
  2759.                             if (preg_match('#^/cpadmin/product/class_name/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2760.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_name_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::delete',));
  2761.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2762.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2763.                                 if (!in_array($requestMethod, ['DELETE'])) {
  2764.                                     if ($hasRequiredScheme) {
  2765.                                         $allow array_merge($allow, ['DELETE']);
  2766.                                     }
  2767.                                     goto not_admin_product_class_name_delete;
  2768.                                 }
  2769.                                 if (!$hasRequiredScheme) {
  2770.                                     if ('GET' !== $canonicalMethod) {
  2771.                                         goto not_admin_product_class_name_delete;
  2772.                                     }
  2773.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_delete'key($requiredSchemes)));
  2774.                                 }
  2775.                                 return $ret;
  2776.                             }
  2777.                             not_admin_product_class_name_delete:
  2778.                             // admin_product_class_name_sort_no_move
  2779.                             if ('/cpadmin/product/class_name/sort_no/move' === $pathinfo) {
  2780.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::moveSortNo',  '_route' => 'admin_product_class_name_sort_no_move',);
  2781.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2782.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2783.                                 if (!in_array($requestMethod, ['POST'])) {
  2784.                                     if ($hasRequiredScheme) {
  2785.                                         $allow array_merge($allow, ['POST']);
  2786.                                     }
  2787.                                     goto not_admin_product_class_name_sort_no_move;
  2788.                                 }
  2789.                                 if (!$hasRequiredScheme) {
  2790.                                     if ('GET' !== $canonicalMethod) {
  2791.                                         goto not_admin_product_class_name_sort_no_move;
  2792.                                     }
  2793.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_sort_no_move'key($requiredSchemes)));
  2794.                                 }
  2795.                                 return $ret;
  2796.                             }
  2797.                             not_admin_product_class_name_sort_no_move:
  2798.                         }
  2799.                         // admin_product_csv_template
  2800.                         if (=== strpos($pathinfo'/cpadmin/product/csv_template') && preg_match('#^/cpadmin/product/csv_template/(?P<type>\\w+)$#sD'$pathinfo$matches)) {
  2801.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_csv_template']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvTemplate',));
  2802.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2803.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2804.                                 if ('GET' !== $canonicalMethod) {
  2805.                                     goto not_admin_product_csv_template;
  2806.                                 }
  2807.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_csv_template'key($requiredSchemes)));
  2808.                             }
  2809.                             return $ret;
  2810.                         }
  2811.                         not_admin_product_csv_template:
  2812.                     }
  2813.                     // admin_product_csv_import
  2814.                     if ('/cpadmin/product/product_csv_upload' === $pathinfo) {
  2815.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvProduct',  '_route' => 'admin_product_csv_import',);
  2816.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2817.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2818.                             if ('GET' !== $canonicalMethod) {
  2819.                                 goto not_admin_product_csv_import;
  2820.                             }
  2821.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_csv_import'key($requiredSchemes)));
  2822.                         }
  2823.                         return $ret;
  2824.                     }
  2825.                     not_admin_product_csv_import:
  2826.                     if (=== strpos($pathinfo'/cpadmin/product/product/class')) {
  2827.                         // admin_product_product_class
  2828.                         if (preg_match('#^/cpadmin/product/product/class/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  2829.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_class']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductClassController::index',));
  2830.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2831.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2832.                                 if ('GET' !== $canonicalMethod) {
  2833.                                     goto not_admin_product_product_class;
  2834.                                 }
  2835.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_class'key($requiredSchemes)));
  2836.                             }
  2837.                             return $ret;
  2838.                         }
  2839.                         not_admin_product_product_class:
  2840.                         // admin_product_product_class_clear
  2841.                         if (preg_match('#^/cpadmin/product/product/class/(?P<id>\\d+)/clear$#sD'$pathinfo$matches)) {
  2842.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_class_clear']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductClassController::clearProductClasses',));
  2843.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2844.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2845.                                 if ('GET' !== $canonicalMethod) {
  2846.                                     goto not_admin_product_product_class_clear;
  2847.                                 }
  2848.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_class_clear'key($requiredSchemes)));
  2849.                             }
  2850.                             return $ret;
  2851.                         }
  2852.                         not_admin_product_product_class_clear:
  2853.                     }
  2854.                     // admin_product
  2855.                     if ('/cpadmin/product' === $pathinfo) {
  2856.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::index',  '_route' => 'admin_product',);
  2857.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2858.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2859.                             if ('GET' !== $canonicalMethod) {
  2860.                                 goto not_admin_product;
  2861.                             }
  2862.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product'key($requiredSchemes)));
  2863.                         }
  2864.                         return $ret;
  2865.                     }
  2866.                     not_admin_product:
  2867.                     // admin_product_page
  2868.                     if (=== strpos($pathinfo'/cpadmin/product/page') && preg_match('#^/cpadmin/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2869.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::index',));
  2870.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2871.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2872.                             if ('GET' !== $canonicalMethod) {
  2873.                                 goto not_admin_product_page;
  2874.                             }
  2875.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_page'key($requiredSchemes)));
  2876.                         }
  2877.                         return $ret;
  2878.                     }
  2879.                     not_admin_product_page:
  2880.                     if (=== strpos($pathinfo'/cpadmin/product/product')) {
  2881.                         // admin_product_image_add
  2882.                         if ('/cpadmin/product/product/image/add' === $pathinfo) {
  2883.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::addImage',  '_route' => 'admin_product_image_add',);
  2884.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2885.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2886.                             if (!in_array($requestMethod, ['POST'])) {
  2887.                                 if ($hasRequiredScheme) {
  2888.                                     $allow array_merge($allow, ['POST']);
  2889.                                 }
  2890.                                 goto not_admin_product_image_add;
  2891.                             }
  2892.                             if (!$hasRequiredScheme) {
  2893.                                 if ('GET' !== $canonicalMethod) {
  2894.                                     goto not_admin_product_image_add;
  2895.                                 }
  2896.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_image_add'key($requiredSchemes)));
  2897.                             }
  2898.                             return $ret;
  2899.                         }
  2900.                         not_admin_product_image_add:
  2901.                         // admin_product_product_new
  2902.                         if ('/cpadmin/product/product/new' === $pathinfo) {
  2903.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::edit',  '_route' => 'admin_product_product_new',);
  2904.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2905.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2906.                                 if ('GET' !== $canonicalMethod) {
  2907.                                     goto not_admin_product_product_new;
  2908.                                 }
  2909.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_new'key($requiredSchemes)));
  2910.                             }
  2911.                             return $ret;
  2912.                         }
  2913.                         not_admin_product_product_new:
  2914.                         // admin_product_product_edit
  2915.                         if (preg_match('#^/cpadmin/product/product/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2916.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::edit',));
  2917.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2918.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2919.                                 if ('GET' !== $canonicalMethod) {
  2920.                                     goto not_admin_product_product_edit;
  2921.                                 }
  2922.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_edit'key($requiredSchemes)));
  2923.                             }
  2924.                             return $ret;
  2925.                         }
  2926.                         not_admin_product_product_edit:
  2927.                         // admin_product_product_delete
  2928.                         if (preg_match('#^/cpadmin/product/product/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2929.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_delete']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::delete',));
  2930.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2931.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2932.                             if (!in_array($requestMethod, ['DELETE'])) {
  2933.                                 if ($hasRequiredScheme) {
  2934.                                     $allow array_merge($allow, ['DELETE']);
  2935.                                 }
  2936.                                 goto not_admin_product_product_delete;
  2937.                             }
  2938.                             if (!$hasRequiredScheme) {
  2939.                                 if ('GET' !== $canonicalMethod) {
  2940.                                     goto not_admin_product_product_delete;
  2941.                                 }
  2942.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_delete'key($requiredSchemes)));
  2943.                             }
  2944.                             return $ret;
  2945.                         }
  2946.                         not_admin_product_product_delete:
  2947.                         // admin_product_product_copy
  2948.                         if (preg_match('#^/cpadmin/product/product/(?P<id>\\d+)/copy$#sD'$pathinfo$matches)) {
  2949.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_copy']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::copy',));
  2950.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2951.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2952.                             if (!in_array($requestMethod, ['POST'])) {
  2953.                                 if ($hasRequiredScheme) {
  2954.                                     $allow array_merge($allow, ['POST']);
  2955.                                 }
  2956.                                 goto not_admin_product_product_copy;
  2957.                             }
  2958.                             if (!$hasRequiredScheme) {
  2959.                                 if ('GET' !== $canonicalMethod) {
  2960.                                     goto not_admin_product_product_copy;
  2961.                                 }
  2962.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_copy'key($requiredSchemes)));
  2963.                             }
  2964.                             return $ret;
  2965.                         }
  2966.                         not_admin_product_product_copy:
  2967.                         // admin_product_product_display
  2968.                         if (preg_match('#^/cpadmin/product/product/(?P<id>\\d+)/display$#sD'$pathinfo$matches)) {
  2969.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_display']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::display',));
  2970.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2971.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2972.                                 if ('GET' !== $canonicalMethod) {
  2973.                                     goto not_admin_product_product_display;
  2974.                                 }
  2975.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_display'key($requiredSchemes)));
  2976.                             }
  2977.                             return $ret;
  2978.                         }
  2979.                         not_admin_product_product_display:
  2980.                         // admin_product_display_rank_csv_import
  2981.                         if ('/cpadmin/product/product_display_rank_csv_upload' === $pathinfo) {
  2982.                             $ret = array (  '_controller' => 'Plugin\\ProductDisplayRank4\\Controller\\Admin\\CsvImportController::index',  '_route' => 'admin_product_display_rank_csv_import',);
  2983.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2984.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2985.                                 if ('GET' !== $canonicalMethod) {
  2986.                                     goto not_admin_product_display_rank_csv_import;
  2987.                                 }
  2988.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_display_rank_csv_import'key($requiredSchemes)));
  2989.                             }
  2990.                             return $ret;
  2991.                         }
  2992.                         not_admin_product_display_rank_csv_import:
  2993.                         // admin_product_product_display_rank_csv_template
  2994.                         if ('/cpadmin/product/product_display_rank/csv_template' === $pathinfo) {
  2995.                             $ret = array (  '_controller' => 'Plugin\\ProductDisplayRank4\\Controller\\Admin\\CsvImportController::csvTemplate',  '_route' => 'admin_product_product_display_rank_csv_template',);
  2996.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2997.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2998.                                 if ('GET' !== $canonicalMethod) {
  2999.                                     goto not_admin_product_product_display_rank_csv_template;
  3000.                                 }
  3001.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_display_rank_csv_template'key($requiredSchemes)));
  3002.                             }
  3003.                             return $ret;
  3004.                         }
  3005.                         not_admin_product_product_display_rank_csv_template:
  3006.                         if (=== strpos($pathinfo'/cpadmin/product/productitem')) {
  3007.                             // admin_product_productitem
  3008.                             if ('/cpadmin/product/productitem' === $pathinfo) {
  3009.                                 $ret = array (  '_controller' => 'Plugin\\ProductPlus\\Controller\\Admin\\ProductItemController::index',  '_route' => 'admin_product_productitem',);
  3010.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3011.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3012.                                     if ('GET' !== $canonicalMethod) {
  3013.                                         goto not_admin_product_productitem;
  3014.                                     }
  3015.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_productitem'key($requiredSchemes)));
  3016.                                 }
  3017.                                 return $ret;
  3018.                             }
  3019.                             not_admin_product_productitem:
  3020.                             // admin_product_productitem_delete
  3021.                             if (preg_match('#^/cpadmin/product/productitem/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  3022.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_productitem_delete']), array (  '_controller' => 'Plugin\\ProductPlus\\Controller\\Admin\\ProductItemController::delete',));
  3023.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3024.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3025.                                 if (!in_array($requestMethod, ['DELETE'])) {
  3026.                                     if ($hasRequiredScheme) {
  3027.                                         $allow array_merge($allow, ['DELETE']);
  3028.                                     }
  3029.                                     goto not_admin_product_productitem_delete;
  3030.                                 }
  3031.                                 if (!$hasRequiredScheme) {
  3032.                                     if ('GET' !== $canonicalMethod) {
  3033.                                         goto not_admin_product_productitem_delete;
  3034.                                     }
  3035.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_productitem_delete'key($requiredSchemes)));
  3036.                                 }
  3037.                                 return $ret;
  3038.                             }
  3039.                             not_admin_product_productitem_delete:
  3040.                             // admin_product_productitem_sort_no_move
  3041.                             if ('/cpadmin/product/productitem/sort_no/move' === $pathinfo) {
  3042.                                 $ret = array (  '_controller' => 'Plugin\\ProductPlus\\Controller\\Admin\\ProductItemController::moveSortNo',  '_route' => 'admin_product_productitem_sort_no_move',);
  3043.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3044.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3045.                                 if (!in_array($requestMethod, ['POST'])) {
  3046.                                     if ($hasRequiredScheme) {
  3047.                                         $allow array_merge($allow, ['POST']);
  3048.                                     }
  3049.                                     goto not_admin_product_productitem_sort_no_move;
  3050.                                 }
  3051.                                 if (!$hasRequiredScheme) {
  3052.                                     if ('GET' !== $canonicalMethod) {
  3053.                                         goto not_admin_product_productitem_sort_no_move;
  3054.                                     }
  3055.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_productitem_sort_no_move'key($requiredSchemes)));
  3056.                                 }
  3057.                                 return $ret;
  3058.                             }
  3059.                             not_admin_product_productitem_sort_no_move:
  3060.                             if (=== strpos($pathinfo'/cpadmin/product/productitem/edit')) {
  3061.                                 // admin_product_productitem_new
  3062.                                 if ('/cpadmin/product/productitem/edit' === $pathinfo) {
  3063.                                     $ret = array (  '_controller' => 'Plugin\\ProductPlus\\Controller\\Admin\\ProductItemEditController::index',  '_route' => 'admin_product_productitem_new',);
  3064.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3065.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3066.                                         if ('GET' !== $canonicalMethod) {
  3067.                                             goto not_admin_product_productitem_new;
  3068.                                         }
  3069.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_productitem_new'key($requiredSchemes)));
  3070.                                     }
  3071.                                     return $ret;
  3072.                                 }
  3073.                                 not_admin_product_productitem_new:
  3074.                                 // admin_product_productitem_edit
  3075.                                 if (preg_match('#^/cpadmin/product/productitem/edit(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  3076.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_productitem_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\ProductPlus\\Controller\\Admin\\ProductItemEditController::index',));
  3077.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3078.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3079.                                         if ('GET' !== $canonicalMethod) {
  3080.                                             goto not_admin_product_productitem_edit;
  3081.                                         }
  3082.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_productitem_edit'key($requiredSchemes)));
  3083.                                     }
  3084.                                     return $ret;
  3085.                                 }
  3086.                                 not_admin_product_productitem_edit:
  3087.                             }
  3088.                             elseif (=== strpos($pathinfo'/cpadmin/product/productitem/option')) {
  3089.                                 // admin_product_productitem_option
  3090.                                 if (preg_match('#^/cpadmin/product/productitem/option/(?P<item_id>\\d+)$#sD'$pathinfo$matches)) {
  3091.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_productitem_option']), array (  '_controller' => 'Plugin\\ProductPlus\\Controller\\Admin\\ProductItemOptionEditController::index',));
  3092.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3093.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3094.                                         if ('GET' !== $canonicalMethod) {
  3095.                                             goto not_admin_product_productitem_option;
  3096.                                         }
  3097.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_productitem_option'key($requiredSchemes)));
  3098.                                     }
  3099.                                     return $ret;
  3100.                                 }
  3101.                                 not_admin_product_productitem_option:
  3102.                                 // admin_product_productitem_option_new
  3103.                                 if (preg_match('#^/cpadmin/product/productitem/option/(?P<item_id>\\d+)/new$#sD'$pathinfo$matches)) {
  3104.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_productitem_option_new']), array (  '_controller' => 'Plugin\\ProductPlus\\Controller\\Admin\\ProductItemOptionEditController::index',));
  3105.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3106.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3107.                                         if ('GET' !== $canonicalMethod) {
  3108.                                             goto not_admin_product_productitem_option_new;
  3109.                                         }
  3110.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_productitem_option_new'key($requiredSchemes)));
  3111.                                     }
  3112.                                     return $ret;
  3113.                                 }
  3114.                                 not_admin_product_productitem_option_new:
  3115.                                 // admin_product_productitem_option_edit
  3116.                                 if (preg_match('#^/cpadmin/product/productitem/option/(?P<item_id>\\d+)/edit(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  3117.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_productitem_option_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\ProductPlus\\Controller\\Admin\\ProductItemOptionEditController::index',));
  3118.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3119.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3120.                                         if ('GET' !== $canonicalMethod) {
  3121.                                             goto not_admin_product_productitem_option_edit;
  3122.                                         }
  3123.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_productitem_option_edit'key($requiredSchemes)));
  3124.                                     }
  3125.                                     return $ret;
  3126.                                 }
  3127.                                 not_admin_product_productitem_option_edit:
  3128.                                 // admin_product_productitem_option_delete
  3129.                                 if (preg_match('#^/cpadmin/product/productitem/option/(?P<item_id>\\d+)/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  3130.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_productitem_option_delete']), array (  '_controller' => 'Plugin\\ProductPlus\\Controller\\Admin\\ProductItemOptionEditController::delete',));
  3131.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3132.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3133.                                     if (!in_array($requestMethod, ['DELETE'])) {
  3134.                                         if ($hasRequiredScheme) {
  3135.                                             $allow array_merge($allow, ['DELETE']);
  3136.                                         }
  3137.                                         goto not_admin_product_productitem_option_delete;
  3138.                                     }
  3139.                                     if (!$hasRequiredScheme) {
  3140.                                         if ('GET' !== $canonicalMethod) {
  3141.                                             goto not_admin_product_productitem_option_delete;
  3142.                                         }
  3143.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_productitem_option_delete'key($requiredSchemes)));
  3144.                                     }
  3145.                                     return $ret;
  3146.                                 }
  3147.                                 not_admin_product_productitem_option_delete:
  3148.                                 // admin_product_productitem_option_sort_no_move
  3149.                                 if ('/cpadmin/product/productitem/option/sort_no/move' === $pathinfo) {
  3150.                                     $ret = array (  '_controller' => 'Plugin\\ProductPlus\\Controller\\Admin\\ProductItemOptionEditController::moveSortNo',  '_route' => 'admin_product_productitem_option_sort_no_move',);
  3151.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3152.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3153.                                     if (!in_array($requestMethod, ['POST'])) {
  3154.                                         if ($hasRequiredScheme) {
  3155.                                             $allow array_merge($allow, ['POST']);
  3156.                                         }
  3157.                                         goto not_admin_product_productitem_option_sort_no_move;
  3158.                                     }
  3159.                                     if (!$hasRequiredScheme) {
  3160.                                         if ('GET' !== $canonicalMethod) {
  3161.                                             goto not_admin_product_productitem_option_sort_no_move;
  3162.                                         }
  3163.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_productitem_option_sort_no_move'key($requiredSchemes)));
  3164.                                     }
  3165.                                     return $ret;
  3166.                                 }
  3167.                                 not_admin_product_productitem_option_sort_no_move:
  3168.                             }
  3169.                         }
  3170.                     }
  3171.                     // admin_product_classes_load
  3172.                     if (=== strpos($pathinfo'/cpadmin/product/classes') && preg_match('#^/cpadmin/product/classes/(?P<id>\\d+)/load$#sD'$pathinfo$matches)) {
  3173.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_classes_load']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::loadProductClasses',));
  3174.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3175.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3176.                         if (!in_array($canonicalMethod, ['GET'])) {
  3177.                             if ($hasRequiredScheme) {
  3178.                                 $allow array_merge($allow, ['GET']);
  3179.                             }
  3180.                             goto not_admin_product_classes_load;
  3181.                         }
  3182.                         if (!$hasRequiredScheme) {
  3183.                             if ('GET' !== $canonicalMethod) {
  3184.                                 goto not_admin_product_classes_load;
  3185.                             }
  3186.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_classes_load'key($requiredSchemes)));
  3187.                         }
  3188.                         return $ret;
  3189.                     }
  3190.                     not_admin_product_classes_load:
  3191.                     // admin_product_export
  3192.                     if ('/cpadmin/product/export' === $pathinfo) {
  3193.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::export',  '_route' => 'admin_product_export',);
  3194.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3195.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3196.                             if ('GET' !== $canonicalMethod) {
  3197.                                 goto not_admin_product_export;
  3198.                             }
  3199.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_export'key($requiredSchemes)));
  3200.                         }
  3201.                         return $ret;
  3202.                     }
  3203.                     not_admin_product_export:
  3204.                     // admin_product_bulk_product_status
  3205.                     if (=== strpos($pathinfo'/cpadmin/product/bulk/product-status') && preg_match('#^/cpadmin/product/bulk/product\\-status/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3206.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_bulk_product_status']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::bulkProductStatus',));
  3207.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3208.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3209.                         if (!in_array($requestMethod, ['POST'])) {
  3210.                             if ($hasRequiredScheme) {
  3211.                                 $allow array_merge($allow, ['POST']);
  3212.                             }
  3213.                             goto not_admin_product_bulk_product_status;
  3214.                         }
  3215.                         if (!$hasRequiredScheme) {
  3216.                             if ('GET' !== $canonicalMethod) {
  3217.                                 goto not_admin_product_bulk_product_status;
  3218.                             }
  3219.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_bulk_product_status'key($requiredSchemes)));
  3220.                         }
  3221.                         return $ret;
  3222.                     }
  3223.                     not_admin_product_bulk_product_status:
  3224.                     if (=== strpos($pathinfo'/cpadmin/product/tag')) {
  3225.                         // admin_product_tag
  3226.                         if ('/cpadmin/product/tag' === $pathinfo) {
  3227.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::index',  '_route' => 'admin_product_tag',);
  3228.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3229.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3230.                                 if ('GET' !== $canonicalMethod) {
  3231.                                     goto not_admin_product_tag;
  3232.                                 }
  3233.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag'key($requiredSchemes)));
  3234.                             }
  3235.                             return $ret;
  3236.                         }
  3237.                         not_admin_product_tag:
  3238.                         // admin_product_tag_delete
  3239.                         if (preg_match('#^/cpadmin/product/tag/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  3240.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_tag_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::delete',));
  3241.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3242.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3243.                             if (!in_array($requestMethod, ['DELETE'])) {
  3244.                                 if ($hasRequiredScheme) {
  3245.                                     $allow array_merge($allow, ['DELETE']);
  3246.                                 }
  3247.                                 goto not_admin_product_tag_delete;
  3248.                             }
  3249.                             if (!$hasRequiredScheme) {
  3250.                                 if ('GET' !== $canonicalMethod) {
  3251.                                     goto not_admin_product_tag_delete;
  3252.                                 }
  3253.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag_delete'key($requiredSchemes)));
  3254.                             }
  3255.                             return $ret;
  3256.                         }
  3257.                         not_admin_product_tag_delete:
  3258.                         // admin_product_tag_sort_no_move
  3259.                         if ('/cpadmin/product/tag/sort_no/move' === $pathinfo) {
  3260.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::moveSortNo',  '_route' => 'admin_product_tag_sort_no_move',);
  3261.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3262.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3263.                             if (!in_array($requestMethod, ['POST'])) {
  3264.                                 if ($hasRequiredScheme) {
  3265.                                     $allow array_merge($allow, ['POST']);
  3266.                                 }
  3267.                                 goto not_admin_product_tag_sort_no_move;
  3268.                             }
  3269.                             if (!$hasRequiredScheme) {
  3270.                                 if ('GET' !== $canonicalMethod) {
  3271.                                     goto not_admin_product_tag_sort_no_move;
  3272.                                 }
  3273.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag_sort_no_move'key($requiredSchemes)));
  3274.                             }
  3275.                             return $ret;
  3276.                         }
  3277.                         not_admin_product_tag_sort_no_move:
  3278.                     }
  3279.                     // product_images_uploader_admin_config
  3280.                     if ('/cpadmin/product_images_uploader/config' === $pathinfo) {
  3281.                         $ret = array (  '_controller' => 'Plugin\\ProductImagesUploader\\Controller\\Admin\\ConfigController::index',  '_route' => 'product_images_uploader_admin_config',);
  3282.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3283.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3284.                             if ('GET' !== $canonicalMethod) {
  3285.                                 goto not_product_images_uploader_admin_config;
  3286.                             }
  3287.                             return array_replace($ret$this->redirect($rawPathinfo'product_images_uploader_admin_config'key($requiredSchemes)));
  3288.                         }
  3289.                         return $ret;
  3290.                     }
  3291.                     not_product_images_uploader_admin_config:
  3292.                     // product_display_rank4_admin_config
  3293.                     if ('/cpadmin/product_display_rank4/config' === $pathinfo) {
  3294.                         $ret = array (  '_controller' => 'Plugin\\ProductDisplayRank4\\Controller\\Admin\\ConfigController::index',  '_route' => 'product_display_rank4_admin_config',);
  3295.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3296.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3297.                             if ('GET' !== $canonicalMethod) {
  3298.                                 goto not_product_display_rank4_admin_config;
  3299.                             }
  3300.                             return array_replace($ret$this->redirect($rawPathinfo'product_display_rank4_admin_config'key($requiredSchemes)));
  3301.                         }
  3302.                         return $ret;
  3303.                     }
  3304.                     not_product_display_rank4_admin_config:
  3305.                     // product_display_rank4_admin_product_update_rank
  3306.                     if ('/cpadmin/product/upadate_rank' === $pathinfo) {
  3307.                         $ret = array (  '_controller' => 'Plugin\\ProductDisplayRank4\\Controller\\Admin\\ProductController::update',  '_route' => 'product_display_rank4_admin_product_update_rank',);
  3308.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3309.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3310.                             if ('GET' !== $canonicalMethod) {
  3311.                                 goto not_product_display_rank4_admin_product_update_rank;
  3312.                             }
  3313.                             return array_replace($ret$this->redirect($rawPathinfo'product_display_rank4_admin_product_update_rank'key($requiredSchemes)));
  3314.                         }
  3315.                         return $ret;
  3316.                     }
  3317.                     not_product_display_rank4_admin_product_update_rank:
  3318.                 }
  3319.                 elseif (=== strpos($pathinfo'/cpadmin/plugin')) {
  3320.                     if (=== strpos($pathinfo'/cpadmin/plugin/sales_report')) {
  3321.                         // sales_report_admin_term
  3322.                         if ('/cpadmin/plugin/sales_report/term' === $pathinfo) {
  3323.                             $ret = array (  '_controller' => 'Plugin\\SalesReport4\\Controller\\SalesReportController::term',  '_route' => 'sales_report_admin_term',);
  3324.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3325.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3326.                                 if ('GET' !== $canonicalMethod) {
  3327.                                     goto not_sales_report_admin_term;
  3328.                                 }
  3329.                                 return array_replace($ret$this->redirect($rawPathinfo'sales_report_admin_term'key($requiredSchemes)));
  3330.                             }
  3331.                             return $ret;
  3332.                         }
  3333.                         not_sales_report_admin_term:
  3334.                         // sales_report_admin_product
  3335.                         if ('/cpadmin/plugin/sales_report/product' === $pathinfo) {
  3336.                             $ret = array (  '_controller' => 'Plugin\\SalesReport4\\Controller\\SalesReportController::product',  '_route' => 'sales_report_admin_product',);
  3337.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3338.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3339.                                 if ('GET' !== $canonicalMethod) {
  3340.                                     goto not_sales_report_admin_product;
  3341.                                 }
  3342.                                 return array_replace($ret$this->redirect($rawPathinfo'sales_report_admin_product'key($requiredSchemes)));
  3343.                             }
  3344.                             return $ret;
  3345.                         }
  3346.                         not_sales_report_admin_product:
  3347.                         // sales_report_admin_age
  3348.                         if ('/cpadmin/plugin/sales_report/age' === $pathinfo) {
  3349.                             $ret = array (  '_controller' => 'Plugin\\SalesReport4\\Controller\\SalesReportController::age',  '_route' => 'sales_report_admin_age',);
  3350.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3351.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3352.                                 if ('GET' !== $canonicalMethod) {
  3353.                                     goto not_sales_report_admin_age;
  3354.                                 }
  3355.                                 return array_replace($ret$this->redirect($rawPathinfo'sales_report_admin_age'key($requiredSchemes)));
  3356.                             }
  3357.                             return $ret;
  3358.                         }
  3359.                         not_sales_report_admin_age:
  3360.                         // sales_report_admin_export
  3361.                         if (=== strpos($pathinfo'/cpadmin/plugin/sales_report/export') && preg_match('#^/cpadmin/plugin/sales_report/export/(?P<type>[^/]++)$#sD'$pathinfo$matches)) {
  3362.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'sales_report_admin_export']), array (  '_controller' => 'Plugin\\SalesReport4\\Controller\\SalesReportController::export',));
  3363.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3364.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3365.                             if (!in_array($requestMethod, ['POST'])) {
  3366.                                 if ($hasRequiredScheme) {
  3367.                                     $allow array_merge($allow, ['POST']);
  3368.                                 }
  3369.                                 goto not_sales_report_admin_export;
  3370.                             }
  3371.                             if (!$hasRequiredScheme) {
  3372.                                 if ('GET' !== $canonicalMethod) {
  3373.                                     goto not_sales_report_admin_export;
  3374.                                 }
  3375.                                 return array_replace($ret$this->redirect($rawPathinfo'sales_report_admin_export'key($requiredSchemes)));
  3376.                             }
  3377.                             return $ret;
  3378.                         }
  3379.                         not_sales_report_admin_export:
  3380.                     }
  3381.                     // plugin_CategorySort_admin_sort
  3382.                     if ('/cpadmin/plugin/CategorySort/sort' === $pathinfo) {
  3383.                         $ret = array (  '_controller' => 'Plugin\\CategorySort4\\Controller\\CategorySortController::index',  '_route' => 'plugin_CategorySort_admin_sort',);
  3384.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3385.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3386.                             if ('GET' !== $canonicalMethod) {
  3387.                                 goto not_plugin_CategorySort_admin_sort;
  3388.                             }
  3389.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_CategorySort_admin_sort'key($requiredSchemes)));
  3390.                         }
  3391.                         return $ret;
  3392.                     }
  3393.                     not_plugin_CategorySort_admin_sort:
  3394.                     // plugin_CategorySort_admin_save
  3395.                     if ('/cpadmin/plugin/CategorySort/save' === $pathinfo) {
  3396.                         $ret = array (  '_controller' => 'Plugin\\CategorySort4\\Controller\\CategorySortController::save',  '_route' => 'plugin_CategorySort_admin_save',);
  3397.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3398.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3399.                             if ('GET' !== $canonicalMethod) {
  3400.                                 goto not_plugin_CategorySort_admin_save;
  3401.                             }
  3402.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_CategorySort_admin_save'key($requiredSchemes)));
  3403.                         }
  3404.                         return $ret;
  3405.                     }
  3406.                     not_plugin_CategorySort_admin_save:
  3407.                 }
  3408.                 // admin_logout
  3409.                 if ('/cpadmin/logout' === $pathinfo) {
  3410.                     $ret = ['_route' => 'admin_logout'];
  3411.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3412.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3413.                         if ('GET' !== $canonicalMethod) {
  3414.                             goto not_admin_logout;
  3415.                         }
  3416.                         return array_replace($ret$this->redirect($rawPathinfo'admin_logout'key($requiredSchemes)));
  3417.                     }
  3418.                     return $ret;
  3419.                 }
  3420.                 not_admin_logout:
  3421.                 if (=== strpos($pathinfo'/cpadmin/remise_payment')) {
  3422.                     if (=== strpos($pathinfo'/cpadmin/remise_payment4')) {
  3423.                         if (=== strpos($pathinfo'/cpadmin/remise_payment4_ac_')) {
  3424.                             if (=== strpos($pathinfo'/cpadmin/remise_payment4_ac_import_index')) {
  3425.                                 // remise_payment4_ac_import_index
  3426.                                 if ('/cpadmin/remise_payment4_ac_import_index' === $pathinfo) {
  3427.                                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcImportController::index',  '_route' => 'remise_payment4_ac_import_index',);
  3428.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3429.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3430.                                         if ('GET' !== $canonicalMethod) {
  3431.                                             goto not_remise_payment4_ac_import_index;
  3432.                                         }
  3433.                                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_import_index'key($requiredSchemes)));
  3434.                                     }
  3435.                                     return $ret;
  3436.                                 }
  3437.                                 not_remise_payment4_ac_import_index:
  3438.                                 // remise_payment4_ac_import_index_page
  3439.                                 if (=== strpos($pathinfo'/cpadmin/remise_payment4_ac_import_index/page') && preg_match('#^/cpadmin/remise_payment4_ac_import_index/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3440.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_import_index_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcImportController::index',));
  3441.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3442.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3443.                                         if ('GET' !== $canonicalMethod) {
  3444.                                             goto not_remise_payment4_ac_import_index_page;
  3445.                                         }
  3446.                                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_import_index_page'key($requiredSchemes)));
  3447.                                     }
  3448.                                     return $ret;
  3449.                                 }
  3450.                                 not_remise_payment4_ac_import_index_page:
  3451.                             }
  3452.                             // remise_payment4_ac_import_result
  3453.                             if ('/cpadmin/remise_payment4_ac_import_result' === $pathinfo) {
  3454.                                 $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcImportController::result',  '_route' => 'remise_payment4_ac_import_result',);
  3455.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3456.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3457.                                     if ('GET' !== $canonicalMethod) {
  3458.                                         goto not_remise_payment4_ac_import_result;
  3459.                                     }
  3460.                                     return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_import_result'key($requiredSchemes)));
  3461.                                 }
  3462.                                 return $ret;
  3463.                             }
  3464.                             not_remise_payment4_ac_import_result:
  3465.                             if (=== strpos($pathinfo'/cpadmin/remise_payment4_ac_management_')) {
  3466.                                 if (=== strpos($pathinfo'/cpadmin/remise_payment4_ac_management_index')) {
  3467.                                     // remise_payment4_ac_management_index
  3468.                                     if ('/cpadmin/remise_payment4_ac_management_index' === $pathinfo) {
  3469.                                         $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcManagementController::index',  '_route' => 'remise_payment4_ac_management_index',);
  3470.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3471.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3472.                                             if ('GET' !== $canonicalMethod) {
  3473.                                                 goto not_remise_payment4_ac_management_index;
  3474.                                             }
  3475.                                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_management_index'key($requiredSchemes)));
  3476.                                         }
  3477.                                         return $ret;
  3478.                                     }
  3479.                                     not_remise_payment4_ac_management_index:
  3480.                                     // remise_payment4_ac_management_index_page
  3481.                                     if (=== strpos($pathinfo'/cpadmin/remise_payment4_ac_management_index/page') && preg_match('#^/cpadmin/remise_payment4_ac_management_index/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3482.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_management_index_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcManagementController::index',));
  3483.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3484.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3485.                                             if ('GET' !== $canonicalMethod) {
  3486.                                                 goto not_remise_payment4_ac_management_index_page;
  3487.                                             }
  3488.                                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_management_index_page'key($requiredSchemes)));
  3489.                                         }
  3490.                                         return $ret;
  3491.                                     }
  3492.                                     not_remise_payment4_ac_management_index_page:
  3493.                                 }
  3494.                                 // remise_payment4_ac_management_csvexport
  3495.                                 if ('/cpadmin/remise_payment4_ac_management_csvexport' === $pathinfo) {
  3496.                                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcManagementController::exportAC',  '_route' => 'remise_payment4_ac_management_csvexport',);
  3497.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3498.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3499.                                         if ('GET' !== $canonicalMethod) {
  3500.                                             goto not_remise_payment4_ac_management_csvexport;
  3501.                                         }
  3502.                                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_management_csvexport'key($requiredSchemes)));
  3503.                                     }
  3504.                                     return $ret;
  3505.                                 }
  3506.                                 not_remise_payment4_ac_management_csvexport:
  3507.                                 if (=== strpos($pathinfo'/cpadmin/remise_payment4_ac_management_edit')) {
  3508.                                     // remise_payment4_ac_management_edit
  3509.                                     if (preg_match('#^/cpadmin/remise_payment4_ac_management_edit/(?P<id>\\w+)/edit$#sD'$pathinfo$matches)) {
  3510.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_management_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcManagementController::edit',));
  3511.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3512.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3513.                                             if ('GET' !== $canonicalMethod) {
  3514.                                                 goto not_remise_payment4_ac_management_edit;
  3515.                                             }
  3516.                                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_management_edit'key($requiredSchemes)));
  3517.                                         }
  3518.                                         return $ret;
  3519.                                     }
  3520.                                     not_remise_payment4_ac_management_edit:
  3521.                                     // remise_payment4_ac_management_edit_stop_redirect
  3522.                                     if ('/cpadmin/remise_payment4_ac_management_edit/stop_redirect' === $pathinfo) {
  3523.                                         $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcManagementController::stopRedirect',  '_route' => 'remise_payment4_ac_management_edit_stop_redirect',);
  3524.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3525.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3526.                                             if ('GET' !== $canonicalMethod) {
  3527.                                                 goto not_remise_payment4_ac_management_edit_stop_redirect;
  3528.                                             }
  3529.                                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_management_edit_stop_redirect'key($requiredSchemes)));
  3530.                                         }
  3531.                                         return $ret;
  3532.                                     }
  3533.                                     not_remise_payment4_ac_management_edit_stop_redirect:
  3534.                                     // remise_payment4_ac_management_edit_stop_return
  3535.                                     if (preg_match('#^/cpadmin/remise_payment4_ac_management_edit/(?P<id>\\w+)/edit/stop_return$#sD'$pathinfo$matches)) {
  3536.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_management_edit_stop_return']), array (  'id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcManagementController::stopReturn',));
  3537.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3538.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3539.                                             if ('GET' !== $canonicalMethod) {
  3540.                                                 goto not_remise_payment4_ac_management_edit_stop_return;
  3541.                                             }
  3542.                                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_management_edit_stop_return'key($requiredSchemes)));
  3543.                                         }
  3544.                                         return $ret;
  3545.                                     }
  3546.                                     not_remise_payment4_ac_management_edit_stop_return:
  3547.                                     // remise_payment4_admin_ac_state_change_success
  3548.                                     if (preg_match('#^/cpadmin/remise_payment4_ac_management_edit/(?P<id>\\w+)/state_change_success$#sD'$pathinfo$matches)) {
  3549.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_admin_ac_state_change_success']), array (  'id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcManagementController::stateChangeToSuccess',));
  3550.                                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3551.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3552.                                             if ('GET' !== $canonicalMethod) {
  3553.                                                 goto not_remise_payment4_admin_ac_state_change_success;
  3554.                                             }
  3555.                                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_admin_ac_state_change_success'key($requiredSchemes)));
  3556.                                         }
  3557.                                         return $ret;
  3558.                                     }
  3559.                                     not_remise_payment4_admin_ac_state_change_success:
  3560.                                 }
  3561.                             }
  3562.                             elseif (=== strpos($pathinfo'/cpadmin/remise_payment4_ac_type_edit')) {
  3563.                                 // remise_payment4_ac_type_edit_index
  3564.                                 if ('/cpadmin/remise_payment4_ac_type_edit_index' === $pathinfo) {
  3565.                                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcTypeEditController::index',  '_route' => 'remise_payment4_ac_type_edit_index',);
  3566.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3567.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3568.                                         if ('GET' !== $canonicalMethod) {
  3569.                                             goto not_remise_payment4_ac_type_edit_index;
  3570.                                         }
  3571.                                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_type_edit_index'key($requiredSchemes)));
  3572.                                     }
  3573.                                     return $ret;
  3574.                                 }
  3575.                                 not_remise_payment4_ac_type_edit_index:
  3576.                                 // remise_payment4_ac_type_edit_new
  3577.                                 if ('/cpadmin/remise_payment4_ac_type_edit/new' === $pathinfo) {
  3578.                                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcTypeEditController::edit',  '_route' => 'remise_payment4_ac_type_edit_new',);
  3579.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3580.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3581.                                         if ('GET' !== $canonicalMethod) {
  3582.                                             goto not_remise_payment4_ac_type_edit_new;
  3583.                                         }
  3584.                                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_type_edit_new'key($requiredSchemes)));
  3585.                                     }
  3586.                                     return $ret;
  3587.                                 }
  3588.                                 not_remise_payment4_ac_type_edit_new:
  3589.                                 // remise_payment4_ac_type_edit
  3590.                                 if (preg_match('#^/cpadmin/remise_payment4_ac_type_edit/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  3591.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_type_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcTypeEditController::edit',));
  3592.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3593.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3594.                                         if ('GET' !== $canonicalMethod) {
  3595.                                             goto not_remise_payment4_ac_type_edit;
  3596.                                         }
  3597.                                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_type_edit'key($requiredSchemes)));
  3598.                                     }
  3599.                                     return $ret;
  3600.                                 }
  3601.                                 not_remise_payment4_ac_type_edit:
  3602.                                 // remise_payment4_ac_type_edit_visible
  3603.                                 if (preg_match('#^/cpadmin/remise_payment4_ac_type_edit/(?P<id>\\d+)/visible$#sD'$pathinfo$matches)) {
  3604.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_type_edit_visible']), array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcTypeEditController::visible',));
  3605.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3606.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3607.                                     if (!in_array($requestMethod, ['PUT'])) {
  3608.                                         if ($hasRequiredScheme) {
  3609.                                             $allow array_merge($allow, ['PUT']);
  3610.                                         }
  3611.                                         goto not_remise_payment4_ac_type_edit_visible;
  3612.                                     }
  3613.                                     if (!$hasRequiredScheme) {
  3614.                                         if ('GET' !== $canonicalMethod) {
  3615.                                             goto not_remise_payment4_ac_type_edit_visible;
  3616.                                         }
  3617.                                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_type_edit_visible'key($requiredSchemes)));
  3618.                                     }
  3619.                                     return $ret;
  3620.                                 }
  3621.                                 not_remise_payment4_ac_type_edit_visible:
  3622.                                 // remise_payment4_ac_type_edit_move
  3623.                                 if ('/cpadmin/remise_payment4_ac_type_edit/move' === $pathinfo) {
  3624.                                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcTypeEditController::moveSortNo',  '_route' => 'remise_payment4_ac_type_edit_move',);
  3625.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3626.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3627.                                     if (!in_array($requestMethod, ['POST'])) {
  3628.                                         if ($hasRequiredScheme) {
  3629.                                             $allow array_merge($allow, ['POST']);
  3630.                                         }
  3631.                                         goto not_remise_payment4_ac_type_edit_move;
  3632.                                     }
  3633.                                     if (!$hasRequiredScheme) {
  3634.                                         if ('GET' !== $canonicalMethod) {
  3635.                                             goto not_remise_payment4_ac_type_edit_move;
  3636.                                         }
  3637.                                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_type_edit_move'key($requiredSchemes)));
  3638.                                     }
  3639.                                     return $ret;
  3640.                                 }
  3641.                                 not_remise_payment4_ac_type_edit_move:
  3642.                                 // remise_payment4_ac_type_edit_delete
  3643.                                 if (preg_match('#^/cpadmin/remise_payment4_ac_type_edit/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  3644.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_type_edit_delete']), array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcTypeEditController::delete',));
  3645.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3646.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3647.                                     if (!in_array($requestMethod, ['DELETE'])) {
  3648.                                         if ($hasRequiredScheme) {
  3649.                                             $allow array_merge($allow, ['DELETE']);
  3650.                                         }
  3651.                                         goto not_remise_payment4_ac_type_edit_delete;
  3652.                                     }
  3653.                                     if (!$hasRequiredScheme) {
  3654.                                         if ('GET' !== $canonicalMethod) {
  3655.                                             goto not_remise_payment4_ac_type_edit_delete;
  3656.                                         }
  3657.                                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_type_edit_delete'key($requiredSchemes)));
  3658.                                     }
  3659.                                     return $ret;
  3660.                                 }
  3661.                                 not_remise_payment4_ac_type_edit_delete:
  3662.                             }
  3663.                         }
  3664.                         // remise_payment4_admin_config
  3665.                         if ('/cpadmin/remise_payment4/config' === $pathinfo) {
  3666.                             $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\ConfigController::index',  '_route' => 'remise_payment4_admin_config',);
  3667.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3668.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3669.                                 if ('GET' !== $canonicalMethod) {
  3670.                                     goto not_remise_payment4_admin_config;
  3671.                                 }
  3672.                                 return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_admin_config'key($requiredSchemes)));
  3673.                             }
  3674.                             return $ret;
  3675.                         }
  3676.                         not_remise_payment4_admin_config:
  3677.                         // remise_payment4_admin_payment_copy
  3678.                         if (=== strpos($pathinfo'/cpadmin/remise_payment4/payment_copy') && preg_match('#^/cpadmin/remise_payment4/payment_copy/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3679.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_admin_payment_copy']), array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\ConfigController::copyPayment',));
  3680.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3681.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3682.                                 if ('GET' !== $canonicalMethod) {
  3683.                                     goto not_remise_payment4_admin_payment_copy;
  3684.                                 }
  3685.                                 return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_admin_payment_copy'key($requiredSchemes)));
  3686.                             }
  3687.                             return $ret;
  3688.                         }
  3689.                         not_remise_payment4_admin_payment_copy:
  3690.                         // remise_payment4_masterdata_sale_type_add
  3691.                         if ('/cpadmin/remise_payment4/masterdata/sale_type/add' === $pathinfo) {
  3692.                             $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\SubMasterdataController::saleTypeAdd',  '_route' => 'remise_payment4_masterdata_sale_type_add',);
  3693.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3694.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3695.                                 if ('GET' !== $canonicalMethod) {
  3696.                                     goto not_remise_payment4_masterdata_sale_type_add;
  3697.                                 }
  3698.                                 return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_masterdata_sale_type_add'key($requiredSchemes)));
  3699.                             }
  3700.                             return $ret;
  3701.                         }
  3702.                         not_remise_payment4_masterdata_sale_type_add:
  3703.                     }
  3704.                     // remise_payment_extset4_sub_order_edit
  3705.                     if ('/cpadmin/remise_payment_extset4_sub_order_edit' === $pathinfo) {
  3706.                         $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\ExtsetController::edit',  '_route' => 'remise_payment_extset4_sub_order_edit',);
  3707.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3708.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3709.                             if ('GET' !== $canonicalMethod) {
  3710.                                 goto not_remise_payment_extset4_sub_order_edit;
  3711.                             }
  3712.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment_extset4_sub_order_edit'key($requiredSchemes)));
  3713.                         }
  3714.                         return $ret;
  3715.                     }
  3716.                     not_remise_payment_extset4_sub_order_edit:
  3717.                     // remise_payment_extset4_sub_order_sales
  3718.                     if ('/cpadmin/remise_payment_extset4_sub_order_sales' === $pathinfo) {
  3719.                         $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\ExtsetController::sales',  '_route' => 'remise_payment_extset4_sub_order_sales',);
  3720.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3721.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3722.                             if ('GET' !== $canonicalMethod) {
  3723.                                 goto not_remise_payment_extset4_sub_order_sales;
  3724.                             }
  3725.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment_extset4_sub_order_sales'key($requiredSchemes)));
  3726.                         }
  3727.                         return $ret;
  3728.                     }
  3729.                     not_remise_payment_extset4_sub_order_sales:
  3730.                 }
  3731.                 elseif (=== strpos($pathinfo'/cpadmin/related_product/search/product')) {
  3732.                     // admin_related_product_search
  3733.                     if ('/cpadmin/related_product/search/product' === $pathinfo) {
  3734.                         $ret = array (  '_controller' => 'Plugin\\RelatedProduct4\\Controller\\Admin\\RelatedProductController::searchProduct',  '_route' => 'admin_related_product_search',);
  3735.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3736.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3737.                             if ('GET' !== $canonicalMethod) {
  3738.                                 goto not_admin_related_product_search;
  3739.                             }
  3740.                             return array_replace($ret$this->redirect($rawPathinfo'admin_related_product_search'key($requiredSchemes)));
  3741.                         }
  3742.                         return $ret;
  3743.                     }
  3744.                     not_admin_related_product_search:
  3745.                     // admin_related_product_search_product_page
  3746.                     if (=== strpos($pathinfo'/cpadmin/related_product/search/product/page') && preg_match('#^/cpadmin/related_product/search/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3747.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_related_product_search_product_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\RelatedProduct4\\Controller\\Admin\\RelatedProductController::searchProduct',));
  3748.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3749.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3750.                             if ('GET' !== $canonicalMethod) {
  3751.                                 goto not_admin_related_product_search_product_page;
  3752.                             }
  3753.                             return array_replace($ret$this->redirect($rawPathinfo'admin_related_product_search_product_page'key($requiredSchemes)));
  3754.                         }
  3755.                         return $ret;
  3756.                     }
  3757.                     not_admin_related_product_search_product_page:
  3758.                 }
  3759.             }
  3760.             // cpeb
  3761.             if ('/cpeb' === $pathinfo) {
  3762.                 $ret = ['_route' => 'cpeb'];
  3763.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3764.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3765.                     if ('GET' !== $canonicalMethod) {
  3766.                         goto not_cpeb;
  3767.                     }
  3768.                     return array_replace($ret$this->redirect($rawPathinfo'cpeb'key($requiredSchemes)));
  3769.                 }
  3770.                 return $ret;
  3771.             }
  3772.             not_cpeb:
  3773.             if (=== strpos($pathinfo'/cart')) {
  3774.                 // cart
  3775.                 if ('/cart' === $pathinfo) {
  3776.                     $ret = array (  '_controller' => 'Eccube\\Controller\\CartController::index',  '_route' => 'cart',);
  3777.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3778.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3779.                         if ('GET' !== $canonicalMethod) {
  3780.                             goto not_cart;
  3781.                         }
  3782.                         return array_replace($ret$this->redirect($rawPathinfo'cart'key($requiredSchemes)));
  3783.                     }
  3784.                     return $ret;
  3785.                 }
  3786.                 not_cart:
  3787.                 // cart_handle_item
  3788.                 if (preg_match('#^/cart/(?P<operation>up|down|remove)/(?P<productClassId>\\d+)$#sD'$pathinfo$matches)) {
  3789.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'cart_handle_item']), array (  '_controller' => 'Eccube\\Controller\\CartController::handleCartItem',));
  3790.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3791.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3792.                     if (!in_array($requestMethod, ['PUT'])) {
  3793.                         if ($hasRequiredScheme) {
  3794.                             $allow array_merge($allow, ['PUT']);
  3795.                         }
  3796.                         goto not_cart_handle_item;
  3797.                     }
  3798.                     if (!$hasRequiredScheme) {
  3799.                         if ('GET' !== $canonicalMethod) {
  3800.                             goto not_cart_handle_item;
  3801.                         }
  3802.                         return array_replace($ret$this->redirect($rawPathinfo'cart_handle_item'key($requiredSchemes)));
  3803.                     }
  3804.                     return $ret;
  3805.                 }
  3806.                 not_cart_handle_item:
  3807.                 // cart_buystep
  3808.                 if (=== strpos($pathinfo'/cart/buystep') && preg_match('#^/cart/buystep/(?P<cart_key>[a-zA-Z0-9]+[_][\\x20-\\x7E]+)$#sD'$pathinfo$matches)) {
  3809.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'cart_buystep']), array (  '_controller' => 'Eccube\\Controller\\CartController::buystep',));
  3810.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3811.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3812.                         if ('GET' !== $canonicalMethod) {
  3813.                             goto not_cart_buystep;
  3814.                         }
  3815.                         return array_replace($ret$this->redirect($rawPathinfo'cart_buystep'key($requiredSchemes)));
  3816.                     }
  3817.                     return $ret;
  3818.                 }
  3819.                 not_cart_buystep:
  3820.             }
  3821.             elseif (=== strpos($pathinfo'/contact')) {
  3822.                 // contact
  3823.                 if ('/contact' === $pathinfo) {
  3824.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ContactController::index',  '_route' => 'contact',);
  3825.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3826.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3827.                         if ('GET' !== $canonicalMethod) {
  3828.                             goto not_contact;
  3829.                         }
  3830.                         return array_replace($ret$this->redirect($rawPathinfo'contact'key($requiredSchemes)));
  3831.                     }
  3832.                     return $ret;
  3833.                 }
  3834.                 not_contact:
  3835.                 // contact_complete
  3836.                 if ('/contact/complete' === $pathinfo) {
  3837.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ContactController::complete',  '_route' => 'contact_complete',);
  3838.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3839.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3840.                         if ('GET' !== $canonicalMethod) {
  3841.                             goto not_contact_complete;
  3842.                         }
  3843.                         return array_replace($ret$this->redirect($rawPathinfo'contact_complete'key($requiredSchemes)));
  3844.                     }
  3845.                     return $ret;
  3846.                 }
  3847.                 not_contact_complete:
  3848.             }
  3849.         }
  3850.         elseif (=== strpos($pathinfo'/block')) {
  3851.             if (=== strpos($pathinfo'/block/cart')) {
  3852.                 // block_cart
  3853.                 if ('/block/cart' === $pathinfo) {
  3854.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\CartController::index',  '_route' => 'block_cart',);
  3855.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3856.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3857.                         if ('GET' !== $canonicalMethod) {
  3858.                             goto not_block_cart;
  3859.                         }
  3860.                         return array_replace($ret$this->redirect($rawPathinfo'block_cart'key($requiredSchemes)));
  3861.                     }
  3862.                     return $ret;
  3863.                 }
  3864.                 not_block_cart:
  3865.                 // block_cart_sp
  3866.                 if ('/block/cart_sp' === $pathinfo) {
  3867.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\CartController::index',  '_route' => 'block_cart_sp',);
  3868.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3869.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3870.                         if ('GET' !== $canonicalMethod) {
  3871.                             goto not_block_cart_sp;
  3872.                         }
  3873.                         return array_replace($ret$this->redirect($rawPathinfo'block_cart_sp'key($requiredSchemes)));
  3874.                     }
  3875.                     return $ret;
  3876.                 }
  3877.                 not_block_cart_sp:
  3878.             }
  3879.             // block_customer_rank_info
  3880.             if ('/block/customer_rank_info' === $pathinfo) {
  3881.                 $ret = array (  '_controller' => 'Plugin\\CustomerRank\\Controller\\Block\\CustomerRankInfoController::index',  '_route' => 'block_customer_rank_info',);
  3882.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3883.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3884.                     if ('GET' !== $canonicalMethod) {
  3885.                         goto not_block_customer_rank_info;
  3886.                     }
  3887.                     return array_replace($ret$this->redirect($rawPathinfo'block_customer_rank_info'key($requiredSchemes)));
  3888.                 }
  3889.                 return $ret;
  3890.             }
  3891.             not_block_customer_rank_info:
  3892.             if (=== strpos($pathinfo'/block/search_product')) {
  3893.                 // block_search_product
  3894.                 if ('/block/search_product' === $pathinfo) {
  3895.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\SearchProductController::index',  '_route' => 'block_search_product',);
  3896.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3897.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3898.                         if ('GET' !== $canonicalMethod) {
  3899.                             goto not_block_search_product;
  3900.                         }
  3901.                         return array_replace($ret$this->redirect($rawPathinfo'block_search_product'key($requiredSchemes)));
  3902.                     }
  3903.                     return $ret;
  3904.                 }
  3905.                 not_block_search_product:
  3906.                 // block_search_product_sp
  3907.                 if ('/block/search_product_sp' === $pathinfo) {
  3908.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\SearchProductController::index',  '_route' => 'block_search_product_sp',);
  3909.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3910.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3911.                         if ('GET' !== $canonicalMethod) {
  3912.                             goto not_block_search_product_sp;
  3913.                         }
  3914.                         return array_replace($ret$this->redirect($rawPathinfo'block_search_product_sp'key($requiredSchemes)));
  3915.                     }
  3916.                     return $ret;
  3917.                 }
  3918.                 not_block_search_product_sp:
  3919.             }
  3920.             // block_order_by_sale
  3921.             if ('/block/order_by_sale_for_cp' === $pathinfo) {
  3922.                 $ret = array (  '_controller' => 'Plugin\\OrderBySale4ForCP\\Controller\\BlockController::index',  '_route' => 'block_order_by_sale',);
  3923.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3924.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3925.                     if ('GET' !== $canonicalMethod) {
  3926.                         goto not_block_order_by_sale;
  3927.                     }
  3928.                     return array_replace($ret$this->redirect($rawPathinfo'block_order_by_sale'key($requiredSchemes)));
  3929.                 }
  3930.                 return $ret;
  3931.             }
  3932.             not_block_order_by_sale:
  3933.         }
  3934.         elseif (=== strpos($pathinfo'/entry')) {
  3935.             // entry
  3936.             if ('/entry' === $pathinfo) {
  3937.                 $ret = array (  '_controller' => 'Eccube\\Controller\\EntryController::index',  '_route' => 'entry',);
  3938.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3939.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3940.                     if ('GET' !== $canonicalMethod) {
  3941.                         goto not_entry;
  3942.                     }
  3943.                     return array_replace($ret$this->redirect($rawPathinfo'entry'key($requiredSchemes)));
  3944.                 }
  3945.                 return $ret;
  3946.             }
  3947.             not_entry:
  3948.             // entry_complete
  3949.             if ('/entry/complete' === $pathinfo) {
  3950.                 $ret = array (  '_controller' => 'Eccube\\Controller\\EntryController::complete',  '_route' => 'entry_complete',);
  3951.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3952.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3953.                     if ('GET' !== $canonicalMethod) {
  3954.                         goto not_entry_complete;
  3955.                     }
  3956.                     return array_replace($ret$this->redirect($rawPathinfo'entry_complete'key($requiredSchemes)));
  3957.                 }
  3958.                 return $ret;
  3959.             }
  3960.             not_entry_complete:
  3961.             // entry_activate
  3962.             if (=== strpos($pathinfo'/entry/activate') && preg_match('#^/entry/activate/(?P<secret_key>[^/]++)(?:/(?P<qtyInCart>[^/]++))?$#sD'$pathinfo$matches)) {
  3963.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'entry_activate']), array (  'qtyInCart' => NULL,  '_controller' => 'Eccube\\Controller\\EntryController::activate',));
  3964.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3965.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3966.                     if ('GET' !== $canonicalMethod) {
  3967.                         goto not_entry_activate;
  3968.                     }
  3969.                     return array_replace($ret$this->redirect($rawPathinfo'entry_activate'key($requiredSchemes)));
  3970.                 }
  3971.                 return $ret;
  3972.             }
  3973.             not_entry_activate:
  3974.         }
  3975.         elseif (=== strpos($pathinfo'/forgot')) {
  3976.             // forgot
  3977.             if ('/forgot' === $pathinfo) {
  3978.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ForgotController::index',  '_route' => 'forgot',);
  3979.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3980.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3981.                     if ('GET' !== $canonicalMethod) {
  3982.                         goto not_forgot;
  3983.                     }
  3984.                     return array_replace($ret$this->redirect($rawPathinfo'forgot'key($requiredSchemes)));
  3985.                 }
  3986.                 return $ret;
  3987.             }
  3988.             not_forgot:
  3989.             // forgot_complete
  3990.             if ('/forgot/complete' === $pathinfo) {
  3991.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ForgotController::complete',  '_route' => 'forgot_complete',);
  3992.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3993.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3994.                     if ('GET' !== $canonicalMethod) {
  3995.                         goto not_forgot_complete;
  3996.                     }
  3997.                     return array_replace($ret$this->redirect($rawPathinfo'forgot_complete'key($requiredSchemes)));
  3998.                 }
  3999.                 return $ret;
  4000.             }
  4001.             not_forgot_complete:
  4002.             // forgot_reset
  4003.             if (=== strpos($pathinfo'/forgot/reset') && preg_match('#^/forgot/reset/(?P<reset_key>[^/]++)$#sD'$pathinfo$matches)) {
  4004.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'forgot_reset']), array (  '_controller' => 'Eccube\\Controller\\ForgotController::reset',));
  4005.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4006.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4007.                     if ('GET' !== $canonicalMethod) {
  4008.                         goto not_forgot_reset;
  4009.                     }
  4010.                     return array_replace($ret$this->redirect($rawPathinfo'forgot_reset'key($requiredSchemes)));
  4011.                 }
  4012.                 return $ret;
  4013.             }
  4014.             not_forgot_reset:
  4015.         }
  4016.         elseif (=== strpos($pathinfo'/help')) {
  4017.             // help_tradelaw
  4018.             if ('/help/tradelaw' === $pathinfo) {
  4019.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::tradelaw',  '_route' => 'help_tradelaw',);
  4020.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4021.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4022.                     if ('GET' !== $canonicalMethod) {
  4023.                         goto not_help_tradelaw;
  4024.                     }
  4025.                     return array_replace($ret$this->redirect($rawPathinfo'help_tradelaw'key($requiredSchemes)));
  4026.                 }
  4027.                 return $ret;
  4028.             }
  4029.             not_help_tradelaw:
  4030.             // help_about
  4031.             if ('/help/about' === $pathinfo) {
  4032.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::about',  '_route' => 'help_about',);
  4033.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4034.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4035.                     if ('GET' !== $canonicalMethod) {
  4036.                         goto not_help_about;
  4037.                     }
  4038.                     return array_replace($ret$this->redirect($rawPathinfo'help_about'key($requiredSchemes)));
  4039.                 }
  4040.                 return $ret;
  4041.             }
  4042.             not_help_about:
  4043.             // help_agreement
  4044.             if ('/help/agreement' === $pathinfo) {
  4045.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::agreement',  '_route' => 'help_agreement',);
  4046.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4047.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4048.                     if ('GET' !== $canonicalMethod) {
  4049.                         goto not_help_agreement;
  4050.                     }
  4051.                     return array_replace($ret$this->redirect($rawPathinfo'help_agreement'key($requiredSchemes)));
  4052.                 }
  4053.                 return $ret;
  4054.             }
  4055.             not_help_agreement:
  4056.             // help_privacy
  4057.             if ('/help/privacy' === $pathinfo) {
  4058.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::privacy',  '_route' => 'help_privacy',);
  4059.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4060.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4061.                     if ('GET' !== $canonicalMethod) {
  4062.                         goto not_help_privacy;
  4063.                     }
  4064.                     return array_replace($ret$this->redirect($rawPathinfo'help_privacy'key($requiredSchemes)));
  4065.                 }
  4066.                 return $ret;
  4067.             }
  4068.             not_help_privacy:
  4069.         }
  4070.         // help_guide
  4071.         if ('/guide' === $pathinfo) {
  4072.             $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::guide',  '_route' => 'help_guide',);
  4073.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4074.             if (!isset($requiredSchemes[$context->getScheme()])) {
  4075.                 if ('GET' !== $canonicalMethod) {
  4076.                     goto not_help_guide;
  4077.                 }
  4078.                 return array_replace($ret$this->redirect($rawPathinfo'help_guide'key($requiredSchemes)));
  4079.             }
  4080.             return $ret;
  4081.         }
  4082.         not_help_guide:
  4083.         if (=== strpos($pathinfo'/install')) {
  4084.             // install
  4085.             if ('/install' === $pathinfo) {
  4086.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::index',  '_route' => 'install',);
  4087.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4088.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4089.                     if ('GET' !== $canonicalMethod) {
  4090.                         goto not_install;
  4091.                     }
  4092.                     return array_replace($ret$this->redirect($rawPathinfo'install'key($requiredSchemes)));
  4093.                 }
  4094.                 return $ret;
  4095.             }
  4096.             not_install:
  4097.             if (=== strpos($pathinfo'/install/step')) {
  4098.                 // install_step1
  4099.                 if ('/install/step1' === $pathinfo) {
  4100.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step1',  '_route' => 'install_step1',);
  4101.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4102.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4103.                         if ('GET' !== $canonicalMethod) {
  4104.                             goto not_install_step1;
  4105.                         }
  4106.                         return array_replace($ret$this->redirect($rawPathinfo'install_step1'key($requiredSchemes)));
  4107.                     }
  4108.                     return $ret;
  4109.                 }
  4110.                 not_install_step1:
  4111.                 // install_step2
  4112.                 if ('/install/step2' === $pathinfo) {
  4113.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step2',  '_route' => 'install_step2',);
  4114.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4115.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4116.                         if ('GET' !== $canonicalMethod) {
  4117.                             goto not_install_step2;
  4118.                         }
  4119.                         return array_replace($ret$this->redirect($rawPathinfo'install_step2'key($requiredSchemes)));
  4120.                     }
  4121.                     return $ret;
  4122.                 }
  4123.                 not_install_step2:
  4124.                 // install_step3
  4125.                 if ('/install/step3' === $pathinfo) {
  4126.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step3',  '_route' => 'install_step3',);
  4127.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4128.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4129.                         if ('GET' !== $canonicalMethod) {
  4130.                             goto not_install_step3;
  4131.                         }
  4132.                         return array_replace($ret$this->redirect($rawPathinfo'install_step3'key($requiredSchemes)));
  4133.                     }
  4134.                     return $ret;
  4135.                 }
  4136.                 not_install_step3:
  4137.                 // install_step4
  4138.                 if ('/install/step4' === $pathinfo) {
  4139.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step4',  '_route' => 'install_step4',);
  4140.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4141.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4142.                         if ('GET' !== $canonicalMethod) {
  4143.                             goto not_install_step4;
  4144.                         }
  4145.                         return array_replace($ret$this->redirect($rawPathinfo'install_step4'key($requiredSchemes)));
  4146.                     }
  4147.                     return $ret;
  4148.                 }
  4149.                 not_install_step4:
  4150.                 // install_step5
  4151.                 if ('/install/step5' === $pathinfo) {
  4152.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step5',  '_route' => 'install_step5',);
  4153.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4154.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4155.                         if ('GET' !== $canonicalMethod) {
  4156.                             goto not_install_step5;
  4157.                         }
  4158.                         return array_replace($ret$this->redirect($rawPathinfo'install_step5'key($requiredSchemes)));
  4159.                     }
  4160.                     return $ret;
  4161.                 }
  4162.                 not_install_step5:
  4163.             }
  4164.             // install_complete
  4165.             if ('/install/complete' === $pathinfo) {
  4166.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::complete',  '_route' => 'install_complete',);
  4167.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4168.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4169.                     if ('GET' !== $canonicalMethod) {
  4170.                         goto not_install_complete;
  4171.                     }
  4172.                     return array_replace($ret$this->redirect($rawPathinfo'install_complete'key($requiredSchemes)));
  4173.                 }
  4174.                 return $ret;
  4175.             }
  4176.             not_install_complete:
  4177.         }
  4178.         elseif (=== strpos($pathinfo'/mypage')) {
  4179.             if (=== strpos($pathinfo'/mypage/change')) {
  4180.                 // mypage_change
  4181.                 if ('/mypage/change' === $pathinfo) {
  4182.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\ChangeController::index',  '_route' => 'mypage_change',);
  4183.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4184.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4185.                         if ('GET' !== $canonicalMethod) {
  4186.                             goto not_mypage_change;
  4187.                         }
  4188.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_change'key($requiredSchemes)));
  4189.                     }
  4190.                     return $ret;
  4191.                 }
  4192.                 not_mypage_change:
  4193.                 // mypage_change_complete
  4194.                 if ('/mypage/change_complete' === $pathinfo) {
  4195.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\ChangeController::complete',  '_route' => 'mypage_change_complete',);
  4196.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4197.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4198.                         if ('GET' !== $canonicalMethod) {
  4199.                             goto not_mypage_change_complete;
  4200.                         }
  4201.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_change_complete'key($requiredSchemes)));
  4202.                     }
  4203.                     return $ret;
  4204.                 }
  4205.                 not_mypage_change_complete:
  4206.             }
  4207.             elseif (=== strpos($pathinfo'/mypage/delivery')) {
  4208.                 // mypage_delivery
  4209.                 if ('/mypage/delivery' === $pathinfo) {
  4210.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::index',  '_route' => 'mypage_delivery',);
  4211.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4212.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4213.                         if ('GET' !== $canonicalMethod) {
  4214.                             goto not_mypage_delivery;
  4215.                         }
  4216.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery'key($requiredSchemes)));
  4217.                     }
  4218.                     return $ret;
  4219.                 }
  4220.                 not_mypage_delivery:
  4221.                 // mypage_delivery_new
  4222.                 if ('/mypage/delivery/new' === $pathinfo) {
  4223.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::edit',  '_route' => 'mypage_delivery_new',);
  4224.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4225.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4226.                         if ('GET' !== $canonicalMethod) {
  4227.                             goto not_mypage_delivery_new;
  4228.                         }
  4229.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_new'key($requiredSchemes)));
  4230.                     }
  4231.                     return $ret;
  4232.                 }
  4233.                 not_mypage_delivery_new:
  4234.                 // mypage_delivery_edit
  4235.                 if (preg_match('#^/mypage/delivery/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  4236.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_delivery_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::edit',));
  4237.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4238.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4239.                         if ('GET' !== $canonicalMethod) {
  4240.                             goto not_mypage_delivery_edit;
  4241.                         }
  4242.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_edit'key($requiredSchemes)));
  4243.                     }
  4244.                     return $ret;
  4245.                 }
  4246.                 not_mypage_delivery_edit:
  4247.                 // mypage_delivery_delete
  4248.                 if (preg_match('#^/mypage/delivery/(?P<id>[^/]++)/delete$#sD'$pathinfo$matches)) {
  4249.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::delete',));
  4250.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4251.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4252.                     if (!in_array($requestMethod, ['DELETE'])) {
  4253.                         if ($hasRequiredScheme) {
  4254.                             $allow array_merge($allow, ['DELETE']);
  4255.                         }
  4256.                         goto not_mypage_delivery_delete;
  4257.                     }
  4258.                     if (!$hasRequiredScheme) {
  4259.                         if ('GET' !== $canonicalMethod) {
  4260.                             goto not_mypage_delivery_delete;
  4261.                         }
  4262.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_delete'key($requiredSchemes)));
  4263.                     }
  4264.                     return $ret;
  4265.                 }
  4266.                 not_mypage_delivery_delete:
  4267.             }
  4268.             // mypage_login
  4269.             if ('/mypage/login' === $pathinfo) {
  4270.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::login',  '_route' => 'mypage_login',);
  4271.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4272.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4273.                     if ('GET' !== $canonicalMethod) {
  4274.                         goto not_mypage_login;
  4275.                     }
  4276.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_login'key($requiredSchemes)));
  4277.                 }
  4278.                 return $ret;
  4279.             }
  4280.             not_mypage_login:
  4281.             // mypage
  4282.             if ('/mypage' === $trimmedPathinfo) {
  4283.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::index',  '_route' => 'mypage',);
  4284.                 if ('/' === substr($pathinfo, -1)) {
  4285.                     // no-op
  4286.                 } elseif ('GET' !== $canonicalMethod) {
  4287.                     goto not_mypage;
  4288.                 } else {
  4289.                     return array_replace($ret$this->redirect($rawPathinfo.'/''mypage'));
  4290.                 }
  4291.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4292.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4293.                     if ('GET' !== $canonicalMethod) {
  4294.                         goto not_mypage;
  4295.                     }
  4296.                     return array_replace($ret$this->redirect($rawPathinfo'mypage'key($requiredSchemes)));
  4297.                 }
  4298.                 return $ret;
  4299.             }
  4300.             not_mypage:
  4301.             // mypage_history
  4302.             if (=== strpos($pathinfo'/mypage/history') && preg_match('#^/mypage/history/(?P<order_no>[^/]++)$#sD'$pathinfo$matches)) {
  4303.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_history']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::history',));
  4304.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4305.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4306.                     if ('GET' !== $canonicalMethod) {
  4307.                         goto not_mypage_history;
  4308.                     }
  4309.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_history'key($requiredSchemes)));
  4310.                 }
  4311.                 return $ret;
  4312.             }
  4313.             not_mypage_history:
  4314.             // mypage_order
  4315.             if (=== strpos($pathinfo'/mypage/order') && preg_match('#^/mypage/order/(?P<order_no>[^/]++)$#sD'$pathinfo$matches)) {
  4316.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_order']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::order',));
  4317.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4318.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4319.                 if (!in_array($requestMethod, ['PUT'])) {
  4320.                     if ($hasRequiredScheme) {
  4321.                         $allow array_merge($allow, ['PUT']);
  4322.                     }
  4323.                     goto not_mypage_order;
  4324.                 }
  4325.                 if (!$hasRequiredScheme) {
  4326.                     if ('GET' !== $canonicalMethod) {
  4327.                         goto not_mypage_order;
  4328.                     }
  4329.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_order'key($requiredSchemes)));
  4330.                 }
  4331.                 return $ret;
  4332.             }
  4333.             not_mypage_order:
  4334.             if (=== strpos($pathinfo'/mypage/favorite')) {
  4335.                 // mypage_favorite
  4336.                 if ('/mypage/favorite' === $pathinfo) {
  4337.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::favorite',  '_route' => 'mypage_favorite',);
  4338.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4339.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4340.                         if ('GET' !== $canonicalMethod) {
  4341.                             goto not_mypage_favorite;
  4342.                         }
  4343.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_favorite'key($requiredSchemes)));
  4344.                     }
  4345.                     return $ret;
  4346.                 }
  4347.                 not_mypage_favorite:
  4348.                 // mypage_favorite_delete
  4349.                 if (preg_match('#^/mypage/favorite/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  4350.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_favorite_delete']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::delete',));
  4351.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4352.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4353.                     if (!in_array($requestMethod, ['DELETE'])) {
  4354.                         if ($hasRequiredScheme) {
  4355.                             $allow array_merge($allow, ['DELETE']);
  4356.                         }
  4357.                         goto not_mypage_favorite_delete;
  4358.                     }
  4359.                     if (!$hasRequiredScheme) {
  4360.                         if ('GET' !== $canonicalMethod) {
  4361.                             goto not_mypage_favorite_delete;
  4362.                         }
  4363.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_favorite_delete'key($requiredSchemes)));
  4364.                     }
  4365.                     return $ret;
  4366.                 }
  4367.                 not_mypage_favorite_delete:
  4368.             }
  4369.             elseif (=== strpos($pathinfo'/mypage/withdraw')) {
  4370.                 // mypage_withdraw
  4371.                 if ('/mypage/withdraw' === $pathinfo) {
  4372.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\WithdrawController::index',  '_route' => 'mypage_withdraw',);
  4373.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4374.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4375.                         if ('GET' !== $canonicalMethod) {
  4376.                             goto not_mypage_withdraw;
  4377.                         }
  4378.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_withdraw'key($requiredSchemes)));
  4379.                     }
  4380.                     return $ret;
  4381.                 }
  4382.                 not_mypage_withdraw:
  4383.                 // mypage_withdraw_complete
  4384.                 if ('/mypage/withdraw_complete' === $pathinfo) {
  4385.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\WithdrawController::complete',  '_route' => 'mypage_withdraw_complete',);
  4386.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4387.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4388.                         if ('GET' !== $canonicalMethod) {
  4389.                             goto not_mypage_withdraw_complete;
  4390.                         }
  4391.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_withdraw_complete'key($requiredSchemes)));
  4392.                     }
  4393.                     return $ret;
  4394.                 }
  4395.                 not_mypage_withdraw_complete:
  4396.             }
  4397.             // remise_payment4_delete_payquick
  4398.             if (=== strpos($pathinfo'/mypage/change/delete_payquick') && preg_match('#^/mypage/change/delete_payquick(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  4399.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_delete_payquick']), array (  'id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\CustomerController::deletePayquick',));
  4400.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4401.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4402.                     if ('GET' !== $canonicalMethod) {
  4403.                         goto not_remise_payment4_delete_payquick;
  4404.                     }
  4405.                     return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_delete_payquick'key($requiredSchemes)));
  4406.                 }
  4407.                 return $ret;
  4408.             }
  4409.             not_remise_payment4_delete_payquick:
  4410.             if (=== strpos($pathinfo'/mypage/remise_payment4_ac_')) {
  4411.                 if (=== strpos($pathinfo'/mypage/remise_payment4_ac_card_update')) {
  4412.                     // remise_payment4_ac_mypage_card_update
  4413.                     if (preg_match('#^/mypage/remise_payment4_ac_card_update(?:/(?P<order_id>\\d+)(?:/(?P<mode>[^/]++))?)?$#sD'$pathinfo$matches)) {
  4414.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_mypage_card_update']), array (  'order_id' => NULL,  'mode' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\MypageAcController::update',));
  4415.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4416.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4417.                             if ('GET' !== $canonicalMethod) {
  4418.                                 goto not_remise_payment4_ac_mypage_card_update;
  4419.                             }
  4420.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_mypage_card_update'key($requiredSchemes)));
  4421.                         }
  4422.                         return $ret;
  4423.                     }
  4424.                     not_remise_payment4_ac_mypage_card_update:
  4425.                     // remise_payment4_ac_mypage_card_update_redirect
  4426.                     if (=== strpos($pathinfo'/mypage/remise_payment4_ac_card_update/redirect') && preg_match('#^/mypage/remise_payment4_ac_card_update/redirect(?:/(?P<order_id>\\d+))?$#sD'$pathinfo$matches)) {
  4427.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_mypage_card_update_redirect']), array (  'order_id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\MypageAcController::updateRedirect',));
  4428.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4429.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4430.                             if ('GET' !== $canonicalMethod) {
  4431.                                 goto not_remise_payment4_ac_mypage_card_update_redirect;
  4432.                             }
  4433.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_mypage_card_update_redirect'key($requiredSchemes)));
  4434.                         }
  4435.                         return $ret;
  4436.                     }
  4437.                     not_remise_payment4_ac_mypage_card_update_redirect:
  4438.                     // remise_payment4_ac_mypage_card_update_return
  4439.                     if (=== strpos($pathinfo'/mypage/remise_payment4_ac_card_update/return') && preg_match('#^/mypage/remise_payment4_ac_card_update/return(?:/(?P<order_id>\\d+))?$#sD'$pathinfo$matches)) {
  4440.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_mypage_card_update_return']), array (  'order_id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\MypageAcController::updateReturn',));
  4441.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4442.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4443.                             if ('GET' !== $canonicalMethod) {
  4444.                                 goto not_remise_payment4_ac_mypage_card_update_return;
  4445.                             }
  4446.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_mypage_card_update_return'key($requiredSchemes)));
  4447.                         }
  4448.                         return $ret;
  4449.                     }
  4450.                     not_remise_payment4_ac_mypage_card_update_return:
  4451.                 }
  4452.                 elseif (=== strpos($pathinfo'/mypage/remise_payment4_ac_cancel')) {
  4453.                     // remise_payment4_ac_mypage_cancel
  4454.                     if (preg_match('#^/mypage/remise_payment4_ac_cancel(?:/(?P<order_id>\\d+)(?:/(?P<mode>[^/]++))?)?$#sD'$pathinfo$matches)) {
  4455.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_mypage_cancel']), array (  'order_id' => NULL,  'mode' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\MypageAcController::cancel',));
  4456.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4457.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4458.                             if ('GET' !== $canonicalMethod) {
  4459.                                 goto not_remise_payment4_ac_mypage_cancel;
  4460.                             }
  4461.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_mypage_cancel'key($requiredSchemes)));
  4462.                         }
  4463.                         return $ret;
  4464.                     }
  4465.                     not_remise_payment4_ac_mypage_cancel:
  4466.                     // remise_payment4_ac_mypage_cancel_redirect
  4467.                     if (=== strpos($pathinfo'/mypage/remise_payment4_ac_cancel/redirect') && preg_match('#^/mypage/remise_payment4_ac_cancel/redirect(?:/(?P<order_id>\\d+))?$#sD'$pathinfo$matches)) {
  4468.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_mypage_cancel_redirect']), array (  'order_id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\MypageAcController::cancelRedirect',));
  4469.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4470.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4471.                             if ('GET' !== $canonicalMethod) {
  4472.                                 goto not_remise_payment4_ac_mypage_cancel_redirect;
  4473.                             }
  4474.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_mypage_cancel_redirect'key($requiredSchemes)));
  4475.                         }
  4476.                         return $ret;
  4477.                     }
  4478.                     not_remise_payment4_ac_mypage_cancel_redirect:
  4479.                     // remise_payment4_ac_mypage_cancel_return
  4480.                     if (=== strpos($pathinfo'/mypage/remise_payment4_ac_cancel/return') && preg_match('#^/mypage/remise_payment4_ac_cancel/return(?:/(?P<order_id>\\d+))?$#sD'$pathinfo$matches)) {
  4481.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_mypage_cancel_return']), array (  'order_id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\MypageAcController::cancelReturn',));
  4482.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4483.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4484.                             if ('GET' !== $canonicalMethod) {
  4485.                                 goto not_remise_payment4_ac_mypage_cancel_return;
  4486.                             }
  4487.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_mypage_cancel_return'key($requiredSchemes)));
  4488.                         }
  4489.                         return $ret;
  4490.                     }
  4491.                     not_remise_payment4_ac_mypage_cancel_return:
  4492.                 }
  4493.                 // remise_payment4_ac_mypage_skip
  4494.                 if (=== strpos($pathinfo'/mypage/remise_payment4_ac_skip') && preg_match('#^/mypage/remise_payment4_ac_skip(?:/(?P<order_id>\\d+))?$#sD'$pathinfo$matches)) {
  4495.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_mypage_skip']), array (  'order_id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\MypageAcController::skip',));
  4496.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4497.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4498.                         if ('GET' !== $canonicalMethod) {
  4499.                             goto not_remise_payment4_ac_mypage_skip;
  4500.                         }
  4501.                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_mypage_skip'key($requiredSchemes)));
  4502.                     }
  4503.                     return $ret;
  4504.                 }
  4505.                 not_remise_payment4_ac_mypage_skip:
  4506.             }
  4507.             // sheeb_dlc_reading
  4508.             if (=== strpos($pathinfo'/mypage/reading') && preg_match('#^/mypage/reading/(?P<order_item_id>[^/]++)$#sD'$pathinfo$matches)) {
  4509.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'sheeb_dlc_reading']), array (  '_controller' => 'Plugin\\SheebDlc\\Controller\\DownloadController::reading',));
  4510.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4511.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4512.                     if ('GET' !== $canonicalMethod) {
  4513.                         goto not_sheeb_dlc_reading;
  4514.                     }
  4515.                     return array_replace($ret$this->redirect($rawPathinfo'sheeb_dlc_reading'key($requiredSchemes)));
  4516.                 }
  4517.                 return $ret;
  4518.             }
  4519.             not_sheeb_dlc_reading:
  4520.             if (=== strpos($pathinfo'/mypage/download')) {
  4521.                 // sheeb_dlc_downloads
  4522.                 if ('/mypage/downloads' === $pathinfo) {
  4523.                     $ret = array (  '_controller' => 'Plugin\\SheebDlc\\Controller\\DownloadController::index',  '_route' => 'sheeb_dlc_downloads',);
  4524.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4525.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4526.                     if (!in_array($canonicalMethod, ['GET'])) {
  4527.                         if ($hasRequiredScheme) {
  4528.                             $allow array_merge($allow, ['GET']);
  4529.                         }
  4530.                         goto not_sheeb_dlc_downloads;
  4531.                     }
  4532.                     if (!$hasRequiredScheme) {
  4533.                         if ('GET' !== $canonicalMethod) {
  4534.                             goto not_sheeb_dlc_downloads;
  4535.                         }
  4536.                         return array_replace($ret$this->redirect($rawPathinfo'sheeb_dlc_downloads'key($requiredSchemes)));
  4537.                     }
  4538.                     return $ret;
  4539.                 }
  4540.                 not_sheeb_dlc_downloads:
  4541.                 // sheeb_dlc_download
  4542.                 if (preg_match('#^/mypage/download/(?P<order_item_id>[^/]++)$#sD'$pathinfo$matches)) {
  4543.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'sheeb_dlc_download']), array (  '_controller' => 'Plugin\\SheebDlc\\Controller\\DownloadController::download',));
  4544.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4545.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4546.                         if ('GET' !== $canonicalMethod) {
  4547.                             goto not_sheeb_dlc_download;
  4548.                         }
  4549.                         return array_replace($ret$this->redirect($rawPathinfo'sheeb_dlc_download'key($requiredSchemes)));
  4550.                     }
  4551.                     return $ret;
  4552.                 }
  4553.                 not_sheeb_dlc_download:
  4554.             }
  4555.         }
  4556.         elseif (=== strpos($pathinfo'/shopping')) {
  4557.             // shopping_customer
  4558.             if ('/shopping/customer' === $pathinfo) {
  4559.                 $ret = array (  '_controller' => 'Eccube\\Controller\\NonMemberShoppingController::customer',  '_route' => 'shopping_customer',);
  4560.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4561.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4562.                     if ('GET' !== $canonicalMethod) {
  4563.                         goto not_shopping_customer;
  4564.                     }
  4565.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_customer'key($requiredSchemes)));
  4566.                 }
  4567.                 return $ret;
  4568.             }
  4569.             not_shopping_customer:
  4570.             if (=== strpos($pathinfo'/shopping/shipping_multiple')) {
  4571.                 // shopping_shipping_multiple
  4572.                 if ('/shopping/shipping_multiple' === $pathinfo) {
  4573.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShippingMultipleController::index',  '_route' => 'shopping_shipping_multiple',);
  4574.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4575.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4576.                         if ('GET' !== $canonicalMethod) {
  4577.                             goto not_shopping_shipping_multiple;
  4578.                         }
  4579.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_multiple'key($requiredSchemes)));
  4580.                     }
  4581.                     return $ret;
  4582.                 }
  4583.                 not_shopping_shipping_multiple:
  4584.                 // shopping_shipping_multiple_edit
  4585.                 if ('/shopping/shipping_multiple_edit' === $pathinfo) {
  4586.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShippingMultipleController::shippingMultipleEdit',  '_route' => 'shopping_shipping_multiple_edit',);
  4587.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4588.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4589.                         if ('GET' !== $canonicalMethod) {
  4590.                             goto not_shopping_shipping_multiple_edit;
  4591.                         }
  4592.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_multiple_edit'key($requiredSchemes)));
  4593.                     }
  4594.                     return $ret;
  4595.                 }
  4596.                 not_shopping_shipping_multiple_edit:
  4597.             }
  4598.             // shopping
  4599.             if ('/shopping' === $pathinfo) {
  4600.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::index',  '_route' => 'shopping',);
  4601.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4602.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4603.                     if ('GET' !== $canonicalMethod) {
  4604.                         goto not_shopping;
  4605.                     }
  4606.                     return array_replace($ret$this->redirect($rawPathinfo'shopping'key($requiredSchemes)));
  4607.                 }
  4608.                 return $ret;
  4609.             }
  4610.             not_shopping:
  4611.             // shopping_redirect_to
  4612.             if ('/shopping/redirect_to' === $pathinfo) {
  4613.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::redirectTo',  '_route' => 'shopping_redirect_to',);
  4614.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4615.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4616.                 if (!in_array($requestMethod, ['POST'])) {
  4617.                     if ($hasRequiredScheme) {
  4618.                         $allow array_merge($allow, ['POST']);
  4619.                     }
  4620.                     goto not_shopping_redirect_to;
  4621.                 }
  4622.                 if (!$hasRequiredScheme) {
  4623.                     if ('GET' !== $canonicalMethod) {
  4624.                         goto not_shopping_redirect_to;
  4625.                     }
  4626.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_redirect_to'key($requiredSchemes)));
  4627.                 }
  4628.                 return $ret;
  4629.             }
  4630.             not_shopping_redirect_to:
  4631.             // remise_payment
  4632.             if ('/shopping/remise_payment' === $pathinfo) {
  4633.                 $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\PaymentController::payment',  '_route' => 'remise_payment',);
  4634.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4635.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4636.                     if ('GET' !== $canonicalMethod) {
  4637.                         goto not_remise_payment;
  4638.                     }
  4639.                     return array_replace($ret$this->redirect($rawPathinfo'remise_payment'key($requiredSchemes)));
  4640.                 }
  4641.                 return $ret;
  4642.             }
  4643.             not_remise_payment:
  4644.             if (=== strpos($pathinfo'/shopping/c')) {
  4645.                 // shopping_confirm
  4646.                 if ('/shopping/confirm' === $pathinfo) {
  4647.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::confirm',  '_route' => 'shopping_confirm',);
  4648.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4649.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4650.                     if (!in_array($requestMethod, ['POST'])) {
  4651.                         if ($hasRequiredScheme) {
  4652.                             $allow array_merge($allow, ['POST']);
  4653.                         }
  4654.                         goto not_shopping_confirm;
  4655.                     }
  4656.                     if (!$hasRequiredScheme) {
  4657.                         if ('GET' !== $canonicalMethod) {
  4658.                             goto not_shopping_confirm;
  4659.                         }
  4660.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_confirm'key($requiredSchemes)));
  4661.                     }
  4662.                     return $ret;
  4663.                 }
  4664.                 not_shopping_confirm:
  4665.                 // shopping_complete
  4666.                 if ('/shopping/complete' === $pathinfo) {
  4667.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::complete',  '_route' => 'shopping_complete',);
  4668.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4669.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4670.                         if ('GET' !== $canonicalMethod) {
  4671.                             goto not_shopping_complete;
  4672.                         }
  4673.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_complete'key($requiredSchemes)));
  4674.                     }
  4675.                     return $ret;
  4676.                 }
  4677.                 not_shopping_complete:
  4678.                 // shopping_checkout
  4679.                 if ('/shopping/checkout' === $pathinfo) {
  4680.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::checkout',  '_route' => 'shopping_checkout',);
  4681.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4682.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4683.                     if (!in_array($requestMethod, ['POST'])) {
  4684.                         if ($hasRequiredScheme) {
  4685.                             $allow array_merge($allow, ['POST']);
  4686.                         }
  4687.                         goto not_shopping_checkout;
  4688.                     }
  4689.                     if (!$hasRequiredScheme) {
  4690.                         if ('GET' !== $canonicalMethod) {
  4691.                             goto not_shopping_checkout;
  4692.                         }
  4693.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_checkout'key($requiredSchemes)));
  4694.                     }
  4695.                     return $ret;
  4696.                 }
  4697.                 not_shopping_checkout:
  4698.                 // shopping_customer_edit
  4699.                 if ('/shopping/customer/edit' === $pathinfo) {
  4700.                     $ret = array (  '_controller' => 'Plugin\\CustomerPlus4\\Controller\\ShoppingCustomerController::index',  '_route' => 'shopping_customer_edit',);
  4701.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4702.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4703.                         if ('GET' !== $canonicalMethod) {
  4704.                             goto not_shopping_customer_edit;
  4705.                         }
  4706.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_customer_edit'key($requiredSchemes)));
  4707.                     }
  4708.                     return $ret;
  4709.                 }
  4710.                 not_shopping_customer_edit:
  4711.             }
  4712.             elseif (=== strpos($pathinfo'/shopping/shipping')) {
  4713.                 // shopping_shipping
  4714.                 if (preg_match('#^/shopping/shipping/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4715.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'shopping_shipping']), array (  '_controller' => 'Eccube\\Controller\\ShoppingController::shipping',));
  4716.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4717.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4718.                         if ('GET' !== $canonicalMethod) {
  4719.                             goto not_shopping_shipping;
  4720.                         }
  4721.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping'key($requiredSchemes)));
  4722.                     }
  4723.                     return $ret;
  4724.                 }
  4725.                 not_shopping_shipping:
  4726.                 // shopping_shipping_edit
  4727.                 if (=== strpos($pathinfo'/shopping/shipping_edit') && preg_match('#^/shopping/shipping_edit/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4728.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'shopping_shipping_edit']), array (  '_controller' => 'Eccube\\Controller\\ShoppingController::shippingEdit',));
  4729.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4730.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4731.                         if ('GET' !== $canonicalMethod) {
  4732.                             goto not_shopping_shipping_edit;
  4733.                         }
  4734.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_edit'key($requiredSchemes)));
  4735.                     }
  4736.                     return $ret;
  4737.                 }
  4738.                 not_shopping_shipping_edit:
  4739.             }
  4740.             // shopping_login
  4741.             if ('/shopping/login' === $pathinfo) {
  4742.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::login',  '_route' => 'shopping_login',);
  4743.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4744.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4745.                     if ('GET' !== $canonicalMethod) {
  4746.                         goto not_shopping_login;
  4747.                     }
  4748.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_login'key($requiredSchemes)));
  4749.                 }
  4750.                 return $ret;
  4751.             }
  4752.             not_shopping_login:
  4753.             // shopping_error
  4754.             if ('/shopping/error' === $pathinfo) {
  4755.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::error',  '_route' => 'shopping_error',);
  4756.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4757.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4758.                     if ('GET' !== $canonicalMethod) {
  4759.                         goto not_shopping_error;
  4760.                     }
  4761.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_error'key($requiredSchemes)));
  4762.                 }
  4763.                 return $ret;
  4764.             }
  4765.             not_shopping_error:
  4766.             // shopping_nonmember
  4767.             if ('/shopping/nonmember' === $pathinfo) {
  4768.                 $ret = array (  '_controller' => 'Plugin\\SheebDlc\\Controller\\ApiController::redirectToTop',  '_route' => 'shopping_nonmember',);
  4769.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4770.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4771.                     if ('GET' !== $canonicalMethod) {
  4772.                         goto not_shopping_nonmember;
  4773.                     }
  4774.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_nonmember'key($requiredSchemes)));
  4775.                 }
  4776.                 return $ret;
  4777.             }
  4778.             not_shopping_nonmember:
  4779.         }
  4780.         elseif (=== strpos($pathinfo'/products')) {
  4781.             // product_list
  4782.             if ('/products/list' === $pathinfo) {
  4783.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ProductController::index',  '_route' => 'product_list',);
  4784.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4785.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4786.                     if ('GET' !== $canonicalMethod) {
  4787.                         goto not_product_list;
  4788.                     }
  4789.                     return array_replace($ret$this->redirect($rawPathinfo'product_list'key($requiredSchemes)));
  4790.                 }
  4791.                 return $ret;
  4792.             }
  4793.             not_product_list:
  4794.             // product_detail
  4795.             if (=== strpos($pathinfo'/products/detail') && preg_match('#^/products/detail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4796.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_detail']), array (  '_controller' => 'Eccube\\Controller\\ProductController::detail',));
  4797.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4798.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4799.                 if (!in_array($canonicalMethod, ['GET'])) {
  4800.                     if ($hasRequiredScheme) {
  4801.                         $allow array_merge($allow, ['GET']);
  4802.                     }
  4803.                     goto not_product_detail;
  4804.                 }
  4805.                 if (!$hasRequiredScheme) {
  4806.                     if ('GET' !== $canonicalMethod) {
  4807.                         goto not_product_detail;
  4808.                     }
  4809.                     return array_replace($ret$this->redirect($rawPathinfo'product_detail'key($requiredSchemes)));
  4810.                 }
  4811.                 return $ret;
  4812.             }
  4813.             not_product_detail:
  4814.             // product_add_favorite
  4815.             if (=== strpos($pathinfo'/products/add_favorite') && preg_match('#^/products/add_favorite/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4816.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_add_favorite']), array (  '_controller' => 'Eccube\\Controller\\ProductController::addFavorite',));
  4817.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4818.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4819.                     if ('GET' !== $canonicalMethod) {
  4820.                         goto not_product_add_favorite;
  4821.                     }
  4822.                     return array_replace($ret$this->redirect($rawPathinfo'product_add_favorite'key($requiredSchemes)));
  4823.                 }
  4824.                 return $ret;
  4825.             }
  4826.             not_product_add_favorite:
  4827.             // product_add_cart
  4828.             if (=== strpos($pathinfo'/products/add_cart') && preg_match('#^/products/add_cart/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4829.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_add_cart']), array (  '_controller' => 'Eccube\\Controller\\ProductController::addCart',));
  4830.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4831.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4832.                 if (!in_array($requestMethod, ['POST'])) {
  4833.                     if ($hasRequiredScheme) {
  4834.                         $allow array_merge($allow, ['POST']);
  4835.                     }
  4836.                     goto not_product_add_cart;
  4837.                 }
  4838.                 if (!$hasRequiredScheme) {
  4839.                     if ('GET' !== $canonicalMethod) {
  4840.                         goto not_product_add_cart;
  4841.                     }
  4842.                     return array_replace($ret$this->redirect($rawPathinfo'product_add_cart'key($requiredSchemes)));
  4843.                 }
  4844.                 return $ret;
  4845.             }
  4846.             not_product_add_cart:
  4847.         }
  4848.         // homepage
  4849.         if ('' === $trimmedPathinfo) {
  4850.             $ret = array (  '_controller' => 'Eccube\\Controller\\TopController::index',  '_route' => 'homepage',);
  4851.             if ('/' === substr($pathinfo, -1)) {
  4852.                 // no-op
  4853.             } elseif ('GET' !== $canonicalMethod) {
  4854.                 goto not_homepage;
  4855.             } else {
  4856.                 return array_replace($ret$this->redirect($rawPathinfo.'/''homepage'));
  4857.             }
  4858.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4859.             if (!isset($requiredSchemes[$context->getScheme()])) {
  4860.                 if ('GET' !== $canonicalMethod) {
  4861.                     goto not_homepage;
  4862.                 }
  4863.                 return array_replace($ret$this->redirect($rawPathinfo'homepage'key($requiredSchemes)));
  4864.             }
  4865.             return $ret;
  4866.         }
  4867.         not_homepage:
  4868.         // user_data
  4869.         if (=== strpos($pathinfo'/user_data') && preg_match('#^/user_data/(?P<route>([0-9a-zA-Z_\\-]+\\/?)+(?<!\\/))$#sD'$pathinfo$matches)) {
  4870.             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'user_data']), array (  '_controller' => 'Eccube\\Controller\\UserDataController::index',));
  4871.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4872.             if (!isset($requiredSchemes[$context->getScheme()])) {
  4873.                 if ('GET' !== $canonicalMethod) {
  4874.                     goto not_user_data;
  4875.                 }
  4876.                 return array_replace($ret$this->redirect($rawPathinfo'user_data'key($requiredSchemes)));
  4877.             }
  4878.             return $ret;
  4879.         }
  4880.         not_user_data:
  4881.         // logout
  4882.         if ('/logout' === $pathinfo) {
  4883.             $ret = ['_route' => 'logout'];
  4884.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4885.             if (!isset($requiredSchemes[$context->getScheme()])) {
  4886.                 if ('GET' !== $canonicalMethod) {
  4887.                     goto not_logout;
  4888.                 }
  4889.                 return array_replace($ret$this->redirect($rawPathinfo'logout'key($requiredSchemes)));
  4890.             }
  4891.             return $ret;
  4892.         }
  4893.         not_logout:
  4894.         if (=== strpos($pathinfo'/remise_')) {
  4895.             if (=== strpos($pathinfo'/remise_payment4_')) {
  4896.                 // remise_payment4_back
  4897.                 if ('/remise_payment4_back' === $pathinfo) {
  4898.                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\PaymentController::back',  '_route' => 'remise_payment4_back',);
  4899.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4900.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4901.                         if ('GET' !== $canonicalMethod) {
  4902.                             goto not_remise_payment4_back;
  4903.                         }
  4904.                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_back'key($requiredSchemes)));
  4905.                     }
  4906.                     return $ret;
  4907.                 }
  4908.                 not_remise_payment4_back:
  4909.                 if (=== strpos($pathinfo'/remise_payment4_result')) {
  4910.                     // remise_payment4_result_card
  4911.                     if ('/remise_payment4_result_card' === $pathinfo) {
  4912.                         $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\PaymentController::cardResult',  '_route' => 'remise_payment4_result_card',);
  4913.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4914.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4915.                             if ('GET' !== $canonicalMethod) {
  4916.                                 goto not_remise_payment4_result_card;
  4917.                             }
  4918.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_result_card'key($requiredSchemes)));
  4919.                         }
  4920.                         return $ret;
  4921.                     }
  4922.                     not_remise_payment4_result_card:
  4923.                     // remise_payment4_result_cvs
  4924.                     if ('/remise_payment4_result_cvs' === $pathinfo) {
  4925.                         $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\PaymentController::cvsResult',  '_route' => 'remise_payment4_result_cvs',);
  4926.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4927.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4928.                             if ('GET' !== $canonicalMethod) {
  4929.                                 goto not_remise_payment4_result_cvs;
  4930.                             }
  4931.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_result_cvs'key($requiredSchemes)));
  4932.                         }
  4933.                         return $ret;
  4934.                     }
  4935.                     not_remise_payment4_result_cvs:
  4936.                     // remise_payment4_result
  4937.                     if ('/remise_payment4_result' === $pathinfo) {
  4938.                         $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\ResultController::result',  '_route' => 'remise_payment4_result',);
  4939.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4940.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4941.                             if ('GET' !== $canonicalMethod) {
  4942.                                 goto not_remise_payment4_result;
  4943.                             }
  4944.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_result'key($requiredSchemes)));
  4945.                         }
  4946.                         return $ret;
  4947.                     }
  4948.                     not_remise_payment4_result:
  4949.                 }
  4950.                 // remise_payment4_receipt
  4951.                 if ('/remise_payment4_receipt' === $pathinfo) {
  4952.                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\ReceiptController::result',  '_route' => 'remise_payment4_receipt',);
  4953.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4954.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4955.                         if ('GET' !== $canonicalMethod) {
  4956.                             goto not_remise_payment4_receipt;
  4957.                         }
  4958.                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_receipt'key($requiredSchemes)));
  4959.                     }
  4960.                     return $ret;
  4961.                 }
  4962.                 not_remise_payment4_receipt:
  4963.                 // remise_payment4_ac_result
  4964.                 if ('/remise_payment4_ac_result' === $pathinfo) {
  4965.                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\ResultAcController::result',  '_route' => 'remise_payment4_ac_result',);
  4966.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4967.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4968.                         if ('GET' !== $canonicalMethod) {
  4969.                             goto not_remise_payment4_ac_result;
  4970.                         }
  4971.                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_result'key($requiredSchemes)));
  4972.                     }
  4973.                     return $ret;
  4974.                 }
  4975.                 not_remise_payment4_ac_result:
  4976.             }
  4977.             // remise_payment_extset4_result
  4978.             if ('/remise_payment_extset4_result' === $pathinfo) {
  4979.                 $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\ResultExtsetController::result',  '_route' => 'remise_payment_extset4_result',);
  4980.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4981.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4982.                     if ('GET' !== $canonicalMethod) {
  4983.                         goto not_remise_payment_extset4_result;
  4984.                     }
  4985.                     return array_replace($ret$this->redirect($rawPathinfo'remise_payment_extset4_result'key($requiredSchemes)));
  4986.                 }
  4987.                 return $ret;
  4988.             }
  4989.             not_remise_payment_extset4_result:
  4990.             if (=== strpos($pathinfo'/remise_shopping')) {
  4991.                 // remise_shopping
  4992.                 if ('/remise_shopping' === $pathinfo) {
  4993.                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\PaymentController::remiseShoppingDummy',  '_route' => 'remise_shopping',);
  4994.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4995.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4996.                         if ('GET' !== $canonicalMethod) {
  4997.                             goto not_remise_shopping;
  4998.                         }
  4999.                         return array_replace($ret$this->redirect($rawPathinfo'remise_shopping'key($requiredSchemes)));
  5000.                     }
  5001.                     return $ret;
  5002.                 }
  5003.                 not_remise_shopping:
  5004.                 // remise_shopping_complete
  5005.                 if ('/remise_shopping_complete' === $pathinfo) {
  5006.                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\PaymentController::remiseShoppingDummy',  '_route' => 'remise_shopping_complete',);
  5007.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5008.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5009.                         if ('GET' !== $canonicalMethod) {
  5010.                             goto not_remise_shopping_complete;
  5011.                         }
  5012.                         return array_replace($ret$this->redirect($rawPathinfo'remise_shopping_complete'key($requiredSchemes)));
  5013.                     }
  5014.                     return $ret;
  5015.                 }
  5016.                 not_remise_shopping_complete:
  5017.             }
  5018.         }
  5019.         if ('/' === $pathinfo && !$allow) {
  5020.             throw new Symfony\Component\Routing\Exception\NoConfigurationException();
  5021.         }
  5022.         throw count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
  5023.     }
  5024. }