var/cache/dev/EccubeDevDebugProjectContainerUrlMatcher.php line 6092

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