var/cache/dev/EccubeDevDebugProjectContainerUrlMatcher.php line 5336

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