var/cache/dev/EccubeDevDebugProjectContainerUrlMatcher.php line 5467

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