var/cache/dev/EccubeDevDebugProjectContainerUrlMatcher.php line 7399

Open in your IDE?
  1. <?php
  2. use Symfony\Component\Routing\Exception\MethodNotAllowedException;
  3. use Symfony\Component\Routing\Exception\ResourceNotFoundException;
  4. use Symfony\Component\Routing\RequestContext;
  5. /**
  6.  * This class has been auto-generated
  7.  * by the Symfony Routing Component.
  8.  */
  9. class EccubeDevDebugProjectContainerUrlMatcher extends Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher
  10. {
  11.     public function __construct(RequestContext $context)
  12.     {
  13.         $this->context $context;
  14.     }
  15.     public function match($rawPathinfo)
  16.     {
  17.         $allow = [];
  18.         $pathinfo rawurldecode($rawPathinfo);
  19.         $trimmedPathinfo rtrim($pathinfo'/');
  20.         $context $this->context;
  21.         $request $this->request ?: $this->createRequest($pathinfo);
  22.         $requestMethod $canonicalMethod $context->getMethod();
  23.         if ('HEAD' === $requestMethod) {
  24.             $canonicalMethod 'GET';
  25.         }
  26.         if (=== strpos($pathinfo'/_')) {
  27.             // _twig_error_test
  28.             if (=== strpos($pathinfo'/_error') && preg_match('#^/_error/(?P<code>\\d+)(?:\\.(?P<_format>[^/]++))?$#sD'$pathinfo$matches)) {
  29.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_twig_error_test']), array (  '_controller' => 'twig.controller.preview_error:previewErrorPageAction',  '_format' => 'html',));
  30.                 $requiredSchemes = array (  'https' => 0,);
  31.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  32.                     if ('GET' !== $canonicalMethod) {
  33.                         goto not__twig_error_test;
  34.                     }
  35.                     return array_replace($ret$this->redirect($rawPathinfo'_twig_error_test'key($requiredSchemes)));
  36.                 }
  37.                 return $ret;
  38.             }
  39.             not__twig_error_test:
  40.             // _wdt
  41.             if (=== strpos($pathinfo'/_wdt') && preg_match('#^/_wdt/(?P<token>[^/]++)$#sD'$pathinfo$matches)) {
  42.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_wdt']), array (  '_controller' => 'web_profiler.controller.profiler:toolbarAction',));
  43.                 $requiredSchemes = array (  'https' => 0,);
  44.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  45.                     if ('GET' !== $canonicalMethod) {
  46.                         goto not__wdt;
  47.                     }
  48.                     return array_replace($ret$this->redirect($rawPathinfo'_wdt'key($requiredSchemes)));
  49.                 }
  50.                 return $ret;
  51.             }
  52.             not__wdt:
  53.             if (=== strpos($pathinfo'/_profiler')) {
  54.                 // _profiler_home
  55.                 if ('/_profiler' === $trimmedPathinfo) {
  56.                     $ret = array (  '_controller' => 'web_profiler.controller.profiler:homeAction',  '_route' => '_profiler_home',);
  57.                     if ('/' === substr($pathinfo, -1)) {
  58.                         // no-op
  59.                     } elseif ('GET' !== $canonicalMethod) {
  60.                         goto not__profiler_home;
  61.                     } else {
  62.                         return array_replace($ret$this->redirect($rawPathinfo.'/''_profiler_home'));
  63.                     }
  64.                     $requiredSchemes = array (  'https' => 0,);
  65.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  66.                         if ('GET' !== $canonicalMethod) {
  67.                             goto not__profiler_home;
  68.                         }
  69.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_home'key($requiredSchemes)));
  70.                     }
  71.                     return $ret;
  72.                 }
  73.                 not__profiler_home:
  74.                 if (=== strpos($pathinfo'/_profiler/search')) {
  75.                     // _profiler_search
  76.                     if ('/_profiler/search' === $pathinfo) {
  77.                         $ret = array (  '_controller' => 'web_profiler.controller.profiler:searchAction',  '_route' => '_profiler_search',);
  78.                         $requiredSchemes = array (  'https' => 0,);
  79.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  80.                             if ('GET' !== $canonicalMethod) {
  81.                                 goto not__profiler_search;
  82.                             }
  83.                             return array_replace($ret$this->redirect($rawPathinfo'_profiler_search'key($requiredSchemes)));
  84.                         }
  85.                         return $ret;
  86.                     }
  87.                     not__profiler_search:
  88.                     // _profiler_search_bar
  89.                     if ('/_profiler/search_bar' === $pathinfo) {
  90.                         $ret = array (  '_controller' => 'web_profiler.controller.profiler:searchBarAction',  '_route' => '_profiler_search_bar',);
  91.                         $requiredSchemes = array (  'https' => 0,);
  92.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  93.                             if ('GET' !== $canonicalMethod) {
  94.                                 goto not__profiler_search_bar;
  95.                             }
  96.                             return array_replace($ret$this->redirect($rawPathinfo'_profiler_search_bar'key($requiredSchemes)));
  97.                         }
  98.                         return $ret;
  99.                     }
  100.                     not__profiler_search_bar:
  101.                 }
  102.                 // _profiler_phpinfo
  103.                 if ('/_profiler/phpinfo' === $pathinfo) {
  104.                     $ret = array (  '_controller' => 'web_profiler.controller.profiler:phpinfoAction',  '_route' => '_profiler_phpinfo',);
  105.                     $requiredSchemes = array (  'https' => 0,);
  106.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  107.                         if ('GET' !== $canonicalMethod) {
  108.                             goto not__profiler_phpinfo;
  109.                         }
  110.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_phpinfo'key($requiredSchemes)));
  111.                     }
  112.                     return $ret;
  113.                 }
  114.                 not__profiler_phpinfo:
  115.                 // _profiler_search_results
  116.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)/search/results$#sD'$pathinfo$matches)) {
  117.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_profiler_search_results']), array (  '_controller' => 'web_profiler.controller.profiler:searchResultsAction',));
  118.                     $requiredSchemes = array (  'https' => 0,);
  119.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  120.                         if ('GET' !== $canonicalMethod) {
  121.                             goto not__profiler_search_results;
  122.                         }
  123.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_search_results'key($requiredSchemes)));
  124.                     }
  125.                     return $ret;
  126.                 }
  127.                 not__profiler_search_results:
  128.                 // _profiler_open_file
  129.                 if ('/_profiler/open' === $pathinfo) {
  130.                     $ret = array (  '_controller' => 'web_profiler.controller.profiler:openAction',  '_route' => '_profiler_open_file',);
  131.                     $requiredSchemes = array (  'https' => 0,);
  132.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  133.                         if ('GET' !== $canonicalMethod) {
  134.                             goto not__profiler_open_file;
  135.                         }
  136.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_open_file'key($requiredSchemes)));
  137.                     }
  138.                     return $ret;
  139.                 }
  140.                 not__profiler_open_file:
  141.                 // _profiler
  142.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)$#sD'$pathinfo$matches)) {
  143.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_profiler']), array (  '_controller' => 'web_profiler.controller.profiler:panelAction',));
  144.                     $requiredSchemes = array (  'https' => 0,);
  145.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  146.                         if ('GET' !== $canonicalMethod) {
  147.                             goto not__profiler;
  148.                         }
  149.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler'key($requiredSchemes)));
  150.                     }
  151.                     return $ret;
  152.                 }
  153.                 not__profiler:
  154.                 // _profiler_router
  155.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)/router$#sD'$pathinfo$matches)) {
  156.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_profiler_router']), array (  '_controller' => 'web_profiler.controller.router:panelAction',));
  157.                     $requiredSchemes = array (  'https' => 0,);
  158.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  159.                         if ('GET' !== $canonicalMethod) {
  160.                             goto not__profiler_router;
  161.                         }
  162.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_router'key($requiredSchemes)));
  163.                     }
  164.                     return $ret;
  165.                 }
  166.                 not__profiler_router:
  167.                 // _profiler_exception
  168.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)/exception$#sD'$pathinfo$matches)) {
  169.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_profiler_exception']), array (  '_controller' => 'web_profiler.controller.exception:showAction',));
  170.                     $requiredSchemes = array (  'https' => 0,);
  171.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  172.                         if ('GET' !== $canonicalMethod) {
  173.                             goto not__profiler_exception;
  174.                         }
  175.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_exception'key($requiredSchemes)));
  176.                     }
  177.                     return $ret;
  178.                 }
  179.                 not__profiler_exception:
  180.                 // _profiler_exception_css
  181.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)/exception\\.css$#sD'$pathinfo$matches)) {
  182.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => '_profiler_exception_css']), array (  '_controller' => 'web_profiler.controller.exception:cssAction',));
  183.                     $requiredSchemes = array (  'https' => 0,);
  184.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  185.                         if ('GET' !== $canonicalMethod) {
  186.                             goto not__profiler_exception_css;
  187.                         }
  188.                         return array_replace($ret$this->redirect($rawPathinfo'_profiler_exception_css'key($requiredSchemes)));
  189.                     }
  190.                     return $ret;
  191.                 }
  192.                 not__profiler_exception_css:
  193.             }
  194.         }
  195.         elseif (=== strpos($pathinfo'/s')) {
  196.             if (=== strpos($pathinfo'/sysAdm')) {
  197.                 // admin_login
  198.                 if ('/sysAdm/login' === $pathinfo) {
  199.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::login',  '_route' => 'admin_login',);
  200.                     $requiredSchemes = array (  'https' => 0,);
  201.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  202.                         if ('GET' !== $canonicalMethod) {
  203.                             goto not_admin_login;
  204.                         }
  205.                         return array_replace($ret$this->redirect($rawPathinfo'admin_login'key($requiredSchemes)));
  206.                     }
  207.                     return $ret;
  208.                 }
  209.                 not_admin_login:
  210.                 // admin_homepage
  211.                 if ('/sysAdm' === $trimmedPathinfo) {
  212.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::index',  '_route' => 'admin_homepage',);
  213.                     if ('/' === substr($pathinfo, -1)) {
  214.                         // no-op
  215.                     } elseif ('GET' !== $canonicalMethod) {
  216.                         goto not_admin_homepage;
  217.                     } else {
  218.                         return array_replace($ret$this->redirect($rawPathinfo.'/''admin_homepage'));
  219.                     }
  220.                     $requiredSchemes = array (  'https' => 0,);
  221.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  222.                         if ('GET' !== $canonicalMethod) {
  223.                             goto not_admin_homepage;
  224.                         }
  225.                         return array_replace($ret$this->redirect($rawPathinfo'admin_homepage'key($requiredSchemes)));
  226.                     }
  227.                     return $ret;
  228.                 }
  229.                 not_admin_homepage:
  230.                 if (=== strpos($pathinfo'/sysAdm/s')) {
  231.                     // admin_homepage_sale
  232.                     if ('/sysAdm/sale_chart' === $pathinfo) {
  233.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::sale',  '_route' => 'admin_homepage_sale',);
  234.                         $requiredSchemes = array (  'https' => 0,);
  235.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  236.                             if ('GET' !== $canonicalMethod) {
  237.                                 goto not_admin_homepage_sale;
  238.                             }
  239.                             return array_replace($ret$this->redirect($rawPathinfo'admin_homepage_sale'key($requiredSchemes)));
  240.                         }
  241.                         return $ret;
  242.                     }
  243.                     not_admin_homepage_sale:
  244.                     // sales_ranking_b4_admin_config
  245.                     if ('/sysAdm/sales_ranking/config' === $pathinfo) {
  246.                         $ret = array (  '_controller' => 'Plugin\\SalesRankingB4\\Controller\\Admin\\ConfigController::index',  '_route' => 'sales_ranking_b4_admin_config',);
  247.                         $requiredSchemes = array (  'https' => 0,);
  248.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  249.                             if ('GET' !== $canonicalMethod) {
  250.                                 goto not_sales_ranking_b4_admin_config;
  251.                             }
  252.                             return array_replace($ret$this->redirect($rawPathinfo'sales_ranking_b4_admin_config'key($requiredSchemes)));
  253.                         }
  254.                         return $ret;
  255.                     }
  256.                     not_sales_ranking_b4_admin_config:
  257.                     if (=== strpos($pathinfo'/sysAdm/se')) {
  258.                         // admin_homepage_nonstock
  259.                         if ('/sysAdm/search_nonstock' === $pathinfo) {
  260.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::searchNonStockProducts',  '_route' => 'admin_homepage_nonstock',);
  261.                             $requiredSchemes = array (  'https' => 0,);
  262.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  263.                                 if ('GET' !== $canonicalMethod) {
  264.                                     goto not_admin_homepage_nonstock;
  265.                                 }
  266.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_homepage_nonstock'key($requiredSchemes)));
  267.                             }
  268.                             return $ret;
  269.                         }
  270.                         not_admin_homepage_nonstock:
  271.                         // admin_homepage_customer
  272.                         if ('/sysAdm/search_customer' === $pathinfo) {
  273.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::searchCustomer',  '_route' => 'admin_homepage_customer',);
  274.                             $requiredSchemes = array (  'https' => 0,);
  275.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  276.                                 if ('GET' !== $canonicalMethod) {
  277.                                     goto not_admin_homepage_customer;
  278.                                 }
  279.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_homepage_customer'key($requiredSchemes)));
  280.                             }
  281.                             return $ret;
  282.                         }
  283.                         not_admin_homepage_customer:
  284.                         if (=== strpos($pathinfo'/sysAdm/setting')) {
  285.                             if (=== strpos($pathinfo'/sysAdm/setting/shop')) {
  286.                                 // admin_setting_shop_csv
  287.                                 if (=== strpos($pathinfo'/sysAdm/setting/shop/csv') && preg_match('#^/sysAdm/setting/shop/csv(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  288.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_csv']), array (  'id' => 3,  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController::index',));
  289.                                     $requiredSchemes = array (  'https' => 0,);
  290.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  291.                                         if ('GET' !== $canonicalMethod) {
  292.                                             goto not_admin_setting_shop_csv;
  293.                                         }
  294.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_csv'key($requiredSchemes)));
  295.                                     }
  296.                                     return $ret;
  297.                                 }
  298.                                 not_admin_setting_shop_csv:
  299.                                 if (=== strpos($pathinfo'/sysAdm/setting/shop/delivery')) {
  300.                                     // admin_setting_shop_delivery
  301.                                     if ('/sysAdm/setting/shop/delivery' === $pathinfo) {
  302.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::index',  '_route' => 'admin_setting_shop_delivery',);
  303.                                         $requiredSchemes = array (  'https' => 0,);
  304.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  305.                                             if ('GET' !== $canonicalMethod) {
  306.                                                 goto not_admin_setting_shop_delivery;
  307.                                             }
  308.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery'key($requiredSchemes)));
  309.                                         }
  310.                                         return $ret;
  311.                                     }
  312.                                     not_admin_setting_shop_delivery:
  313.                                     // admin_setting_shop_delivery_new
  314.                                     if ('/sysAdm/setting/shop/delivery/new' === $pathinfo) {
  315.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::edit',  '_route' => 'admin_setting_shop_delivery_new',);
  316.                                         $requiredSchemes = array (  'https' => 0,);
  317.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  318.                                             if ('GET' !== $canonicalMethod) {
  319.                                                 goto not_admin_setting_shop_delivery_new;
  320.                                             }
  321.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_new'key($requiredSchemes)));
  322.                                         }
  323.                                         return $ret;
  324.                                     }
  325.                                     not_admin_setting_shop_delivery_new:
  326.                                     // admin_setting_shop_delivery_edit
  327.                                     if (preg_match('#^/sysAdm/setting/shop/delivery/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  328.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_delivery_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::edit',));
  329.                                         $requiredSchemes = array (  'https' => 0,);
  330.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  331.                                             if ('GET' !== $canonicalMethod) {
  332.                                                 goto not_admin_setting_shop_delivery_edit;
  333.                                             }
  334.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_edit'key($requiredSchemes)));
  335.                                         }
  336.                                         return $ret;
  337.                                     }
  338.                                     not_admin_setting_shop_delivery_edit:
  339.                                     // admin_setting_shop_delivery_delete
  340.                                     if (preg_match('#^/sysAdm/setting/shop/delivery/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  341.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::delete',));
  342.                                         $requiredSchemes = array (  'https' => 0,);
  343.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  344.                                         if (!in_array($requestMethod, ['DELETE'])) {
  345.                                             if ($hasRequiredScheme) {
  346.                                                 $allow array_merge($allow, ['DELETE']);
  347.                                             }
  348.                                             goto not_admin_setting_shop_delivery_delete;
  349.                                         }
  350.                                         if (!$hasRequiredScheme) {
  351.                                             if ('GET' !== $canonicalMethod) {
  352.                                                 goto not_admin_setting_shop_delivery_delete;
  353.                                             }
  354.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_delete'key($requiredSchemes)));
  355.                                         }
  356.                                         return $ret;
  357.                                     }
  358.                                     not_admin_setting_shop_delivery_delete:
  359.                                     // admin_setting_shop_delivery_visibility
  360.                                     if (preg_match('#^/sysAdm/setting/shop/delivery/(?P<id>\\d+)/visibility$#sD'$pathinfo$matches)) {
  361.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_delivery_visibility']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::visibility',));
  362.                                         $requiredSchemes = array (  'https' => 0,);
  363.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  364.                                         if (!in_array($requestMethod, ['PUT'])) {
  365.                                             if ($hasRequiredScheme) {
  366.                                                 $allow array_merge($allow, ['PUT']);
  367.                                             }
  368.                                             goto not_admin_setting_shop_delivery_visibility;
  369.                                         }
  370.                                         if (!$hasRequiredScheme) {
  371.                                             if ('GET' !== $canonicalMethod) {
  372.                                                 goto not_admin_setting_shop_delivery_visibility;
  373.                                             }
  374.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_visibility'key($requiredSchemes)));
  375.                                         }
  376.                                         return $ret;
  377.                                     }
  378.                                     not_admin_setting_shop_delivery_visibility:
  379.                                     // admin_setting_shop_delivery_sort_no_move
  380.                                     if ('/sysAdm/setting/shop/delivery/sort_no/move' === $pathinfo) {
  381.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::moveSortNo',  '_route' => 'admin_setting_shop_delivery_sort_no_move',);
  382.                                         $requiredSchemes = array (  'https' => 0,);
  383.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  384.                                         if (!in_array($requestMethod, ['POST'])) {
  385.                                             if ($hasRequiredScheme) {
  386.                                                 $allow array_merge($allow, ['POST']);
  387.                                             }
  388.                                             goto not_admin_setting_shop_delivery_sort_no_move;
  389.                                         }
  390.                                         if (!$hasRequiredScheme) {
  391.                                             if ('GET' !== $canonicalMethod) {
  392.                                                 goto not_admin_setting_shop_delivery_sort_no_move;
  393.                                             }
  394.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_sort_no_move'key($requiredSchemes)));
  395.                                         }
  396.                                         return $ret;
  397.                                     }
  398.                                     not_admin_setting_shop_delivery_sort_no_move:
  399.                                 }
  400.                                 elseif (=== strpos($pathinfo'/sysAdm/setting/shop/mail')) {
  401.                                     // admin_setting_shop_mail
  402.                                     if ('/sysAdm/setting/shop/mail' === $pathinfo) {
  403.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController::index',  '_route' => 'admin_setting_shop_mail',);
  404.                                         $requiredSchemes = array (  'https' => 0,);
  405.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  406.                                             if ('GET' !== $canonicalMethod) {
  407.                                                 goto not_admin_setting_shop_mail;
  408.                                             }
  409.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_mail'key($requiredSchemes)));
  410.                                         }
  411.                                         return $ret;
  412.                                     }
  413.                                     not_admin_setting_shop_mail:
  414.                                     // admin_setting_shop_mail_edit
  415.                                     if (preg_match('#^/sysAdm/setting/shop/mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  416.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_mail_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController::index',));
  417.                                         $requiredSchemes = array (  'https' => 0,);
  418.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  419.                                             if ('GET' !== $canonicalMethod) {
  420.                                                 goto not_admin_setting_shop_mail_edit;
  421.                                             }
  422.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_mail_edit'key($requiredSchemes)));
  423.                                         }
  424.                                         return $ret;
  425.                                     }
  426.                                     not_admin_setting_shop_mail_edit:
  427.                                     // admin_setting_shop_mail_preview
  428.                                     if ('/sysAdm/setting/shop/mail/preview' === $pathinfo) {
  429.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController::preview',  '_route' => 'admin_setting_shop_mail_preview',);
  430.                                         $requiredSchemes = array (  'https' => 0,);
  431.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  432.                                             if ('GET' !== $canonicalMethod) {
  433.                                                 goto not_admin_setting_shop_mail_preview;
  434.                                             }
  435.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_mail_preview'key($requiredSchemes)));
  436.                                         }
  437.                                         return $ret;
  438.                                     }
  439.                                     not_admin_setting_shop_mail_preview:
  440.                                 }
  441.                                 elseif (=== strpos($pathinfo'/sysAdm/setting/shop/payment')) {
  442.                                     // admin_setting_shop_payment
  443.                                     if ('/sysAdm/setting/shop/payment' === $pathinfo) {
  444.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::index',  '_route' => 'admin_setting_shop_payment',);
  445.                                         $requiredSchemes = array (  'https' => 0,);
  446.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  447.                                             if ('GET' !== $canonicalMethod) {
  448.                                                 goto not_admin_setting_shop_payment;
  449.                                             }
  450.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment'key($requiredSchemes)));
  451.                                         }
  452.                                         return $ret;
  453.                                     }
  454.                                     not_admin_setting_shop_payment:
  455.                                     // admin_setting_shop_payment_new
  456.                                     if ('/sysAdm/setting/shop/payment/new' === $pathinfo) {
  457.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::edit',  '_route' => 'admin_setting_shop_payment_new',);
  458.                                         $requiredSchemes = array (  'https' => 0,);
  459.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  460.                                             if ('GET' !== $canonicalMethod) {
  461.                                                 goto not_admin_setting_shop_payment_new;
  462.                                             }
  463.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_new'key($requiredSchemes)));
  464.                                         }
  465.                                         return $ret;
  466.                                     }
  467.                                     not_admin_setting_shop_payment_new:
  468.                                     // admin_setting_shop_payment_edit
  469.                                     if (preg_match('#^/sysAdm/setting/shop/payment/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  470.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_payment_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::edit',));
  471.                                         $requiredSchemes = array (  'https' => 0,);
  472.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  473.                                             if ('GET' !== $canonicalMethod) {
  474.                                                 goto not_admin_setting_shop_payment_edit;
  475.                                             }
  476.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_edit'key($requiredSchemes)));
  477.                                         }
  478.                                         return $ret;
  479.                                     }
  480.                                     not_admin_setting_shop_payment_edit:
  481.                                     // admin_payment_image_add
  482.                                     if ('/sysAdm/setting/shop/payment/image/add' === $pathinfo) {
  483.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::imageAdd',  '_route' => 'admin_payment_image_add',);
  484.                                         $requiredSchemes = array (  'https' => 0,);
  485.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  486.                                             if ('GET' !== $canonicalMethod) {
  487.                                                 goto not_admin_payment_image_add;
  488.                                             }
  489.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_payment_image_add'key($requiredSchemes)));
  490.                                         }
  491.                                         return $ret;
  492.                                     }
  493.                                     not_admin_payment_image_add:
  494.                                     // admin_setting_shop_payment_delete
  495.                                     if (preg_match('#^/sysAdm/setting/shop/payment/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  496.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_payment_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::delete',));
  497.                                         $requiredSchemes = array (  'https' => 0,);
  498.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  499.                                         if (!in_array($requestMethod, ['DELETE'])) {
  500.                                             if ($hasRequiredScheme) {
  501.                                                 $allow array_merge($allow, ['DELETE']);
  502.                                             }
  503.                                             goto not_admin_setting_shop_payment_delete;
  504.                                         }
  505.                                         if (!$hasRequiredScheme) {
  506.                                             if ('GET' !== $canonicalMethod) {
  507.                                                 goto not_admin_setting_shop_payment_delete;
  508.                                             }
  509.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_delete'key($requiredSchemes)));
  510.                                         }
  511.                                         return $ret;
  512.                                     }
  513.                                     not_admin_setting_shop_payment_delete:
  514.                                     // admin_setting_shop_payment_visible
  515.                                     if (preg_match('#^/sysAdm/setting/shop/payment/(?P<id>\\d+)/visible$#sD'$pathinfo$matches)) {
  516.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_payment_visible']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::visible',));
  517.                                         $requiredSchemes = array (  'https' => 0,);
  518.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  519.                                         if (!in_array($requestMethod, ['PUT'])) {
  520.                                             if ($hasRequiredScheme) {
  521.                                                 $allow array_merge($allow, ['PUT']);
  522.                                             }
  523.                                             goto not_admin_setting_shop_payment_visible;
  524.                                         }
  525.                                         if (!$hasRequiredScheme) {
  526.                                             if ('GET' !== $canonicalMethod) {
  527.                                                 goto not_admin_setting_shop_payment_visible;
  528.                                             }
  529.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_visible'key($requiredSchemes)));
  530.                                         }
  531.                                         return $ret;
  532.                                     }
  533.                                     not_admin_setting_shop_payment_visible:
  534.                                     // admin_setting_shop_payment_sort_no_move
  535.                                     if ('/sysAdm/setting/shop/payment/sort_no/move' === $pathinfo) {
  536.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::moveSortNo',  '_route' => 'admin_setting_shop_payment_sort_no_move',);
  537.                                         $requiredSchemes = array (  'https' => 0,);
  538.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  539.                                         if (!in_array($requestMethod, ['POST'])) {
  540.                                             if ($hasRequiredScheme) {
  541.                                                 $allow array_merge($allow, ['POST']);
  542.                                             }
  543.                                             goto not_admin_setting_shop_payment_sort_no_move;
  544.                                         }
  545.                                         if (!$hasRequiredScheme) {
  546.                                             if ('GET' !== $canonicalMethod) {
  547.                                                 goto not_admin_setting_shop_payment_sort_no_move;
  548.                                             }
  549.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_sort_no_move'key($requiredSchemes)));
  550.                                         }
  551.                                         return $ret;
  552.                                     }
  553.                                     not_admin_setting_shop_payment_sort_no_move:
  554.                                 }
  555.                                 // admin_setting_shop
  556.                                 if ('/sysAdm/setting/shop' === $pathinfo) {
  557.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController::index',  '_route' => 'admin_setting_shop',);
  558.                                     $requiredSchemes = array (  'https' => 0,);
  559.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  560.                                         if ('GET' !== $canonicalMethod) {
  561.                                             goto not_admin_setting_shop;
  562.                                         }
  563.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop'key($requiredSchemes)));
  564.                                     }
  565.                                     return $ret;
  566.                                 }
  567.                                 not_admin_setting_shop:
  568.                                 if (=== strpos($pathinfo'/sysAdm/setting/shop/tax')) {
  569.                                     // admin_setting_shop_tax
  570.                                     if ('/sysAdm/setting/shop/tax' === $pathinfo) {
  571.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController::index',  '_route' => 'admin_setting_shop_tax',);
  572.                                         $requiredSchemes = array (  'https' => 0,);
  573.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  574.                                             if ('GET' !== $canonicalMethod) {
  575.                                                 goto not_admin_setting_shop_tax;
  576.                                             }
  577.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_tax'key($requiredSchemes)));
  578.                                         }
  579.                                         return $ret;
  580.                                     }
  581.                                     not_admin_setting_shop_tax:
  582.                                     // admin_setting_shop_tax_new
  583.                                     if ('/sysAdm/setting/shop/tax/new' === $pathinfo) {
  584.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController::index',  '_route' => 'admin_setting_shop_tax_new',);
  585.                                         $requiredSchemes = array (  'https' => 0,);
  586.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  587.                                             if ('GET' !== $canonicalMethod) {
  588.                                                 goto not_admin_setting_shop_tax_new;
  589.                                             }
  590.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_tax_new'key($requiredSchemes)));
  591.                                         }
  592.                                         return $ret;
  593.                                     }
  594.                                     not_admin_setting_shop_tax_new:
  595.                                     // admin_setting_shop_tax_delete
  596.                                     if (preg_match('#^/sysAdm/setting/shop/tax/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  597.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_tax_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController::delete',));
  598.                                         $requiredSchemes = array (  'https' => 0,);
  599.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  600.                                         if (!in_array($requestMethod, ['DELETE'])) {
  601.                                             if ($hasRequiredScheme) {
  602.                                                 $allow array_merge($allow, ['DELETE']);
  603.                                             }
  604.                                             goto not_admin_setting_shop_tax_delete;
  605.                                         }
  606.                                         if (!$hasRequiredScheme) {
  607.                                             if ('GET' !== $canonicalMethod) {
  608.                                                 goto not_admin_setting_shop_tax_delete;
  609.                                             }
  610.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_tax_delete'key($requiredSchemes)));
  611.                                         }
  612.                                         return $ret;
  613.                                     }
  614.                                     not_admin_setting_shop_tax_delete:
  615.                                 }
  616.                                 elseif (=== strpos($pathinfo'/sysAdm/setting/shop/point_ex')) {
  617.                                     // admin_setting_shop_point_ex
  618.                                     if ('/sysAdm/setting/shop/point_ex' === $pathinfo) {
  619.                                         $ret = array (  '_controller' => 'Plugin\\PointEx\\Controller\\Admin\\Setting\\Shop\\PointExController::index',  '_route' => 'admin_setting_shop_point_ex',);
  620.                                         $requiredSchemes = array (  'https' => 0,);
  621.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  622.                                             if ('GET' !== $canonicalMethod) {
  623.                                                 goto not_admin_setting_shop_point_ex;
  624.                                             }
  625.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_point_ex'key($requiredSchemes)));
  626.                                         }
  627.                                         return $ret;
  628.                                     }
  629.                                     not_admin_setting_shop_point_ex:
  630.                                     // admin_setting_shop_point_ex_delete
  631.                                     if (preg_match('#^/sysAdm/setting/shop/point_ex/(?P<id>[^/]++)/delete$#sD'$pathinfo$matches)) {
  632.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_point_ex_delete']), array (  '_controller' => 'Plugin\\PointEx\\Controller\\Admin\\Setting\\Shop\\PointExController::delete',));
  633.                                         $requiredSchemes = array (  'https' => 0,);
  634.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  635.                                         if (!in_array($requestMethod, ['DELETE'])) {
  636.                                             if ($hasRequiredScheme) {
  637.                                                 $allow array_merge($allow, ['DELETE']);
  638.                                             }
  639.                                             goto not_admin_setting_shop_point_ex_delete;
  640.                                         }
  641.                                         if (!$hasRequiredScheme) {
  642.                                             if ('GET' !== $canonicalMethod) {
  643.                                                 goto not_admin_setting_shop_point_ex_delete;
  644.                                             }
  645.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_point_ex_delete'key($requiredSchemes)));
  646.                                         }
  647.                                         return $ret;
  648.                                     }
  649.                                     not_admin_setting_shop_point_ex_delete:
  650.                                 }
  651.                             }
  652.                             elseif (=== strpos($pathinfo'/sysAdm/setting/system')) {
  653.                                 // admin_setting_system_authority
  654.                                 if ('/sysAdm/setting/system/authority' === $pathinfo) {
  655.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController::index',  '_route' => 'admin_setting_system_authority',);
  656.                                     $requiredSchemes = array (  'https' => 0,);
  657.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  658.                                         if ('GET' !== $canonicalMethod) {
  659.                                             goto not_admin_setting_system_authority;
  660.                                         }
  661.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_authority'key($requiredSchemes)));
  662.                                     }
  663.                                     return $ret;
  664.                                 }
  665.                                 not_admin_setting_system_authority:
  666.                                 // admin_setting_system_log
  667.                                 if ('/sysAdm/setting/system/log' === $pathinfo) {
  668.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\LogController::index',  '_route' => 'admin_setting_system_log',);
  669.                                     $requiredSchemes = array (  'https' => 0,);
  670.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  671.                                         if ('GET' !== $canonicalMethod) {
  672.                                             goto not_admin_setting_system_log;
  673.                                         }
  674.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_log'key($requiredSchemes)));
  675.                                     }
  676.                                     return $ret;
  677.                                 }
  678.                                 not_admin_setting_system_log:
  679.                                 if (=== strpos($pathinfo'/sysAdm/setting/system/masterdata')) {
  680.                                     // admin_setting_system_masterdata
  681.                                     if ('/sysAdm/setting/system/masterdata' === $pathinfo) {
  682.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::index',  '_route' => 'admin_setting_system_masterdata',);
  683.                                         $requiredSchemes = array (  'https' => 0,);
  684.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  685.                                             if ('GET' !== $canonicalMethod) {
  686.                                                 goto not_admin_setting_system_masterdata;
  687.                                             }
  688.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata'key($requiredSchemes)));
  689.                                         }
  690.                                         return $ret;
  691.                                     }
  692.                                     not_admin_setting_system_masterdata:
  693.                                     // admin_setting_system_masterdata_view
  694.                                     if (preg_match('#^/sysAdm/setting/system/masterdata/(?P<entity>[^/]++)/edit$#sD'$pathinfo$matches)) {
  695.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_masterdata_view']), array (  'entity' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::index',));
  696.                                         $requiredSchemes = array (  'https' => 0,);
  697.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  698.                                             if ('GET' !== $canonicalMethod) {
  699.                                                 goto not_admin_setting_system_masterdata_view;
  700.                                             }
  701.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata_view'key($requiredSchemes)));
  702.                                         }
  703.                                         return $ret;
  704.                                     }
  705.                                     not_admin_setting_system_masterdata_view:
  706.                                     // admin_setting_system_masterdata_edit
  707.                                     if ('/sysAdm/setting/system/masterdata/edit' === $pathinfo) {
  708.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::edit',  '_route' => 'admin_setting_system_masterdata_edit',);
  709.                                         $requiredSchemes = array (  'https' => 0,);
  710.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  711.                                             if ('GET' !== $canonicalMethod) {
  712.                                                 goto not_admin_setting_system_masterdata_edit;
  713.                                             }
  714.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata_edit'key($requiredSchemes)));
  715.                                         }
  716.                                         return $ret;
  717.                                     }
  718.                                     not_admin_setting_system_masterdata_edit:
  719.                                 }
  720.                                 elseif (=== strpos($pathinfo'/sysAdm/setting/system/member')) {
  721.                                     // admin_setting_system_member
  722.                                     if ('/sysAdm/setting/system/member' === $pathinfo) {
  723.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::index',  '_route' => 'admin_setting_system_member',);
  724.                                         $requiredSchemes = array (  'https' => 0,);
  725.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  726.                                             if ('GET' !== $canonicalMethod) {
  727.                                                 goto not_admin_setting_system_member;
  728.                                             }
  729.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member'key($requiredSchemes)));
  730.                                         }
  731.                                         return $ret;
  732.                                     }
  733.                                     not_admin_setting_system_member:
  734.                                     // admin_setting_system_member_new
  735.                                     if ('/sysAdm/setting/system/member/new' === $pathinfo) {
  736.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::create',  '_route' => 'admin_setting_system_member_new',);
  737.                                         $requiredSchemes = array (  'https' => 0,);
  738.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  739.                                             if ('GET' !== $canonicalMethod) {
  740.                                                 goto not_admin_setting_system_member_new;
  741.                                             }
  742.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_new'key($requiredSchemes)));
  743.                                         }
  744.                                         return $ret;
  745.                                     }
  746.                                     not_admin_setting_system_member_new:
  747.                                     // admin_setting_system_member_edit
  748.                                     if (preg_match('#^/sysAdm/setting/system/member/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  749.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::edit',));
  750.                                         $requiredSchemes = array (  'https' => 0,);
  751.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  752.                                             if ('GET' !== $canonicalMethod) {
  753.                                                 goto not_admin_setting_system_member_edit;
  754.                                             }
  755.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_edit'key($requiredSchemes)));
  756.                                         }
  757.                                         return $ret;
  758.                                     }
  759.                                     not_admin_setting_system_member_edit:
  760.                                     // admin_setting_system_member_up
  761.                                     if (preg_match('#^/sysAdm/setting/system/member/(?P<id>\\d+)/up$#sD'$pathinfo$matches)) {
  762.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_up']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::up',));
  763.                                         $requiredSchemes = array (  'https' => 0,);
  764.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  765.                                         if (!in_array($requestMethod, ['PUT'])) {
  766.                                             if ($hasRequiredScheme) {
  767.                                                 $allow array_merge($allow, ['PUT']);
  768.                                             }
  769.                                             goto not_admin_setting_system_member_up;
  770.                                         }
  771.                                         if (!$hasRequiredScheme) {
  772.                                             if ('GET' !== $canonicalMethod) {
  773.                                                 goto not_admin_setting_system_member_up;
  774.                                             }
  775.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_up'key($requiredSchemes)));
  776.                                         }
  777.                                         return $ret;
  778.                                     }
  779.                                     not_admin_setting_system_member_up:
  780.                                     // admin_setting_system_member_down
  781.                                     if (preg_match('#^/sysAdm/setting/system/member/(?P<id>\\d+)/down$#sD'$pathinfo$matches)) {
  782.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_down']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::down',));
  783.                                         $requiredSchemes = array (  'https' => 0,);
  784.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  785.                                         if (!in_array($requestMethod, ['PUT'])) {
  786.                                             if ($hasRequiredScheme) {
  787.                                                 $allow array_merge($allow, ['PUT']);
  788.                                             }
  789.                                             goto not_admin_setting_system_member_down;
  790.                                         }
  791.                                         if (!$hasRequiredScheme) {
  792.                                             if ('GET' !== $canonicalMethod) {
  793.                                                 goto not_admin_setting_system_member_down;
  794.                                             }
  795.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_down'key($requiredSchemes)));
  796.                                         }
  797.                                         return $ret;
  798.                                     }
  799.                                     not_admin_setting_system_member_down:
  800.                                     // admin_setting_system_member_delete
  801.                                     if (preg_match('#^/sysAdm/setting/system/member/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  802.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::delete',));
  803.                                         $requiredSchemes = array (  'https' => 0,);
  804.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  805.                                         if (!in_array($requestMethod, ['DELETE'])) {
  806.                                             if ($hasRequiredScheme) {
  807.                                                 $allow array_merge($allow, ['DELETE']);
  808.                                             }
  809.                                             goto not_admin_setting_system_member_delete;
  810.                                         }
  811.                                         if (!$hasRequiredScheme) {
  812.                                             if ('GET' !== $canonicalMethod) {
  813.                                                 goto not_admin_setting_system_member_delete;
  814.                                             }
  815.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_delete'key($requiredSchemes)));
  816.                                         }
  817.                                         return $ret;
  818.                                     }
  819.                                     not_admin_setting_system_member_delete:
  820.                                 }
  821.                                 // admin_setting_system_security
  822.                                 if ('/sysAdm/setting/system/security' === $pathinfo) {
  823.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController::index',  '_route' => 'admin_setting_system_security',);
  824.                                     $requiredSchemes = array (  'https' => 0,);
  825.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  826.                                         if ('GET' !== $canonicalMethod) {
  827.                                             goto not_admin_setting_system_security;
  828.                                         }
  829.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_security'key($requiredSchemes)));
  830.                                     }
  831.                                     return $ret;
  832.                                 }
  833.                                 not_admin_setting_system_security:
  834.                                 if (=== strpos($pathinfo'/sysAdm/setting/system/system')) {
  835.                                     // admin_setting_system_system
  836.                                     if ('/sysAdm/setting/system/system' === $pathinfo) {
  837.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SystemController::index',  '_route' => 'admin_setting_system_system',);
  838.                                         $requiredSchemes = array (  'https' => 0,);
  839.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  840.                                             if ('GET' !== $canonicalMethod) {
  841.                                                 goto not_admin_setting_system_system;
  842.                                             }
  843.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_system'key($requiredSchemes)));
  844.                                         }
  845.                                         return $ret;
  846.                                     }
  847.                                     not_admin_setting_system_system:
  848.                                     // admin_setting_system_system_phpinfo
  849.                                     if ('/sysAdm/setting/system/system/phpinfo' === $pathinfo) {
  850.                                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SystemController::phpinfo',  '_route' => 'admin_setting_system_system_phpinfo',);
  851.                                         $requiredSchemes = array (  'https' => 0,);
  852.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  853.                                             if ('GET' !== $canonicalMethod) {
  854.                                                 goto not_admin_setting_system_system_phpinfo;
  855.                                             }
  856.                                             return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_system_phpinfo'key($requiredSchemes)));
  857.                                         }
  858.                                         return $ret;
  859.                                     }
  860.                                     not_admin_setting_system_system_phpinfo:
  861.                                 }
  862.                             }
  863.                             // admin_setting_deliverydate_config
  864.                             if ('/sysAdm/setting/deliverydate/config' === $pathinfo) {
  865.                                 $ret = array (  '_controller' => 'Plugin\\DeliveryDate4\\Controller\\Admin\\ConfigController::index',  '_route' => 'admin_setting_deliverydate_config',);
  866.                                 $requiredSchemes = array (  'https' => 0,);
  867.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  868.                                     if ('GET' !== $canonicalMethod) {
  869.                                         goto not_admin_setting_deliverydate_config;
  870.                                     }
  871.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_deliverydate_config'key($requiredSchemes)));
  872.                                 }
  873.                                 return $ret;
  874.                             }
  875.                             not_admin_setting_deliverydate_config:
  876.                             if (=== strpos($pathinfo'/sysAdm/setting/deliverydate/holiday')) {
  877.                                 // admin_setting_deliverydate_holiday
  878.                                 if ('/sysAdm/setting/deliverydate/holiday' === $pathinfo) {
  879.                                     $ret = array (  '_controller' => 'Plugin\\DeliveryDate4\\Controller\\Admin\\HolidayController::index',  '_route' => 'admin_setting_deliverydate_holiday',);
  880.                                     $requiredSchemes = array (  'https' => 0,);
  881.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  882.                                         if ('GET' !== $canonicalMethod) {
  883.                                             goto not_admin_setting_deliverydate_holiday;
  884.                                         }
  885.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_setting_deliverydate_holiday'key($requiredSchemes)));
  886.                                     }
  887.                                     return $ret;
  888.                                 }
  889.                                 not_admin_setting_deliverydate_holiday:
  890.                                 // admin_setting_deliverydate_holiday_edit
  891.                                 if ('/sysAdm/setting/deliverydate/holiday/edit' === $pathinfo) {
  892.                                     $ret = array (  '_controller' => 'Plugin\\DeliveryDate4\\Controller\\Admin\\HolidayController::edit',  '_route' => 'admin_setting_deliverydate_holiday_edit',);
  893.                                     $requiredSchemes = array (  'https' => 0,);
  894.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  895.                                         if ('GET' !== $canonicalMethod) {
  896.                                             goto not_admin_setting_deliverydate_holiday_edit;
  897.                                         }
  898.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_setting_deliverydate_holiday_edit'key($requiredSchemes)));
  899.                                     }
  900.                                     return $ret;
  901.                                 }
  902.                                 not_admin_setting_deliverydate_holiday_edit:
  903.                             }
  904.                         }
  905.                     }
  906.                     elseif (=== strpos($pathinfo'/sysAdm/shipping')) {
  907.                         // admin_shipping_edit
  908.                         if (preg_match('#^/sysAdm/shipping/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  909.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::index',));
  910.                             $requiredSchemes = array (  'https' => 0,);
  911.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  912.                                 if ('GET' !== $canonicalMethod) {
  913.                                     goto not_admin_shipping_edit;
  914.                                 }
  915.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_edit'key($requiredSchemes)));
  916.                             }
  917.                             return $ret;
  918.                         }
  919.                         not_admin_shipping_edit:
  920.                         // admin_shipping_preview_notify_mail
  921.                         if (=== strpos($pathinfo'/sysAdm/shipping/preview_notify_mail') && preg_match('#^/sysAdm/shipping/preview_notify_mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  922.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_preview_notify_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::previewShippingNotifyMail',));
  923.                             $requiredSchemes = array (  'https' => 0,);
  924.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  925.                                 if ('GET' !== $canonicalMethod) {
  926.                                     goto not_admin_shipping_preview_notify_mail;
  927.                                 }
  928.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_preview_notify_mail'key($requiredSchemes)));
  929.                             }
  930.                             return $ret;
  931.                         }
  932.                         not_admin_shipping_preview_notify_mail:
  933.                         // admin_shipping_notify_mail
  934.                         if (=== strpos($pathinfo'/sysAdm/shipping/notify_mail') && preg_match('#^/sysAdm/shipping/notify_mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  935.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_notify_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::notifyMail',));
  936.                             $requiredSchemes = array (  'https' => 0,);
  937.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  938.                             if (!in_array($requestMethod, ['PUT'])) {
  939.                                 if ($hasRequiredScheme) {
  940.                                     $allow array_merge($allow, ['PUT']);
  941.                                 }
  942.                                 goto not_admin_shipping_notify_mail;
  943.                             }
  944.                             if (!$hasRequiredScheme) {
  945.                                 if ('GET' !== $canonicalMethod) {
  946.                                     goto not_admin_shipping_notify_mail;
  947.                                 }
  948.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_notify_mail'key($requiredSchemes)));
  949.                             }
  950.                             return $ret;
  951.                         }
  952.                         not_admin_shipping_notify_mail:
  953.                         // admin_shipping_update_order_status
  954.                         if (preg_match('#^/sysAdm/shipping/(?P<id>\\d+)/order_status$#sD'$pathinfo$matches)) {
  955.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_update_order_status']), array (  '_controller' => 'Customize\\Controller\\Admin\\Order\\OrderController::updateOrderStatus',));
  956.                             $requiredSchemes = array (  'https' => 0,);
  957.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  958.                             if (!in_array($requestMethod, ['PUT'])) {
  959.                                 if ($hasRequiredScheme) {
  960.                                     $allow array_merge($allow, ['PUT']);
  961.                                 }
  962.                                 goto not_admin_shipping_update_order_status;
  963.                             }
  964.                             if (!$hasRequiredScheme) {
  965.                                 if ('GET' !== $canonicalMethod) {
  966.                                     goto not_admin_shipping_update_order_status;
  967.                                 }
  968.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_update_order_status'key($requiredSchemes)));
  969.                             }
  970.                             return $ret;
  971.                         }
  972.                         not_admin_shipping_update_order_status:
  973.                         // admin_shipping_update_tracking_number
  974.                         if (preg_match('#^/sysAdm/shipping/(?P<id>\\d+)/tracking_number$#sD'$pathinfo$matches)) {
  975.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_update_tracking_number']), array (  '_controller' => 'Customize\\Controller\\Admin\\Order\\OrderController::updateTrackingNumber',));
  976.                             $requiredSchemes = array (  'https' => 0,);
  977.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  978.                             if (!in_array($requestMethod, ['PUT'])) {
  979.                                 if ($hasRequiredScheme) {
  980.                                     $allow array_merge($allow, ['PUT']);
  981.                                 }
  982.                                 goto not_admin_shipping_update_tracking_number;
  983.                             }
  984.                             if (!$hasRequiredScheme) {
  985.                                 if ('GET' !== $canonicalMethod) {
  986.                                     goto not_admin_shipping_update_tracking_number;
  987.                                 }
  988.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_update_tracking_number'key($requiredSchemes)));
  989.                             }
  990.                             return $ret;
  991.                         }
  992.                         not_admin_shipping_update_tracking_number:
  993.                     }
  994.                     elseif (=== strpos($pathinfo'/sysAdm/store/plugin')) {
  995.                         if (=== strpos($pathinfo'/sysAdm/store/plugin/api')) {
  996.                             if (=== strpos($pathinfo'/sysAdm/store/plugin/api/search')) {
  997.                                 // admin_store_plugin_owners_search
  998.                                 if ('/sysAdm/store/plugin/api/search' === $pathinfo) {
  999.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::search',  '_route' => 'admin_store_plugin_owners_search',);
  1000.                                     $requiredSchemes = array (  'https' => 0,);
  1001.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1002.                                         if ('GET' !== $canonicalMethod) {
  1003.                                             goto not_admin_store_plugin_owners_search;
  1004.                                         }
  1005.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_owners_search'key($requiredSchemes)));
  1006.                                     }
  1007.                                     return $ret;
  1008.                                 }
  1009.                                 not_admin_store_plugin_owners_search:
  1010.                                 // admin_store_plugin_owners_search_page
  1011.                                 if (=== strpos($pathinfo'/sysAdm/store/plugin/api/search/page') && preg_match('#^/sysAdm/store/plugin/api/search/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1012.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_owners_search_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::search',));
  1013.                                     $requiredSchemes = array (  'https' => 0,);
  1014.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1015.                                         if ('GET' !== $canonicalMethod) {
  1016.                                             goto not_admin_store_plugin_owners_search_page;
  1017.                                         }
  1018.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_owners_search_page'key($requiredSchemes)));
  1019.                                     }
  1020.                                     return $ret;
  1021.                                 }
  1022.                                 not_admin_store_plugin_owners_search_page:
  1023.                             }
  1024.                             // admin_store_plugin_api_schema_update
  1025.                             if ('/sysAdm/store/plugin/api/schema_update' === $pathinfo) {
  1026.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiSchemaUpdate',  '_route' => 'admin_store_plugin_api_schema_update',);
  1027.                                 $requiredSchemes = array (  'https' => 0,);
  1028.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1029.                                 if (!in_array($requestMethod, ['POST'])) {
  1030.                                     if ($hasRequiredScheme) {
  1031.                                         $allow array_merge($allow, ['POST']);
  1032.                                     }
  1033.                                     goto not_admin_store_plugin_api_schema_update;
  1034.                                 }
  1035.                                 if (!$hasRequiredScheme) {
  1036.                                     if ('GET' !== $canonicalMethod) {
  1037.                                         goto not_admin_store_plugin_api_schema_update;
  1038.                                     }
  1039.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_schema_update'key($requiredSchemes)));
  1040.                                 }
  1041.                                 return $ret;
  1042.                             }
  1043.                             not_admin_store_plugin_api_schema_update:
  1044.                             if (=== strpos($pathinfo'/sysAdm/store/plugin/api/install')) {
  1045.                                 // admin_store_plugin_install_confirm
  1046.                                 if (preg_match('#^/sysAdm/store/plugin/api/install/(?P<id>\\d+)/confirm$#sD'$pathinfo$matches)) {
  1047.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_install_confirm']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::doConfirm',));
  1048.                                     $requiredSchemes = array (  'https' => 0,);
  1049.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1050.                                         if ('GET' !== $canonicalMethod) {
  1051.                                             goto not_admin_store_plugin_install_confirm;
  1052.                                         }
  1053.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_install_confirm'key($requiredSchemes)));
  1054.                                     }
  1055.                                     return $ret;
  1056.                                 }
  1057.                                 not_admin_store_plugin_install_confirm:
  1058.                                 // admin_store_plugin_api_install
  1059.                                 if ('/sysAdm/store/plugin/api/install' === $pathinfo) {
  1060.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiInstall',  '_route' => 'admin_store_plugin_api_install',);
  1061.                                     $requiredSchemes = array (  'https' => 0,);
  1062.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1063.                                     if (!in_array($requestMethod, ['POST'])) {
  1064.                                         if ($hasRequiredScheme) {
  1065.                                             $allow array_merge($allow, ['POST']);
  1066.                                         }
  1067.                                         goto not_admin_store_plugin_api_install;
  1068.                                     }
  1069.                                     if (!$hasRequiredScheme) {
  1070.                                         if ('GET' !== $canonicalMethod) {
  1071.                                             goto not_admin_store_plugin_api_install;
  1072.                                         }
  1073.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_install'key($requiredSchemes)));
  1074.                                     }
  1075.                                     return $ret;
  1076.                                 }
  1077.                                 not_admin_store_plugin_api_install:
  1078.                             }
  1079.                             // admin_store_plugin_api_uninstall
  1080.                             if (=== strpos($pathinfo'/sysAdm/store/plugin/api/delete') && preg_match('#^/sysAdm/store/plugin/api/delete/(?P<id>\\d+)/uninstall$#sD'$pathinfo$matches)) {
  1081.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_api_uninstall']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUninstall',));
  1082.                                 $requiredSchemes = array (  'https' => 0,);
  1083.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1084.                                 if (!in_array($requestMethod, ['DELETE'])) {
  1085.                                     if ($hasRequiredScheme) {
  1086.                                         $allow array_merge($allow, ['DELETE']);
  1087.                                     }
  1088.                                     goto not_admin_store_plugin_api_uninstall;
  1089.                                 }
  1090.                                 if (!$hasRequiredScheme) {
  1091.                                     if ('GET' !== $canonicalMethod) {
  1092.                                         goto not_admin_store_plugin_api_uninstall;
  1093.                                     }
  1094.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_uninstall'key($requiredSchemes)));
  1095.                                 }
  1096.                                 return $ret;
  1097.                             }
  1098.                             not_admin_store_plugin_api_uninstall:
  1099.                             if (=== strpos($pathinfo'/sysAdm/store/plugin/api/upgrade')) {
  1100.                                 // admin_store_plugin_api_upgrade
  1101.                                 if ('/sysAdm/store/plugin/api/upgrade' === $pathinfo) {
  1102.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUpgrade',  '_route' => 'admin_store_plugin_api_upgrade',);
  1103.                                     $requiredSchemes = array (  'https' => 0,);
  1104.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1105.                                     if (!in_array($requestMethod, ['POST'])) {
  1106.                                         if ($hasRequiredScheme) {
  1107.                                             $allow array_merge($allow, ['POST']);
  1108.                                         }
  1109.                                         goto not_admin_store_plugin_api_upgrade;
  1110.                                     }
  1111.                                     if (!$hasRequiredScheme) {
  1112.                                         if ('GET' !== $canonicalMethod) {
  1113.                                             goto not_admin_store_plugin_api_upgrade;
  1114.                                         }
  1115.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_upgrade'key($requiredSchemes)));
  1116.                                     }
  1117.                                     return $ret;
  1118.                                 }
  1119.                                 not_admin_store_plugin_api_upgrade:
  1120.                                 // admin_store_plugin_update_confirm
  1121.                                 if (preg_match('#^/sysAdm/store/plugin/api/upgrade/(?P<id>\\d+)/confirm$#sD'$pathinfo$matches)) {
  1122.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_update_confirm']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::doUpdateConfirm',));
  1123.                                     $requiredSchemes = array (  'https' => 0,);
  1124.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1125.                                         if ('GET' !== $canonicalMethod) {
  1126.                                             goto not_admin_store_plugin_update_confirm;
  1127.                                         }
  1128.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_update_confirm'key($requiredSchemes)));
  1129.                                     }
  1130.                                     return $ret;
  1131.                                 }
  1132.                                 not_admin_store_plugin_update_confirm:
  1133.                             }
  1134.                             // admin_store_plugin_api_update
  1135.                             if ('/sysAdm/store/plugin/api/update' === $pathinfo) {
  1136.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUpdate',  '_route' => 'admin_store_plugin_api_update',);
  1137.                                 $requiredSchemes = array (  'https' => 0,);
  1138.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1139.                                 if (!in_array($requestMethod, ['POST'])) {
  1140.                                     if ($hasRequiredScheme) {
  1141.                                         $allow array_merge($allow, ['POST']);
  1142.                                     }
  1143.                                     goto not_admin_store_plugin_api_update;
  1144.                                 }
  1145.                                 if (!$hasRequiredScheme) {
  1146.                                     if ('GET' !== $canonicalMethod) {
  1147.                                         goto not_admin_store_plugin_api_update;
  1148.                                     }
  1149.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_update'key($requiredSchemes)));
  1150.                                 }
  1151.                                 return $ret;
  1152.                             }
  1153.                             not_admin_store_plugin_api_update:
  1154.                         }
  1155.                         // admin_store_plugin
  1156.                         if ('/sysAdm/store/plugin' === $pathinfo) {
  1157.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::index',  '_route' => 'admin_store_plugin',);
  1158.                             $requiredSchemes = array (  'https' => 0,);
  1159.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1160.                                 if ('GET' !== $canonicalMethod) {
  1161.                                     goto not_admin_store_plugin;
  1162.                                 }
  1163.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin'key($requiredSchemes)));
  1164.                             }
  1165.                             return $ret;
  1166.                         }
  1167.                         not_admin_store_plugin:
  1168.                         // admin_store_plugin_update
  1169.                         if (preg_match('#^/sysAdm/store/plugin/(?P<id>\\d+)/update$#sD'$pathinfo$matches)) {
  1170.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_update']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::update',));
  1171.                             $requiredSchemes = array (  'https' => 0,);
  1172.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1173.                             if (!in_array($requestMethod, ['POST'])) {
  1174.                                 if ($hasRequiredScheme) {
  1175.                                     $allow array_merge($allow, ['POST']);
  1176.                                 }
  1177.                                 goto not_admin_store_plugin_update;
  1178.                             }
  1179.                             if (!$hasRequiredScheme) {
  1180.                                 if ('GET' !== $canonicalMethod) {
  1181.                                     goto not_admin_store_plugin_update;
  1182.                                 }
  1183.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_update'key($requiredSchemes)));
  1184.                             }
  1185.                             return $ret;
  1186.                         }
  1187.                         not_admin_store_plugin_update:
  1188.                         // admin_store_plugin_enable
  1189.                         if (preg_match('#^/sysAdm/store/plugin/(?P<id>\\d+)/enable$#sD'$pathinfo$matches)) {
  1190.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_enable']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::enable',));
  1191.                             $requiredSchemes = array (  'https' => 0,);
  1192.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1193.                             if (!in_array($requestMethod, ['POST'])) {
  1194.                                 if ($hasRequiredScheme) {
  1195.                                     $allow array_merge($allow, ['POST']);
  1196.                                 }
  1197.                                 goto not_admin_store_plugin_enable;
  1198.                             }
  1199.                             if (!$hasRequiredScheme) {
  1200.                                 if ('GET' !== $canonicalMethod) {
  1201.                                     goto not_admin_store_plugin_enable;
  1202.                                 }
  1203.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_enable'key($requiredSchemes)));
  1204.                             }
  1205.                             return $ret;
  1206.                         }
  1207.                         not_admin_store_plugin_enable:
  1208.                         // admin_store_plugin_disable
  1209.                         if (preg_match('#^/sysAdm/store/plugin/(?P<id>\\d+)/disable$#sD'$pathinfo$matches)) {
  1210.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_disable']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::disable',));
  1211.                             $requiredSchemes = array (  'https' => 0,);
  1212.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1213.                             if (!in_array($requestMethod, ['POST'])) {
  1214.                                 if ($hasRequiredScheme) {
  1215.                                     $allow array_merge($allow, ['POST']);
  1216.                                 }
  1217.                                 goto not_admin_store_plugin_disable;
  1218.                             }
  1219.                             if (!$hasRequiredScheme) {
  1220.                                 if ('GET' !== $canonicalMethod) {
  1221.                                     goto not_admin_store_plugin_disable;
  1222.                                 }
  1223.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_disable'key($requiredSchemes)));
  1224.                             }
  1225.                             return $ret;
  1226.                         }
  1227.                         not_admin_store_plugin_disable:
  1228.                         // admin_store_plugin_uninstall
  1229.                         if (preg_match('#^/sysAdm/store/plugin/(?P<id>\\d+)/uninstall$#sD'$pathinfo$matches)) {
  1230.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_uninstall']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::uninstall',));
  1231.                             $requiredSchemes = array (  'https' => 0,);
  1232.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1233.                             if (!in_array($requestMethod, ['DELETE'])) {
  1234.                                 if ($hasRequiredScheme) {
  1235.                                     $allow array_merge($allow, ['DELETE']);
  1236.                                 }
  1237.                                 goto not_admin_store_plugin_uninstall;
  1238.                             }
  1239.                             if (!$hasRequiredScheme) {
  1240.                                 if ('GET' !== $canonicalMethod) {
  1241.                                     goto not_admin_store_plugin_uninstall;
  1242.                                 }
  1243.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_uninstall'key($requiredSchemes)));
  1244.                             }
  1245.                             return $ret;
  1246.                         }
  1247.                         not_admin_store_plugin_uninstall:
  1248.                         // admin_store_plugin_install
  1249.                         if ('/sysAdm/store/plugin/install' === $pathinfo) {
  1250.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::install',  '_route' => 'admin_store_plugin_install',);
  1251.                             $requiredSchemes = array (  'https' => 0,);
  1252.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1253.                                 if ('GET' !== $canonicalMethod) {
  1254.                                     goto not_admin_store_plugin_install;
  1255.                                 }
  1256.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_install'key($requiredSchemes)));
  1257.                             }
  1258.                             return $ret;
  1259.                         }
  1260.                         not_admin_store_plugin_install:
  1261.                         // admin_store_authentication_setting
  1262.                         if ('/sysAdm/store/plugin/authentication_setting' === $pathinfo) {
  1263.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::authenticationSetting',  '_route' => 'admin_store_authentication_setting',);
  1264.                             $requiredSchemes = array (  'https' => 0,);
  1265.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1266.                                 if ('GET' !== $canonicalMethod) {
  1267.                                     goto not_admin_store_authentication_setting;
  1268.                                 }
  1269.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_authentication_setting'key($requiredSchemes)));
  1270.                             }
  1271.                             return $ret;
  1272.                         }
  1273.                         not_admin_store_authentication_setting:
  1274.                     }
  1275.                     elseif (=== strpos($pathinfo'/sysAdm/store/template')) {
  1276.                         // admin_store_template
  1277.                         if ('/sysAdm/store/template' === $pathinfo) {
  1278.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::index',  '_route' => 'admin_store_template',);
  1279.                             $requiredSchemes = array (  'https' => 0,);
  1280.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1281.                                 if ('GET' !== $canonicalMethod) {
  1282.                                     goto not_admin_store_template;
  1283.                                 }
  1284.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_template'key($requiredSchemes)));
  1285.                             }
  1286.                             return $ret;
  1287.                         }
  1288.                         not_admin_store_template:
  1289.                         // admin_store_template_download
  1290.                         if (preg_match('#^/sysAdm/store/template/(?P<id>\\d+)/download$#sD'$pathinfo$matches)) {
  1291.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_template_download']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::download',));
  1292.                             $requiredSchemes = array (  'https' => 0,);
  1293.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1294.                                 if ('GET' !== $canonicalMethod) {
  1295.                                     goto not_admin_store_template_download;
  1296.                                 }
  1297.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_download'key($requiredSchemes)));
  1298.                             }
  1299.                             return $ret;
  1300.                         }
  1301.                         not_admin_store_template_download:
  1302.                         // admin_store_template_delete
  1303.                         if (preg_match('#^/sysAdm/store/template/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1304.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_template_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::delete',));
  1305.                             $requiredSchemes = array (  'https' => 0,);
  1306.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1307.                             if (!in_array($requestMethod, ['DELETE'])) {
  1308.                                 if ($hasRequiredScheme) {
  1309.                                     $allow array_merge($allow, ['DELETE']);
  1310.                                 }
  1311.                                 goto not_admin_store_template_delete;
  1312.                             }
  1313.                             if (!$hasRequiredScheme) {
  1314.                                 if ('GET' !== $canonicalMethod) {
  1315.                                     goto not_admin_store_template_delete;
  1316.                                 }
  1317.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_delete'key($requiredSchemes)));
  1318.                             }
  1319.                             return $ret;
  1320.                         }
  1321.                         not_admin_store_template_delete:
  1322.                         // admin_store_template_install
  1323.                         if ('/sysAdm/store/template/install' === $pathinfo) {
  1324.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::install',  '_route' => 'admin_store_template_install',);
  1325.                             $requiredSchemes = array (  'https' => 0,);
  1326.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1327.                                 if ('GET' !== $canonicalMethod) {
  1328.                                     goto not_admin_store_template_install;
  1329.                                 }
  1330.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_install'key($requiredSchemes)));
  1331.                             }
  1332.                             return $ret;
  1333.                         }
  1334.                         not_admin_store_template_install:
  1335.                     }
  1336.                 }
  1337.                 elseif (=== strpos($pathinfo'/sysAdm/c')) {
  1338.                     // admin_change_password
  1339.                     if ('/sysAdm/change_password' === $pathinfo) {
  1340.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::changePassword',  '_route' => 'admin_change_password',);
  1341.                         $requiredSchemes = array (  'https' => 0,);
  1342.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1343.                             if ('GET' !== $canonicalMethod) {
  1344.                                 goto not_admin_change_password;
  1345.                             }
  1346.                             return array_replace($ret$this->redirect($rawPathinfo'admin_change_password'key($requiredSchemes)));
  1347.                         }
  1348.                         return $ret;
  1349.                     }
  1350.                     not_admin_change_password:
  1351.                     if (=== strpos($pathinfo'/sysAdm/content')) {
  1352.                         if (=== strpos($pathinfo'/sysAdm/content/block')) {
  1353.                             // admin_content_block
  1354.                             if ('/sysAdm/content/block' === $pathinfo) {
  1355.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::index',  '_route' => 'admin_content_block',);
  1356.                                 $requiredSchemes = array (  'https' => 0,);
  1357.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1358.                                     if ('GET' !== $canonicalMethod) {
  1359.                                         goto not_admin_content_block;
  1360.                                     }
  1361.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_block'key($requiredSchemes)));
  1362.                                 }
  1363.                                 return $ret;
  1364.                             }
  1365.                             not_admin_content_block:
  1366.                             // admin_content_block_new
  1367.                             if ('/sysAdm/content/block/new' === $pathinfo) {
  1368.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::edit',  '_route' => 'admin_content_block_new',);
  1369.                                 $requiredSchemes = array (  'https' => 0,);
  1370.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1371.                                     if ('GET' !== $canonicalMethod) {
  1372.                                         goto not_admin_content_block_new;
  1373.                                     }
  1374.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_new'key($requiredSchemes)));
  1375.                                 }
  1376.                                 return $ret;
  1377.                             }
  1378.                             not_admin_content_block_new:
  1379.                             // admin_content_block_edit
  1380.                             if (preg_match('#^/sysAdm/content/block/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1381.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_block_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::edit',));
  1382.                                 $requiredSchemes = array (  'https' => 0,);
  1383.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1384.                                     if ('GET' !== $canonicalMethod) {
  1385.                                         goto not_admin_content_block_edit;
  1386.                                     }
  1387.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_edit'key($requiredSchemes)));
  1388.                                 }
  1389.                                 return $ret;
  1390.                             }
  1391.                             not_admin_content_block_edit:
  1392.                             // admin_content_block_delete
  1393.                             if (preg_match('#^/sysAdm/content/block/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1394.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_block_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::delete',));
  1395.                                 $requiredSchemes = array (  'https' => 0,);
  1396.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1397.                                 if (!in_array($requestMethod, ['DELETE'])) {
  1398.                                     if ($hasRequiredScheme) {
  1399.                                         $allow array_merge($allow, ['DELETE']);
  1400.                                     }
  1401.                                     goto not_admin_content_block_delete;
  1402.                                 }
  1403.                                 if (!$hasRequiredScheme) {
  1404.                                     if ('GET' !== $canonicalMethod) {
  1405.                                         goto not_admin_content_block_delete;
  1406.                                     }
  1407.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_delete'key($requiredSchemes)));
  1408.                                 }
  1409.                                 return $ret;
  1410.                             }
  1411.                             not_admin_content_block_delete:
  1412.                         }
  1413.                         // admin_content_cache
  1414.                         if ('/sysAdm/content/cache' === $pathinfo) {
  1415.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\CacheController::index',  '_route' => 'admin_content_cache',);
  1416.                             $requiredSchemes = array (  'https' => 0,);
  1417.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1418.                                 if ('GET' !== $canonicalMethod) {
  1419.                                     goto not_admin_content_cache;
  1420.                                 }
  1421.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_cache'key($requiredSchemes)));
  1422.                             }
  1423.                             return $ret;
  1424.                         }
  1425.                         not_admin_content_cache:
  1426.                         // admin_content_css
  1427.                         if ('/sysAdm/content/css' === $pathinfo) {
  1428.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\CssController::index',  '_route' => 'admin_content_css',);
  1429.                             $requiredSchemes = array (  'https' => 0,);
  1430.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1431.                                 if ('GET' !== $canonicalMethod) {
  1432.                                     goto not_admin_content_css;
  1433.                                 }
  1434.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_css'key($requiredSchemes)));
  1435.                             }
  1436.                             return $ret;
  1437.                         }
  1438.                         not_admin_content_css:
  1439.                         if (=== strpos($pathinfo'/sysAdm/content/file_')) {
  1440.                             // admin_content_file
  1441.                             if ('/sysAdm/content/file_manager' === $pathinfo) {
  1442.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::index',  '_route' => 'admin_content_file',);
  1443.                                 $requiredSchemes = array (  'https' => 0,);
  1444.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1445.                                     if ('GET' !== $canonicalMethod) {
  1446.                                         goto not_admin_content_file;
  1447.                                     }
  1448.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_file'key($requiredSchemes)));
  1449.                                 }
  1450.                                 return $ret;
  1451.                             }
  1452.                             not_admin_content_file:
  1453.                             // admin_content_file_view
  1454.                             if ('/sysAdm/content/file_view' === $pathinfo) {
  1455.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::view',  '_route' => 'admin_content_file_view',);
  1456.                                 $requiredSchemes = array (  'https' => 0,);
  1457.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1458.                                     if ('GET' !== $canonicalMethod) {
  1459.                                         goto not_admin_content_file_view;
  1460.                                     }
  1461.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_view'key($requiredSchemes)));
  1462.                                 }
  1463.                                 return $ret;
  1464.                             }
  1465.                             not_admin_content_file_view:
  1466.                             // admin_content_file_delete
  1467.                             if ('/sysAdm/content/file_delete' === $pathinfo) {
  1468.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::delete',  '_route' => 'admin_content_file_delete',);
  1469.                                 $requiredSchemes = array (  'https' => 0,);
  1470.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1471.                                 if (!in_array($requestMethod, ['DELETE'])) {
  1472.                                     if ($hasRequiredScheme) {
  1473.                                         $allow array_merge($allow, ['DELETE']);
  1474.                                     }
  1475.                                     goto not_admin_content_file_delete;
  1476.                                 }
  1477.                                 if (!$hasRequiredScheme) {
  1478.                                     if ('GET' !== $canonicalMethod) {
  1479.                                         goto not_admin_content_file_delete;
  1480.                                     }
  1481.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_delete'key($requiredSchemes)));
  1482.                                 }
  1483.                                 return $ret;
  1484.                             }
  1485.                             not_admin_content_file_delete:
  1486.                             // admin_content_file_download
  1487.                             if ('/sysAdm/content/file_download' === $pathinfo) {
  1488.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::download',  '_route' => 'admin_content_file_download',);
  1489.                                 $requiredSchemes = array (  'https' => 0,);
  1490.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1491.                                     if ('GET' !== $canonicalMethod) {
  1492.                                         goto not_admin_content_file_download;
  1493.                                     }
  1494.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_download'key($requiredSchemes)));
  1495.                                 }
  1496.                                 return $ret;
  1497.                             }
  1498.                             not_admin_content_file_download:
  1499.                         }
  1500.                         // admin_content_js
  1501.                         if ('/sysAdm/content/js' === $pathinfo) {
  1502.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\JsController::index',  '_route' => 'admin_content_js',);
  1503.                             $requiredSchemes = array (  'https' => 0,);
  1504.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1505.                                 if ('GET' !== $canonicalMethod) {
  1506.                                     goto not_admin_content_js;
  1507.                                 }
  1508.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_js'key($requiredSchemes)));
  1509.                             }
  1510.                             return $ret;
  1511.                         }
  1512.                         not_admin_content_js:
  1513.                         if (=== strpos($pathinfo'/sysAdm/content/layout')) {
  1514.                             // admin_content_layout
  1515.                             if ('/sysAdm/content/layout' === $pathinfo) {
  1516.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::index',  '_route' => 'admin_content_layout',);
  1517.                                 $requiredSchemes = array (  'https' => 0,);
  1518.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1519.                                     if ('GET' !== $canonicalMethod) {
  1520.                                         goto not_admin_content_layout;
  1521.                                     }
  1522.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout'key($requiredSchemes)));
  1523.                                 }
  1524.                                 return $ret;
  1525.                             }
  1526.                             not_admin_content_layout:
  1527.                             // admin_content_layout_delete
  1528.                             if (preg_match('#^/sysAdm/content/layout/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1529.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::delete',));
  1530.                                 $requiredSchemes = array (  'https' => 0,);
  1531.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1532.                                 if (!in_array($requestMethod, ['DELETE'])) {
  1533.                                     if ($hasRequiredScheme) {
  1534.                                         $allow array_merge($allow, ['DELETE']);
  1535.                                     }
  1536.                                     goto not_admin_content_layout_delete;
  1537.                                 }
  1538.                                 if (!$hasRequiredScheme) {
  1539.                                     if ('GET' !== $canonicalMethod) {
  1540.                                         goto not_admin_content_layout_delete;
  1541.                                     }
  1542.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_delete'key($requiredSchemes)));
  1543.                                 }
  1544.                                 return $ret;
  1545.                             }
  1546.                             not_admin_content_layout_delete:
  1547.                             // admin_content_layout_new
  1548.                             if ('/sysAdm/content/layout/new' === $pathinfo) {
  1549.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::edit',  '_route' => 'admin_content_layout_new',);
  1550.                                 $requiredSchemes = array (  'https' => 0,);
  1551.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1552.                                     if ('GET' !== $canonicalMethod) {
  1553.                                         goto not_admin_content_layout_new;
  1554.                                     }
  1555.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_new'key($requiredSchemes)));
  1556.                                 }
  1557.                                 return $ret;
  1558.                             }
  1559.                             not_admin_content_layout_new:
  1560.                             // admin_content_layout_edit
  1561.                             if (preg_match('#^/sysAdm/content/layout/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1562.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::edit',));
  1563.                                 $requiredSchemes = array (  'https' => 0,);
  1564.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1565.                                     if ('GET' !== $canonicalMethod) {
  1566.                                         goto not_admin_content_layout_edit;
  1567.                                     }
  1568.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_edit'key($requiredSchemes)));
  1569.                                 }
  1570.                                 return $ret;
  1571.                             }
  1572.                             not_admin_content_layout_edit:
  1573.                             // admin_content_layout_view_block
  1574.                             if ('/sysAdm/content/layout/view_block' === $pathinfo) {
  1575.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::viewBlock',  '_route' => 'admin_content_layout_view_block',);
  1576.                                 $requiredSchemes = array (  'https' => 0,);
  1577.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1578.                                 if (!in_array($canonicalMethod, ['GET'])) {
  1579.                                     if ($hasRequiredScheme) {
  1580.                                         $allow array_merge($allow, ['GET']);
  1581.                                     }
  1582.                                     goto not_admin_content_layout_view_block;
  1583.                                 }
  1584.                                 if (!$hasRequiredScheme) {
  1585.                                     if ('GET' !== $canonicalMethod) {
  1586.                                         goto not_admin_content_layout_view_block;
  1587.                                     }
  1588.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_view_block'key($requiredSchemes)));
  1589.                                 }
  1590.                                 return $ret;
  1591.                             }
  1592.                             not_admin_content_layout_view_block:
  1593.                             // admin_content_layout_preview
  1594.                             if (preg_match('#^/sysAdm/content/layout/(?P<id>\\d+)/preview$#sD'$pathinfo$matches)) {
  1595.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_preview']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::preview',));
  1596.                                 $requiredSchemes = array (  'https' => 0,);
  1597.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1598.                                     if ('GET' !== $canonicalMethod) {
  1599.                                         goto not_admin_content_layout_preview;
  1600.                                     }
  1601.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_preview'key($requiredSchemes)));
  1602.                                 }
  1603.                                 return $ret;
  1604.                             }
  1605.                             not_admin_content_layout_preview:
  1606.                         }
  1607.                         // admin_content_maintenance
  1608.                         if ('/sysAdm/content/maintenance' === $pathinfo) {
  1609.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\MaintenanceController::index',  '_route' => 'admin_content_maintenance',);
  1610.                             $requiredSchemes = array (  'https' => 0,);
  1611.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1612.                                 if ('GET' !== $canonicalMethod) {
  1613.                                     goto not_admin_content_maintenance;
  1614.                                 }
  1615.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_maintenance'key($requiredSchemes)));
  1616.                             }
  1617.                             return $ret;
  1618.                         }
  1619.                         not_admin_content_maintenance:
  1620.                         if (=== strpos($pathinfo'/sysAdm/content/news')) {
  1621.                             // admin_content_news
  1622.                             if ('/sysAdm/content/news' === $pathinfo) {
  1623.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::index',  '_route' => 'admin_content_news',);
  1624.                                 $requiredSchemes = array (  'https' => 0,);
  1625.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1626.                                     if ('GET' !== $canonicalMethod) {
  1627.                                         goto not_admin_content_news;
  1628.                                     }
  1629.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_news'key($requiredSchemes)));
  1630.                                 }
  1631.                                 return $ret;
  1632.                             }
  1633.                             not_admin_content_news:
  1634.                             // admin_content_news_page
  1635.                             if (=== strpos($pathinfo'/sysAdm/content/news/page') && preg_match('#^/sysAdm/content/news/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1636.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_page']), array (  'page_no' => 1,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::index',));
  1637.                                 $requiredSchemes = array (  'https' => 0,);
  1638.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1639.                                     if ('GET' !== $canonicalMethod) {
  1640.                                         goto not_admin_content_news_page;
  1641.                                     }
  1642.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_page'key($requiredSchemes)));
  1643.                                 }
  1644.                                 return $ret;
  1645.                             }
  1646.                             not_admin_content_news_page:
  1647.                             // admin_content_news_new
  1648.                             if ('/sysAdm/content/news/new' === $pathinfo) {
  1649.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::edit',  '_route' => 'admin_content_news_new',);
  1650.                                 $requiredSchemes = array (  'https' => 0,);
  1651.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1652.                                     if ('GET' !== $canonicalMethod) {
  1653.                                         goto not_admin_content_news_new;
  1654.                                     }
  1655.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_new'key($requiredSchemes)));
  1656.                                 }
  1657.                                 return $ret;
  1658.                             }
  1659.                             not_admin_content_news_new:
  1660.                             // admin_content_news_edit
  1661.                             if (preg_match('#^/sysAdm/content/news/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1662.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::edit',));
  1663.                                 $requiredSchemes = array (  'https' => 0,);
  1664.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1665.                                     if ('GET' !== $canonicalMethod) {
  1666.                                         goto not_admin_content_news_edit;
  1667.                                     }
  1668.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_edit'key($requiredSchemes)));
  1669.                                 }
  1670.                                 return $ret;
  1671.                             }
  1672.                             not_admin_content_news_edit:
  1673.                             // admin_content_news_delete
  1674.                             if (preg_match('#^/sysAdm/content/news/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1675.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::delete',));
  1676.                                 $requiredSchemes = array (  'https' => 0,);
  1677.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1678.                                 if (!in_array($requestMethod, ['DELETE'])) {
  1679.                                     if ($hasRequiredScheme) {
  1680.                                         $allow array_merge($allow, ['DELETE']);
  1681.                                     }
  1682.                                     goto not_admin_content_news_delete;
  1683.                                 }
  1684.                                 if (!$hasRequiredScheme) {
  1685.                                     if ('GET' !== $canonicalMethod) {
  1686.                                         goto not_admin_content_news_delete;
  1687.                                     }
  1688.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_delete'key($requiredSchemes)));
  1689.                                 }
  1690.                                 return $ret;
  1691.                             }
  1692.                             not_admin_content_news_delete:
  1693.                         }
  1694.                         elseif (=== strpos($pathinfo'/sysAdm/content/page')) {
  1695.                             // admin_content_page
  1696.                             if ('/sysAdm/content/page' === $pathinfo) {
  1697.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::index',  '_route' => 'admin_content_page',);
  1698.                                 $requiredSchemes = array (  'https' => 0,);
  1699.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1700.                                     if ('GET' !== $canonicalMethod) {
  1701.                                         goto not_admin_content_page;
  1702.                                     }
  1703.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_page'key($requiredSchemes)));
  1704.                                 }
  1705.                                 return $ret;
  1706.                             }
  1707.                             not_admin_content_page:
  1708.                             // admin_content_page_new
  1709.                             if ('/sysAdm/content/page/new' === $pathinfo) {
  1710.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::edit',  '_route' => 'admin_content_page_new',);
  1711.                                 $requiredSchemes = array (  'https' => 0,);
  1712.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1713.                                     if ('GET' !== $canonicalMethod) {
  1714.                                         goto not_admin_content_page_new;
  1715.                                     }
  1716.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_new'key($requiredSchemes)));
  1717.                                 }
  1718.                                 return $ret;
  1719.                             }
  1720.                             not_admin_content_page_new:
  1721.                             // admin_content_page_edit
  1722.                             if (preg_match('#^/sysAdm/content/page/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1723.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_page_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::edit',));
  1724.                                 $requiredSchemes = array (  'https' => 0,);
  1725.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1726.                                     if ('GET' !== $canonicalMethod) {
  1727.                                         goto not_admin_content_page_edit;
  1728.                                     }
  1729.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_edit'key($requiredSchemes)));
  1730.                                 }
  1731.                                 return $ret;
  1732.                             }
  1733.                             not_admin_content_page_edit:
  1734.                             // admin_content_page_delete
  1735.                             if (preg_match('#^/sysAdm/content/page/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1736.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_page_delete']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::delete',));
  1737.                                 $requiredSchemes = array (  'https' => 0,);
  1738.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1739.                                 if (!in_array($requestMethod, ['DELETE'])) {
  1740.                                     if ($hasRequiredScheme) {
  1741.                                         $allow array_merge($allow, ['DELETE']);
  1742.                                     }
  1743.                                     goto not_admin_content_page_delete;
  1744.                                 }
  1745.                                 if (!$hasRequiredScheme) {
  1746.                                     if ('GET' !== $canonicalMethod) {
  1747.                                         goto not_admin_content_page_delete;
  1748.                                     }
  1749.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_delete'key($requiredSchemes)));
  1750.                                 }
  1751.                                 return $ret;
  1752.                             }
  1753.                             not_admin_content_page_delete:
  1754.                         }
  1755.                         // admin_content_salesrestrictions
  1756.                         if ('/sysAdm/content/salesrestrictions' === $pathinfo) {
  1757.                             $ret = array (  '_controller' => 'Plugin\\SalesRestrictions4\\Controller\\Admin\\SalesRestrictionsDesignController::edit',  '_route' => 'admin_content_salesrestrictions',);
  1758.                             $requiredSchemes = array (  'https' => 0,);
  1759.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1760.                                 if ('GET' !== $canonicalMethod) {
  1761.                                     goto not_admin_content_salesrestrictions;
  1762.                                 }
  1763.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_salesrestrictions'key($requiredSchemes)));
  1764.                             }
  1765.                             return $ret;
  1766.                         }
  1767.                         not_admin_content_salesrestrictions:
  1768.                     }
  1769.                     elseif (=== strpos($pathinfo'/sysAdm/customer')) {
  1770.                         // admin_customer
  1771.                         if ('/sysAdm/customer' === $pathinfo) {
  1772.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::index',  '_route' => 'admin_customer',);
  1773.                             $requiredSchemes = array (  'https' => 0,);
  1774.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1775.                                 if ('GET' !== $canonicalMethod) {
  1776.                                     goto not_admin_customer;
  1777.                                 }
  1778.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer'key($requiredSchemes)));
  1779.                             }
  1780.                             return $ret;
  1781.                         }
  1782.                         not_admin_customer:
  1783.                         // admin_customer_page
  1784.                         if (=== strpos($pathinfo'/sysAdm/customer/page') && preg_match('#^/sysAdm/customer/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1785.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::index',));
  1786.                             $requiredSchemes = array (  'https' => 0,);
  1787.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1788.                                 if ('GET' !== $canonicalMethod) {
  1789.                                     goto not_admin_customer_page;
  1790.                                 }
  1791.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_page'key($requiredSchemes)));
  1792.                             }
  1793.                             return $ret;
  1794.                         }
  1795.                         not_admin_customer_page:
  1796.                         // admin_customer_resend
  1797.                         if (preg_match('#^/sysAdm/customer/(?P<id>\\d+)/resend$#sD'$pathinfo$matches)) {
  1798.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_resend']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::resend',));
  1799.                             $requiredSchemes = array (  'https' => 0,);
  1800.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1801.                                 if ('GET' !== $canonicalMethod) {
  1802.                                     goto not_admin_customer_resend;
  1803.                                 }
  1804.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_resend'key($requiredSchemes)));
  1805.                             }
  1806.                             return $ret;
  1807.                         }
  1808.                         not_admin_customer_resend:
  1809.                         // admin_customer_delete
  1810.                         if (preg_match('#^/sysAdm/customer/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1811.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::delete',));
  1812.                             $requiredSchemes = array (  'https' => 0,);
  1813.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1814.                             if (!in_array($requestMethod, ['DELETE'])) {
  1815.                                 if ($hasRequiredScheme) {
  1816.                                     $allow array_merge($allow, ['DELETE']);
  1817.                                 }
  1818.                                 goto not_admin_customer_delete;
  1819.                             }
  1820.                             if (!$hasRequiredScheme) {
  1821.                                 if ('GET' !== $canonicalMethod) {
  1822.                                     goto not_admin_customer_delete;
  1823.                                 }
  1824.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delete'key($requiredSchemes)));
  1825.                             }
  1826.                             return $ret;
  1827.                         }
  1828.                         not_admin_customer_delete:
  1829.                         // admin_customer_export
  1830.                         if ('/sysAdm/customer/export' === $pathinfo) {
  1831.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::export',  '_route' => 'admin_customer_export',);
  1832.                             $requiredSchemes = array (  'https' => 0,);
  1833.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1834.                                 if ('GET' !== $canonicalMethod) {
  1835.                                     goto not_admin_customer_export;
  1836.                                 }
  1837.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_export'key($requiredSchemes)));
  1838.                             }
  1839.                             return $ret;
  1840.                         }
  1841.                         not_admin_customer_export:
  1842.                         // admin_customer_delivery_new
  1843.                         if (preg_match('#^/sysAdm/customer/(?P<id>\\d+)/delivery/new$#sD'$pathinfo$matches)) {
  1844.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_new']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::edit',));
  1845.                             $requiredSchemes = array (  'https' => 0,);
  1846.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1847.                                 if ('GET' !== $canonicalMethod) {
  1848.                                     goto not_admin_customer_delivery_new;
  1849.                                 }
  1850.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_new'key($requiredSchemes)));
  1851.                             }
  1852.                             return $ret;
  1853.                         }
  1854.                         not_admin_customer_delivery_new:
  1855.                         // admin_customer_delivery_edit
  1856.                         if (preg_match('#^/sysAdm/customer/(?P<id>\\d+)/delivery/(?P<did>\\d+)/edit$#sD'$pathinfo$matches)) {
  1857.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_edit']), array (  'did' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::edit',));
  1858.                             $requiredSchemes = array (  'https' => 0,);
  1859.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1860.                                 if ('GET' !== $canonicalMethod) {
  1861.                                     goto not_admin_customer_delivery_edit;
  1862.                                 }
  1863.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_edit'key($requiredSchemes)));
  1864.                             }
  1865.                             return $ret;
  1866.                         }
  1867.                         not_admin_customer_delivery_edit:
  1868.                         // admin_customer_delivery_delete
  1869.                         if (preg_match('#^/sysAdm/customer/(?P<id>\\d+)/delivery/(?P<did>\\d+)/delete$#sD'$pathinfo$matches)) {
  1870.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::delete',));
  1871.                             $requiredSchemes = array (  'https' => 0,);
  1872.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1873.                             if (!in_array($requestMethod, ['DELETE'])) {
  1874.                                 if ($hasRequiredScheme) {
  1875.                                     $allow array_merge($allow, ['DELETE']);
  1876.                                 }
  1877.                                 goto not_admin_customer_delivery_delete;
  1878.                             }
  1879.                             if (!$hasRequiredScheme) {
  1880.                                 if ('GET' !== $canonicalMethod) {
  1881.                                     goto not_admin_customer_delivery_delete;
  1882.                                 }
  1883.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_delete'key($requiredSchemes)));
  1884.                             }
  1885.                             return $ret;
  1886.                         }
  1887.                         not_admin_customer_delivery_delete:
  1888.                         // admin_customer_new
  1889.                         if ('/sysAdm/customer/new' === $pathinfo) {
  1890.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerEditController::index',  '_route' => 'admin_customer_new',);
  1891.                             $requiredSchemes = array (  'https' => 0,);
  1892.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1893.                                 if ('GET' !== $canonicalMethod) {
  1894.                                     goto not_admin_customer_new;
  1895.                                 }
  1896.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_new'key($requiredSchemes)));
  1897.                             }
  1898.                             return $ret;
  1899.                         }
  1900.                         not_admin_customer_new:
  1901.                         // admin_customer_edit
  1902.                         if (preg_match('#^/sysAdm/customer/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1903.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerEditController::index',));
  1904.                             $requiredSchemes = array (  'https' => 0,);
  1905.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1906.                                 if ('GET' !== $canonicalMethod) {
  1907.                                     goto not_admin_customer_edit;
  1908.                                 }
  1909.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_edit'key($requiredSchemes)));
  1910.                             }
  1911.                             return $ret;
  1912.                         }
  1913.                         not_admin_customer_edit:
  1914.                         // remise_payment4_admin_delete_payquick
  1915.                         if (preg_match('#^/sysAdm/customer/(?P<cid>\\d+)/delete_payquick(?:/(?P<pid>\\d+))?$#sD'$pathinfo$matches)) {
  1916.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_admin_delete_payquick']), array (  'cid' => NULL,  'pid' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\CustomerController::deletePayquickForAdmin',));
  1917.                             $requiredSchemes = array (  'https' => 0,);
  1918.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1919.                                 if ('GET' !== $canonicalMethod) {
  1920.                                     goto not_remise_payment4_admin_delete_payquick;
  1921.                                 }
  1922.                                 return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_admin_delete_payquick'key($requiredSchemes)));
  1923.                             }
  1924.                             return $ret;
  1925.                         }
  1926.                         not_remise_payment4_admin_delete_payquick:
  1927.                         if (=== strpos($pathinfo'/sysAdm/customer_class_only_page')) {
  1928.                             if (=== strpos($pathinfo'/sysAdm/customer_class_only_page/customer/class')) {
  1929.                                 // customer_class_only_page_admin_config
  1930.                                 if ('/sysAdm/customer_class_only_page/customer/class' === $pathinfo) {
  1931.                                     $ret = array (  '_controller' => 'Plugin\\CustomerClassOnlyPage4\\Controller\\Admin\\ConfigController::index',  '_route' => 'customer_class_only_page_admin_config',);
  1932.                                     $requiredSchemes = array (  'https' => 0,);
  1933.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1934.                                         if ('GET' !== $canonicalMethod) {
  1935.                                             goto not_customer_class_only_page_admin_config;
  1936.                                         }
  1937.                                         return array_replace($ret$this->redirect($rawPathinfo'customer_class_only_page_admin_config'key($requiredSchemes)));
  1938.                                     }
  1939.                                     return $ret;
  1940.                                 }
  1941.                                 not_customer_class_only_page_admin_config:
  1942.                                 // customer_class_edit
  1943.                                 if (preg_match('#^/sysAdm/customer_class_only_page/customer/class/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1944.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'customer_class_edit']), array (  '_controller' => 'Plugin\\CustomerClassOnlyPage4\\Controller\\Admin\\ConfigController::edit',));
  1945.                                     $requiredSchemes = array (  'https' => 0,);
  1946.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1947.                                         if ('GET' !== $canonicalMethod) {
  1948.                                             goto not_customer_class_edit;
  1949.                                         }
  1950.                                         return array_replace($ret$this->redirect($rawPathinfo'customer_class_edit'key($requiredSchemes)));
  1951.                                     }
  1952.                                     return $ret;
  1953.                                 }
  1954.                                 not_customer_class_edit:
  1955.                             }
  1956.                             elseif (=== strpos($pathinfo'/sysAdm/customer_class_only_page4/customer/class')) {
  1957.                                 // customer_class_new
  1958.                                 if ('/sysAdm/customer_class_only_page4/customer/class/new' === $pathinfo) {
  1959.                                     $ret = array (  '_controller' => 'Plugin\\CustomerClassOnlyPage4\\Controller\\Admin\\ConfigController::create',  '_route' => 'customer_class_new',);
  1960.                                     $requiredSchemes = array (  'https' => 0,);
  1961.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1962.                                         if ('GET' !== $canonicalMethod) {
  1963.                                             goto not_customer_class_new;
  1964.                                         }
  1965.                                         return array_replace($ret$this->redirect($rawPathinfo'customer_class_new'key($requiredSchemes)));
  1966.                                     }
  1967.                                     return $ret;
  1968.                                 }
  1969.                                 not_customer_class_new:
  1970.                                 // customer_class_delete
  1971.                                 if (preg_match('#^/sysAdm/customer_class_only_page4/customer/class/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1972.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'customer_class_delete']), array (  '_controller' => 'Plugin\\CustomerClassOnlyPage4\\Controller\\Admin\\ConfigController::delete',));
  1973.                                     $requiredSchemes = array (  'https' => 0,);
  1974.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1975.                                     if (!in_array($requestMethod, ['DELETE'])) {
  1976.                                         if ($hasRequiredScheme) {
  1977.                                             $allow array_merge($allow, ['DELETE']);
  1978.                                         }
  1979.                                         goto not_customer_class_delete;
  1980.                                     }
  1981.                                     if (!$hasRequiredScheme) {
  1982.                                         if ('GET' !== $canonicalMethod) {
  1983.                                             goto not_customer_class_delete;
  1984.                                         }
  1985.                                         return array_replace($ret$this->redirect($rawPathinfo'customer_class_delete'key($requiredSchemes)));
  1986.                                     }
  1987.                                     return $ret;
  1988.                                 }
  1989.                                 not_customer_class_delete:
  1990.                             }
  1991.                             elseif (=== strpos($pathinfo'/sysAdm/customer_class_only_page4/csv')) {
  1992.                                 // customer_class_only_page_csv_customer_customer_class_upload
  1993.                                 if ('/sysAdm/customer_class_only_page4/csv/customer_customer_class/upload' === $pathinfo) {
  1994.                                     $ret = array (  '_controller' => 'Plugin\\CustomerClassOnlyPage4\\Controller\\Admin\\Csv\\CustomerCustomerClassController::upload',  '_route' => 'customer_class_only_page_csv_customer_customer_class_upload',);
  1995.                                     $requiredSchemes = array (  'https' => 0,);
  1996.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1997.                                         if ('GET' !== $canonicalMethod) {
  1998.                                             goto not_customer_class_only_page_csv_customer_customer_class_upload;
  1999.                                         }
  2000.                                         return array_replace($ret$this->redirect($rawPathinfo'customer_class_only_page_csv_customer_customer_class_upload'key($requiredSchemes)));
  2001.                                     }
  2002.                                     return $ret;
  2003.                                 }
  2004.                                 not_customer_class_only_page_csv_customer_customer_class_upload:
  2005.                                 // customer_class_only_page_csv_customer_customer_class_download
  2006.                                 if ('/sysAdm/customer_class_only_page4/csv/customer_customer_class/download' === $pathinfo) {
  2007.                                     $ret = array (  '_controller' => 'Plugin\\CustomerClassOnlyPage4\\Controller\\Admin\\Csv\\CustomerCustomerClassController::download',  '_route' => 'customer_class_only_page_csv_customer_customer_class_download',);
  2008.                                     $requiredSchemes = array (  'https' => 0,);
  2009.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2010.                                         if ('GET' !== $canonicalMethod) {
  2011.                                             goto not_customer_class_only_page_csv_customer_customer_class_download;
  2012.                                         }
  2013.                                         return array_replace($ret$this->redirect($rawPathinfo'customer_class_only_page_csv_customer_customer_class_download'key($requiredSchemes)));
  2014.                                     }
  2015.                                     return $ret;
  2016.                                 }
  2017.                                 not_customer_class_only_page_csv_customer_customer_class_download:
  2018.                                 // customer_class_only_page_csv_product_customer_class_upload
  2019.                                 if ('/sysAdm/customer_class_only_page4/csv/product_customer_class/upload' === $pathinfo) {
  2020.                                     $ret = array (  '_controller' => 'Plugin\\CustomerClassOnlyPage4\\Controller\\Admin\\Csv\\ProductCustomerClassController::upload',  '_route' => 'customer_class_only_page_csv_product_customer_class_upload',);
  2021.                                     $requiredSchemes = array (  'https' => 0,);
  2022.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2023.                                         if ('GET' !== $canonicalMethod) {
  2024.                                             goto not_customer_class_only_page_csv_product_customer_class_upload;
  2025.                                         }
  2026.                                         return array_replace($ret$this->redirect($rawPathinfo'customer_class_only_page_csv_product_customer_class_upload'key($requiredSchemes)));
  2027.                                     }
  2028.                                     return $ret;
  2029.                                 }
  2030.                                 not_customer_class_only_page_csv_product_customer_class_upload:
  2031.                                 // customer_class_only_page_csv_product_customer_class_download
  2032.                                 if ('/sysAdm/customer_class_only_page4/csv/product_customer_class/download' === $pathinfo) {
  2033.                                     $ret = array (  '_controller' => 'Plugin\\CustomerClassOnlyPage4\\Controller\\Admin\\Csv\\ProductCustomerClassController::download',  '_route' => 'customer_class_only_page_csv_product_customer_class_download',);
  2034.                                     $requiredSchemes = array (  'https' => 0,);
  2035.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2036.                                         if ('GET' !== $canonicalMethod) {
  2037.                                             goto not_customer_class_only_page_csv_product_customer_class_download;
  2038.                                         }
  2039.                                         return array_replace($ret$this->redirect($rawPathinfo'customer_class_only_page_csv_product_customer_class_download'key($requiredSchemes)));
  2040.                                     }
  2041.                                     return $ret;
  2042.                                 }
  2043.                                 not_customer_class_only_page_csv_product_customer_class_download:
  2044.                             }
  2045.                         }
  2046.                     }
  2047.                 }
  2048.                 elseif (=== strpos($pathinfo'/sysAdm/order')) {
  2049.                     // admin_shipping_csv_import
  2050.                     if ('/sysAdm/order/shipping_csv_upload' === $pathinfo) {
  2051.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\CsvImportController::csvShipping',  '_route' => 'admin_shipping_csv_import',);
  2052.                         $requiredSchemes = array (  'https' => 0,);
  2053.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2054.                             if ('GET' !== $canonicalMethod) {
  2055.                                 goto not_admin_shipping_csv_import;
  2056.                             }
  2057.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_csv_import'key($requiredSchemes)));
  2058.                         }
  2059.                         return $ret;
  2060.                     }
  2061.                     not_admin_shipping_csv_import:
  2062.                     // admin_shipping_csv_template
  2063.                     if ('/sysAdm/order/csv_template' === $pathinfo) {
  2064.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\CsvImportController::csvTemplate',  '_route' => 'admin_shipping_csv_template',);
  2065.                         $requiredSchemes = array (  'https' => 0,);
  2066.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2067.                             if ('GET' !== $canonicalMethod) {
  2068.                                 goto not_admin_shipping_csv_template;
  2069.                             }
  2070.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_csv_template'key($requiredSchemes)));
  2071.                         }
  2072.                         return $ret;
  2073.                     }
  2074.                     not_admin_shipping_csv_template:
  2075.                     // admin_order_new
  2076.                     if ('/sysAdm/order/new' === $pathinfo) {
  2077.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::index',  '_route' => 'admin_order_new',);
  2078.                         $requiredSchemes = array (  'https' => 0,);
  2079.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2080.                             if ('GET' !== $canonicalMethod) {
  2081.                                 goto not_admin_order_new;
  2082.                             }
  2083.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_new'key($requiredSchemes)));
  2084.                         }
  2085.                         return $ret;
  2086.                     }
  2087.                     not_admin_order_new:
  2088.                     // admin_order_edit
  2089.                     if (preg_match('#^/sysAdm/order/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2090.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::index',));
  2091.                         $requiredSchemes = array (  'https' => 0,);
  2092.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2093.                             if ('GET' !== $canonicalMethod) {
  2094.                                 goto not_admin_order_edit;
  2095.                             }
  2096.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_edit'key($requiredSchemes)));
  2097.                         }
  2098.                         return $ret;
  2099.                     }
  2100.                     not_admin_order_edit:
  2101.                     if (=== strpos($pathinfo'/sysAdm/order/search')) {
  2102.                         if (=== strpos($pathinfo'/sysAdm/order/search/customer/html')) {
  2103.                             // admin_order_search_customer_html
  2104.                             if ('/sysAdm/order/search/customer/html' === $pathinfo) {
  2105.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchCustomerHtml',  '_route' => 'admin_order_search_customer_html',);
  2106.                                 $requiredSchemes = array (  'https' => 0,);
  2107.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2108.                                     if ('GET' !== $canonicalMethod) {
  2109.                                         goto not_admin_order_search_customer_html;
  2110.                                     }
  2111.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_html'key($requiredSchemes)));
  2112.                                 }
  2113.                                 return $ret;
  2114.                             }
  2115.                             not_admin_order_search_customer_html:
  2116.                             // admin_order_search_customer_html_page
  2117.                             if (=== strpos($pathinfo'/sysAdm/order/search/customer/html/page') && preg_match('#^/sysAdm/order/search/customer/html/page(?:/(?P<page_no>[^/]++))?$#sD'$pathinfo$matches)) {
  2118.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_search_customer_html_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchCustomerHtml',));
  2119.                                 $requiredSchemes = array (  'https' => 0,);
  2120.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2121.                                     if ('GET' !== $canonicalMethod) {
  2122.                                         goto not_admin_order_search_customer_html_page;
  2123.                                     }
  2124.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_html_page'key($requiredSchemes)));
  2125.                                 }
  2126.                                 return $ret;
  2127.                             }
  2128.                             not_admin_order_search_customer_html_page:
  2129.                         }
  2130.                         // admin_order_search_customer_by_id
  2131.                         if ('/sysAdm/order/search/customer/id' === $pathinfo) {
  2132.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchCustomerById',  '_route' => 'admin_order_search_customer_by_id',);
  2133.                             $requiredSchemes = array (  'https' => 0,);
  2134.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2135.                             if (!in_array($requestMethod, ['POST'])) {
  2136.                                 if ($hasRequiredScheme) {
  2137.                                     $allow array_merge($allow, ['POST']);
  2138.                                 }
  2139.                                 goto not_admin_order_search_customer_by_id;
  2140.                             }
  2141.                             if (!$hasRequiredScheme) {
  2142.                                 if ('GET' !== $canonicalMethod) {
  2143.                                     goto not_admin_order_search_customer_by_id;
  2144.                                 }
  2145.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_by_id'key($requiredSchemes)));
  2146.                             }
  2147.                             return $ret;
  2148.                         }
  2149.                         not_admin_order_search_customer_by_id:
  2150.                         if (=== strpos($pathinfo'/sysAdm/order/search/product')) {
  2151.                             // admin_order_search_product
  2152.                             if ('/sysAdm/order/search/product' === $pathinfo) {
  2153.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchProduct',  '_route' => 'admin_order_search_product',);
  2154.                                 $requiredSchemes = array (  'https' => 0,);
  2155.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2156.                                     if ('GET' !== $canonicalMethod) {
  2157.                                         goto not_admin_order_search_product;
  2158.                                     }
  2159.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_product'key($requiredSchemes)));
  2160.                                 }
  2161.                                 return $ret;
  2162.                             }
  2163.                             not_admin_order_search_product:
  2164.                             // admin_order_search_product_page
  2165.                             if (=== strpos($pathinfo'/sysAdm/order/search/product/page') && preg_match('#^/sysAdm/order/search/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2166.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_search_product_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchProduct',));
  2167.                                 $requiredSchemes = array (  'https' => 0,);
  2168.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2169.                                     if ('GET' !== $canonicalMethod) {
  2170.                                         goto not_admin_order_search_product_page;
  2171.                                     }
  2172.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_product_page'key($requiredSchemes)));
  2173.                                 }
  2174.                                 return $ret;
  2175.                             }
  2176.                             not_admin_order_search_product_page:
  2177.                         }
  2178.                         // admin_order_search_order_item_type
  2179.                         if ('/sysAdm/order/search/order_item_type' === $pathinfo) {
  2180.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchOrderItemType',  '_route' => 'admin_order_search_order_item_type',);
  2181.                             $requiredSchemes = array (  'https' => 0,);
  2182.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2183.                                 if ('GET' !== $canonicalMethod) {
  2184.                                     goto not_admin_order_search_order_item_type;
  2185.                                 }
  2186.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_order_item_type'key($requiredSchemes)));
  2187.                             }
  2188.                             return $ret;
  2189.                         }
  2190.                         not_admin_order_search_order_item_type:
  2191.                     }
  2192.                     // admin_order_mail
  2193.                     if (preg_match('#^/sysAdm/order/(?P<id>\\d+)/mail$#sD'$pathinfo$matches)) {
  2194.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\MailController::index',));
  2195.                         $requiredSchemes = array (  'https' => 0,);
  2196.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2197.                             if ('GET' !== $canonicalMethod) {
  2198.                                 goto not_admin_order_mail;
  2199.                             }
  2200.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_mail'key($requiredSchemes)));
  2201.                         }
  2202.                         return $ret;
  2203.                     }
  2204.                     not_admin_order_mail:
  2205.                     // admin_order_mail_view
  2206.                     if ('/sysAdm/order/mail/view' === $pathinfo) {
  2207.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\MailController::view',  '_route' => 'admin_order_mail_view',);
  2208.                         $requiredSchemes = array (  'https' => 0,);
  2209.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2210.                             if ('GET' !== $canonicalMethod) {
  2211.                                 goto not_admin_order_mail_view;
  2212.                             }
  2213.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_mail_view'key($requiredSchemes)));
  2214.                         }
  2215.                         return $ret;
  2216.                     }
  2217.                     not_admin_order_mail_view:
  2218.                     // admin_order
  2219.                     if ('/sysAdm/order' === $pathinfo) {
  2220.                         $ret = array (  '_controller' => 'Customize\\Controller\\Admin\\Order\\OrderController::index',  '_route' => 'admin_order',);
  2221.                         $requiredSchemes = array (  'https' => 0,);
  2222.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2223.                             if ('GET' !== $canonicalMethod) {
  2224.                                 goto not_admin_order;
  2225.                             }
  2226.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order'key($requiredSchemes)));
  2227.                         }
  2228.                         return $ret;
  2229.                     }
  2230.                     not_admin_order:
  2231.                     // admin_order_page
  2232.                     if (=== strpos($pathinfo'/sysAdm/order/page') && preg_match('#^/sysAdm/order/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2233.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_page']), array (  'page_no' => NULL,  '_controller' => 'Customize\\Controller\\Admin\\Order\\OrderController::index',));
  2234.                         $requiredSchemes = array (  'https' => 0,);
  2235.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2236.                             if ('GET' !== $canonicalMethod) {
  2237.                                 goto not_admin_order_page;
  2238.                             }
  2239.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_page'key($requiredSchemes)));
  2240.                         }
  2241.                         return $ret;
  2242.                     }
  2243.                     not_admin_order_page:
  2244.                     // admin_order_bulk_delete
  2245.                     if ('/sysAdm/order/bulk_delete' === $pathinfo) {
  2246.                         $ret = array (  '_controller' => 'Customize\\Controller\\Admin\\Order\\OrderController::bulkDelete',  '_route' => 'admin_order_bulk_delete',);
  2247.                         $requiredSchemes = array (  'https' => 0,);
  2248.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2249.                         if (!in_array($requestMethod, ['POST'])) {
  2250.                             if ($hasRequiredScheme) {
  2251.                                 $allow array_merge($allow, ['POST']);
  2252.                             }
  2253.                             goto not_admin_order_bulk_delete;
  2254.                         }
  2255.                         if (!$hasRequiredScheme) {
  2256.                             if ('GET' !== $canonicalMethod) {
  2257.                                 goto not_admin_order_bulk_delete;
  2258.                             }
  2259.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_bulk_delete'key($requiredSchemes)));
  2260.                         }
  2261.                         return $ret;
  2262.                     }
  2263.                     not_admin_order_bulk_delete:
  2264.                     if (=== strpos($pathinfo'/sysAdm/order/export')) {
  2265.                         // admin_order_export_order
  2266.                         if ('/sysAdm/order/export/order' === $pathinfo) {
  2267.                             $ret = array (  '_controller' => 'Customize\\Controller\\Admin\\Order\\OrderController::exportOrder',  '_route' => 'admin_order_export_order',);
  2268.                             $requiredSchemes = array (  'https' => 0,);
  2269.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2270.                                 if ('GET' !== $canonicalMethod) {
  2271.                                     goto not_admin_order_export_order;
  2272.                                 }
  2273.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_order'key($requiredSchemes)));
  2274.                             }
  2275.                             return $ret;
  2276.                         }
  2277.                         not_admin_order_export_order:
  2278.                         // admin_order_export_shipping
  2279.                         if ('/sysAdm/order/export/shipping' === $pathinfo) {
  2280.                             $ret = array (  '_controller' => 'Customize\\Controller\\Admin\\Order\\OrderController::exportShipping',  '_route' => 'admin_order_export_shipping',);
  2281.                             $requiredSchemes = array (  'https' => 0,);
  2282.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2283.                                 if ('GET' !== $canonicalMethod) {
  2284.                                     goto not_admin_order_export_shipping;
  2285.                                 }
  2286.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_shipping'key($requiredSchemes)));
  2287.                             }
  2288.                             return $ret;
  2289.                         }
  2290.                         not_admin_order_export_shipping:
  2291.                         if (=== strpos($pathinfo'/sysAdm/order/export/score')) {
  2292.                             // admin_order_export_score
  2293.                             if ('/sysAdm/order/export/score' === $pathinfo) {
  2294.                                 $ret = array (  '_controller' => 'Customize\\Controller\\Admin\\Order\\OrderController::exportScore',  '_route' => 'admin_order_export_score',);
  2295.                                 $requiredSchemes = array (  'https' => 0,);
  2296.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2297.                                     if ('GET' !== $canonicalMethod) {
  2298.                                         goto not_admin_order_export_score;
  2299.                                     }
  2300.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_score'key($requiredSchemes)));
  2301.                                 }
  2302.                                 return $ret;
  2303.                             }
  2304.                             not_admin_order_export_score:
  2305.                             // admin_order_export_score2
  2306.                             if ('/sysAdm/order/export/score2' === $pathinfo) {
  2307.                                 $ret = array (  '_controller' => 'Customize\\Controller\\Admin\\Order\\OrderController::exportScore2',  '_route' => 'admin_order_export_score2',);
  2308.                                 $requiredSchemes = array (  'https' => 0,);
  2309.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2310.                                     if ('GET' !== $canonicalMethod) {
  2311.                                         goto not_admin_order_export_score2;
  2312.                                     }
  2313.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_score2'key($requiredSchemes)));
  2314.                                 }
  2315.                                 return $ret;
  2316.                             }
  2317.                             not_admin_order_export_score2:
  2318.                         }
  2319.                         elseif (=== strpos($pathinfo'/sysAdm/order/export/pdf')) {
  2320.                             // admin_order_export_pdf
  2321.                             if ('/sysAdm/order/export/pdf' === $pathinfo) {
  2322.                                 $ret = array (  '_controller' => 'Customize\\Controller\\Admin\\Order\\OrderController::exportPdf',  '_route' => 'admin_order_export_pdf',);
  2323.                                 $requiredSchemes = array (  'https' => 0,);
  2324.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2325.                                     if ('GET' !== $canonicalMethod) {
  2326.                                         goto not_admin_order_export_pdf;
  2327.                                     }
  2328.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_pdf'key($requiredSchemes)));
  2329.                                 }
  2330.                                 return $ret;
  2331.                             }
  2332.                             not_admin_order_export_pdf:
  2333.                             // admin_order_pdf_download
  2334.                             if ('/sysAdm/order/export/pdf/download' === $pathinfo) {
  2335.                                 $ret = array (  '_controller' => 'Customize\\Controller\\Admin\\Order\\OrderController::exportPdfDownload',  '_route' => 'admin_order_pdf_download',);
  2336.                                 $requiredSchemes = array (  'https' => 0,);
  2337.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2338.                                     if ('GET' !== $canonicalMethod) {
  2339.                                         goto not_admin_order_pdf_download;
  2340.                                     }
  2341.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_order_pdf_download'key($requiredSchemes)));
  2342.                                 }
  2343.                                 return $ret;
  2344.                             }
  2345.                             not_admin_order_pdf_download:
  2346.                         }
  2347.                     }
  2348.                     // remise_payment4_admin_delete_result_state
  2349.                     if (preg_match('#^/sysAdm/order/(?P<id>\\d+)/delete_result_state$#sD'$pathinfo$matches)) {
  2350.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_admin_delete_result_state']), array (  'id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\ResultController::deleteResultStateForAdmin',));
  2351.                         $requiredSchemes = array (  'https' => 0,);
  2352.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2353.                             if ('GET' !== $canonicalMethod) {
  2354.                                 goto not_remise_payment4_admin_delete_result_state;
  2355.                             }
  2356.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_admin_delete_result_state'key($requiredSchemes)));
  2357.                         }
  2358.                         return $ret;
  2359.                     }
  2360.                     not_remise_payment4_admin_delete_result_state:
  2361.                 }
  2362.                 // admin_onehandred_sitemaps_setting
  2363.                 if ('/sysAdm/onehandred_sitemaps/onehandred_sitemaps_setting' === $pathinfo) {
  2364.                     $ret = array (  '_controller' => 'Plugin\\OnehandredSiteMaps\\Controller\\OnehandredSiteMapsController::edit',  '_route' => 'admin_onehandred_sitemaps_setting',);
  2365.                     $requiredSchemes = array (  'https' => 0,);
  2366.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2367.                         if ('GET' !== $canonicalMethod) {
  2368.                             goto not_admin_onehandred_sitemaps_setting;
  2369.                         }
  2370.                         return array_replace($ret$this->redirect($rawPathinfo'admin_onehandred_sitemaps_setting'key($requiredSchemes)));
  2371.                     }
  2372.                     return $ret;
  2373.                 }
  2374.                 not_admin_onehandred_sitemaps_setting:
  2375.                 if (=== strpos($pathinfo'/sysAdm/p')) {
  2376.                     if (=== strpos($pathinfo'/sysAdm/product')) {
  2377.                         if (=== strpos($pathinfo'/sysAdm/product/c')) {
  2378.                             if (=== strpos($pathinfo'/sysAdm/product/category')) {
  2379.                                 // admin_product_category
  2380.                                 if ('/sysAdm/product/category' === $pathinfo) {
  2381.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',  '_route' => 'admin_product_category',);
  2382.                                     $requiredSchemes = array (  'https' => 0,);
  2383.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2384.                                         if ('GET' !== $canonicalMethod) {
  2385.                                             goto not_admin_product_category;
  2386.                                         }
  2387.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_category'key($requiredSchemes)));
  2388.                                     }
  2389.                                     return $ret;
  2390.                                 }
  2391.                                 not_admin_product_category:
  2392.                                 // admin_product_category_show
  2393.                                 if (preg_match('#^/sysAdm/product/category(?:/(?P<parent_id>\\d+))?$#sD'$pathinfo$matches)) {
  2394.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_show']), array (  'parent_id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',));
  2395.                                     $requiredSchemes = array (  'https' => 0,);
  2396.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2397.                                         if ('GET' !== $canonicalMethod) {
  2398.                                             goto not_admin_product_category_show;
  2399.                                         }
  2400.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_show'key($requiredSchemes)));
  2401.                                     }
  2402.                                     return $ret;
  2403.                                 }
  2404.                                 not_admin_product_category_show:
  2405.                                 // admin_product_category_edit
  2406.                                 if (preg_match('#^/sysAdm/product/category/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2407.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',));
  2408.                                     $requiredSchemes = array (  'https' => 0,);
  2409.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2410.                                         if ('GET' !== $canonicalMethod) {
  2411.                                             goto not_admin_product_category_edit;
  2412.                                         }
  2413.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_edit'key($requiredSchemes)));
  2414.                                     }
  2415.                                     return $ret;
  2416.                                 }
  2417.                                 not_admin_product_category_edit:
  2418.                                 // admin_product_category_delete
  2419.                                 if (preg_match('#^/sysAdm/product/category/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2420.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::delete',));
  2421.                                     $requiredSchemes = array (  'https' => 0,);
  2422.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2423.                                     if (!in_array($requestMethod, ['DELETE'])) {
  2424.                                         if ($hasRequiredScheme) {
  2425.                                             $allow array_merge($allow, ['DELETE']);
  2426.                                         }
  2427.                                         goto not_admin_product_category_delete;
  2428.                                     }
  2429.                                     if (!$hasRequiredScheme) {
  2430.                                         if ('GET' !== $canonicalMethod) {
  2431.                                             goto not_admin_product_category_delete;
  2432.                                         }
  2433.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_delete'key($requiredSchemes)));
  2434.                                     }
  2435.                                     return $ret;
  2436.                                 }
  2437.                                 not_admin_product_category_delete:
  2438.                                 // admin_product_category_sort_no_move
  2439.                                 if ('/sysAdm/product/category/sort_no/move' === $pathinfo) {
  2440.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::moveSortNo',  '_route' => 'admin_product_category_sort_no_move',);
  2441.                                     $requiredSchemes = array (  'https' => 0,);
  2442.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2443.                                     if (!in_array($requestMethod, ['POST'])) {
  2444.                                         if ($hasRequiredScheme) {
  2445.                                             $allow array_merge($allow, ['POST']);
  2446.                                         }
  2447.                                         goto not_admin_product_category_sort_no_move;
  2448.                                     }
  2449.                                     if (!$hasRequiredScheme) {
  2450.                                         if ('GET' !== $canonicalMethod) {
  2451.                                             goto not_admin_product_category_sort_no_move;
  2452.                                         }
  2453.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_sort_no_move'key($requiredSchemes)));
  2454.                                     }
  2455.                                     return $ret;
  2456.                                 }
  2457.                                 not_admin_product_category_sort_no_move:
  2458.                                 // admin_product_category_export
  2459.                                 if ('/sysAdm/product/category/export' === $pathinfo) {
  2460.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::export',  '_route' => 'admin_product_category_export',);
  2461.                                     $requiredSchemes = array (  'https' => 0,);
  2462.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2463.                                         if ('GET' !== $canonicalMethod) {
  2464.                                             goto not_admin_product_category_export;
  2465.                                         }
  2466.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_export'key($requiredSchemes)));
  2467.                                     }
  2468.                                     return $ret;
  2469.                                 }
  2470.                                 not_admin_product_category_export:
  2471.                                 // admin_product_category_csv_import
  2472.                                 if ('/sysAdm/product/category_csv_upload' === $pathinfo) {
  2473.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvCategory',  '_route' => 'admin_product_category_csv_import',);
  2474.                                     $requiredSchemes = array (  'https' => 0,);
  2475.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2476.                                         if ('GET' !== $canonicalMethod) {
  2477.                                             goto not_admin_product_category_csv_import;
  2478.                                         }
  2479.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_csv_import'key($requiredSchemes)));
  2480.                                     }
  2481.                                     return $ret;
  2482.                                 }
  2483.                                 not_admin_product_category_csv_import:
  2484.                             }
  2485.                             elseif (=== strpos($pathinfo'/sysAdm/product/class_category')) {
  2486.                                 // admin_product_class_category
  2487.                                 if (preg_match('#^/sysAdm/product/class_category/(?P<class_name_id>\\d+)$#sD'$pathinfo$matches)) {
  2488.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::index',));
  2489.                                     $requiredSchemes = array (  'https' => 0,);
  2490.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2491.                                         if ('GET' !== $canonicalMethod) {
  2492.                                             goto not_admin_product_class_category;
  2493.                                         }
  2494.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category'key($requiredSchemes)));
  2495.                                     }
  2496.                                     return $ret;
  2497.                                 }
  2498.                                 not_admin_product_class_category:
  2499.                                 // admin_product_class_category_edit
  2500.                                 if (preg_match('#^/sysAdm/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2501.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::index',));
  2502.                                     $requiredSchemes = array (  'https' => 0,);
  2503.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2504.                                         if ('GET' !== $canonicalMethod) {
  2505.                                             goto not_admin_product_class_category_edit;
  2506.                                         }
  2507.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_edit'key($requiredSchemes)));
  2508.                                     }
  2509.                                     return $ret;
  2510.                                 }
  2511.                                 not_admin_product_class_category_edit:
  2512.                                 // admin_product_class_category_delete
  2513.                                 if (preg_match('#^/sysAdm/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2514.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::delete',));
  2515.                                     $requiredSchemes = array (  'https' => 0,);
  2516.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2517.                                     if (!in_array($requestMethod, ['DELETE'])) {
  2518.                                         if ($hasRequiredScheme) {
  2519.                                             $allow array_merge($allow, ['DELETE']);
  2520.                                         }
  2521.                                         goto not_admin_product_class_category_delete;
  2522.                                     }
  2523.                                     if (!$hasRequiredScheme) {
  2524.                                         if ('GET' !== $canonicalMethod) {
  2525.                                             goto not_admin_product_class_category_delete;
  2526.                                         }
  2527.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_delete'key($requiredSchemes)));
  2528.                                     }
  2529.                                     return $ret;
  2530.                                 }
  2531.                                 not_admin_product_class_category_delete:
  2532.                                 // admin_product_class_category_visibility
  2533.                                 if (preg_match('#^/sysAdm/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/visibility$#sD'$pathinfo$matches)) {
  2534.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_visibility']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::visibility',));
  2535.                                     $requiredSchemes = array (  'https' => 0,);
  2536.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2537.                                     if (!in_array($requestMethod, ['PUT'])) {
  2538.                                         if ($hasRequiredScheme) {
  2539.                                             $allow array_merge($allow, ['PUT']);
  2540.                                         }
  2541.                                         goto not_admin_product_class_category_visibility;
  2542.                                     }
  2543.                                     if (!$hasRequiredScheme) {
  2544.                                         if ('GET' !== $canonicalMethod) {
  2545.                                             goto not_admin_product_class_category_visibility;
  2546.                                         }
  2547.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_visibility'key($requiredSchemes)));
  2548.                                     }
  2549.                                     return $ret;
  2550.                                 }
  2551.                                 not_admin_product_class_category_visibility:
  2552.                                 // admin_product_class_category_sort_no_move
  2553.                                 if ('/sysAdm/product/class_category/sort_no/move' === $pathinfo) {
  2554.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::moveSortNo',  '_route' => 'admin_product_class_category_sort_no_move',);
  2555.                                     $requiredSchemes = array (  'https' => 0,);
  2556.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2557.                                     if (!in_array($requestMethod, ['POST'])) {
  2558.                                         if ($hasRequiredScheme) {
  2559.                                             $allow array_merge($allow, ['POST']);
  2560.                                         }
  2561.                                         goto not_admin_product_class_category_sort_no_move;
  2562.                                     }
  2563.                                     if (!$hasRequiredScheme) {
  2564.                                         if ('GET' !== $canonicalMethod) {
  2565.                                             goto not_admin_product_class_category_sort_no_move;
  2566.                                         }
  2567.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_sort_no_move'key($requiredSchemes)));
  2568.                                     }
  2569.                                     return $ret;
  2570.                                 }
  2571.                                 not_admin_product_class_category_sort_no_move:
  2572.                             }
  2573.                             elseif (=== strpos($pathinfo'/sysAdm/product/class_name')) {
  2574.                                 // admin_product_class_name
  2575.                                 if ('/sysAdm/product/class_name' === $pathinfo) {
  2576.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::index',  '_route' => 'admin_product_class_name',);
  2577.                                     $requiredSchemes = array (  'https' => 0,);
  2578.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2579.                                         if ('GET' !== $canonicalMethod) {
  2580.                                             goto not_admin_product_class_name;
  2581.                                         }
  2582.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name'key($requiredSchemes)));
  2583.                                     }
  2584.                                     return $ret;
  2585.                                 }
  2586.                                 not_admin_product_class_name:
  2587.                                 // admin_product_class_name_edit
  2588.                                 if (preg_match('#^/sysAdm/product/class_name/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2589.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_name_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::index',));
  2590.                                     $requiredSchemes = array (  'https' => 0,);
  2591.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2592.                                         if ('GET' !== $canonicalMethod) {
  2593.                                             goto not_admin_product_class_name_edit;
  2594.                                         }
  2595.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_edit'key($requiredSchemes)));
  2596.                                     }
  2597.                                     return $ret;
  2598.                                 }
  2599.                                 not_admin_product_class_name_edit:
  2600.                                 // admin_product_class_name_delete
  2601.                                 if (preg_match('#^/sysAdm/product/class_name/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2602.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_name_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::delete',));
  2603.                                     $requiredSchemes = array (  'https' => 0,);
  2604.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2605.                                     if (!in_array($requestMethod, ['DELETE'])) {
  2606.                                         if ($hasRequiredScheme) {
  2607.                                             $allow array_merge($allow, ['DELETE']);
  2608.                                         }
  2609.                                         goto not_admin_product_class_name_delete;
  2610.                                     }
  2611.                                     if (!$hasRequiredScheme) {
  2612.                                         if ('GET' !== $canonicalMethod) {
  2613.                                             goto not_admin_product_class_name_delete;
  2614.                                         }
  2615.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_delete'key($requiredSchemes)));
  2616.                                     }
  2617.                                     return $ret;
  2618.                                 }
  2619.                                 not_admin_product_class_name_delete:
  2620.                                 // admin_product_class_name_sort_no_move
  2621.                                 if ('/sysAdm/product/class_name/sort_no/move' === $pathinfo) {
  2622.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::moveSortNo',  '_route' => 'admin_product_class_name_sort_no_move',);
  2623.                                     $requiredSchemes = array (  'https' => 0,);
  2624.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2625.                                     if (!in_array($requestMethod, ['POST'])) {
  2626.                                         if ($hasRequiredScheme) {
  2627.                                             $allow array_merge($allow, ['POST']);
  2628.                                         }
  2629.                                         goto not_admin_product_class_name_sort_no_move;
  2630.                                     }
  2631.                                     if (!$hasRequiredScheme) {
  2632.                                         if ('GET' !== $canonicalMethod) {
  2633.                                             goto not_admin_product_class_name_sort_no_move;
  2634.                                         }
  2635.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_sort_no_move'key($requiredSchemes)));
  2636.                                     }
  2637.                                     return $ret;
  2638.                                 }
  2639.                                 not_admin_product_class_name_sort_no_move:
  2640.                             }
  2641.                             // admin_product_csv_template
  2642.                             if (=== strpos($pathinfo'/sysAdm/product/csv_template') && preg_match('#^/sysAdm/product/csv_template/(?P<type>\\w+)$#sD'$pathinfo$matches)) {
  2643.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_csv_template']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvTemplate',));
  2644.                                 $requiredSchemes = array (  'https' => 0,);
  2645.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2646.                                     if ('GET' !== $canonicalMethod) {
  2647.                                         goto not_admin_product_csv_template;
  2648.                                     }
  2649.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_csv_template'key($requiredSchemes)));
  2650.                                 }
  2651.                                 return $ret;
  2652.                             }
  2653.                             not_admin_product_csv_template:
  2654.                         }
  2655.                         // admin_product_csv_import
  2656.                         if ('/sysAdm/product/product_csv_upload' === $pathinfo) {
  2657.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvProduct',  '_route' => 'admin_product_csv_import',);
  2658.                             $requiredSchemes = array (  'https' => 0,);
  2659.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2660.                                 if ('GET' !== $canonicalMethod) {
  2661.                                     goto not_admin_product_csv_import;
  2662.                                 }
  2663.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_csv_import'key($requiredSchemes)));
  2664.                             }
  2665.                             return $ret;
  2666.                         }
  2667.                         not_admin_product_csv_import:
  2668.                         if (=== strpos($pathinfo'/sysAdm/product/product/class')) {
  2669.                             // admin_product_product_class
  2670.                             if (preg_match('#^/sysAdm/product/product/class/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  2671.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_class']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductClassController::index',));
  2672.                                 $requiredSchemes = array (  'https' => 0,);
  2673.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2674.                                     if ('GET' !== $canonicalMethod) {
  2675.                                         goto not_admin_product_product_class;
  2676.                                     }
  2677.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_class'key($requiredSchemes)));
  2678.                                 }
  2679.                                 return $ret;
  2680.                             }
  2681.                             not_admin_product_product_class:
  2682.                             // admin_product_product_class_clear
  2683.                             if (preg_match('#^/sysAdm/product/product/class/(?P<id>\\d+)/clear$#sD'$pathinfo$matches)) {
  2684.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_class_clear']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductClassController::clearProductClasses',));
  2685.                                 $requiredSchemes = array (  'https' => 0,);
  2686.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2687.                                     if ('GET' !== $canonicalMethod) {
  2688.                                         goto not_admin_product_product_class_clear;
  2689.                                     }
  2690.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_class_clear'key($requiredSchemes)));
  2691.                                 }
  2692.                                 return $ret;
  2693.                             }
  2694.                             not_admin_product_product_class_clear:
  2695.                         }
  2696.                         // admin_product
  2697.                         if ('/sysAdm/product' === $pathinfo) {
  2698.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::index',  '_route' => 'admin_product',);
  2699.                             $requiredSchemes = array (  'https' => 0,);
  2700.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2701.                                 if ('GET' !== $canonicalMethod) {
  2702.                                     goto not_admin_product;
  2703.                                 }
  2704.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product'key($requiredSchemes)));
  2705.                             }
  2706.                             return $ret;
  2707.                         }
  2708.                         not_admin_product:
  2709.                         // admin_product_page
  2710.                         if (=== strpos($pathinfo'/sysAdm/product/page') && preg_match('#^/sysAdm/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2711.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::index',));
  2712.                             $requiredSchemes = array (  'https' => 0,);
  2713.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2714.                                 if ('GET' !== $canonicalMethod) {
  2715.                                     goto not_admin_product_page;
  2716.                                 }
  2717.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_page'key($requiredSchemes)));
  2718.                             }
  2719.                             return $ret;
  2720.                         }
  2721.                         not_admin_product_page:
  2722.                         if (=== strpos($pathinfo'/sysAdm/product/product')) {
  2723.                             // admin_product_image_add
  2724.                             if ('/sysAdm/product/product/image/add' === $pathinfo) {
  2725.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::addImage',  '_route' => 'admin_product_image_add',);
  2726.                                 $requiredSchemes = array (  'https' => 0,);
  2727.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2728.                                 if (!in_array($requestMethod, ['POST'])) {
  2729.                                     if ($hasRequiredScheme) {
  2730.                                         $allow array_merge($allow, ['POST']);
  2731.                                     }
  2732.                                     goto not_admin_product_image_add;
  2733.                                 }
  2734.                                 if (!$hasRequiredScheme) {
  2735.                                     if ('GET' !== $canonicalMethod) {
  2736.                                         goto not_admin_product_image_add;
  2737.                                     }
  2738.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_image_add'key($requiredSchemes)));
  2739.                                 }
  2740.                                 return $ret;
  2741.                             }
  2742.                             not_admin_product_image_add:
  2743.                             // admin_product_product_new
  2744.                             if ('/sysAdm/product/product/new' === $pathinfo) {
  2745.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::edit',  '_route' => 'admin_product_product_new',);
  2746.                                 $requiredSchemes = array (  'https' => 0,);
  2747.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2748.                                     if ('GET' !== $canonicalMethod) {
  2749.                                         goto not_admin_product_product_new;
  2750.                                     }
  2751.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_new'key($requiredSchemes)));
  2752.                                 }
  2753.                                 return $ret;
  2754.                             }
  2755.                             not_admin_product_product_new:
  2756.                             // admin_product_product_edit
  2757.                             if (preg_match('#^/sysAdm/product/product/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2758.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::edit',));
  2759.                                 $requiredSchemes = array (  'https' => 0,);
  2760.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2761.                                     if ('GET' !== $canonicalMethod) {
  2762.                                         goto not_admin_product_product_edit;
  2763.                                     }
  2764.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_edit'key($requiredSchemes)));
  2765.                                 }
  2766.                                 return $ret;
  2767.                             }
  2768.                             not_admin_product_product_edit:
  2769.                             // admin_product_product_delete
  2770.                             if (preg_match('#^/sysAdm/product/product/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2771.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_delete']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::delete',));
  2772.                                 $requiredSchemes = array (  'https' => 0,);
  2773.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2774.                                 if (!in_array($requestMethod, ['DELETE'])) {
  2775.                                     if ($hasRequiredScheme) {
  2776.                                         $allow array_merge($allow, ['DELETE']);
  2777.                                     }
  2778.                                     goto not_admin_product_product_delete;
  2779.                                 }
  2780.                                 if (!$hasRequiredScheme) {
  2781.                                     if ('GET' !== $canonicalMethod) {
  2782.                                         goto not_admin_product_product_delete;
  2783.                                     }
  2784.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_delete'key($requiredSchemes)));
  2785.                                 }
  2786.                                 return $ret;
  2787.                             }
  2788.                             not_admin_product_product_delete:
  2789.                             // admin_product_product_copy
  2790.                             if (preg_match('#^/sysAdm/product/product/(?P<id>\\d+)/copy$#sD'$pathinfo$matches)) {
  2791.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_copy']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::copy',));
  2792.                                 $requiredSchemes = array (  'https' => 0,);
  2793.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2794.                                 if (!in_array($requestMethod, ['POST'])) {
  2795.                                     if ($hasRequiredScheme) {
  2796.                                         $allow array_merge($allow, ['POST']);
  2797.                                     }
  2798.                                     goto not_admin_product_product_copy;
  2799.                                 }
  2800.                                 if (!$hasRequiredScheme) {
  2801.                                     if ('GET' !== $canonicalMethod) {
  2802.                                         goto not_admin_product_product_copy;
  2803.                                     }
  2804.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_copy'key($requiredSchemes)));
  2805.                                 }
  2806.                                 return $ret;
  2807.                             }
  2808.                             not_admin_product_product_copy:
  2809.                             // admin_product_product_display
  2810.                             if (preg_match('#^/sysAdm/product/product/(?P<id>\\d+)/display$#sD'$pathinfo$matches)) {
  2811.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_display']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::display',));
  2812.                                 $requiredSchemes = array (  'https' => 0,);
  2813.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2814.                                     if ('GET' !== $canonicalMethod) {
  2815.                                         goto not_admin_product_product_display;
  2816.                                     }
  2817.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_display'key($requiredSchemes)));
  2818.                                 }
  2819.                                 return $ret;
  2820.                             }
  2821.                             not_admin_product_product_display:
  2822.                         }
  2823.                         elseif (=== strpos($pathinfo'/sysAdm/product/c')) {
  2824.                             // admin_product_classes_load
  2825.                             if (=== strpos($pathinfo'/sysAdm/product/classes') && preg_match('#^/sysAdm/product/classes/(?P<id>\\d+)/load$#sD'$pathinfo$matches)) {
  2826.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_classes_load']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::loadProductClasses',));
  2827.                                 $requiredSchemes = array (  'https' => 0,);
  2828.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2829.                                 if (!in_array($canonicalMethod, ['GET'])) {
  2830.                                     if ($hasRequiredScheme) {
  2831.                                         $allow array_merge($allow, ['GET']);
  2832.                                     }
  2833.                                     goto not_admin_product_classes_load;
  2834.                                 }
  2835.                                 if (!$hasRequiredScheme) {
  2836.                                     if ('GET' !== $canonicalMethod) {
  2837.                                         goto not_admin_product_classes_load;
  2838.                                     }
  2839.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_classes_load'key($requiredSchemes)));
  2840.                                 }
  2841.                                 return $ret;
  2842.                             }
  2843.                             not_admin_product_classes_load:
  2844.                             if (=== strpos($pathinfo'/sysAdm/product/cart_up_recommend')) {
  2845.                                 // admin_cart_up_recommend_edit
  2846.                                 if (preg_match('#^/sysAdm/product/cart_up_recommend/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2847.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_cart_up_recommend_edit']), array (  '_controller' => 'Plugin\\CartUpRecommend\\Controller\\Admin\\Product\\CartUpRecommendSettingController::index',));
  2848.                                     $requiredSchemes = array (  'https' => 0,);
  2849.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2850.                                         if ('GET' !== $canonicalMethod) {
  2851.                                             goto not_admin_cart_up_recommend_edit;
  2852.                                         }
  2853.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_cart_up_recommend_edit'key($requiredSchemes)));
  2854.                                     }
  2855.                                     return $ret;
  2856.                                 }
  2857.                                 not_admin_cart_up_recommend_edit:
  2858.                                 // admin_cart_up_recommend_sort_no_move
  2859.                                 if ('/sysAdm/product/cart_up_recommend/sort_no/move' === $pathinfo) {
  2860.                                     $ret = array (  '_controller' => 'Plugin\\CartUpRecommend\\Controller\\Admin\\Product\\CartUpRecommendSettingController::moveSortNo',  '_route' => 'admin_cart_up_recommend_sort_no_move',);
  2861.                                     $requiredSchemes = array (  'https' => 0,);
  2862.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2863.                                     if (!in_array($requestMethod, ['POST'])) {
  2864.                                         if ($hasRequiredScheme) {
  2865.                                             $allow array_merge($allow, ['POST']);
  2866.                                         }
  2867.                                         goto not_admin_cart_up_recommend_sort_no_move;
  2868.                                     }
  2869.                                     if (!$hasRequiredScheme) {
  2870.                                         if ('GET' !== $canonicalMethod) {
  2871.                                             goto not_admin_cart_up_recommend_sort_no_move;
  2872.                                         }
  2873.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_cart_up_recommend_sort_no_move'key($requiredSchemes)));
  2874.                                     }
  2875.                                     return $ret;
  2876.                                 }
  2877.                                 not_admin_cart_up_recommend_sort_no_move:
  2878.                             }
  2879.                             // admin_cart_up_recommend_delete
  2880.                             if (=== strpos($pathinfo'/sysAdm/product/car_up_recommend') && preg_match('#^/sysAdm/product/car_up_recommend/(?P<key>\\d+)/(?P<id>[^/]++)/delete$#sD'$pathinfo$matches)) {
  2881.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_cart_up_recommend_delete']), array (  '_controller' => 'Plugin\\CartUpRecommend\\Controller\\Admin\\Product\\CartUpRecommendSettingController::delete',));
  2882.                                 $requiredSchemes = array (  'https' => 0,);
  2883.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2884.                                 if (!in_array($requestMethod, ['DELETE'])) {
  2885.                                     if ($hasRequiredScheme) {
  2886.                                         $allow array_merge($allow, ['DELETE']);
  2887.                                     }
  2888.                                     goto not_admin_cart_up_recommend_delete;
  2889.                                 }
  2890.                                 if (!$hasRequiredScheme) {
  2891.                                     if ('GET' !== $canonicalMethod) {
  2892.                                         goto not_admin_cart_up_recommend_delete;
  2893.                                     }
  2894.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_cart_up_recommend_delete'key($requiredSchemes)));
  2895.                                 }
  2896.                                 return $ret;
  2897.                             }
  2898.                             not_admin_cart_up_recommend_delete:
  2899.                         }
  2900.                         // admin_product_export
  2901.                         if ('/sysAdm/product/export' === $pathinfo) {
  2902.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::export',  '_route' => 'admin_product_export',);
  2903.                             $requiredSchemes = array (  'https' => 0,);
  2904.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2905.                                 if ('GET' !== $canonicalMethod) {
  2906.                                     goto not_admin_product_export;
  2907.                                 }
  2908.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_export'key($requiredSchemes)));
  2909.                             }
  2910.                             return $ret;
  2911.                         }
  2912.                         not_admin_product_export:
  2913.                         // admin_product_bulk_product_status
  2914.                         if (=== strpos($pathinfo'/sysAdm/product/bulk/product-status') && preg_match('#^/sysAdm/product/bulk/product\\-status/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  2915.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_bulk_product_status']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::bulkProductStatus',));
  2916.                             $requiredSchemes = array (  'https' => 0,);
  2917.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2918.                             if (!in_array($requestMethod, ['POST'])) {
  2919.                                 if ($hasRequiredScheme) {
  2920.                                     $allow array_merge($allow, ['POST']);
  2921.                                 }
  2922.                                 goto not_admin_product_bulk_product_status;
  2923.                             }
  2924.                             if (!$hasRequiredScheme) {
  2925.                                 if ('GET' !== $canonicalMethod) {
  2926.                                     goto not_admin_product_bulk_product_status;
  2927.                                 }
  2928.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_bulk_product_status'key($requiredSchemes)));
  2929.                             }
  2930.                             return $ret;
  2931.                         }
  2932.                         not_admin_product_bulk_product_status:
  2933.                         if (=== strpos($pathinfo'/sysAdm/product/tag')) {
  2934.                             // admin_product_tag
  2935.                             if ('/sysAdm/product/tag' === $pathinfo) {
  2936.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::index',  '_route' => 'admin_product_tag',);
  2937.                                 $requiredSchemes = array (  'https' => 0,);
  2938.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2939.                                     if ('GET' !== $canonicalMethod) {
  2940.                                         goto not_admin_product_tag;
  2941.                                     }
  2942.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag'key($requiredSchemes)));
  2943.                                 }
  2944.                                 return $ret;
  2945.                             }
  2946.                             not_admin_product_tag:
  2947.                             // admin_product_tag_delete
  2948.                             if (preg_match('#^/sysAdm/product/tag/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2949.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_tag_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::delete',));
  2950.                                 $requiredSchemes = array (  'https' => 0,);
  2951.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2952.                                 if (!in_array($requestMethod, ['DELETE'])) {
  2953.                                     if ($hasRequiredScheme) {
  2954.                                         $allow array_merge($allow, ['DELETE']);
  2955.                                     }
  2956.                                     goto not_admin_product_tag_delete;
  2957.                                 }
  2958.                                 if (!$hasRequiredScheme) {
  2959.                                     if ('GET' !== $canonicalMethod) {
  2960.                                         goto not_admin_product_tag_delete;
  2961.                                     }
  2962.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag_delete'key($requiredSchemes)));
  2963.                                 }
  2964.                                 return $ret;
  2965.                             }
  2966.                             not_admin_product_tag_delete:
  2967.                             // admin_product_tag_sort_no_move
  2968.                             if ('/sysAdm/product/tag/sort_no/move' === $pathinfo) {
  2969.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::moveSortNo',  '_route' => 'admin_product_tag_sort_no_move',);
  2970.                                 $requiredSchemes = array (  'https' => 0,);
  2971.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2972.                                 if (!in_array($requestMethod, ['POST'])) {
  2973.                                     if ($hasRequiredScheme) {
  2974.                                         $allow array_merge($allow, ['POST']);
  2975.                                     }
  2976.                                     goto not_admin_product_tag_sort_no_move;
  2977.                                 }
  2978.                                 if (!$hasRequiredScheme) {
  2979.                                     if ('GET' !== $canonicalMethod) {
  2980.                                         goto not_admin_product_tag_sort_no_move;
  2981.                                     }
  2982.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag_sort_no_move'key($requiredSchemes)));
  2983.                                 }
  2984.                                 return $ret;
  2985.                             }
  2986.                             not_admin_product_tag_sort_no_move:
  2987.                         }
  2988.                         elseif (=== strpos($pathinfo'/sysAdm/product/search/cart_up_recommend')) {
  2989.                             // admin_cart_up_recommend_search_product
  2990.                             if ('/sysAdm/product/search/cart_up_recommend' === $pathinfo) {
  2991.                                 $ret = array (  '_controller' => 'Plugin\\CartUpRecommend\\Controller\\Admin\\Product\\CartUpRecommendSettingController::searchProduct',  '_route' => 'admin_cart_up_recommend_search_product',);
  2992.                                 $requiredSchemes = array (  'https' => 0,);
  2993.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2994.                                     if ('GET' !== $canonicalMethod) {
  2995.                                         goto not_admin_cart_up_recommend_search_product;
  2996.                                     }
  2997.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_cart_up_recommend_search_product'key($requiredSchemes)));
  2998.                                 }
  2999.                                 return $ret;
  3000.                             }
  3001.                             not_admin_cart_up_recommend_search_product:
  3002.                             // admin_cart_up_recommend_search_product_page
  3003.                             if (=== strpos($pathinfo'/sysAdm/product/search/cart_up_recommend/page') && preg_match('#^/sysAdm/product/search/cart_up_recommend/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3004.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_cart_up_recommend_search_product_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\CartUpRecommend\\Controller\\Admin\\Product\\CartUpRecommendSettingController::searchProduct',));
  3005.                                 $requiredSchemes = array (  'https' => 0,);
  3006.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3007.                                     if ('GET' !== $canonicalMethod) {
  3008.                                         goto not_admin_cart_up_recommend_search_product_page;
  3009.                                     }
  3010.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_cart_up_recommend_search_product_page'key($requiredSchemes)));
  3011.                                 }
  3012.                                 return $ret;
  3013.                             }
  3014.                             not_admin_cart_up_recommend_search_product_page:
  3015.                         }
  3016.                     }
  3017.                     elseif (=== strpos($pathinfo'/sysAdm/plugin')) {
  3018.                         if (=== strpos($pathinfo'/sysAdm/plugin_line_login_setting')) {
  3019.                             // plugin_line_login_setting
  3020.                             if ('/sysAdm/plugin_line_login_setting' === $trimmedPathinfo) {
  3021.                                 $ret = array (  '_controller' => 'Plugin\\ECCUBE4LineLoginIntegration\\Controller\\Admin\\LineLoginIntegrationAdminController::setting',  '_route' => 'plugin_line_login_setting',);
  3022.                                 if ('/' === substr($pathinfo, -1)) {
  3023.                                     // no-op
  3024.                                 } elseif ('GET' !== $canonicalMethod) {
  3025.                                     goto not_plugin_line_login_setting;
  3026.                                 } else {
  3027.                                     return array_replace($ret$this->redirect($rawPathinfo.'/''plugin_line_login_setting'));
  3028.                                 }
  3029.                                 $requiredSchemes = array (  'https' => 0,);
  3030.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3031.                                     if ('GET' !== $canonicalMethod) {
  3032.                                         goto not_plugin_line_login_setting;
  3033.                                     }
  3034.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_line_login_setting'key($requiredSchemes)));
  3035.                                 }
  3036.                                 return $ret;
  3037.                             }
  3038.                             not_plugin_line_login_setting:
  3039.                             // plugin_line_login_setting_commit
  3040.                             if ('/sysAdm/plugin_line_login_setting/commit' === $pathinfo) {
  3041.                                 $ret = array (  '_controller' => 'Plugin\\ECCUBE4LineLoginIntegration\\Controller\\Admin\\LineLoginIntegrationAdminController::commit',  '_route' => 'plugin_line_login_setting_commit',);
  3042.                                 $requiredSchemes = array (  'https' => 0,);
  3043.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3044.                                     if ('GET' !== $canonicalMethod) {
  3045.                                         goto not_plugin_line_login_setting_commit;
  3046.                                     }
  3047.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_line_login_setting_commit'key($requiredSchemes)));
  3048.                                 }
  3049.                                 return $ret;
  3050.                             }
  3051.                             not_plugin_line_login_setting_commit:
  3052.                         }
  3053.                         elseif (=== strpos($pathinfo'/sysAdm/plugin/mail_magazine')) {
  3054.                             // plugin_mail_magazine
  3055.                             if ('/sysAdm/plugin/mail_magazine' === $pathinfo) {
  3056.                                 $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::index',  '_route' => 'plugin_mail_magazine',);
  3057.                                 $requiredSchemes = array (  'https' => 0,);
  3058.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3059.                                     if ('GET' !== $canonicalMethod) {
  3060.                                         goto not_plugin_mail_magazine;
  3061.                                     }
  3062.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine'key($requiredSchemes)));
  3063.                                 }
  3064.                                 return $ret;
  3065.                             }
  3066.                             not_plugin_mail_magazine:
  3067.                             // plugin_mail_magazine_page
  3068.                             if (preg_match('#^/sysAdm/plugin/mail_magazine(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3069.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::index',));
  3070.                                 $requiredSchemes = array (  'https' => 0,);
  3071.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3072.                                     if ('GET' !== $canonicalMethod) {
  3073.                                         goto not_plugin_mail_magazine_page;
  3074.                                     }
  3075.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_page'key($requiredSchemes)));
  3076.                                 }
  3077.                                 return $ret;
  3078.                             }
  3079.                             not_plugin_mail_magazine_page:
  3080.                             // plugin_mail_magazine_select
  3081.                             if (=== strpos($pathinfo'/sysAdm/plugin/mail_magazine/select') && preg_match('#^/sysAdm/plugin/mail_magazine/select(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  3082.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_select']), array (  'id' => NULL,  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::select',));
  3083.                                 $requiredSchemes = array (  'https' => 0,);
  3084.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3085.                                 if (!in_array($requestMethod, ['POST'])) {
  3086.                                     if ($hasRequiredScheme) {
  3087.                                         $allow array_merge($allow, ['POST']);
  3088.                                     }
  3089.                                     goto not_plugin_mail_magazine_select;
  3090.                                 }
  3091.                                 if (!$hasRequiredScheme) {
  3092.                                     if ('GET' !== $canonicalMethod) {
  3093.                                         goto not_plugin_mail_magazine_select;
  3094.                                     }
  3095.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_select'key($requiredSchemes)));
  3096.                                 }
  3097.                                 return $ret;
  3098.                             }
  3099.                             not_plugin_mail_magazine_select:
  3100.                             // plugin_mail_magazine_prepare
  3101.                             if ('/sysAdm/plugin/mail_magazine/prepare' === $pathinfo) {
  3102.                                 $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::prepare',  '_route' => 'plugin_mail_magazine_prepare',);
  3103.                                 $requiredSchemes = array (  'https' => 0,);
  3104.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3105.                                 if (!in_array($requestMethod, ['POST'])) {
  3106.                                     if ($hasRequiredScheme) {
  3107.                                         $allow array_merge($allow, ['POST']);
  3108.                                     }
  3109.                                     goto not_plugin_mail_magazine_prepare;
  3110.                                 }
  3111.                                 if (!$hasRequiredScheme) {
  3112.                                     if ('GET' !== $canonicalMethod) {
  3113.                                         goto not_plugin_mail_magazine_prepare;
  3114.                                     }
  3115.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_prepare'key($requiredSchemes)));
  3116.                                 }
  3117.                                 return $ret;
  3118.                             }
  3119.                             not_plugin_mail_magazine_prepare:
  3120.                             // plugin_mail_magazine_commit
  3121.                             if ('/sysAdm/plugin/mail_magazine/commit' === $pathinfo) {
  3122.                                 $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::commit',  '_route' => 'plugin_mail_magazine_commit',);
  3123.                                 $requiredSchemes = array (  'https' => 0,);
  3124.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3125.                                 if (!in_array($requestMethod, ['POST'])) {
  3126.                                     if ($hasRequiredScheme) {
  3127.                                         $allow array_merge($allow, ['POST']);
  3128.                                     }
  3129.                                     goto not_plugin_mail_magazine_commit;
  3130.                                 }
  3131.                                 if (!$hasRequiredScheme) {
  3132.                                     if ('GET' !== $canonicalMethod) {
  3133.                                         goto not_plugin_mail_magazine_commit;
  3134.                                     }
  3135.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_commit'key($requiredSchemes)));
  3136.                                 }
  3137.                                 return $ret;
  3138.                             }
  3139.                             not_plugin_mail_magazine_commit:
  3140.                             // plugin_mail_magazine_test
  3141.                             if ('/sysAdm/plugin/mail_magazine/test' === $pathinfo) {
  3142.                                 $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::sendTest',  '_route' => 'plugin_mail_magazine_test',);
  3143.                                 $requiredSchemes = array (  'https' => 0,);
  3144.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3145.                                 if (!in_array($requestMethod, ['POST'])) {
  3146.                                     if ($hasRequiredScheme) {
  3147.                                         $allow array_merge($allow, ['POST']);
  3148.                                     }
  3149.                                     goto not_plugin_mail_magazine_test;
  3150.                                 }
  3151.                                 if (!$hasRequiredScheme) {
  3152.                                     if ('GET' !== $canonicalMethod) {
  3153.                                         goto not_plugin_mail_magazine_test;
  3154.                                     }
  3155.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_test'key($requiredSchemes)));
  3156.                                 }
  3157.                                 return $ret;
  3158.                             }
  3159.                             not_plugin_mail_magazine_test:
  3160.                             if (=== strpos($pathinfo'/sysAdm/plugin/mail_magazine/template')) {
  3161.                                 // plugin_mail_magazine_template
  3162.                                 if ('/sysAdm/plugin/mail_magazine/template' === $pathinfo) {
  3163.                                     $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::index',  '_route' => 'plugin_mail_magazine_template',);
  3164.                                     $requiredSchemes = array (  'https' => 0,);
  3165.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3166.                                         if ('GET' !== $canonicalMethod) {
  3167.                                             goto not_plugin_mail_magazine_template;
  3168.                                         }
  3169.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template'key($requiredSchemes)));
  3170.                                     }
  3171.                                     return $ret;
  3172.                                 }
  3173.                                 not_plugin_mail_magazine_template:
  3174.                                 // plugin_mail_magazine_template_preview
  3175.                                 if (preg_match('#^/sysAdm/plugin/mail_magazine/template/(?P<id>\\d+)/preview$#sD'$pathinfo$matches)) {
  3176.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_template_preview']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::preview',));
  3177.                                     $requiredSchemes = array (  'https' => 0,);
  3178.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3179.                                         if ('GET' !== $canonicalMethod) {
  3180.                                             goto not_plugin_mail_magazine_template_preview;
  3181.                                         }
  3182.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template_preview'key($requiredSchemes)));
  3183.                                     }
  3184.                                     return $ret;
  3185.                                 }
  3186.                                 not_plugin_mail_magazine_template_preview:
  3187.                                 // plugin_mail_magazine_template_delete
  3188.                                 if (preg_match('#^/sysAdm/plugin/mail_magazine/template/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  3189.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_template_delete']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::delete',));
  3190.                                     $requiredSchemes = array (  'https' => 0,);
  3191.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3192.                                     if (!in_array($requestMethod, ['POST'])) {
  3193.                                         if ($hasRequiredScheme) {
  3194.                                             $allow array_merge($allow, ['POST']);
  3195.                                         }
  3196.                                         goto not_plugin_mail_magazine_template_delete;
  3197.                                     }
  3198.                                     if (!$hasRequiredScheme) {
  3199.                                         if ('GET' !== $canonicalMethod) {
  3200.                                             goto not_plugin_mail_magazine_template_delete;
  3201.                                         }
  3202.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template_delete'key($requiredSchemes)));
  3203.                                     }
  3204.                                     return $ret;
  3205.                                 }
  3206.                                 not_plugin_mail_magazine_template_delete:
  3207.                                 // plugin_mail_magazine_template_edit
  3208.                                 if (preg_match('#^/sysAdm/plugin/mail_magazine/template/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  3209.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_template_edit']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::edit',));
  3210.                                     $requiredSchemes = array (  'https' => 0,);
  3211.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3212.                                         if ('GET' !== $canonicalMethod) {
  3213.                                             goto not_plugin_mail_magazine_template_edit;
  3214.                                         }
  3215.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template_edit'key($requiredSchemes)));
  3216.                                     }
  3217.                                     return $ret;
  3218.                                 }
  3219.                                 not_plugin_mail_magazine_template_edit:
  3220.                                 // plugin_mail_magazine_template_commit
  3221.                                 if (=== strpos($pathinfo'/sysAdm/plugin/mail_magazine/template/commit') && preg_match('#^/sysAdm/plugin/mail_magazine/template/commit(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  3222.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_template_commit']), array (  'id' => NULL,  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::commit',));
  3223.                                     $requiredSchemes = array (  'https' => 0,);
  3224.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3225.                                     if (!in_array($requestMethod, ['POST'])) {
  3226.                                         if ($hasRequiredScheme) {
  3227.                                             $allow array_merge($allow, ['POST']);
  3228.                                         }
  3229.                                         goto not_plugin_mail_magazine_template_commit;
  3230.                                     }
  3231.                                     if (!$hasRequiredScheme) {
  3232.                                         if ('GET' !== $canonicalMethod) {
  3233.                                             goto not_plugin_mail_magazine_template_commit;
  3234.                                         }
  3235.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template_commit'key($requiredSchemes)));
  3236.                                     }
  3237.                                     return $ret;
  3238.                                 }
  3239.                                 not_plugin_mail_magazine_template_commit:
  3240.                                 // plugin_mail_magazine_template_regist
  3241.                                 if ('/sysAdm/plugin/mail_magazine/template/regist' === $pathinfo) {
  3242.                                     $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::regist',  '_route' => 'plugin_mail_magazine_template_regist',);
  3243.                                     $requiredSchemes = array (  'https' => 0,);
  3244.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3245.                                         if ('GET' !== $canonicalMethod) {
  3246.                                             goto not_plugin_mail_magazine_template_regist;
  3247.                                         }
  3248.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template_regist'key($requiredSchemes)));
  3249.                                     }
  3250.                                     return $ret;
  3251.                                 }
  3252.                                 not_plugin_mail_magazine_template_regist:
  3253.                             }
  3254.                             elseif (=== strpos($pathinfo'/sysAdm/plugin/mail_magazine/history')) {
  3255.                                 // plugin_mail_magazine_history
  3256.                                 if ('/sysAdm/plugin/mail_magazine/history' === $pathinfo) {
  3257.                                     $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::index',  '_route' => 'plugin_mail_magazine_history',);
  3258.                                     $requiredSchemes = array (  'https' => 0,);
  3259.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3260.                                         if ('GET' !== $canonicalMethod) {
  3261.                                             goto not_plugin_mail_magazine_history;
  3262.                                         }
  3263.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history'key($requiredSchemes)));
  3264.                                     }
  3265.                                     return $ret;
  3266.                                 }
  3267.                                 not_plugin_mail_magazine_history:
  3268.                                 // plugin_mail_magazine_history_page
  3269.                                 if (preg_match('#^/sysAdm/plugin/mail_magazine/history(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3270.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_page']), array (  'page_no' => 1,  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::index',));
  3271.                                     $requiredSchemes = array (  'https' => 0,);
  3272.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3273.                                         if ('GET' !== $canonicalMethod) {
  3274.                                             goto not_plugin_mail_magazine_history_page;
  3275.                                         }
  3276.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_page'key($requiredSchemes)));
  3277.                                     }
  3278.                                     return $ret;
  3279.                                 }
  3280.                                 not_plugin_mail_magazine_history_page:
  3281.                                 // plugin_mail_magazine_history_preview
  3282.                                 if (preg_match('#^/sysAdm/plugin/mail_magazine/history/(?P<id>\\d+)/preview$#sD'$pathinfo$matches)) {
  3283.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_preview']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::preview',));
  3284.                                     $requiredSchemes = array (  'https' => 0,);
  3285.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3286.                                         if ('GET' !== $canonicalMethod) {
  3287.                                             goto not_plugin_mail_magazine_history_preview;
  3288.                                         }
  3289.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_preview'key($requiredSchemes)));
  3290.                                     }
  3291.                                     return $ret;
  3292.                                 }
  3293.                                 not_plugin_mail_magazine_history_preview:
  3294.                                 // plugin_mail_magazine_history_condition
  3295.                                 if (preg_match('#^/sysAdm/plugin/mail_magazine/history/(?P<id>\\d+)/condition$#sD'$pathinfo$matches)) {
  3296.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_condition']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::condition',));
  3297.                                     $requiredSchemes = array (  'https' => 0,);
  3298.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3299.                                         if ('GET' !== $canonicalMethod) {
  3300.                                             goto not_plugin_mail_magazine_history_condition;
  3301.                                         }
  3302.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_condition'key($requiredSchemes)));
  3303.                                     }
  3304.                                     return $ret;
  3305.                                 }
  3306.                                 not_plugin_mail_magazine_history_condition:
  3307.                                 // plugin_mail_magazine_history_delete
  3308.                                 if (preg_match('#^/sysAdm/plugin/mail_magazine/history/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  3309.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_delete']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::delete',));
  3310.                                     $requiredSchemes = array (  'https' => 0,);
  3311.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3312.                                     if (!in_array($requestMethod, ['POST'])) {
  3313.                                         if ($hasRequiredScheme) {
  3314.                                             $allow array_merge($allow, ['POST']);
  3315.                                         }
  3316.                                         goto not_plugin_mail_magazine_history_delete;
  3317.                                     }
  3318.                                     if (!$hasRequiredScheme) {
  3319.                                         if ('GET' !== $canonicalMethod) {
  3320.                                             goto not_plugin_mail_magazine_history_delete;
  3321.                                         }
  3322.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_delete'key($requiredSchemes)));
  3323.                                     }
  3324.                                     return $ret;
  3325.                                 }
  3326.                                 not_plugin_mail_magazine_history_delete:
  3327.                                 // plugin_mail_magazine_history_retry
  3328.                                 if (preg_match('#^/sysAdm/plugin/mail_magazine/history/(?P<id>\\d+)/retry$#sD'$pathinfo$matches)) {
  3329.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_retry']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::retry',));
  3330.                                     $requiredSchemes = array (  'https' => 0,);
  3331.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3332.                                     if (!in_array($requestMethod, ['POST'])) {
  3333.                                         if ($hasRequiredScheme) {
  3334.                                             $allow array_merge($allow, ['POST']);
  3335.                                         }
  3336.                                         goto not_plugin_mail_magazine_history_retry;
  3337.                                     }
  3338.                                     if (!$hasRequiredScheme) {
  3339.                                         if ('GET' !== $canonicalMethod) {
  3340.                                             goto not_plugin_mail_magazine_history_retry;
  3341.                                         }
  3342.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_retry'key($requiredSchemes)));
  3343.                                     }
  3344.                                     return $ret;
  3345.                                 }
  3346.                                 not_plugin_mail_magazine_history_retry:
  3347.                                 if (=== strpos($pathinfo'/sysAdm/plugin/mail_magazine/history/result')) {
  3348.                                     // plugin_mail_magazine_history_result
  3349.                                     if (preg_match('#^/sysAdm/plugin/mail_magazine/history/result/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3350.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_result']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::result',));
  3351.                                         $requiredSchemes = array (  'https' => 0,);
  3352.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3353.                                             if ('GET' !== $canonicalMethod) {
  3354.                                                 goto not_plugin_mail_magazine_history_result;
  3355.                                             }
  3356.                                             return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_result'key($requiredSchemes)));
  3357.                                         }
  3358.                                         return $ret;
  3359.                                     }
  3360.                                     not_plugin_mail_magazine_history_result:
  3361.                                     // plugin_mail_magazine_history_result_page
  3362.                                     if (preg_match('#^/sysAdm/plugin/mail_magazine/history/result/(?P<id>\\d+)(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3363.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_result_page']), array (  'page_no' => 1,  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::result',));
  3364.                                         $requiredSchemes = array (  'https' => 0,);
  3365.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3366.                                             if ('GET' !== $canonicalMethod) {
  3367.                                                 goto not_plugin_mail_magazine_history_result_page;
  3368.                                             }
  3369.                                             return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_result_page'key($requiredSchemes)));
  3370.                                         }
  3371.                                         return $ret;
  3372.                                     }
  3373.                                     not_plugin_mail_magazine_history_result_page:
  3374.                                 }
  3375.                             }
  3376.                         }
  3377.                         elseif (=== strpos($pathinfo'/sysAdm/plugin/coupon')) {
  3378.                             // plugin_coupon_list
  3379.                             if ('/sysAdm/plugin/coupon' === $pathinfo) {
  3380.                                 $ret = array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponController::index',  '_route' => 'plugin_coupon_list',);
  3381.                                 $requiredSchemes = array (  'https' => 0,);
  3382.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3383.                                     if ('GET' !== $canonicalMethod) {
  3384.                                         goto not_plugin_coupon_list;
  3385.                                     }
  3386.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_list'key($requiredSchemes)));
  3387.                                 }
  3388.                                 return $ret;
  3389.                             }
  3390.                             not_plugin_coupon_list:
  3391.                             // plugin_coupon_new
  3392.                             if ('/sysAdm/plugin/coupon/new' === $pathinfo) {
  3393.                                 $ret = array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponController::edit',  '_route' => 'plugin_coupon_new',);
  3394.                                 $requiredSchemes = array (  'https' => 0,);
  3395.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3396.                                     if ('GET' !== $canonicalMethod) {
  3397.                                         goto not_plugin_coupon_new;
  3398.                                     }
  3399.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_new'key($requiredSchemes)));
  3400.                                 }
  3401.                                 return $ret;
  3402.                             }
  3403.                             not_plugin_coupon_new:
  3404.                             // plugin_coupon_edit
  3405.                             if (preg_match('#^/sysAdm/plugin/coupon/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  3406.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_coupon_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponController::edit',));
  3407.                                 $requiredSchemes = array (  'https' => 0,);
  3408.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3409.                                     if ('GET' !== $canonicalMethod) {
  3410.                                         goto not_plugin_coupon_edit;
  3411.                                     }
  3412.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_edit'key($requiredSchemes)));
  3413.                                 }
  3414.                                 return $ret;
  3415.                             }
  3416.                             not_plugin_coupon_edit:
  3417.                             // plugin_coupon_enable
  3418.                             if (preg_match('#^/sysAdm/plugin/coupon/(?P<id>\\d+)/enable$#sD'$pathinfo$matches)) {
  3419.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_coupon_enable']), array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponController::enable',));
  3420.                                 $requiredSchemes = array (  'https' => 0,);
  3421.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3422.                                 if (!in_array($requestMethod, ['PUT'])) {
  3423.                                     if ($hasRequiredScheme) {
  3424.                                         $allow array_merge($allow, ['PUT']);
  3425.                                     }
  3426.                                     goto not_plugin_coupon_enable;
  3427.                                 }
  3428.                                 if (!$hasRequiredScheme) {
  3429.                                     if ('GET' !== $canonicalMethod) {
  3430.                                         goto not_plugin_coupon_enable;
  3431.                                     }
  3432.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_enable'key($requiredSchemes)));
  3433.                                 }
  3434.                                 return $ret;
  3435.                             }
  3436.                             not_plugin_coupon_enable:
  3437.                             // plugin_coupon_delete
  3438.                             if (preg_match('#^/sysAdm/plugin/coupon/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  3439.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_coupon_delete']), array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponController::delete',));
  3440.                                 $requiredSchemes = array (  'https' => 0,);
  3441.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3442.                                 if (!in_array($requestMethod, ['DELETE'])) {
  3443.                                     if ($hasRequiredScheme) {
  3444.                                         $allow array_merge($allow, ['DELETE']);
  3445.                                     }
  3446.                                     goto not_plugin_coupon_delete;
  3447.                                 }
  3448.                                 if (!$hasRequiredScheme) {
  3449.                                     if ('GET' !== $canonicalMethod) {
  3450.                                         goto not_plugin_coupon_delete;
  3451.                                     }
  3452.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_delete'key($requiredSchemes)));
  3453.                                 }
  3454.                                 return $ret;
  3455.                             }
  3456.                             not_plugin_coupon_delete:
  3457.                             if (=== strpos($pathinfo'/sysAdm/plugin/coupon/search/product')) {
  3458.                                 // plugin_coupon_search_product
  3459.                                 if ('/sysAdm/plugin/coupon/search/product' === $pathinfo) {
  3460.                                     $ret = array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponSearchModelController::searchProduct',  '_route' => 'plugin_coupon_search_product',);
  3461.                                     $requiredSchemes = array (  'https' => 0,);
  3462.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3463.                                         if ('GET' !== $canonicalMethod) {
  3464.                                             goto not_plugin_coupon_search_product;
  3465.                                         }
  3466.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_search_product'key($requiredSchemes)));
  3467.                                     }
  3468.                                     return $ret;
  3469.                                 }
  3470.                                 not_plugin_coupon_search_product:
  3471.                                 // plugin_coupon_search_product_page
  3472.                                 if (=== strpos($pathinfo'/sysAdm/plugin/coupon/search/product/page') && preg_match('#^/sysAdm/plugin/coupon/search/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3473.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_coupon_search_product_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponSearchModelController::searchProduct',));
  3474.                                     $requiredSchemes = array (  'https' => 0,);
  3475.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3476.                                         if ('GET' !== $canonicalMethod) {
  3477.                                             goto not_plugin_coupon_search_product_page;
  3478.                                         }
  3479.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_search_product_page'key($requiredSchemes)));
  3480.                                     }
  3481.                                     return $ret;
  3482.                                 }
  3483.                                 not_plugin_coupon_search_product_page:
  3484.                             }
  3485.                             // plugin_coupon_search_category
  3486.                             if ('/sysAdm/plugin/coupon/search/category' === $pathinfo) {
  3487.                                 $ret = array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponSearchModelController::searchCategory',  '_route' => 'plugin_coupon_search_category',);
  3488.                                 $requiredSchemes = array (  'https' => 0,);
  3489.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3490.                                     if ('GET' !== $canonicalMethod) {
  3491.                                         goto not_plugin_coupon_search_category;
  3492.                                     }
  3493.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_search_category'key($requiredSchemes)));
  3494.                                 }
  3495.                                 return $ret;
  3496.                             }
  3497.                             not_plugin_coupon_search_category:
  3498.                         }
  3499.                         elseif (=== strpos($pathinfo'/sysAdm/plugin/recommend')) {
  3500.                             // plugin_recommend_list
  3501.                             if ('/sysAdm/plugin/recommend' === $pathinfo) {
  3502.                                 $ret = array (  '_controller' => 'Plugin\\Recommend4\\Controller\\RecommendController::index',  '_route' => 'plugin_recommend_list',);
  3503.                                 $requiredSchemes = array (  'https' => 0,);
  3504.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3505.                                     if ('GET' !== $canonicalMethod) {
  3506.                                         goto not_plugin_recommend_list;
  3507.                                     }
  3508.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_recommend_list'key($requiredSchemes)));
  3509.                                 }
  3510.                                 return $ret;
  3511.                             }
  3512.                             not_plugin_recommend_list:
  3513.                             // plugin_recommend_new
  3514.                             if ('/sysAdm/plugin/recommend/new' === $pathinfo) {
  3515.                                 $ret = array (  '_controller' => 'Plugin\\Recommend4\\Controller\\RecommendController::edit',  '_route' => 'plugin_recommend_new',);
  3516.                                 $requiredSchemes = array (  'https' => 0,);
  3517.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3518.                                     if ('GET' !== $canonicalMethod) {
  3519.                                         goto not_plugin_recommend_new;
  3520.                                     }
  3521.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_recommend_new'key($requiredSchemes)));
  3522.                                 }
  3523.                                 return $ret;
  3524.                             }
  3525.                             not_plugin_recommend_new:
  3526.                             // plugin_recommend_edit
  3527.                             if (preg_match('#^/sysAdm/plugin/recommend/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  3528.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_recommend_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\Recommend4\\Controller\\RecommendController::edit',));
  3529.                                 $requiredSchemes = array (  'https' => 0,);
  3530.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3531.                                     if ('GET' !== $canonicalMethod) {
  3532.                                         goto not_plugin_recommend_edit;
  3533.                                     }
  3534.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_recommend_edit'key($requiredSchemes)));
  3535.                                 }
  3536.                                 return $ret;
  3537.                             }
  3538.                             not_plugin_recommend_edit:
  3539.                             // plugin_recommend_delete
  3540.                             if (preg_match('#^/sysAdm/plugin/recommend/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  3541.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_recommend_delete']), array (  '_controller' => 'Plugin\\Recommend4\\Controller\\RecommendController::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_plugin_recommend_delete;
  3549.                                 }
  3550.                                 if (!$hasRequiredScheme) {
  3551.                                     if ('GET' !== $canonicalMethod) {
  3552.                                         goto not_plugin_recommend_delete;
  3553.                                     }
  3554.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_recommend_delete'key($requiredSchemes)));
  3555.                                 }
  3556.                                 return $ret;
  3557.                             }
  3558.                             not_plugin_recommend_delete:
  3559.                             // plugin_recommend_rank_move
  3560.                             if ('/sysAdm/plugin/recommend/sort_no/move' === $pathinfo) {
  3561.                                 $ret = array (  '_controller' => 'Plugin\\Recommend4\\Controller\\RecommendController::moveRank',  '_route' => 'plugin_recommend_rank_move',);
  3562.                                 $requiredSchemes = array (  'https' => 0,);
  3563.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3564.                                     if ('GET' !== $canonicalMethod) {
  3565.                                         goto not_plugin_recommend_rank_move;
  3566.                                     }
  3567.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_recommend_rank_move'key($requiredSchemes)));
  3568.                                 }
  3569.                                 return $ret;
  3570.                             }
  3571.                             not_plugin_recommend_rank_move:
  3572.                             if (=== strpos($pathinfo'/sysAdm/plugin/recommend/search/product')) {
  3573.                                 // plugin_recommend_search_product
  3574.                                 if ('/sysAdm/plugin/recommend/search/product' === $pathinfo) {
  3575.                                     $ret = array (  '_controller' => 'Plugin\\Recommend4\\Controller\\RecommendSearchModelController::searchProduct',  '_route' => 'plugin_recommend_search_product',);
  3576.                                     $requiredSchemes = array (  'https' => 0,);
  3577.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3578.                                         if ('GET' !== $canonicalMethod) {
  3579.                                             goto not_plugin_recommend_search_product;
  3580.                                         }
  3581.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_recommend_search_product'key($requiredSchemes)));
  3582.                                     }
  3583.                                     return $ret;
  3584.                                 }
  3585.                                 not_plugin_recommend_search_product:
  3586.                                 // plugin_recommend_search_product_page
  3587.                                 if (=== strpos($pathinfo'/sysAdm/plugin/recommend/search/product/page') && preg_match('#^/sysAdm/plugin/recommend/search/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3588.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_recommend_search_product_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\Recommend4\\Controller\\RecommendSearchModelController::searchProduct',));
  3589.                                     $requiredSchemes = array (  'https' => 0,);
  3590.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3591.                                         if ('GET' !== $canonicalMethod) {
  3592.                                             goto not_plugin_recommend_search_product_page;
  3593.                                         }
  3594.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_recommend_search_product_page'key($requiredSchemes)));
  3595.                                     }
  3596.                                     return $ret;
  3597.                                 }
  3598.                                 not_plugin_recommend_search_product_page:
  3599.                             }
  3600.                         }
  3601.                         elseif (=== strpos($pathinfo'/sysAdm/plugin/sales_report')) {
  3602.                             // sales_report_admin_term
  3603.                             if ('/sysAdm/plugin/sales_report/term' === $pathinfo) {
  3604.                                 $ret = array (  '_controller' => 'Plugin\\SalesReport4\\Controller\\SalesReportController::term',  '_route' => 'sales_report_admin_term',);
  3605.                                 $requiredSchemes = array (  'https' => 0,);
  3606.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3607.                                     if ('GET' !== $canonicalMethod) {
  3608.                                         goto not_sales_report_admin_term;
  3609.                                     }
  3610.                                     return array_replace($ret$this->redirect($rawPathinfo'sales_report_admin_term'key($requiredSchemes)));
  3611.                                 }
  3612.                                 return $ret;
  3613.                             }
  3614.                             not_sales_report_admin_term:
  3615.                             // sales_report_admin_product
  3616.                             if ('/sysAdm/plugin/sales_report/product' === $pathinfo) {
  3617.                                 $ret = array (  '_controller' => 'Plugin\\SalesReport4\\Controller\\SalesReportController::product',  '_route' => 'sales_report_admin_product',);
  3618.                                 $requiredSchemes = array (  'https' => 0,);
  3619.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3620.                                     if ('GET' !== $canonicalMethod) {
  3621.                                         goto not_sales_report_admin_product;
  3622.                                     }
  3623.                                     return array_replace($ret$this->redirect($rawPathinfo'sales_report_admin_product'key($requiredSchemes)));
  3624.                                 }
  3625.                                 return $ret;
  3626.                             }
  3627.                             not_sales_report_admin_product:
  3628.                             // sales_report_admin_age
  3629.                             if ('/sysAdm/plugin/sales_report/age' === $pathinfo) {
  3630.                                 $ret = array (  '_controller' => 'Plugin\\SalesReport4\\Controller\\SalesReportController::age',  '_route' => 'sales_report_admin_age',);
  3631.                                 $requiredSchemes = array (  'https' => 0,);
  3632.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3633.                                     if ('GET' !== $canonicalMethod) {
  3634.                                         goto not_sales_report_admin_age;
  3635.                                     }
  3636.                                     return array_replace($ret$this->redirect($rawPathinfo'sales_report_admin_age'key($requiredSchemes)));
  3637.                                 }
  3638.                                 return $ret;
  3639.                             }
  3640.                             not_sales_report_admin_age:
  3641.                             // sales_report_admin_export
  3642.                             if (=== strpos($pathinfo'/sysAdm/plugin/sales_report/export') && preg_match('#^/sysAdm/plugin/sales_report/export/(?P<type>[^/]++)$#sD'$pathinfo$matches)) {
  3643.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'sales_report_admin_export']), array (  '_controller' => 'Plugin\\SalesReport4\\Controller\\SalesReportController::export',));
  3644.                                 $requiredSchemes = array (  'https' => 0,);
  3645.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3646.                                 if (!in_array($requestMethod, ['POST'])) {
  3647.                                     if ($hasRequiredScheme) {
  3648.                                         $allow array_merge($allow, ['POST']);
  3649.                                     }
  3650.                                     goto not_sales_report_admin_export;
  3651.                                 }
  3652.                                 if (!$hasRequiredScheme) {
  3653.                                     if ('GET' !== $canonicalMethod) {
  3654.                                         goto not_sales_report_admin_export;
  3655.                                     }
  3656.                                     return array_replace($ret$this->redirect($rawPathinfo'sales_report_admin_export'key($requiredSchemes)));
  3657.                                 }
  3658.                                 return $ret;
  3659.                             }
  3660.                             not_sales_report_admin_export:
  3661.                         }
  3662.                         // sales_restrictions4_admin_config
  3663.                         if ('/sysAdm/plugin/sales_restrictions4/config' === $pathinfo) {
  3664.                             $ret = array (  '_controller' => 'Plugin\\SalesRestrictions4\\Controller\\Admin\\ConfigController::index',  '_route' => 'sales_restrictions4_admin_config',);
  3665.                             $requiredSchemes = array (  'https' => 0,);
  3666.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3667.                                 if ('GET' !== $canonicalMethod) {
  3668.                                     goto not_sales_restrictions4_admin_config;
  3669.                                 }
  3670.                                 return array_replace($ret$this->redirect($rawPathinfo'sales_restrictions4_admin_config'key($requiredSchemes)));
  3671.                             }
  3672.                             return $ret;
  3673.                         }
  3674.                         not_sales_restrictions4_admin_config:
  3675.                         if (=== strpos($pathinfo'/sysAdm/plugin/SortProduct')) {
  3676.                             // plugin_SortProduct
  3677.                             if ('/sysAdm/plugin/SortProduct' === $pathinfo) {
  3678.                                 $ret = array (  '_controller' => 'Plugin\\SortProduct\\Controller\\Admin\\SortProductController::index',  '_route' => 'plugin_SortProduct',);
  3679.                                 $requiredSchemes = array (  'https' => 0,);
  3680.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3681.                                     if ('GET' !== $canonicalMethod) {
  3682.                                         goto not_plugin_SortProduct;
  3683.                                     }
  3684.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_SortProduct'key($requiredSchemes)));
  3685.                                 }
  3686.                                 return $ret;
  3687.                             }
  3688.                             not_plugin_SortProduct:
  3689.                             // sort_product_admin_config
  3690.                             if ('/sysAdm/plugin/SortProduct/config' === $pathinfo) {
  3691.                                 $ret = array (  '_controller' => 'Plugin\\SortProduct\\Controller\\Admin\\SortProductController::index',  '_route' => 'sort_product_admin_config',);
  3692.                                 $requiredSchemes = array (  'https' => 0,);
  3693.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3694.                                     if ('GET' !== $canonicalMethod) {
  3695.                                         goto not_sort_product_admin_config;
  3696.                                     }
  3697.                                     return array_replace($ret$this->redirect($rawPathinfo'sort_product_admin_config'key($requiredSchemes)));
  3698.                                 }
  3699.                                 return $ret;
  3700.                             }
  3701.                             not_sort_product_admin_config:
  3702.                             // plugin_SortProduct_byCategory
  3703.                             if (preg_match('#^/sysAdm/plugin/SortProduct(?:/(?P<categoryId>[^/]++))?$#sD'$pathinfo$matches)) {
  3704.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_SortProduct_byCategory']), array (  'categoryId' => NULL,  '_controller' => 'Plugin\\SortProduct\\Controller\\Admin\\SortProductController::index',));
  3705.                                 $requiredSchemes = array (  'https' => 0,);
  3706.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3707.                                     if ('GET' !== $canonicalMethod) {
  3708.                                         goto not_plugin_SortProduct_byCategory;
  3709.                                     }
  3710.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_SortProduct_byCategory'key($requiredSchemes)));
  3711.                                 }
  3712.                                 return $ret;
  3713.                             }
  3714.                             not_plugin_SortProduct_byCategory:
  3715.                             // plg_SortProduct_product_rank_move
  3716.                             if ('/sysAdm/plugin/SortProduct/rank/move' === $pathinfo) {
  3717.                                 $ret = array (  '_controller' => 'Plugin\\SortProduct\\Controller\\Admin\\SortProductController::moveRank',  '_route' => 'plg_SortProduct_product_rank_move',);
  3718.                                 $requiredSchemes = array (  'https' => 0,);
  3719.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3720.                                     if ('GET' !== $canonicalMethod) {
  3721.                                         goto not_plg_SortProduct_product_rank_move;
  3722.                                     }
  3723.                                     return array_replace($ret$this->redirect($rawPathinfo'plg_SortProduct_product_rank_move'key($requiredSchemes)));
  3724.                                 }
  3725.                                 return $ret;
  3726.                             }
  3727.                             not_plg_SortProduct_product_rank_move:
  3728.                         }
  3729.                     }
  3730.                     // point_ex_admin_config
  3731.                     if ('/sysAdm/point_ex/config' === $pathinfo) {
  3732.                         $ret = array (  '_controller' => 'Plugin\\PointEx\\Controller\\Admin\\ConfigController::index',  '_route' => 'point_ex_admin_config',);
  3733.                         $requiredSchemes = array (  'https' => 0,);
  3734.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3735.                             if ('GET' !== $canonicalMethod) {
  3736.                                 goto not_point_ex_admin_config;
  3737.                             }
  3738.                             return array_replace($ret$this->redirect($rawPathinfo'point_ex_admin_config'key($requiredSchemes)));
  3739.                         }
  3740.                         return $ret;
  3741.                     }
  3742.                     not_point_ex_admin_config:
  3743.                     // points_on_sign_up_admin_config
  3744.                     if ('/sysAdm/points_on_sign_up/admin_config' === $pathinfo) {
  3745.                         $ret = array (  '_controller' => 'Plugin\\PointsOnSignUp\\Controller\\Admin\\ConfigController::index',  '_route' => 'points_on_sign_up_admin_config',);
  3746.                         $requiredSchemes = array (  'https' => 0,);
  3747.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3748.                             if ('GET' !== $canonicalMethod) {
  3749.                                 goto not_points_on_sign_up_admin_config;
  3750.                             }
  3751.                             return array_replace($ret$this->redirect($rawPathinfo'points_on_sign_up_admin_config'key($requiredSchemes)));
  3752.                         }
  3753.                         return $ret;
  3754.                     }
  3755.                     not_points_on_sign_up_admin_config:
  3756.                 }
  3757.                 // admin_logout
  3758.                 if ('/sysAdm/logout' === $pathinfo) {
  3759.                     $ret = ['_route' => 'admin_logout'];
  3760.                     $requiredSchemes = array (  'https' => 0,);
  3761.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3762.                         if ('GET' !== $canonicalMethod) {
  3763.                             goto not_admin_logout;
  3764.                         }
  3765.                         return array_replace($ret$this->redirect($rawPathinfo'admin_logout'key($requiredSchemes)));
  3766.                     }
  3767.                     return $ret;
  3768.                 }
  3769.                 not_admin_logout:
  3770.                 if (=== strpos($pathinfo'/sysAdm/re')) {
  3771.                     // recommended_products4_admin_config
  3772.                     if ('/sysAdm/recommended_products4/config' === $pathinfo) {
  3773.                         $ret = array (  '_controller' => 'Plugin\\RecommendedProducts4\\Controller\\Admin\\ConfigController::index',  '_route' => 'recommended_products4_admin_config',);
  3774.                         $requiredSchemes = array (  'https' => 0,);
  3775.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3776.                             if ('GET' !== $canonicalMethod) {
  3777.                                 goto not_recommended_products4_admin_config;
  3778.                             }
  3779.                             return array_replace($ret$this->redirect($rawPathinfo'recommended_products4_admin_config'key($requiredSchemes)));
  3780.                         }
  3781.                         return $ret;
  3782.                     }
  3783.                     not_recommended_products4_admin_config:
  3784.                     if (=== strpos($pathinfo'/sysAdm/remise_payment')) {
  3785.                         if (=== strpos($pathinfo'/sysAdm/remise_payment4')) {
  3786.                             if (=== strpos($pathinfo'/sysAdm/remise_payment4_ac_')) {
  3787.                                 if (=== strpos($pathinfo'/sysAdm/remise_payment4_ac_import_index')) {
  3788.                                     // remise_payment4_ac_import_index
  3789.                                     if ('/sysAdm/remise_payment4_ac_import_index' === $pathinfo) {
  3790.                                         $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcImportController::index',  '_route' => 'remise_payment4_ac_import_index',);
  3791.                                         $requiredSchemes = array (  'https' => 0,);
  3792.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3793.                                             if ('GET' !== $canonicalMethod) {
  3794.                                                 goto not_remise_payment4_ac_import_index;
  3795.                                             }
  3796.                                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_import_index'key($requiredSchemes)));
  3797.                                         }
  3798.                                         return $ret;
  3799.                                     }
  3800.                                     not_remise_payment4_ac_import_index:
  3801.                                     // remise_payment4_ac_import_index_page
  3802.                                     if (=== strpos($pathinfo'/sysAdm/remise_payment4_ac_import_index/page') && preg_match('#^/sysAdm/remise_payment4_ac_import_index/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3803.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_import_index_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcImportController::index',));
  3804.                                         $requiredSchemes = array (  'https' => 0,);
  3805.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3806.                                             if ('GET' !== $canonicalMethod) {
  3807.                                                 goto not_remise_payment4_ac_import_index_page;
  3808.                                             }
  3809.                                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_import_index_page'key($requiredSchemes)));
  3810.                                         }
  3811.                                         return $ret;
  3812.                                     }
  3813.                                     not_remise_payment4_ac_import_index_page:
  3814.                                 }
  3815.                                 // remise_payment4_ac_import_result
  3816.                                 if ('/sysAdm/remise_payment4_ac_import_result' === $pathinfo) {
  3817.                                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcImportController::result',  '_route' => 'remise_payment4_ac_import_result',);
  3818.                                     $requiredSchemes = array (  'https' => 0,);
  3819.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3820.                                         if ('GET' !== $canonicalMethod) {
  3821.                                             goto not_remise_payment4_ac_import_result;
  3822.                                         }
  3823.                                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_import_result'key($requiredSchemes)));
  3824.                                     }
  3825.                                     return $ret;
  3826.                                 }
  3827.                                 not_remise_payment4_ac_import_result:
  3828.                                 if (=== strpos($pathinfo'/sysAdm/remise_payment4_ac_management_')) {
  3829.                                     if (=== strpos($pathinfo'/sysAdm/remise_payment4_ac_management_index')) {
  3830.                                         // remise_payment4_ac_management_index
  3831.                                         if ('/sysAdm/remise_payment4_ac_management_index' === $pathinfo) {
  3832.                                             $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcManagementController::index',  '_route' => 'remise_payment4_ac_management_index',);
  3833.                                             $requiredSchemes = array (  'https' => 0,);
  3834.                                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3835.                                                 if ('GET' !== $canonicalMethod) {
  3836.                                                     goto not_remise_payment4_ac_management_index;
  3837.                                                 }
  3838.                                                 return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_management_index'key($requiredSchemes)));
  3839.                                             }
  3840.                                             return $ret;
  3841.                                         }
  3842.                                         not_remise_payment4_ac_management_index:
  3843.                                         // remise_payment4_ac_management_index_page
  3844.                                         if (=== strpos($pathinfo'/sysAdm/remise_payment4_ac_management_index/page') && preg_match('#^/sysAdm/remise_payment4_ac_management_index/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3845.                                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_management_index_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcManagementController::index',));
  3846.                                             $requiredSchemes = array (  'https' => 0,);
  3847.                                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3848.                                                 if ('GET' !== $canonicalMethod) {
  3849.                                                     goto not_remise_payment4_ac_management_index_page;
  3850.                                                 }
  3851.                                                 return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_management_index_page'key($requiredSchemes)));
  3852.                                             }
  3853.                                             return $ret;
  3854.                                         }
  3855.                                         not_remise_payment4_ac_management_index_page:
  3856.                                     }
  3857.                                     // remise_payment4_ac_management_csvexport
  3858.                                     if ('/sysAdm/remise_payment4_ac_management_csvexport' === $pathinfo) {
  3859.                                         $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcManagementController::exportAC',  '_route' => 'remise_payment4_ac_management_csvexport',);
  3860.                                         $requiredSchemes = array (  'https' => 0,);
  3861.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3862.                                             if ('GET' !== $canonicalMethod) {
  3863.                                                 goto not_remise_payment4_ac_management_csvexport;
  3864.                                             }
  3865.                                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_management_csvexport'key($requiredSchemes)));
  3866.                                         }
  3867.                                         return $ret;
  3868.                                     }
  3869.                                     not_remise_payment4_ac_management_csvexport:
  3870.                                     if (=== strpos($pathinfo'/sysAdm/remise_payment4_ac_management_edit')) {
  3871.                                         // remise_payment4_ac_management_edit
  3872.                                         if (preg_match('#^/sysAdm/remise_payment4_ac_management_edit/(?P<id>\\w+)/edit$#sD'$pathinfo$matches)) {
  3873.                                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_management_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcManagementController::edit',));
  3874.                                             $requiredSchemes = array (  'https' => 0,);
  3875.                                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3876.                                                 if ('GET' !== $canonicalMethod) {
  3877.                                                     goto not_remise_payment4_ac_management_edit;
  3878.                                                 }
  3879.                                                 return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_management_edit'key($requiredSchemes)));
  3880.                                             }
  3881.                                             return $ret;
  3882.                                         }
  3883.                                         not_remise_payment4_ac_management_edit:
  3884.                                         // remise_payment4_ac_management_edit_stop_redirect
  3885.                                         if ('/sysAdm/remise_payment4_ac_management_edit/stop_redirect' === $pathinfo) {
  3886.                                             $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcManagementController::stopRedirect',  '_route' => 'remise_payment4_ac_management_edit_stop_redirect',);
  3887.                                             $requiredSchemes = array (  'https' => 0,);
  3888.                                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3889.                                                 if ('GET' !== $canonicalMethod) {
  3890.                                                     goto not_remise_payment4_ac_management_edit_stop_redirect;
  3891.                                                 }
  3892.                                                 return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_management_edit_stop_redirect'key($requiredSchemes)));
  3893.                                             }
  3894.                                             return $ret;
  3895.                                         }
  3896.                                         not_remise_payment4_ac_management_edit_stop_redirect:
  3897.                                         // remise_payment4_ac_management_edit_stop_return
  3898.                                         if (preg_match('#^/sysAdm/remise_payment4_ac_management_edit/(?P<id>\\w+)/edit/stop_return$#sD'$pathinfo$matches)) {
  3899.                                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_management_edit_stop_return']), array (  'id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcManagementController::stopReturn',));
  3900.                                             $requiredSchemes = array (  'https' => 0,);
  3901.                                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3902.                                                 if ('GET' !== $canonicalMethod) {
  3903.                                                     goto not_remise_payment4_ac_management_edit_stop_return;
  3904.                                                 }
  3905.                                                 return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_management_edit_stop_return'key($requiredSchemes)));
  3906.                                             }
  3907.                                             return $ret;
  3908.                                         }
  3909.                                         not_remise_payment4_ac_management_edit_stop_return:
  3910.                                         // remise_payment4_admin_ac_state_change_success
  3911.                                         if (preg_match('#^/sysAdm/remise_payment4_ac_management_edit/(?P<id>\\w+)/state_change_success$#sD'$pathinfo$matches)) {
  3912.                                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_admin_ac_state_change_success']), array (  'id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcManagementController::stateChangeToSuccess',));
  3913.                                             $requiredSchemes = array (  'https' => 0,);
  3914.                                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3915.                                                 if ('GET' !== $canonicalMethod) {
  3916.                                                     goto not_remise_payment4_admin_ac_state_change_success;
  3917.                                                 }
  3918.                                                 return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_admin_ac_state_change_success'key($requiredSchemes)));
  3919.                                             }
  3920.                                             return $ret;
  3921.                                         }
  3922.                                         not_remise_payment4_admin_ac_state_change_success:
  3923.                                     }
  3924.                                 }
  3925.                                 elseif (=== strpos($pathinfo'/sysAdm/remise_payment4_ac_type_edit')) {
  3926.                                     // remise_payment4_ac_type_edit_index
  3927.                                     if ('/sysAdm/remise_payment4_ac_type_edit_index' === $pathinfo) {
  3928.                                         $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcTypeEditController::index',  '_route' => 'remise_payment4_ac_type_edit_index',);
  3929.                                         $requiredSchemes = array (  'https' => 0,);
  3930.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3931.                                             if ('GET' !== $canonicalMethod) {
  3932.                                                 goto not_remise_payment4_ac_type_edit_index;
  3933.                                             }
  3934.                                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_type_edit_index'key($requiredSchemes)));
  3935.                                         }
  3936.                                         return $ret;
  3937.                                     }
  3938.                                     not_remise_payment4_ac_type_edit_index:
  3939.                                     // remise_payment4_ac_type_edit_new
  3940.                                     if ('/sysAdm/remise_payment4_ac_type_edit/new' === $pathinfo) {
  3941.                                         $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcTypeEditController::edit',  '_route' => 'remise_payment4_ac_type_edit_new',);
  3942.                                         $requiredSchemes = array (  'https' => 0,);
  3943.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3944.                                             if ('GET' !== $canonicalMethod) {
  3945.                                                 goto not_remise_payment4_ac_type_edit_new;
  3946.                                             }
  3947.                                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_type_edit_new'key($requiredSchemes)));
  3948.                                         }
  3949.                                         return $ret;
  3950.                                     }
  3951.                                     not_remise_payment4_ac_type_edit_new:
  3952.                                     // remise_payment4_ac_type_edit
  3953.                                     if (preg_match('#^/sysAdm/remise_payment4_ac_type_edit/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  3954.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_type_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcTypeEditController::edit',));
  3955.                                         $requiredSchemes = array (  'https' => 0,);
  3956.                                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3957.                                             if ('GET' !== $canonicalMethod) {
  3958.                                                 goto not_remise_payment4_ac_type_edit;
  3959.                                             }
  3960.                                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_type_edit'key($requiredSchemes)));
  3961.                                         }
  3962.                                         return $ret;
  3963.                                     }
  3964.                                     not_remise_payment4_ac_type_edit:
  3965.                                     // remise_payment4_ac_type_edit_visible
  3966.                                     if (preg_match('#^/sysAdm/remise_payment4_ac_type_edit/(?P<id>\\d+)/visible$#sD'$pathinfo$matches)) {
  3967.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_type_edit_visible']), array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcTypeEditController::visible',));
  3968.                                         $requiredSchemes = array (  'https' => 0,);
  3969.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3970.                                         if (!in_array($requestMethod, ['PUT'])) {
  3971.                                             if ($hasRequiredScheme) {
  3972.                                                 $allow array_merge($allow, ['PUT']);
  3973.                                             }
  3974.                                             goto not_remise_payment4_ac_type_edit_visible;
  3975.                                         }
  3976.                                         if (!$hasRequiredScheme) {
  3977.                                             if ('GET' !== $canonicalMethod) {
  3978.                                                 goto not_remise_payment4_ac_type_edit_visible;
  3979.                                             }
  3980.                                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_type_edit_visible'key($requiredSchemes)));
  3981.                                         }
  3982.                                         return $ret;
  3983.                                     }
  3984.                                     not_remise_payment4_ac_type_edit_visible:
  3985.                                     // remise_payment4_ac_type_edit_move
  3986.                                     if ('/sysAdm/remise_payment4_ac_type_edit/move' === $pathinfo) {
  3987.                                         $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcTypeEditController::moveSortNo',  '_route' => 'remise_payment4_ac_type_edit_move',);
  3988.                                         $requiredSchemes = array (  'https' => 0,);
  3989.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3990.                                         if (!in_array($requestMethod, ['POST'])) {
  3991.                                             if ($hasRequiredScheme) {
  3992.                                                 $allow array_merge($allow, ['POST']);
  3993.                                             }
  3994.                                             goto not_remise_payment4_ac_type_edit_move;
  3995.                                         }
  3996.                                         if (!$hasRequiredScheme) {
  3997.                                             if ('GET' !== $canonicalMethod) {
  3998.                                                 goto not_remise_payment4_ac_type_edit_move;
  3999.                                             }
  4000.                                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_type_edit_move'key($requiredSchemes)));
  4001.                                         }
  4002.                                         return $ret;
  4003.                                     }
  4004.                                     not_remise_payment4_ac_type_edit_move:
  4005.                                     // remise_payment4_ac_type_edit_delete
  4006.                                     if (preg_match('#^/sysAdm/remise_payment4_ac_type_edit/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  4007.                                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_type_edit_delete']), array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\AcTypeEditController::delete',));
  4008.                                         $requiredSchemes = array (  'https' => 0,);
  4009.                                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4010.                                         if (!in_array($requestMethod, ['DELETE'])) {
  4011.                                             if ($hasRequiredScheme) {
  4012.                                                 $allow array_merge($allow, ['DELETE']);
  4013.                                             }
  4014.                                             goto not_remise_payment4_ac_type_edit_delete;
  4015.                                         }
  4016.                                         if (!$hasRequiredScheme) {
  4017.                                             if ('GET' !== $canonicalMethod) {
  4018.                                                 goto not_remise_payment4_ac_type_edit_delete;
  4019.                                             }
  4020.                                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_type_edit_delete'key($requiredSchemes)));
  4021.                                         }
  4022.                                         return $ret;
  4023.                                     }
  4024.                                     not_remise_payment4_ac_type_edit_delete:
  4025.                                 }
  4026.                             }
  4027.                             // remise_payment4_admin_config
  4028.                             if ('/sysAdm/remise_payment4/config' === $pathinfo) {
  4029.                                 $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\ConfigController::index',  '_route' => 'remise_payment4_admin_config',);
  4030.                                 $requiredSchemes = array (  'https' => 0,);
  4031.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4032.                                     if ('GET' !== $canonicalMethod) {
  4033.                                         goto not_remise_payment4_admin_config;
  4034.                                     }
  4035.                                     return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_admin_config'key($requiredSchemes)));
  4036.                                 }
  4037.                                 return $ret;
  4038.                             }
  4039.                             not_remise_payment4_admin_config:
  4040.                             // remise_payment4_admin_payment_copy
  4041.                             if (=== strpos($pathinfo'/sysAdm/remise_payment4/payment_copy') && preg_match('#^/sysAdm/remise_payment4/payment_copy/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4042.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_admin_payment_copy']), array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\ConfigController::copyPayment',));
  4043.                                 $requiredSchemes = array (  'https' => 0,);
  4044.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4045.                                     if ('GET' !== $canonicalMethod) {
  4046.                                         goto not_remise_payment4_admin_payment_copy;
  4047.                                     }
  4048.                                     return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_admin_payment_copy'key($requiredSchemes)));
  4049.                                 }
  4050.                                 return $ret;
  4051.                             }
  4052.                             not_remise_payment4_admin_payment_copy:
  4053.                             // remise_payment4_masterdata_sale_type_add
  4054.                             if ('/sysAdm/remise_payment4/masterdata/sale_type/add' === $pathinfo) {
  4055.                                 $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\SubMasterdataController::saleTypeAdd',  '_route' => 'remise_payment4_masterdata_sale_type_add',);
  4056.                                 $requiredSchemes = array (  'https' => 0,);
  4057.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4058.                                     if ('GET' !== $canonicalMethod) {
  4059.                                         goto not_remise_payment4_masterdata_sale_type_add;
  4060.                                     }
  4061.                                     return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_masterdata_sale_type_add'key($requiredSchemes)));
  4062.                                 }
  4063.                                 return $ret;
  4064.                             }
  4065.                             not_remise_payment4_masterdata_sale_type_add:
  4066.                         }
  4067.                         // remise_payment_extset4_sub_order_edit
  4068.                         if ('/sysAdm/remise_payment_extset4_sub_order_edit' === $pathinfo) {
  4069.                             $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\ExtsetController::edit',  '_route' => 'remise_payment_extset4_sub_order_edit',);
  4070.                             $requiredSchemes = array (  'https' => 0,);
  4071.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4072.                                 if ('GET' !== $canonicalMethod) {
  4073.                                     goto not_remise_payment_extset4_sub_order_edit;
  4074.                                 }
  4075.                                 return array_replace($ret$this->redirect($rawPathinfo'remise_payment_extset4_sub_order_edit'key($requiredSchemes)));
  4076.                             }
  4077.                             return $ret;
  4078.                         }
  4079.                         not_remise_payment_extset4_sub_order_edit:
  4080.                         // remise_payment_extset4_sub_order_sales
  4081.                         if ('/sysAdm/remise_payment_extset4_sub_order_sales' === $pathinfo) {
  4082.                             $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\Admin\\ExtsetController::sales',  '_route' => 'remise_payment_extset4_sub_order_sales',);
  4083.                             $requiredSchemes = array (  'https' => 0,);
  4084.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4085.                                 if ('GET' !== $canonicalMethod) {
  4086.                                     goto not_remise_payment_extset4_sub_order_sales;
  4087.                                 }
  4088.                                 return array_replace($ret$this->redirect($rawPathinfo'remise_payment_extset4_sub_order_sales'key($requiredSchemes)));
  4089.                             }
  4090.                             return $ret;
  4091.                         }
  4092.                         not_remise_payment_extset4_sub_order_sales:
  4093.                     }
  4094.                     elseif (=== strpos($pathinfo'/sysAdm/related_product/search/product')) {
  4095.                         // admin_related_product_search
  4096.                         if ('/sysAdm/related_product/search/product' === $pathinfo) {
  4097.                             $ret = array (  '_controller' => 'Plugin\\RelatedProduct4\\Controller\\Admin\\RelatedProductController::searchProduct',  '_route' => 'admin_related_product_search',);
  4098.                             $requiredSchemes = array (  'https' => 0,);
  4099.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4100.                                 if ('GET' !== $canonicalMethod) {
  4101.                                     goto not_admin_related_product_search;
  4102.                                 }
  4103.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_related_product_search'key($requiredSchemes)));
  4104.                             }
  4105.                             return $ret;
  4106.                         }
  4107.                         not_admin_related_product_search:
  4108.                         // admin_related_product_search_product_page
  4109.                         if (=== strpos($pathinfo'/sysAdm/related_product/search/product/page') && preg_match('#^/sysAdm/related_product/search/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  4110.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_related_product_search_product_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\RelatedProduct4\\Controller\\Admin\\RelatedProductController::searchProduct',));
  4111.                             $requiredSchemes = array (  'https' => 0,);
  4112.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4113.                                 if ('GET' !== $canonicalMethod) {
  4114.                                     goto not_admin_related_product_search_product_page;
  4115.                                 }
  4116.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_related_product_search_product_page'key($requiredSchemes)));
  4117.                             }
  4118.                             return $ret;
  4119.                         }
  4120.                         not_admin_related_product_search_product_page:
  4121.                     }
  4122.                 }
  4123.                 // etuna_checked_item_admin_config
  4124.                 if ('/sysAdm/etuna_checked_item/config' === $pathinfo) {
  4125.                     $ret = array (  '_controller' => 'Plugin\\EtunaCheckedItem\\Controller\\Admin\\ConfigController::index',  '_route' => 'etuna_checked_item_admin_config',);
  4126.                     $requiredSchemes = array (  'https' => 0,);
  4127.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4128.                         if ('GET' !== $canonicalMethod) {
  4129.                             goto not_etuna_checked_item_admin_config;
  4130.                         }
  4131.                         return array_replace($ret$this->redirect($rawPathinfo'etuna_checked_item_admin_config'key($requiredSchemes)));
  4132.                     }
  4133.                     return $ret;
  4134.                 }
  4135.                 not_etuna_checked_item_admin_config:
  4136.                 if (=== strpos($pathinfo'/sysAdm/npe4')) {
  4137.                     // npe4
  4138.                     if ('/sysAdm/npe4' === $trimmedPathinfo) {
  4139.                         $ret = array (  '_controller' => 'Plugin\\NeosPointExpiration4\\Controller\\Admin\\NPE4LogController::index',  '_route' => 'npe4',);
  4140.                         if ('/' === substr($pathinfo, -1)) {
  4141.                             // no-op
  4142.                         } elseif ('GET' !== $canonicalMethod) {
  4143.                             goto not_npe4;
  4144.                         } else {
  4145.                             return array_replace($ret$this->redirect($rawPathinfo.'/''npe4'));
  4146.                         }
  4147.                         $requiredSchemes = array (  'https' => 0,);
  4148.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4149.                             if ('GET' !== $canonicalMethod) {
  4150.                                 goto not_npe4;
  4151.                             }
  4152.                             return array_replace($ret$this->redirect($rawPathinfo'npe4'key($requiredSchemes)));
  4153.                         }
  4154.                         return $ret;
  4155.                     }
  4156.                     not_npe4:
  4157.                     // npe4_page
  4158.                     if (=== strpos($pathinfo'/sysAdm/npe4/page') && preg_match('#^/sysAdm/npe4/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  4159.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'npe4_page']), array (  'page_no' => 1,  '_controller' => 'Plugin\\NeosPointExpiration4\\Controller\\Admin\\NPE4LogController::index',));
  4160.                         $requiredSchemes = array (  'https' => 0,);
  4161.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4162.                             if ('GET' !== $canonicalMethod) {
  4163.                                 goto not_npe4_page;
  4164.                             }
  4165.                             return array_replace($ret$this->redirect($rawPathinfo'npe4_page'key($requiredSchemes)));
  4166.                         }
  4167.                         return $ret;
  4168.                     }
  4169.                     not_npe4_page:
  4170.                     if (=== strpos($pathinfo'/sysAdm/npe4/detail')) {
  4171.                         // npe4_detail
  4172.                         if (preg_match('#^/sysAdm/npe4/detail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4173.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'npe4_detail']), array (  '_controller' => 'Plugin\\NeosPointExpiration4\\Controller\\Admin\\NPE4LogController::detail',));
  4174.                             $requiredSchemes = array (  'https' => 0,);
  4175.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4176.                             if (!in_array($canonicalMethod, ['GET'])) {
  4177.                                 if ($hasRequiredScheme) {
  4178.                                     $allow array_merge($allow, ['GET']);
  4179.                                 }
  4180.                                 goto not_npe4_detail;
  4181.                             }
  4182.                             if (!$hasRequiredScheme) {
  4183.                                 if ('GET' !== $canonicalMethod) {
  4184.                                     goto not_npe4_detail;
  4185.                                 }
  4186.                                 return array_replace($ret$this->redirect($rawPathinfo'npe4_detail'key($requiredSchemes)));
  4187.                             }
  4188.                             return $ret;
  4189.                         }
  4190.                         not_npe4_detail:
  4191.                         // npe4_detail_page
  4192.                         if (preg_match('#^/sysAdm/npe4/detail/(?P<id>[^/]++)/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  4193.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'npe4_detail_page']), array (  'page_no' => 1,  '_controller' => 'Plugin\\NeosPointExpiration4\\Controller\\Admin\\NPE4LogController::detail',));
  4194.                             $requiredSchemes = array (  'https' => 0,);
  4195.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4196.                                 if ('GET' !== $canonicalMethod) {
  4197.                                     goto not_npe4_detail_page;
  4198.                                 }
  4199.                                 return array_replace($ret$this->redirect($rawPathinfo'npe4_detail_page'key($requiredSchemes)));
  4200.                             }
  4201.                             return $ret;
  4202.                         }
  4203.                         not_npe4_detail_page:
  4204.                     }
  4205.                     elseif (=== strpos($pathinfo'/sysAdm/npe4/customer')) {
  4206.                         // npe4_customer
  4207.                         if ('/sysAdm/npe4/customer' === $pathinfo) {
  4208.                             $ret = array (  '_controller' => 'Plugin\\NeosPointExpiration4\\Controller\\Admin\\NPE4LogController::customer',  '_route' => 'npe4_customer',);
  4209.                             $requiredSchemes = array (  'https' => 0,);
  4210.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4211.                                 if ('GET' !== $canonicalMethod) {
  4212.                                     goto not_npe4_customer;
  4213.                                 }
  4214.                                 return array_replace($ret$this->redirect($rawPathinfo'npe4_customer'key($requiredSchemes)));
  4215.                             }
  4216.                             return $ret;
  4217.                         }
  4218.                         not_npe4_customer:
  4219.                         // npe4_customer_page
  4220.                         if (=== strpos($pathinfo'/sysAdm/npe4/customer/page') && preg_match('#^/sysAdm/npe4/customer/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  4221.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'npe4_customer_page']), array (  'page_no' => 1,  '_controller' => 'Plugin\\NeosPointExpiration4\\Controller\\Admin\\NPE4LogController::customer',));
  4222.                             $requiredSchemes = array (  'https' => 0,);
  4223.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4224.                                 if ('GET' !== $canonicalMethod) {
  4225.                                     goto not_npe4_customer_page;
  4226.                                 }
  4227.                                 return array_replace($ret$this->redirect($rawPathinfo'npe4_customer_page'key($requiredSchemes)));
  4228.                             }
  4229.                             return $ret;
  4230.                         }
  4231.                         not_npe4_customer_page:
  4232.                         // npe4_customer_detail
  4233.                         if (=== strpos($pathinfo'/sysAdm/npe4/customer/detail') && preg_match('#^/sysAdm/npe4/customer/detail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4234.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'npe4_customer_detail']), array (  '_controller' => 'Plugin\\NeosPointExpiration4\\Controller\\Admin\\NPE4LogController::customerDetail',));
  4235.                             $requiredSchemes = array (  'https' => 0,);
  4236.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4237.                             if (!in_array($canonicalMethod, ['GET'])) {
  4238.                                 if ($hasRequiredScheme) {
  4239.                                     $allow array_merge($allow, ['GET']);
  4240.                                 }
  4241.                                 goto not_npe4_customer_detail;
  4242.                             }
  4243.                             if (!$hasRequiredScheme) {
  4244.                                 if ('GET' !== $canonicalMethod) {
  4245.                                     goto not_npe4_customer_detail;
  4246.                                 }
  4247.                                 return array_replace($ret$this->redirect($rawPathinfo'npe4_customer_detail'key($requiredSchemes)));
  4248.                             }
  4249.                             return $ret;
  4250.                         }
  4251.                         not_npe4_customer_detail:
  4252.                     }
  4253.                 }
  4254.                 // amazon_pay_v2_admin_config
  4255.                 if ('/sysAdm/amazon_pay_v2/config' === $pathinfo) {
  4256.                     $ret = array (  '_controller' => 'Plugin\\AmazonPayV2\\Controller\\Admin\\ConfigController::index',  '_route' => 'amazon_pay_v2_admin_config',);
  4257.                     $requiredSchemes = array (  'https' => 0,);
  4258.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4259.                         if ('GET' !== $canonicalMethod) {
  4260.                             goto not_amazon_pay_v2_admin_config;
  4261.                         }
  4262.                         return array_replace($ret$this->redirect($rawPathinfo'amazon_pay_v2_admin_config'key($requiredSchemes)));
  4263.                     }
  4264.                     return $ret;
  4265.                 }
  4266.                 not_amazon_pay_v2_admin_config:
  4267.                 if (=== strpos($pathinfo'/sysAdm/amazon_pay_v2/payment_status')) {
  4268.                     // amazon_pay_v2_admin_payment_status
  4269.                     if ('/sysAdm/amazon_pay_v2/payment_status' === $pathinfo) {
  4270.                         $ret = array (  '_controller' => 'Plugin\\AmazonPayV2\\Controller\\Admin\\PaymentStatusController::index',  '_route' => 'amazon_pay_v2_admin_payment_status',);
  4271.                         $requiredSchemes = array (  'https' => 0,);
  4272.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4273.                             if ('GET' !== $canonicalMethod) {
  4274.                                 goto not_amazon_pay_v2_admin_payment_status;
  4275.                             }
  4276.                             return array_replace($ret$this->redirect($rawPathinfo'amazon_pay_v2_admin_payment_status'key($requiredSchemes)));
  4277.                         }
  4278.                         return $ret;
  4279.                     }
  4280.                     not_amazon_pay_v2_admin_payment_status:
  4281.                     // amazon_pay_v2_admin_payment_status_pageno
  4282.                     if (preg_match('#^/sysAdm/amazon_pay_v2/payment_status(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  4283.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'amazon_pay_v2_admin_payment_status_pageno']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\AmazonPayV2\\Controller\\Admin\\PaymentStatusController::index',));
  4284.                         $requiredSchemes = array (  'https' => 0,);
  4285.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4286.                             if ('GET' !== $canonicalMethod) {
  4287.                                 goto not_amazon_pay_v2_admin_payment_status_pageno;
  4288.                             }
  4289.                             return array_replace($ret$this->redirect($rawPathinfo'amazon_pay_v2_admin_payment_status_pageno'key($requiredSchemes)));
  4290.                         }
  4291.                         return $ret;
  4292.                     }
  4293.                     not_amazon_pay_v2_admin_payment_status_pageno:
  4294.                     // amazon_pay_v2_admin_payment_status_request
  4295.                     if ('/sysAdm/amazon_pay_v2/payment_status/request_action/' === $pathinfo) {
  4296.                         $ret = array (  '_controller' => 'Plugin\\AmazonPayV2\\Controller\\Admin\\PaymentStatusController::requestAction',  '_route' => 'amazon_pay_v2_admin_payment_status_request',);
  4297.                         $requiredSchemes = array (  'https' => 0,);
  4298.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4299.                         if (!in_array($requestMethod, ['POST'])) {
  4300.                             if ($hasRequiredScheme) {
  4301.                                 $allow array_merge($allow, ['POST']);
  4302.                             }
  4303.                             goto not_amazon_pay_v2_admin_payment_status_request;
  4304.                         }
  4305.                         if (!$hasRequiredScheme) {
  4306.                             if ('GET' !== $canonicalMethod) {
  4307.                                 goto not_amazon_pay_v2_admin_payment_status_request;
  4308.                             }
  4309.                             return array_replace($ret$this->redirect($rawPathinfo'amazon_pay_v2_admin_payment_status_request'key($requiredSchemes)));
  4310.                         }
  4311.                         return $ret;
  4312.                     }
  4313.                     not_amazon_pay_v2_admin_payment_status_request:
  4314.                 }
  4315.             }
  4316.             elseif (=== strpos($pathinfo'/shopping')) {
  4317.                 // shopping_nonmember
  4318.                 if ('/shopping/nonmember' === $pathinfo) {
  4319.                     $ret = array (  '_controller' => 'Eccube\\Controller\\NonMemberShoppingController::index',  '_route' => 'shopping_nonmember',);
  4320.                     $requiredSchemes = array (  'https' => 0,);
  4321.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4322.                         if ('GET' !== $canonicalMethod) {
  4323.                             goto not_shopping_nonmember;
  4324.                         }
  4325.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_nonmember'key($requiredSchemes)));
  4326.                     }
  4327.                     return $ret;
  4328.                 }
  4329.                 not_shopping_nonmember:
  4330.                 // shopping_customer
  4331.                 if ('/shopping/customer' === $pathinfo) {
  4332.                     $ret = array (  '_controller' => 'Eccube\\Controller\\NonMemberShoppingController::customer',  '_route' => 'shopping_customer',);
  4333.                     $requiredSchemes = array (  'https' => 0,);
  4334.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4335.                         if ('GET' !== $canonicalMethod) {
  4336.                             goto not_shopping_customer;
  4337.                         }
  4338.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_customer'key($requiredSchemes)));
  4339.                     }
  4340.                     return $ret;
  4341.                 }
  4342.                 not_shopping_customer:
  4343.                 if (=== strpos($pathinfo'/shopping/shipping_multiple')) {
  4344.                     // shopping_shipping_multiple
  4345.                     if ('/shopping/shipping_multiple' === $pathinfo) {
  4346.                         $ret = array (  '_controller' => 'Eccube\\Controller\\ShippingMultipleController::index',  '_route' => 'shopping_shipping_multiple',);
  4347.                         $requiredSchemes = array (  'https' => 0,);
  4348.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4349.                             if ('GET' !== $canonicalMethod) {
  4350.                                 goto not_shopping_shipping_multiple;
  4351.                             }
  4352.                             return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_multiple'key($requiredSchemes)));
  4353.                         }
  4354.                         return $ret;
  4355.                     }
  4356.                     not_shopping_shipping_multiple:
  4357.                     // shopping_shipping_multiple_edit
  4358.                     if ('/shopping/shipping_multiple_edit' === $pathinfo) {
  4359.                         $ret = array (  '_controller' => 'Eccube\\Controller\\ShippingMultipleController::shippingMultipleEdit',  '_route' => 'shopping_shipping_multiple_edit',);
  4360.                         $requiredSchemes = array (  'https' => 0,);
  4361.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4362.                             if ('GET' !== $canonicalMethod) {
  4363.                                 goto not_shopping_shipping_multiple_edit;
  4364.                             }
  4365.                             return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_multiple_edit'key($requiredSchemes)));
  4366.                         }
  4367.                         return $ret;
  4368.                     }
  4369.                     not_shopping_shipping_multiple_edit:
  4370.                 }
  4371.                 // shopping
  4372.                 if ('/shopping' === $pathinfo) {
  4373.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::index',  '_route' => 'shopping',);
  4374.                     $requiredSchemes = array (  'https' => 0,);
  4375.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4376.                         if ('GET' !== $canonicalMethod) {
  4377.                             goto not_shopping;
  4378.                         }
  4379.                         return array_replace($ret$this->redirect($rawPathinfo'shopping'key($requiredSchemes)));
  4380.                     }
  4381.                     return $ret;
  4382.                 }
  4383.                 not_shopping:
  4384.                 // shopping_redirect_to
  4385.                 if ('/shopping/redirect_to' === $pathinfo) {
  4386.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::redirectTo',  '_route' => 'shopping_redirect_to',);
  4387.                     $requiredSchemes = array (  'https' => 0,);
  4388.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4389.                     if (!in_array($requestMethod, ['POST'])) {
  4390.                         if ($hasRequiredScheme) {
  4391.                             $allow array_merge($allow, ['POST']);
  4392.                         }
  4393.                         goto not_shopping_redirect_to;
  4394.                     }
  4395.                     if (!$hasRequiredScheme) {
  4396.                         if ('GET' !== $canonicalMethod) {
  4397.                             goto not_shopping_redirect_to;
  4398.                         }
  4399.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_redirect_to'key($requiredSchemes)));
  4400.                     }
  4401.                     return $ret;
  4402.                 }
  4403.                 not_shopping_redirect_to:
  4404.                 // remise_payment
  4405.                 if ('/shopping/remise_payment' === $pathinfo) {
  4406.                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\PaymentController::payment',  '_route' => 'remise_payment',);
  4407.                     $requiredSchemes = array (  'https' => 0,);
  4408.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4409.                         if ('GET' !== $canonicalMethod) {
  4410.                             goto not_remise_payment;
  4411.                         }
  4412.                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment'key($requiredSchemes)));
  4413.                     }
  4414.                     return $ret;
  4415.                 }
  4416.                 not_remise_payment:
  4417.                 if (=== strpos($pathinfo'/shopping/c')) {
  4418.                     // shopping_confirm
  4419.                     if ('/shopping/confirm' === $pathinfo) {
  4420.                         $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::confirm',  '_route' => 'shopping_confirm',);
  4421.                         $requiredSchemes = array (  'https' => 0,);
  4422.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4423.                         if (!in_array($requestMethod, ['POST'])) {
  4424.                             if ($hasRequiredScheme) {
  4425.                                 $allow array_merge($allow, ['POST']);
  4426.                             }
  4427.                             goto not_shopping_confirm;
  4428.                         }
  4429.                         if (!$hasRequiredScheme) {
  4430.                             if ('GET' !== $canonicalMethod) {
  4431.                                 goto not_shopping_confirm;
  4432.                             }
  4433.                             return array_replace($ret$this->redirect($rawPathinfo'shopping_confirm'key($requiredSchemes)));
  4434.                         }
  4435.                         return $ret;
  4436.                     }
  4437.                     not_shopping_confirm:
  4438.                     // shopping_complete
  4439.                     if ('/shopping/complete' === $pathinfo) {
  4440.                         $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::complete',  '_route' => 'shopping_complete',);
  4441.                         $requiredSchemes = array (  'https' => 0,);
  4442.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4443.                             if ('GET' !== $canonicalMethod) {
  4444.                                 goto not_shopping_complete;
  4445.                             }
  4446.                             return array_replace($ret$this->redirect($rawPathinfo'shopping_complete'key($requiredSchemes)));
  4447.                         }
  4448.                         return $ret;
  4449.                     }
  4450.                     not_shopping_complete:
  4451.                     // shopping_checkout
  4452.                     if ('/shopping/checkout' === $pathinfo) {
  4453.                         $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::checkout',  '_route' => 'shopping_checkout',);
  4454.                         $requiredSchemes = array (  'https' => 0,);
  4455.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4456.                         if (!in_array($requestMethod, ['POST'])) {
  4457.                             if ($hasRequiredScheme) {
  4458.                                 $allow array_merge($allow, ['POST']);
  4459.                             }
  4460.                             goto not_shopping_checkout;
  4461.                         }
  4462.                         if (!$hasRequiredScheme) {
  4463.                             if ('GET' !== $canonicalMethod) {
  4464.                                 goto not_shopping_checkout;
  4465.                             }
  4466.                             return array_replace($ret$this->redirect($rawPathinfo'shopping_checkout'key($requiredSchemes)));
  4467.                         }
  4468.                         return $ret;
  4469.                     }
  4470.                     not_shopping_checkout:
  4471.                 }
  4472.                 elseif (=== strpos($pathinfo'/shopping/shipping')) {
  4473.                     // shopping_shipping
  4474.                     if (preg_match('#^/shopping/shipping/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4475.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'shopping_shipping']), array (  '_controller' => 'Eccube\\Controller\\ShoppingController::shipping',));
  4476.                         $requiredSchemes = array (  'https' => 0,);
  4477.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4478.                             if ('GET' !== $canonicalMethod) {
  4479.                                 goto not_shopping_shipping;
  4480.                             }
  4481.                             return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping'key($requiredSchemes)));
  4482.                         }
  4483.                         return $ret;
  4484.                     }
  4485.                     not_shopping_shipping:
  4486.                     // shopping_shipping_edit
  4487.                     if (=== strpos($pathinfo'/shopping/shipping_edit') && preg_match('#^/shopping/shipping_edit/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4488.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'shopping_shipping_edit']), array (  '_controller' => 'Eccube\\Controller\\ShoppingController::shippingEdit',));
  4489.                         $requiredSchemes = array (  'https' => 0,);
  4490.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4491.                             if ('GET' !== $canonicalMethod) {
  4492.                                 goto not_shopping_shipping_edit;
  4493.                             }
  4494.                             return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_edit'key($requiredSchemes)));
  4495.                         }
  4496.                         return $ret;
  4497.                     }
  4498.                     not_shopping_shipping_edit:
  4499.                 }
  4500.                 // shopping_login
  4501.                 if ('/shopping/login' === $pathinfo) {
  4502.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::login',  '_route' => 'shopping_login',);
  4503.                     $requiredSchemes = array (  'https' => 0,);
  4504.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4505.                         if ('GET' !== $canonicalMethod) {
  4506.                             goto not_shopping_login;
  4507.                         }
  4508.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_login'key($requiredSchemes)));
  4509.                     }
  4510.                     return $ret;
  4511.                 }
  4512.                 not_shopping_login:
  4513.                 // shopping_error
  4514.                 if ('/shopping/error' === $pathinfo) {
  4515.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::error',  '_route' => 'shopping_error',);
  4516.                     $requiredSchemes = array (  'https' => 0,);
  4517.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4518.                         if ('GET' !== $canonicalMethod) {
  4519.                             goto not_shopping_error;
  4520.                         }
  4521.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_error'key($requiredSchemes)));
  4522.                     }
  4523.                     return $ret;
  4524.                 }
  4525.                 not_shopping_error:
  4526.                 if (=== strpos($pathinfo'/shopping/amazon_pay')) {
  4527.                     // amazon_pay_shopping
  4528.                     if ('/shopping/amazon_pay' === $pathinfo) {
  4529.                         $ret = array (  '_controller' => 'Plugin\\AmazonPayV2\\Controller\\AmazonShoppingController::index',  '_route' => 'amazon_pay_shopping',);
  4530.                         $requiredSchemes = array (  'https' => 0,);
  4531.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  4532.                             if ('GET' !== $canonicalMethod) {
  4533.                                 goto not_amazon_pay_shopping;
  4534.                             }
  4535.                             return array_replace($ret$this->redirect($rawPathinfo'amazon_pay_shopping'key($requiredSchemes)));
  4536.                         }
  4537.                         return $ret;
  4538.                     }
  4539.                     not_amazon_pay_shopping:
  4540.                     // amazon_pay_shopping_confirm
  4541.                     if ('/shopping/amazon_pay/confirm' === $pathinfo) {
  4542.                         $ret = array (  '_controller' => 'Plugin\\AmazonPayV2\\Controller\\AmazonShoppingController::confirm',  '_route' => 'amazon_pay_shopping_confirm',);
  4543.                         $requiredSchemes = array (  'https' => 0,);
  4544.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4545.                         if (!in_array($requestMethod, ['POST'])) {
  4546.                             if ($hasRequiredScheme) {
  4547.                                 $allow array_merge($allow, ['POST']);
  4548.                             }
  4549.                             goto not_amazon_pay_shopping_confirm;
  4550.                         }
  4551.                         if (!$hasRequiredScheme) {
  4552.                             if ('GET' !== $canonicalMethod) {
  4553.                                 goto not_amazon_pay_shopping_confirm;
  4554.                             }
  4555.                             return array_replace($ret$this->redirect($rawPathinfo'amazon_pay_shopping_confirm'key($requiredSchemes)));
  4556.                         }
  4557.                         return $ret;
  4558.                     }
  4559.                     not_amazon_pay_shopping_confirm:
  4560.                     if (=== strpos($pathinfo'/shopping/amazon_pay/checkout')) {
  4561.                         // amazon_pay_shopping_checkout
  4562.                         if ('/shopping/amazon_pay/checkout' === $pathinfo) {
  4563.                             $ret = array (  '_controller' => 'Plugin\\AmazonPayV2\\Controller\\AmazonShoppingController::checkout',  '_route' => 'amazon_pay_shopping_checkout',);
  4564.                             $requiredSchemes = array (  'https' => 0,);
  4565.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4566.                             if (!in_array($requestMethod, ['POST'])) {
  4567.                                 if ($hasRequiredScheme) {
  4568.                                     $allow array_merge($allow, ['POST']);
  4569.                                 }
  4570.                                 goto not_amazon_pay_shopping_checkout;
  4571.                             }
  4572.                             if (!$hasRequiredScheme) {
  4573.                                 if ('GET' !== $canonicalMethod) {
  4574.                                     goto not_amazon_pay_shopping_checkout;
  4575.                                 }
  4576.                                 return array_replace($ret$this->redirect($rawPathinfo'amazon_pay_shopping_checkout'key($requiredSchemes)));
  4577.                             }
  4578.                             return $ret;
  4579.                         }
  4580.                         not_amazon_pay_shopping_checkout:
  4581.                         // amazon_pay_shopping_checkout_result
  4582.                         if ('/shopping/amazon_pay/checkout_result' === $pathinfo) {
  4583.                             $ret = array (  '_controller' => 'Plugin\\AmazonPayV2\\Controller\\AmazonShoppingController::checkoutResult',  '_route' => 'amazon_pay_shopping_checkout_result',);
  4584.                             $requiredSchemes = array (  'https' => 0,);
  4585.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4586.                                 if ('GET' !== $canonicalMethod) {
  4587.                                     goto not_amazon_pay_shopping_checkout_result;
  4588.                                 }
  4589.                                 return array_replace($ret$this->redirect($rawPathinfo'amazon_pay_shopping_checkout_result'key($requiredSchemes)));
  4590.                             }
  4591.                             return $ret;
  4592.                         }
  4593.                         not_amazon_pay_shopping_checkout_result:
  4594.                     }
  4595.                     // amazon_pay_shopping_redirect_to
  4596.                     if ('/shopping/amazon_pay/redirect_to' === $pathinfo) {
  4597.                         $ret = array (  '_controller' => 'Plugin\\AmazonPayV2\\Controller\\AmazonShoppingController::redirectTo',  '_route' => 'amazon_pay_shopping_redirect_to',);
  4598.                         $requiredSchemes = array (  'https' => 0,);
  4599.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4600.                         if (!in_array($requestMethod, ['POST'])) {
  4601.                             if ($hasRequiredScheme) {
  4602.                                 $allow array_merge($allow, ['POST']);
  4603.                             }
  4604.                             goto not_amazon_pay_shopping_redirect_to;
  4605.                         }
  4606.                         if (!$hasRequiredScheme) {
  4607.                             if ('GET' !== $canonicalMethod) {
  4608.                                 goto not_amazon_pay_shopping_redirect_to;
  4609.                             }
  4610.                             return array_replace($ret$this->redirect($rawPathinfo'amazon_pay_shopping_redirect_to'key($requiredSchemes)));
  4611.                         }
  4612.                         return $ret;
  4613.                     }
  4614.                     not_amazon_pay_shopping_redirect_to:
  4615.                     // amazon_pay_shopping_order_save
  4616.                     if ('/shopping/amazon_pay/order_save' === $pathinfo) {
  4617.                         $ret = array (  '_controller' => 'Plugin\\AmazonPayV2\\Controller\\AmazonShoppingController::orderSave',  '_route' => 'amazon_pay_shopping_order_save',);
  4618.                         $requiredSchemes = array (  'https' => 0,);
  4619.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4620.                         if (!in_array($canonicalMethod, ['POST''GET'])) {
  4621.                             if ($hasRequiredScheme) {
  4622.                                 $allow array_merge($allow, ['POST''GET']);
  4623.                             }
  4624.                             goto not_amazon_pay_shopping_order_save;
  4625.                         }
  4626.                         if (!$hasRequiredScheme) {
  4627.                             if ('GET' !== $canonicalMethod) {
  4628.                                 goto not_amazon_pay_shopping_order_save;
  4629.                             }
  4630.                             return array_replace($ret$this->redirect($rawPathinfo'amazon_pay_shopping_order_save'key($requiredSchemes)));
  4631.                         }
  4632.                         return $ret;
  4633.                     }
  4634.                     not_amazon_pay_shopping_order_save:
  4635.                 }
  4636.             }
  4637.             // user_data
  4638.             if (=== strpos($pathinfo'/static') && preg_match('#^/static/(?P<route>([0-9a-zA-Z_\\-]+\\/?)+(?<!\\/))$#sD'$pathinfo$matches)) {
  4639.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'user_data']), array (  '_controller' => 'Eccube\\Controller\\UserDataController::index',));
  4640.                 $requiredSchemes = array (  'https' => 0,);
  4641.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4642.                     if ('GET' !== $canonicalMethod) {
  4643.                         goto not_user_data;
  4644.                     }
  4645.                     return array_replace($ret$this->redirect($rawPathinfo'user_data'key($requiredSchemes)));
  4646.                 }
  4647.                 return $ret;
  4648.             }
  4649.             not_user_data:
  4650.             // student_index
  4651.             if ('/student' === $pathinfo) {
  4652.                 $ret = array (  '_controller' => 'Customize\\Controller\\StaticPageController::student',  '_route' => 'student_index',);
  4653.                 $requiredSchemes = array (  'https' => 0,);
  4654.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4655.                 if (!in_array($canonicalMethod, ['GET'])) {
  4656.                     if ($hasRequiredScheme) {
  4657.                         $allow array_merge($allow, ['GET']);
  4658.                     }
  4659.                     goto not_student_index;
  4660.                 }
  4661.                 if (!$hasRequiredScheme) {
  4662.                     if ('GET' !== $canonicalMethod) {
  4663.                         goto not_student_index;
  4664.                     }
  4665.                     return array_replace($ret$this->redirect($rawPathinfo'student_index'key($requiredSchemes)));
  4666.                 }
  4667.                 return $ret;
  4668.             }
  4669.             not_student_index:
  4670.             // subscription_index
  4671.             if ('/subscription' === $pathinfo) {
  4672.                 $ret = array (  '_controller' => 'Customize\\Controller\\StaticPageController::subscription',  '_route' => 'subscription_index',);
  4673.                 $requiredSchemes = array (  'https' => 0,);
  4674.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4675.                 if (!in_array($canonicalMethod, ['GET'])) {
  4676.                     if ($hasRequiredScheme) {
  4677.                         $allow array_merge($allow, ['GET']);
  4678.                     }
  4679.                     goto not_subscription_index;
  4680.                 }
  4681.                 if (!$hasRequiredScheme) {
  4682.                     if ('GET' !== $canonicalMethod) {
  4683.                         goto not_subscription_index;
  4684.                     }
  4685.                     return array_replace($ret$this->redirect($rawPathinfo'subscription_index'key($requiredSchemes)));
  4686.                 }
  4687.                 return $ret;
  4688.             }
  4689.             not_subscription_index:
  4690.             // onehandred_sitemaps
  4691.             if ('/sitemap.xml' === $pathinfo) {
  4692.                 $ret = array (  '_controller' => 'Plugin\\OnehandredSiteMaps\\Controller\\OnehandredSiteMapsController::init',  '_route' => 'onehandred_sitemaps',);
  4693.                 $requiredSchemes = array (  'https' => 0,);
  4694.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4695.                 if (!in_array($canonicalMethod, ['GET'])) {
  4696.                     if ($hasRequiredScheme) {
  4697.                         $allow array_merge($allow, ['GET']);
  4698.                     }
  4699.                     goto not_onehandred_sitemaps;
  4700.                 }
  4701.                 if (!$hasRequiredScheme) {
  4702.                     if ('GET' !== $canonicalMethod) {
  4703.                         goto not_onehandred_sitemaps;
  4704.                     }
  4705.                     return array_replace($ret$this->redirect($rawPathinfo'onehandred_sitemaps'key($requiredSchemes)));
  4706.                 }
  4707.                 return $ret;
  4708.             }
  4709.             not_onehandred_sitemaps:
  4710.         }
  4711.         elseif (=== strpos($pathinfo'/block')) {
  4712.             if (=== strpos($pathinfo'/block/cart')) {
  4713.                 // block_cart
  4714.                 if ('/block/cart' === $pathinfo) {
  4715.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\CartController::index',  '_route' => 'block_cart',);
  4716.                     $requiredSchemes = array (  'https' => 0,);
  4717.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4718.                         if ('GET' !== $canonicalMethod) {
  4719.                             goto not_block_cart;
  4720.                         }
  4721.                         return array_replace($ret$this->redirect($rawPathinfo'block_cart'key($requiredSchemes)));
  4722.                     }
  4723.                     return $ret;
  4724.                 }
  4725.                 not_block_cart:
  4726.                 // block_cart_sp
  4727.                 if ('/block/cart_sp' === $pathinfo) {
  4728.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\CartController::index',  '_route' => 'block_cart_sp',);
  4729.                     $requiredSchemes = array (  'https' => 0,);
  4730.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4731.                         if ('GET' !== $canonicalMethod) {
  4732.                             goto not_block_cart_sp;
  4733.                         }
  4734.                         return array_replace($ret$this->redirect($rawPathinfo'block_cart_sp'key($requiredSchemes)));
  4735.                     }
  4736.                     return $ret;
  4737.                 }
  4738.                 not_block_cart_sp:
  4739.             }
  4740.             elseif (=== strpos($pathinfo'/block/search_product')) {
  4741.                 // block_search_product
  4742.                 if ('/block/search_product' === $pathinfo) {
  4743.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\SearchProductController::index',  '_route' => 'block_search_product',);
  4744.                     $requiredSchemes = array (  'https' => 0,);
  4745.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4746.                         if ('GET' !== $canonicalMethod) {
  4747.                             goto not_block_search_product;
  4748.                         }
  4749.                         return array_replace($ret$this->redirect($rawPathinfo'block_search_product'key($requiredSchemes)));
  4750.                     }
  4751.                     return $ret;
  4752.                 }
  4753.                 not_block_search_product:
  4754.                 // block_search_product_sp
  4755.                 if ('/block/search_product_sp' === $pathinfo) {
  4756.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\SearchProductController::index',  '_route' => 'block_search_product_sp',);
  4757.                     $requiredSchemes = array (  'https' => 0,);
  4758.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4759.                         if ('GET' !== $canonicalMethod) {
  4760.                             goto not_block_search_product_sp;
  4761.                         }
  4762.                         return array_replace($ret$this->redirect($rawPathinfo'block_search_product_sp'key($requiredSchemes)));
  4763.                     }
  4764.                     return $ret;
  4765.                 }
  4766.                 not_block_search_product_sp:
  4767.             }
  4768.             // block_sales_ranking_block
  4769.             if ('/block/sales_ranking_block' === $pathinfo) {
  4770.                 $ret = array (  '_controller' => 'Plugin\\SalesRankingB4\\Controller\\SalesRankingController::index',  '_route' => 'block_sales_ranking_block',);
  4771.                 $requiredSchemes = array (  'https' => 0,);
  4772.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4773.                     if ('GET' !== $canonicalMethod) {
  4774.                         goto not_block_sales_ranking_block;
  4775.                     }
  4776.                     return array_replace($ret$this->redirect($rawPathinfo'block_sales_ranking_block'key($requiredSchemes)));
  4777.                 }
  4778.                 return $ret;
  4779.             }
  4780.             not_block_sales_ranking_block:
  4781.             // block_etuna_checked_item
  4782.             if ('/block/etuna_checked_item' === $pathinfo) {
  4783.                 $ret = array (  '_controller' => 'Plugin\\EtunaCheckedItem\\Controller\\EtunaCheckedItemController::index',  '_route' => 'block_etuna_checked_item',);
  4784.                 $requiredSchemes = array (  'https' => 0,);
  4785.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4786.                     if ('GET' !== $canonicalMethod) {
  4787.                         goto not_block_etuna_checked_item;
  4788.                     }
  4789.                     return array_replace($ret$this->redirect($rawPathinfo'block_etuna_checked_item'key($requiredSchemes)));
  4790.                 }
  4791.                 return $ret;
  4792.             }
  4793.             not_block_etuna_checked_item:
  4794.             // block_businessday_calendar
  4795.             if ('/block/businessday_calendar' === $pathinfo) {
  4796.                 $ret = array (  '_controller' => 'Plugin\\DeliveryDate4\\Controller\\Block\\CalendarController::index',  '_route' => 'block_businessday_calendar',);
  4797.                 $requiredSchemes = array (  'https' => 0,);
  4798.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4799.                     if ('GET' !== $canonicalMethod) {
  4800.                         goto not_block_businessday_calendar;
  4801.                     }
  4802.                     return array_replace($ret$this->redirect($rawPathinfo'block_businessday_calendar'key($requiredSchemes)));
  4803.                 }
  4804.                 return $ret;
  4805.             }
  4806.             not_block_businessday_calendar:
  4807.         }
  4808.         elseif (=== strpos($pathinfo'/c')) {
  4809.             if (=== strpos($pathinfo'/contact')) {
  4810.                 // contact
  4811.                 if ('/contact' === $pathinfo) {
  4812.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ContactController::index',  '_route' => 'contact',);
  4813.                     $requiredSchemes = array (  'https' => 0,);
  4814.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4815.                         if ('GET' !== $canonicalMethod) {
  4816.                             goto not_contact;
  4817.                         }
  4818.                         return array_replace($ret$this->redirect($rawPathinfo'contact'key($requiredSchemes)));
  4819.                     }
  4820.                     return $ret;
  4821.                 }
  4822.                 not_contact:
  4823.                 // contact_complete
  4824.                 if ('/contact/complete' === $pathinfo) {
  4825.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ContactController::complete',  '_route' => 'contact_complete',);
  4826.                     $requiredSchemes = array (  'https' => 0,);
  4827.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4828.                         if ('GET' !== $canonicalMethod) {
  4829.                             goto not_contact_complete;
  4830.                         }
  4831.                         return array_replace($ret$this->redirect($rawPathinfo'contact_complete'key($requiredSchemes)));
  4832.                     }
  4833.                     return $ret;
  4834.                 }
  4835.                 not_contact_complete:
  4836.             }
  4837.             // plugin_customer_class_only
  4838.             if ('/customer_class_only_page4/customer/class/only' === $pathinfo) {
  4839.                 $ret = array (  '_controller' => 'Plugin\\CustomerClassOnlyPage4\\Controller\\ErrorController::index',  '_route' => 'plugin_customer_class_only',);
  4840.                 $requiredSchemes = array (  'https' => 0,);
  4841.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4842.                     if ('GET' !== $canonicalMethod) {
  4843.                         goto not_plugin_customer_class_only;
  4844.                     }
  4845.                     return array_replace($ret$this->redirect($rawPathinfo'plugin_customer_class_only'key($requiredSchemes)));
  4846.                 }
  4847.                 return $ret;
  4848.             }
  4849.             not_plugin_customer_class_only:
  4850.             if (=== strpos($pathinfo'/cart')) {
  4851.                 // car_up_recommend_up
  4852.                 if (=== strpos($pathinfo'/cart/cart_up_recommend') && preg_match('#^/cart/cart_up_recommend/(?P<productClassId>\\d+)/(?P<operation>up|down)/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4853.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'car_up_recommend_up']), array (  '_controller' => 'Plugin\\CartUpRecommend\\Controller\\CartUpRecommendController::changeCartItem',));
  4854.                     $requiredSchemes = array (  'https' => 0,);
  4855.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4856.                     if (!in_array($requestMethod, ['PUT'])) {
  4857.                         if ($hasRequiredScheme) {
  4858.                             $allow array_merge($allow, ['PUT']);
  4859.                         }
  4860.                         goto not_car_up_recommend_up;
  4861.                     }
  4862.                     if (!$hasRequiredScheme) {
  4863.                         if ('GET' !== $canonicalMethod) {
  4864.                             goto not_car_up_recommend_up;
  4865.                         }
  4866.                         return array_replace($ret$this->redirect($rawPathinfo'car_up_recommend_up'key($requiredSchemes)));
  4867.                     }
  4868.                     return $ret;
  4869.                 }
  4870.                 not_car_up_recommend_up:
  4871.                 // cart
  4872.                 if ('/cart' === $pathinfo) {
  4873.                     $ret = array (  '_controller' => 'Plugin\\CartUpRecommend\\Controller\\CartUpRecommendController::index',  '_route' => 'cart',);
  4874.                     $requiredSchemes = array (  'https' => 0,);
  4875.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4876.                         if ('GET' !== $canonicalMethod) {
  4877.                             goto not_cart;
  4878.                         }
  4879.                         return array_replace($ret$this->redirect($rawPathinfo'cart'key($requiredSchemes)));
  4880.                     }
  4881.                     return $ret;
  4882.                 }
  4883.                 not_cart:
  4884.                 // cart_handle_item
  4885.                 if (preg_match('#^/cart/(?P<operation>up|down|remove)/(?P<productClassId>\\d+)$#sD'$pathinfo$matches)) {
  4886.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'cart_handle_item']), array (  '_controller' => 'Plugin\\CartUpRecommend\\Controller\\CartUpRecommendController::handleCartItem',));
  4887.                     $requiredSchemes = array (  'https' => 0,);
  4888.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4889.                     if (!in_array($requestMethod, ['PUT'])) {
  4890.                         if ($hasRequiredScheme) {
  4891.                             $allow array_merge($allow, ['PUT']);
  4892.                         }
  4893.                         goto not_cart_handle_item;
  4894.                     }
  4895.                     if (!$hasRequiredScheme) {
  4896.                         if ('GET' !== $canonicalMethod) {
  4897.                             goto not_cart_handle_item;
  4898.                         }
  4899.                         return array_replace($ret$this->redirect($rawPathinfo'cart_handle_item'key($requiredSchemes)));
  4900.                     }
  4901.                     return $ret;
  4902.                 }
  4903.                 not_cart_handle_item:
  4904.                 // cart_buystep
  4905.                 if (=== strpos($pathinfo'/cart/buystep') && preg_match('#^/cart/buystep/(?P<cart_key>[a-zA-Z0-9]+[_][\\x20-\\x7E]+)$#sD'$pathinfo$matches)) {
  4906.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'cart_buystep']), array (  '_controller' => 'Plugin\\CartUpRecommend\\Controller\\CartUpRecommendController::buystep',));
  4907.                     $requiredSchemes = array (  'https' => 0,);
  4908.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4909.                         if ('GET' !== $canonicalMethod) {
  4910.                             goto not_cart_buystep;
  4911.                         }
  4912.                         return array_replace($ret$this->redirect($rawPathinfo'cart_buystep'key($requiredSchemes)));
  4913.                     }
  4914.                     return $ret;
  4915.                 }
  4916.                 not_cart_buystep:
  4917.             }
  4918.         }
  4919.         elseif (=== strpos($pathinfo'/entry')) {
  4920.             // entry_complete
  4921.             if ('/entry/complete' === $pathinfo) {
  4922.                 $ret = array (  '_controller' => 'Eccube\\Controller\\EntryController::complete',  '_route' => 'entry_complete',);
  4923.                 $requiredSchemes = array (  'https' => 0,);
  4924.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4925.                     if ('GET' !== $canonicalMethod) {
  4926.                         goto not_entry_complete;
  4927.                     }
  4928.                     return array_replace($ret$this->redirect($rawPathinfo'entry_complete'key($requiredSchemes)));
  4929.                 }
  4930.                 return $ret;
  4931.             }
  4932.             not_entry_complete:
  4933.             // entry
  4934.             if ('/entry' === $pathinfo) {
  4935.                 $ret = array (  '_controller' => 'Customize\\Controller\\EntryController::index',  '_route' => 'entry',);
  4936.                 $requiredSchemes = array (  'https' => 0,);
  4937.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4938.                     if ('GET' !== $canonicalMethod) {
  4939.                         goto not_entry;
  4940.                     }
  4941.                     return array_replace($ret$this->redirect($rawPathinfo'entry'key($requiredSchemes)));
  4942.                 }
  4943.                 return $ret;
  4944.             }
  4945.             not_entry:
  4946.             // entry_activate
  4947.             if (=== strpos($pathinfo'/entry/activate') && preg_match('#^/entry/activate/(?P<secret_key>[^/]++)$#sD'$pathinfo$matches)) {
  4948.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'entry_activate']), array (  '_controller' => 'Customize\\Controller\\EntryController::activate',));
  4949.                 $requiredSchemes = array (  'https' => 0,);
  4950.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4951.                     if ('GET' !== $canonicalMethod) {
  4952.                         goto not_entry_activate;
  4953.                     }
  4954.                     return array_replace($ret$this->redirect($rawPathinfo'entry_activate'key($requiredSchemes)));
  4955.                 }
  4956.                 return $ret;
  4957.             }
  4958.             not_entry_activate:
  4959.         }
  4960.         elseif (=== strpos($pathinfo'/forgot')) {
  4961.             // forgot
  4962.             if ('/forgot' === $pathinfo) {
  4963.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ForgotController::index',  '_route' => 'forgot',);
  4964.                 $requiredSchemes = array (  'https' => 0,);
  4965.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4966.                     if ('GET' !== $canonicalMethod) {
  4967.                         goto not_forgot;
  4968.                     }
  4969.                     return array_replace($ret$this->redirect($rawPathinfo'forgot'key($requiredSchemes)));
  4970.                 }
  4971.                 return $ret;
  4972.             }
  4973.             not_forgot:
  4974.             // forgot_complete
  4975.             if ('/forgot/complete' === $pathinfo) {
  4976.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ForgotController::complete',  '_route' => 'forgot_complete',);
  4977.                 $requiredSchemes = array (  'https' => 0,);
  4978.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4979.                     if ('GET' !== $canonicalMethod) {
  4980.                         goto not_forgot_complete;
  4981.                     }
  4982.                     return array_replace($ret$this->redirect($rawPathinfo'forgot_complete'key($requiredSchemes)));
  4983.                 }
  4984.                 return $ret;
  4985.             }
  4986.             not_forgot_complete:
  4987.             // forgot_reset
  4988.             if (=== strpos($pathinfo'/forgot/reset') && preg_match('#^/forgot/reset/(?P<reset_key>[^/]++)$#sD'$pathinfo$matches)) {
  4989.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'forgot_reset']), array (  '_controller' => 'Eccube\\Controller\\ForgotController::reset',));
  4990.                 $requiredSchemes = array (  'https' => 0,);
  4991.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4992.                     if ('GET' !== $canonicalMethod) {
  4993.                         goto not_forgot_reset;
  4994.                     }
  4995.                     return array_replace($ret$this->redirect($rawPathinfo'forgot_reset'key($requiredSchemes)));
  4996.                 }
  4997.                 return $ret;
  4998.             }
  4999.             not_forgot_reset:
  5000.         }
  5001.         elseif (=== strpos($pathinfo'/help')) {
  5002.             // help_tradelaw
  5003.             if ('/help/tradelaw' === $pathinfo) {
  5004.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::tradelaw',  '_route' => 'help_tradelaw',);
  5005.                 $requiredSchemes = array (  'https' => 0,);
  5006.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5007.                     if ('GET' !== $canonicalMethod) {
  5008.                         goto not_help_tradelaw;
  5009.                     }
  5010.                     return array_replace($ret$this->redirect($rawPathinfo'help_tradelaw'key($requiredSchemes)));
  5011.                 }
  5012.                 return $ret;
  5013.             }
  5014.             not_help_tradelaw:
  5015.             // help_about
  5016.             if ('/help/about' === $pathinfo) {
  5017.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::about',  '_route' => 'help_about',);
  5018.                 $requiredSchemes = array (  'https' => 0,);
  5019.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5020.                     if ('GET' !== $canonicalMethod) {
  5021.                         goto not_help_about;
  5022.                     }
  5023.                     return array_replace($ret$this->redirect($rawPathinfo'help_about'key($requiredSchemes)));
  5024.                 }
  5025.                 return $ret;
  5026.             }
  5027.             not_help_about:
  5028.             // help_agreement
  5029.             if ('/help/agreement' === $pathinfo) {
  5030.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::agreement',  '_route' => 'help_agreement',);
  5031.                 $requiredSchemes = array (  'https' => 0,);
  5032.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5033.                     if ('GET' !== $canonicalMethod) {
  5034.                         goto not_help_agreement;
  5035.                     }
  5036.                     return array_replace($ret$this->redirect($rawPathinfo'help_agreement'key($requiredSchemes)));
  5037.                 }
  5038.                 return $ret;
  5039.             }
  5040.             not_help_agreement:
  5041.             // help_privacy
  5042.             if ('/help/privacy' === $pathinfo) {
  5043.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::privacy',  '_route' => 'help_privacy',);
  5044.                 $requiredSchemes = array (  'https' => 0,);
  5045.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5046.                     if ('GET' !== $canonicalMethod) {
  5047.                         goto not_help_privacy;
  5048.                     }
  5049.                     return array_replace($ret$this->redirect($rawPathinfo'help_privacy'key($requiredSchemes)));
  5050.                 }
  5051.                 return $ret;
  5052.             }
  5053.             not_help_privacy:
  5054.             // help_faq
  5055.             if ('/help/faq' === $pathinfo) {
  5056.                 $ret = array (  '_controller' => 'Customize\\Controller\\StaticPageController::faq',  '_route' => 'help_faq',);
  5057.                 $requiredSchemes = array (  'https' => 0,);
  5058.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5059.                 if (!in_array($canonicalMethod, ['GET'])) {
  5060.                     if ($hasRequiredScheme) {
  5061.                         $allow array_merge($allow, ['GET']);
  5062.                     }
  5063.                     goto not_help_faq;
  5064.                 }
  5065.                 if (!$hasRequiredScheme) {
  5066.                     if ('GET' !== $canonicalMethod) {
  5067.                         goto not_help_faq;
  5068.                     }
  5069.                     return array_replace($ret$this->redirect($rawPathinfo'help_faq'key($requiredSchemes)));
  5070.                 }
  5071.                 return $ret;
  5072.             }
  5073.             not_help_faq:
  5074.         }
  5075.         // help_guide
  5076.         if ('/guide' === $pathinfo) {
  5077.             $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::guide',  '_route' => 'help_guide',);
  5078.             $requiredSchemes = array (  'https' => 0,);
  5079.             if (!isset($requiredSchemes[$context->getScheme()])) {
  5080.                 if ('GET' !== $canonicalMethod) {
  5081.                     goto not_help_guide;
  5082.                 }
  5083.                 return array_replace($ret$this->redirect($rawPathinfo'help_guide'key($requiredSchemes)));
  5084.             }
  5085.             return $ret;
  5086.         }
  5087.         not_help_guide:
  5088.         if (=== strpos($pathinfo'/install')) {
  5089.             // install
  5090.             if ('/install' === $pathinfo) {
  5091.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::index',  '_route' => 'install',);
  5092.                 $requiredSchemes = array (  'https' => 0,);
  5093.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5094.                     if ('GET' !== $canonicalMethod) {
  5095.                         goto not_install;
  5096.                     }
  5097.                     return array_replace($ret$this->redirect($rawPathinfo'install'key($requiredSchemes)));
  5098.                 }
  5099.                 return $ret;
  5100.             }
  5101.             not_install:
  5102.             if (=== strpos($pathinfo'/install/step')) {
  5103.                 // install_step1
  5104.                 if ('/install/step1' === $pathinfo) {
  5105.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step1',  '_route' => 'install_step1',);
  5106.                     $requiredSchemes = array (  'https' => 0,);
  5107.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5108.                         if ('GET' !== $canonicalMethod) {
  5109.                             goto not_install_step1;
  5110.                         }
  5111.                         return array_replace($ret$this->redirect($rawPathinfo'install_step1'key($requiredSchemes)));
  5112.                     }
  5113.                     return $ret;
  5114.                 }
  5115.                 not_install_step1:
  5116.                 // install_step2
  5117.                 if ('/install/step2' === $pathinfo) {
  5118.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step2',  '_route' => 'install_step2',);
  5119.                     $requiredSchemes = array (  'https' => 0,);
  5120.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5121.                         if ('GET' !== $canonicalMethod) {
  5122.                             goto not_install_step2;
  5123.                         }
  5124.                         return array_replace($ret$this->redirect($rawPathinfo'install_step2'key($requiredSchemes)));
  5125.                     }
  5126.                     return $ret;
  5127.                 }
  5128.                 not_install_step2:
  5129.                 // install_step3
  5130.                 if ('/install/step3' === $pathinfo) {
  5131.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step3',  '_route' => 'install_step3',);
  5132.                     $requiredSchemes = array (  'https' => 0,);
  5133.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5134.                         if ('GET' !== $canonicalMethod) {
  5135.                             goto not_install_step3;
  5136.                         }
  5137.                         return array_replace($ret$this->redirect($rawPathinfo'install_step3'key($requiredSchemes)));
  5138.                     }
  5139.                     return $ret;
  5140.                 }
  5141.                 not_install_step3:
  5142.                 // install_step4
  5143.                 if ('/install/step4' === $pathinfo) {
  5144.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step4',  '_route' => 'install_step4',);
  5145.                     $requiredSchemes = array (  'https' => 0,);
  5146.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5147.                         if ('GET' !== $canonicalMethod) {
  5148.                             goto not_install_step4;
  5149.                         }
  5150.                         return array_replace($ret$this->redirect($rawPathinfo'install_step4'key($requiredSchemes)));
  5151.                     }
  5152.                     return $ret;
  5153.                 }
  5154.                 not_install_step4:
  5155.                 // install_step5
  5156.                 if ('/install/step5' === $pathinfo) {
  5157.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step5',  '_route' => 'install_step5',);
  5158.                     $requiredSchemes = array (  'https' => 0,);
  5159.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5160.                         if ('GET' !== $canonicalMethod) {
  5161.                             goto not_install_step5;
  5162.                         }
  5163.                         return array_replace($ret$this->redirect($rawPathinfo'install_step5'key($requiredSchemes)));
  5164.                     }
  5165.                     return $ret;
  5166.                 }
  5167.                 not_install_step5:
  5168.             }
  5169.             // install_complete
  5170.             if ('/install/complete' === $pathinfo) {
  5171.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::complete',  '_route' => 'install_complete',);
  5172.                 $requiredSchemes = array (  'https' => 0,);
  5173.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5174.                     if ('GET' !== $canonicalMethod) {
  5175.                         goto not_install_complete;
  5176.                     }
  5177.                     return array_replace($ret$this->redirect($rawPathinfo'install_complete'key($requiredSchemes)));
  5178.                 }
  5179.                 return $ret;
  5180.             }
  5181.             not_install_complete:
  5182.         }
  5183.         elseif (=== strpos($pathinfo'/mypage')) {
  5184.             if (=== strpos($pathinfo'/mypage/change')) {
  5185.                 // mypage_change
  5186.                 if ('/mypage/change' === $pathinfo) {
  5187.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\ChangeController::index',  '_route' => 'mypage_change',);
  5188.                     $requiredSchemes = array (  'https' => 0,);
  5189.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5190.                         if ('GET' !== $canonicalMethod) {
  5191.                             goto not_mypage_change;
  5192.                         }
  5193.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_change'key($requiredSchemes)));
  5194.                     }
  5195.                     return $ret;
  5196.                 }
  5197.                 not_mypage_change:
  5198.                 // mypage_change_complete
  5199.                 if ('/mypage/change_complete' === $pathinfo) {
  5200.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\ChangeController::complete',  '_route' => 'mypage_change_complete',);
  5201.                     $requiredSchemes = array (  'https' => 0,);
  5202.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5203.                         if ('GET' !== $canonicalMethod) {
  5204.                             goto not_mypage_change_complete;
  5205.                         }
  5206.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_change_complete'key($requiredSchemes)));
  5207.                     }
  5208.                     return $ret;
  5209.                 }
  5210.                 not_mypage_change_complete:
  5211.             }
  5212.             elseif (=== strpos($pathinfo'/mypage/delivery')) {
  5213.                 // mypage_delivery
  5214.                 if ('/mypage/delivery' === $pathinfo) {
  5215.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::index',  '_route' => 'mypage_delivery',);
  5216.                     $requiredSchemes = array (  'https' => 0,);
  5217.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5218.                         if ('GET' !== $canonicalMethod) {
  5219.                             goto not_mypage_delivery;
  5220.                         }
  5221.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery'key($requiredSchemes)));
  5222.                     }
  5223.                     return $ret;
  5224.                 }
  5225.                 not_mypage_delivery:
  5226.                 // mypage_delivery_new
  5227.                 if ('/mypage/delivery/new' === $pathinfo) {
  5228.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::edit',  '_route' => 'mypage_delivery_new',);
  5229.                     $requiredSchemes = array (  'https' => 0,);
  5230.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5231.                         if ('GET' !== $canonicalMethod) {
  5232.                             goto not_mypage_delivery_new;
  5233.                         }
  5234.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_new'key($requiredSchemes)));
  5235.                     }
  5236.                     return $ret;
  5237.                 }
  5238.                 not_mypage_delivery_new:
  5239.                 // mypage_delivery_edit
  5240.                 if (preg_match('#^/mypage/delivery/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  5241.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_delivery_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::edit',));
  5242.                     $requiredSchemes = array (  'https' => 0,);
  5243.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5244.                         if ('GET' !== $canonicalMethod) {
  5245.                             goto not_mypage_delivery_edit;
  5246.                         }
  5247.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_edit'key($requiredSchemes)));
  5248.                     }
  5249.                     return $ret;
  5250.                 }
  5251.                 not_mypage_delivery_edit:
  5252.                 // mypage_delivery_delete
  5253.                 if (preg_match('#^/mypage/delivery/(?P<id>[^/]++)/delete$#sD'$pathinfo$matches)) {
  5254.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::delete',));
  5255.                     $requiredSchemes = array (  'https' => 0,);
  5256.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5257.                     if (!in_array($requestMethod, ['DELETE'])) {
  5258.                         if ($hasRequiredScheme) {
  5259.                             $allow array_merge($allow, ['DELETE']);
  5260.                         }
  5261.                         goto not_mypage_delivery_delete;
  5262.                     }
  5263.                     if (!$hasRequiredScheme) {
  5264.                         if ('GET' !== $canonicalMethod) {
  5265.                             goto not_mypage_delivery_delete;
  5266.                         }
  5267.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_delete'key($requiredSchemes)));
  5268.                     }
  5269.                     return $ret;
  5270.                 }
  5271.                 not_mypage_delivery_delete:
  5272.             }
  5273.             // mypage
  5274.             if ('/mypage' === $trimmedPathinfo) {
  5275.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::index',  '_route' => 'mypage',);
  5276.                 if ('/' === substr($pathinfo, -1)) {
  5277.                     // no-op
  5278.                 } elseif ('GET' !== $canonicalMethod) {
  5279.                     goto not_mypage;
  5280.                 } else {
  5281.                     return array_replace($ret$this->redirect($rawPathinfo.'/''mypage'));
  5282.                 }
  5283.                 $requiredSchemes = array (  'https' => 0,);
  5284.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5285.                     if ('GET' !== $canonicalMethod) {
  5286.                         goto not_mypage;
  5287.                     }
  5288.                     return array_replace($ret$this->redirect($rawPathinfo'mypage'key($requiredSchemes)));
  5289.                 }
  5290.                 return $ret;
  5291.             }
  5292.             not_mypage:
  5293.             // mypage_history
  5294.             if (=== strpos($pathinfo'/mypage/history') && preg_match('#^/mypage/history/(?P<order_no>[^/]++)$#sD'$pathinfo$matches)) {
  5295.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_history']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::history',));
  5296.                 $requiredSchemes = array (  'https' => 0,);
  5297.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5298.                     if ('GET' !== $canonicalMethod) {
  5299.                         goto not_mypage_history;
  5300.                     }
  5301.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_history'key($requiredSchemes)));
  5302.                 }
  5303.                 return $ret;
  5304.             }
  5305.             not_mypage_history:
  5306.             // mypage_order
  5307.             if (=== strpos($pathinfo'/mypage/order') && preg_match('#^/mypage/order/(?P<order_no>[^/]++)$#sD'$pathinfo$matches)) {
  5308.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_order']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::order',));
  5309.                 $requiredSchemes = array (  'https' => 0,);
  5310.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5311.                 if (!in_array($requestMethod, ['PUT'])) {
  5312.                     if ($hasRequiredScheme) {
  5313.                         $allow array_merge($allow, ['PUT']);
  5314.                     }
  5315.                     goto not_mypage_order;
  5316.                 }
  5317.                 if (!$hasRequiredScheme) {
  5318.                     if ('GET' !== $canonicalMethod) {
  5319.                         goto not_mypage_order;
  5320.                     }
  5321.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_order'key($requiredSchemes)));
  5322.                 }
  5323.                 return $ret;
  5324.             }
  5325.             not_mypage_order:
  5326.             if (=== strpos($pathinfo'/mypage/favorite')) {
  5327.                 // mypage_favorite
  5328.                 if ('/mypage/favorite' === $pathinfo) {
  5329.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::favorite',  '_route' => 'mypage_favorite',);
  5330.                     $requiredSchemes = array (  'https' => 0,);
  5331.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5332.                         if ('GET' !== $canonicalMethod) {
  5333.                             goto not_mypage_favorite;
  5334.                         }
  5335.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_favorite'key($requiredSchemes)));
  5336.                     }
  5337.                     return $ret;
  5338.                 }
  5339.                 not_mypage_favorite:
  5340.                 // mypage_favorite_delete
  5341.                 if (preg_match('#^/mypage/favorite/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  5342.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_favorite_delete']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::delete',));
  5343.                     $requiredSchemes = array (  'https' => 0,);
  5344.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5345.                     if (!in_array($requestMethod, ['DELETE'])) {
  5346.                         if ($hasRequiredScheme) {
  5347.                             $allow array_merge($allow, ['DELETE']);
  5348.                         }
  5349.                         goto not_mypage_favorite_delete;
  5350.                     }
  5351.                     if (!$hasRequiredScheme) {
  5352.                         if ('GET' !== $canonicalMethod) {
  5353.                             goto not_mypage_favorite_delete;
  5354.                         }
  5355.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_favorite_delete'key($requiredSchemes)));
  5356.                     }
  5357.                     return $ret;
  5358.                 }
  5359.                 not_mypage_favorite_delete:
  5360.             }
  5361.             elseif (=== strpos($pathinfo'/mypage/withdraw')) {
  5362.                 // mypage_withdraw
  5363.                 if ('/mypage/withdraw' === $pathinfo) {
  5364.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\WithdrawController::index',  '_route' => 'mypage_withdraw',);
  5365.                     $requiredSchemes = array (  'https' => 0,);
  5366.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5367.                         if ('GET' !== $canonicalMethod) {
  5368.                             goto not_mypage_withdraw;
  5369.                         }
  5370.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_withdraw'key($requiredSchemes)));
  5371.                     }
  5372.                     return $ret;
  5373.                 }
  5374.                 not_mypage_withdraw:
  5375.                 // mypage_withdraw_complete
  5376.                 if ('/mypage/withdraw_complete' === $pathinfo) {
  5377.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\WithdrawController::complete',  '_route' => 'mypage_withdraw_complete',);
  5378.                     $requiredSchemes = array (  'https' => 0,);
  5379.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5380.                         if ('GET' !== $canonicalMethod) {
  5381.                             goto not_mypage_withdraw_complete;
  5382.                         }
  5383.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_withdraw_complete'key($requiredSchemes)));
  5384.                     }
  5385.                     return $ret;
  5386.                 }
  5387.                 not_mypage_withdraw_complete:
  5388.             }
  5389.             elseif (=== strpos($pathinfo'/mypage/login')) {
  5390.                 // mypage_login
  5391.                 if ('/mypage/login' === $pathinfo) {
  5392.                     $ret = array (  '_controller' => 'Customize\\Controller\\MypageController::login',  '_route' => 'mypage_login',);
  5393.                     $requiredSchemes = array (  'https' => 0,);
  5394.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5395.                         if ('GET' !== $canonicalMethod) {
  5396.                             goto not_mypage_login;
  5397.                         }
  5398.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_login'key($requiredSchemes)));
  5399.                     }
  5400.                     return $ret;
  5401.                 }
  5402.                 not_mypage_login:
  5403.                 // login_with_amazon
  5404.                 if ('/mypage/login_with_amazon' === $pathinfo) {
  5405.                     $ret = array (  '_controller' => 'Plugin\\AmazonPayV2\\Controller\\AmazonRedirectController::loginWithAmazon',  '_route' => 'login_with_amazon',);
  5406.                     $requiredSchemes = array (  'https' => 0,);
  5407.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5408.                         if ('GET' !== $canonicalMethod) {
  5409.                             goto not_login_with_amazon;
  5410.                         }
  5411.                         return array_replace($ret$this->redirect($rawPathinfo'login_with_amazon'key($requiredSchemes)));
  5412.                     }
  5413.                     return $ret;
  5414.                 }
  5415.                 not_login_with_amazon:
  5416.             }
  5417.             // remise_payment4_delete_payquick
  5418.             if (=== strpos($pathinfo'/mypage/change/delete_payquick') && preg_match('#^/mypage/change/delete_payquick(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  5419.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_delete_payquick']), array (  'id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\CustomerController::deletePayquick',));
  5420.                 $requiredSchemes = array (  'https' => 0,);
  5421.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5422.                     if ('GET' !== $canonicalMethod) {
  5423.                         goto not_remise_payment4_delete_payquick;
  5424.                     }
  5425.                     return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_delete_payquick'key($requiredSchemes)));
  5426.                 }
  5427.                 return $ret;
  5428.             }
  5429.             not_remise_payment4_delete_payquick:
  5430.             if (=== strpos($pathinfo'/mypage/remise_payment4_ac_')) {
  5431.                 if (=== strpos($pathinfo'/mypage/remise_payment4_ac_card_update')) {
  5432.                     // remise_payment4_ac_mypage_card_update
  5433.                     if (preg_match('#^/mypage/remise_payment4_ac_card_update(?:/(?P<order_id>\\d+)(?:/(?P<mode>[^/]++))?)?$#sD'$pathinfo$matches)) {
  5434.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_mypage_card_update']), array (  'order_id' => NULL,  'mode' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\MypageAcController::update',));
  5435.                         $requiredSchemes = array (  'https' => 0,);
  5436.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  5437.                             if ('GET' !== $canonicalMethod) {
  5438.                                 goto not_remise_payment4_ac_mypage_card_update;
  5439.                             }
  5440.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_mypage_card_update'key($requiredSchemes)));
  5441.                         }
  5442.                         return $ret;
  5443.                     }
  5444.                     not_remise_payment4_ac_mypage_card_update:
  5445.                     // remise_payment4_ac_mypage_card_update_redirect
  5446.                     if (=== strpos($pathinfo'/mypage/remise_payment4_ac_card_update/redirect') && preg_match('#^/mypage/remise_payment4_ac_card_update/redirect(?:/(?P<order_id>\\d+))?$#sD'$pathinfo$matches)) {
  5447.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_mypage_card_update_redirect']), array (  'order_id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\MypageAcController::updateRedirect',));
  5448.                         $requiredSchemes = array (  'https' => 0,);
  5449.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  5450.                             if ('GET' !== $canonicalMethod) {
  5451.                                 goto not_remise_payment4_ac_mypage_card_update_redirect;
  5452.                             }
  5453.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_mypage_card_update_redirect'key($requiredSchemes)));
  5454.                         }
  5455.                         return $ret;
  5456.                     }
  5457.                     not_remise_payment4_ac_mypage_card_update_redirect:
  5458.                     // remise_payment4_ac_mypage_card_update_return
  5459.                     if (=== strpos($pathinfo'/mypage/remise_payment4_ac_card_update/return') && preg_match('#^/mypage/remise_payment4_ac_card_update/return(?:/(?P<order_id>\\d+))?$#sD'$pathinfo$matches)) {
  5460.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_mypage_card_update_return']), array (  'order_id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\MypageAcController::updateReturn',));
  5461.                         $requiredSchemes = array (  'https' => 0,);
  5462.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  5463.                             if ('GET' !== $canonicalMethod) {
  5464.                                 goto not_remise_payment4_ac_mypage_card_update_return;
  5465.                             }
  5466.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_mypage_card_update_return'key($requiredSchemes)));
  5467.                         }
  5468.                         return $ret;
  5469.                     }
  5470.                     not_remise_payment4_ac_mypage_card_update_return:
  5471.                 }
  5472.                 elseif (=== strpos($pathinfo'/mypage/remise_payment4_ac_cancel')) {
  5473.                     // remise_payment4_ac_mypage_cancel
  5474.                     if (preg_match('#^/mypage/remise_payment4_ac_cancel(?:/(?P<order_id>\\d+)(?:/(?P<mode>[^/]++))?)?$#sD'$pathinfo$matches)) {
  5475.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_mypage_cancel']), array (  'order_id' => NULL,  'mode' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\MypageAcController::cancel',));
  5476.                         $requiredSchemes = array (  'https' => 0,);
  5477.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  5478.                             if ('GET' !== $canonicalMethod) {
  5479.                                 goto not_remise_payment4_ac_mypage_cancel;
  5480.                             }
  5481.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_mypage_cancel'key($requiredSchemes)));
  5482.                         }
  5483.                         return $ret;
  5484.                     }
  5485.                     not_remise_payment4_ac_mypage_cancel:
  5486.                     // remise_payment4_ac_mypage_cancel_redirect
  5487.                     if (=== strpos($pathinfo'/mypage/remise_payment4_ac_cancel/redirect') && preg_match('#^/mypage/remise_payment4_ac_cancel/redirect(?:/(?P<order_id>\\d+))?$#sD'$pathinfo$matches)) {
  5488.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_mypage_cancel_redirect']), array (  'order_id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\MypageAcController::cancelRedirect',));
  5489.                         $requiredSchemes = array (  'https' => 0,);
  5490.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  5491.                             if ('GET' !== $canonicalMethod) {
  5492.                                 goto not_remise_payment4_ac_mypage_cancel_redirect;
  5493.                             }
  5494.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_mypage_cancel_redirect'key($requiredSchemes)));
  5495.                         }
  5496.                         return $ret;
  5497.                     }
  5498.                     not_remise_payment4_ac_mypage_cancel_redirect:
  5499.                     // remise_payment4_ac_mypage_cancel_return
  5500.                     if (=== strpos($pathinfo'/mypage/remise_payment4_ac_cancel/return') && preg_match('#^/mypage/remise_payment4_ac_cancel/return(?:/(?P<order_id>\\d+))?$#sD'$pathinfo$matches)) {
  5501.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_mypage_cancel_return']), array (  'order_id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\MypageAcController::cancelReturn',));
  5502.                         $requiredSchemes = array (  'https' => 0,);
  5503.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  5504.                             if ('GET' !== $canonicalMethod) {
  5505.                                 goto not_remise_payment4_ac_mypage_cancel_return;
  5506.                             }
  5507.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_mypage_cancel_return'key($requiredSchemes)));
  5508.                         }
  5509.                         return $ret;
  5510.                     }
  5511.                     not_remise_payment4_ac_mypage_cancel_return:
  5512.                 }
  5513.                 // remise_payment4_ac_mypage_skip
  5514.                 if (=== strpos($pathinfo'/mypage/remise_payment4_ac_skip') && preg_match('#^/mypage/remise_payment4_ac_skip(?:/(?P<order_id>\\d+))?$#sD'$pathinfo$matches)) {
  5515.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'remise_payment4_ac_mypage_skip']), array (  'order_id' => NULL,  '_controller' => 'Plugin\\RemisePayment4\\Controller\\MypageAcController::skip',));
  5516.                     $requiredSchemes = array (  'https' => 0,);
  5517.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5518.                         if ('GET' !== $canonicalMethod) {
  5519.                             goto not_remise_payment4_ac_mypage_skip;
  5520.                         }
  5521.                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_mypage_skip'key($requiredSchemes)));
  5522.                     }
  5523.                     return $ret;
  5524.                 }
  5525.                 not_remise_payment4_ac_mypage_skip:
  5526.             }
  5527.         }
  5528.         elseif (=== strpos($pathinfo'/myufullconnect/api')) {
  5529.             if (=== strpos($pathinfo'/myufullconnect/api/customer')) {
  5530.                 // plugin_myufullconnect_api_customeraddress_index
  5531.                 if ('/myufullconnect/api/customer_address' === $pathinfo) {
  5532.                     $ret = array (  '_controller' => 'Plugin\\MyufullConnect\\Controller\\api\\CustomerAddressController::index',  '_route' => 'plugin_myufullconnect_api_customeraddress_index',);
  5533.                     $requiredSchemes = array (  'https' => 0,);
  5534.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5535.                     if (!in_array($canonicalMethod, ['GET'])) {
  5536.                         if ($hasRequiredScheme) {
  5537.                             $allow array_merge($allow, ['GET']);
  5538.                         }
  5539.                         goto not_plugin_myufullconnect_api_customeraddress_index;
  5540.                     }
  5541.                     if (!$hasRequiredScheme) {
  5542.                         if ('GET' !== $canonicalMethod) {
  5543.                             goto not_plugin_myufullconnect_api_customeraddress_index;
  5544.                         }
  5545.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_myufullconnect_api_customeraddress_index'key($requiredSchemes)));
  5546.                     }
  5547.                     return $ret;
  5548.                 }
  5549.                 not_plugin_myufullconnect_api_customeraddress_index:
  5550.                 // plugin_myufullconnect_api_customer_index
  5551.                 if ('/myufullconnect/api/customer' === $pathinfo) {
  5552.                     $ret = array (  '_controller' => 'Plugin\\MyufullConnect\\Controller\\api\\CustomerController::index',  '_route' => 'plugin_myufullconnect_api_customer_index',);
  5553.                     $requiredSchemes = array (  'https' => 0,);
  5554.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5555.                     if (!in_array($canonicalMethod, ['GET'])) {
  5556.                         if ($hasRequiredScheme) {
  5557.                             $allow array_merge($allow, ['GET']);
  5558.                         }
  5559.                         goto not_plugin_myufullconnect_api_customer_index;
  5560.                     }
  5561.                     if (!$hasRequiredScheme) {
  5562.                         if ('GET' !== $canonicalMethod) {
  5563.                             goto not_plugin_myufullconnect_api_customer_index;
  5564.                         }
  5565.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_myufullconnect_api_customer_index'key($requiredSchemes)));
  5566.                     }
  5567.                     return $ret;
  5568.                 }
  5569.                 not_plugin_myufullconnect_api_customer_index:
  5570.             }
  5571.             elseif (=== strpos($pathinfo'/myufullconnect/api/order')) {
  5572.                 // plugin_myufullconnect_api_order_index
  5573.                 if ('/myufullconnect/api/order' === $pathinfo) {
  5574.                     $ret = array (  '_controller' => 'Plugin\\MyufullConnect\\Controller\\api\\OrderController::index',  '_route' => 'plugin_myufullconnect_api_order_index',);
  5575.                     $requiredSchemes = array (  'https' => 0,);
  5576.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5577.                     if (!in_array($canonicalMethod, ['GET'])) {
  5578.                         if ($hasRequiredScheme) {
  5579.                             $allow array_merge($allow, ['GET']);
  5580.                         }
  5581.                         goto not_plugin_myufullconnect_api_order_index;
  5582.                     }
  5583.                     if (!$hasRequiredScheme) {
  5584.                         if ('GET' !== $canonicalMethod) {
  5585.                             goto not_plugin_myufullconnect_api_order_index;
  5586.                         }
  5587.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_myufullconnect_api_order_index'key($requiredSchemes)));
  5588.                     }
  5589.                     return $ret;
  5590.                 }
  5591.                 not_plugin_myufullconnect_api_order_index:
  5592.                 // plugin_myufullconnect_api_order_index_cancel
  5593.                 if ('/myufullconnect/api/order_cancel' === $pathinfo) {
  5594.                     $ret = array (  '_controller' => 'Plugin\\MyufullConnect\\Controller\\api\\OrderController::index_cancel',  '_route' => 'plugin_myufullconnect_api_order_index_cancel',);
  5595.                     $requiredSchemes = array (  'https' => 0,);
  5596.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5597.                     if (!in_array($canonicalMethod, ['GET'])) {
  5598.                         if ($hasRequiredScheme) {
  5599.                             $allow array_merge($allow, ['GET']);
  5600.                         }
  5601.                         goto not_plugin_myufullconnect_api_order_index_cancel;
  5602.                     }
  5603.                     if (!$hasRequiredScheme) {
  5604.                         if ('GET' !== $canonicalMethod) {
  5605.                             goto not_plugin_myufullconnect_api_order_index_cancel;
  5606.                         }
  5607.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_myufullconnect_api_order_index_cancel'key($requiredSchemes)));
  5608.                     }
  5609.                     return $ret;
  5610.                 }
  5611.                 not_plugin_myufullconnect_api_order_index_cancel:
  5612.             }
  5613.             // plugin_myufullconnect_api_shipping_index
  5614.             if ('/myufullconnect/api/shipping' === $pathinfo) {
  5615.                 $ret = array (  '_controller' => 'Plugin\\MyufullConnect\\Controller\\api\\ShippingController::index',  '_route' => 'plugin_myufullconnect_api_shipping_index',);
  5616.                 $requiredSchemes = array (  'https' => 0,);
  5617.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5618.                 if (!in_array($canonicalMethod, ['GET'])) {
  5619.                     if ($hasRequiredScheme) {
  5620.                         $allow array_merge($allow, ['GET']);
  5621.                     }
  5622.                     goto not_plugin_myufullconnect_api_shipping_index;
  5623.                 }
  5624.                 if (!$hasRequiredScheme) {
  5625.                     if ('GET' !== $canonicalMethod) {
  5626.                         goto not_plugin_myufullconnect_api_shipping_index;
  5627.                     }
  5628.                     return array_replace($ret$this->redirect($rawPathinfo'plugin_myufullconnect_api_shipping_index'key($requiredSchemes)));
  5629.                 }
  5630.                 return $ret;
  5631.             }
  5632.             not_plugin_myufullconnect_api_shipping_index:
  5633.         }
  5634.         elseif (=== strpos($pathinfo'/products')) {
  5635.             // product_list
  5636.             if ('/products/list' === $pathinfo) {
  5637.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ProductController::index',  '_route' => 'product_list',);
  5638.                 $requiredSchemes = array (  'https' => 0,);
  5639.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5640.                     if ('GET' !== $canonicalMethod) {
  5641.                         goto not_product_list;
  5642.                     }
  5643.                     return array_replace($ret$this->redirect($rawPathinfo'product_list'key($requiredSchemes)));
  5644.                 }
  5645.                 return $ret;
  5646.             }
  5647.             not_product_list:
  5648.             // product_detail
  5649.             if (=== strpos($pathinfo'/products/detail') && preg_match('#^/products/detail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  5650.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_detail']), array (  '_controller' => 'Eccube\\Controller\\ProductController::detail',));
  5651.                 $requiredSchemes = array (  'https' => 0,);
  5652.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5653.                 if (!in_array($canonicalMethod, ['GET'])) {
  5654.                     if ($hasRequiredScheme) {
  5655.                         $allow array_merge($allow, ['GET']);
  5656.                     }
  5657.                     goto not_product_detail;
  5658.                 }
  5659.                 if (!$hasRequiredScheme) {
  5660.                     if ('GET' !== $canonicalMethod) {
  5661.                         goto not_product_detail;
  5662.                     }
  5663.                     return array_replace($ret$this->redirect($rawPathinfo'product_detail'key($requiredSchemes)));
  5664.                 }
  5665.                 return $ret;
  5666.             }
  5667.             not_product_detail:
  5668.             // product_add_favorite
  5669.             if (=== strpos($pathinfo'/products/add_favorite') && preg_match('#^/products/add_favorite/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  5670.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_add_favorite']), array (  '_controller' => 'Eccube\\Controller\\ProductController::addFavorite',));
  5671.                 $requiredSchemes = array (  'https' => 0,);
  5672.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5673.                     if ('GET' !== $canonicalMethod) {
  5674.                         goto not_product_add_favorite;
  5675.                     }
  5676.                     return array_replace($ret$this->redirect($rawPathinfo'product_add_favorite'key($requiredSchemes)));
  5677.                 }
  5678.                 return $ret;
  5679.             }
  5680.             not_product_add_favorite:
  5681.             // product_add_cart
  5682.             if (=== strpos($pathinfo'/products/add_cart') && preg_match('#^/products/add_cart/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  5683.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_add_cart']), array (  '_controller' => 'Eccube\\Controller\\ProductController::addCart',));
  5684.                 $requiredSchemes = array (  'https' => 0,);
  5685.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5686.                 if (!in_array($requestMethod, ['POST'])) {
  5687.                     if ($hasRequiredScheme) {
  5688.                         $allow array_merge($allow, ['POST']);
  5689.                     }
  5690.                     goto not_product_add_cart;
  5691.                 }
  5692.                 if (!$hasRequiredScheme) {
  5693.                     if ('GET' !== $canonicalMethod) {
  5694.                         goto not_product_add_cart;
  5695.                     }
  5696.                     return array_replace($ret$this->redirect($rawPathinfo'product_add_cart'key($requiredSchemes)));
  5697.                 }
  5698.                 return $ret;
  5699.             }
  5700.             not_product_add_cart:
  5701.             if (=== strpos($pathinfo'/products/contact')) {
  5702.                 // product_contact
  5703.                 if ('/products/contact' === $pathinfo) {
  5704.                     $ret = array (  '_controller' => 'Plugin\\ProductContactB\\Controller\\ProductContactController::index',  '_route' => 'product_contact',);
  5705.                     $requiredSchemes = array (  'https' => 0,);
  5706.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5707.                         if ('GET' !== $canonicalMethod) {
  5708.                             goto not_product_contact;
  5709.                         }
  5710.                         return array_replace($ret$this->redirect($rawPathinfo'product_contact'key($requiredSchemes)));
  5711.                     }
  5712.                     return $ret;
  5713.                 }
  5714.                 not_product_contact:
  5715.                 // product_contact_complete
  5716.                 if ('/products/contact/complete' === $pathinfo) {
  5717.                     $ret = array (  '_controller' => 'Plugin\\ProductContactB\\Controller\\ProductContactController::complete',  '_route' => 'product_contact_complete',);
  5718.                     $requiredSchemes = array (  'https' => 0,);
  5719.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5720.                         if ('GET' !== $canonicalMethod) {
  5721.                             goto not_product_contact_complete;
  5722.                         }
  5723.                         return array_replace($ret$this->redirect($rawPathinfo'product_contact_complete'key($requiredSchemes)));
  5724.                     }
  5725.                     return $ret;
  5726.                 }
  5727.                 not_product_contact_complete:
  5728.             }
  5729.         }
  5730.         elseif (=== strpos($pathinfo'/plugin')) {
  5731.             // block_plugin_recommended_products4
  5732.             if ('/plugin/recomended_products' === $pathinfo) {
  5733.                 $ret = array (  '_controller' => 'Plugin\\RecommendedProducts4\\Controller\\Block\\RecommendController::index',  '_route' => 'block_plugin_recommended_products4',);
  5734.                 $requiredSchemes = array (  'https' => 0,);
  5735.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5736.                     if ('GET' !== $canonicalMethod) {
  5737.                         goto not_block_plugin_recommended_products4;
  5738.                     }
  5739.                     return array_replace($ret$this->redirect($rawPathinfo'block_plugin_recommended_products4'key($requiredSchemes)));
  5740.                 }
  5741.                 return $ret;
  5742.             }
  5743.             not_block_plugin_recommended_products4:
  5744.             if (=== strpos($pathinfo'/plugin_line_login')) {
  5745.                 // plugin_line_login
  5746.                 if ('/plugin_line_login' === $pathinfo) {
  5747.                     $ret = array (  '_controller' => 'Plugin\\ECCUBE4LineLoginIntegration\\Controller\\LineLoginIntegrationController::login',  '_route' => 'plugin_line_login',);
  5748.                     $requiredSchemes = array (  'https' => 0,);
  5749.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5750.                         if ('GET' !== $canonicalMethod) {
  5751.                             goto not_plugin_line_login;
  5752.                         }
  5753.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_line_login'key($requiredSchemes)));
  5754.                     }
  5755.                     return $ret;
  5756.                 }
  5757.                 not_plugin_line_login:
  5758.                 // plugin_line_login_callback
  5759.                 if ('/plugin_line_login_callback' === $pathinfo) {
  5760.                     $ret = array (  '_controller' => 'Plugin\\ECCUBE4LineLoginIntegration\\Controller\\LineLoginIntegrationController::loginCallback',  '_route' => 'plugin_line_login_callback',);
  5761.                     $requiredSchemes = array (  'https' => 0,);
  5762.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5763.                         if ('GET' !== $canonicalMethod) {
  5764.                             goto not_plugin_line_login_callback;
  5765.                         }
  5766.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_line_login_callback'key($requiredSchemes)));
  5767.                     }
  5768.                     return $ret;
  5769.                 }
  5770.                 not_plugin_line_login_callback:
  5771.             }
  5772.             // plugin_coupon_shopping
  5773.             if ('/plugin/coupon/shopping/shopping_coupon' === $pathinfo) {
  5774.                 $ret = array (  '_controller' => 'Plugin\\Coupon4\\Controller\\CouponShoppingController::shoppingCoupon',  '_route' => 'plugin_coupon_shopping',);
  5775.                 $requiredSchemes = array (  'https' => 0,);
  5776.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5777.                     if ('GET' !== $canonicalMethod) {
  5778.                         goto not_plugin_coupon_shopping;
  5779.                     }
  5780.                     return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_shopping'key($requiredSchemes)));
  5781.                 }
  5782.                 return $ret;
  5783.             }
  5784.             not_plugin_coupon_shopping:
  5785.         }
  5786.         // homepage
  5787.         if ('' === $trimmedPathinfo) {
  5788.             $ret = array (  '_controller' => 'Eccube\\Controller\\TopController::index',  '_route' => 'homepage',);
  5789.             if ('/' === substr($pathinfo, -1)) {
  5790.                 // no-op
  5791.             } elseif ('GET' !== $canonicalMethod) {
  5792.                 goto not_homepage;
  5793.             } else {
  5794.                 return array_replace($ret$this->redirect($rawPathinfo.'/''homepage'));
  5795.             }
  5796.             $requiredSchemes = array (  'https' => 0,);
  5797.             if (!isset($requiredSchemes[$context->getScheme()])) {
  5798.                 if ('GET' !== $canonicalMethod) {
  5799.                     goto not_homepage;
  5800.                 }
  5801.                 return array_replace($ret$this->redirect($rawPathinfo'homepage'key($requiredSchemes)));
  5802.             }
  5803.             return $ret;
  5804.         }
  5805.         not_homepage:
  5806.         if (=== strpos($pathinfo'/lp')) {
  5807.             // lp_index
  5808.             if ('/lp' === $trimmedPathinfo) {
  5809.                 $ret = array (  '_controller' => 'Customize\\Controller\\LpController::index',  '_route' => 'lp_index',);
  5810.                 if ('/' === substr($pathinfo, -1)) {
  5811.                     // no-op
  5812.                 } elseif ('GET' !== $canonicalMethod) {
  5813.                     goto not_lp_index;
  5814.                 } else {
  5815.                     return array_replace($ret$this->redirect($rawPathinfo.'/''lp_index'));
  5816.                 }
  5817.                 $requiredSchemes = array (  'https' => 0,);
  5818.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5819.                     if ('GET' !== $canonicalMethod) {
  5820.                         goto not_lp_index;
  5821.                     }
  5822.                     return array_replace($ret$this->redirect($rawPathinfo'lp_index'key($requiredSchemes)));
  5823.                 }
  5824.                 return $ret;
  5825.             }
  5826.             not_lp_index:
  5827.             if (=== strpos($pathinfo'/lp/cp-')) {
  5828.                 // lp_cp-2021-winter
  5829.                 if ('/lp/cp-2021-winter' === $pathinfo) {
  5830.                     $ret = array (  '_controller' => 'Customize\\Controller\\LpController::lpCP2021Winter',  '_route' => 'lp_cp-2021-winter',);
  5831.                     $requiredSchemes = array (  'https' => 0,);
  5832.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5833.                         if ('GET' !== $canonicalMethod) {
  5834.                             goto not_lp_cp2021winter;
  5835.                         }
  5836.                         return array_replace($ret$this->redirect($rawPathinfo'lp_cp-2021-winter'key($requiredSchemes)));
  5837.                     }
  5838.                     return $ret;
  5839.                 }
  5840.                 not_lp_cp2021winter:
  5841.                 if (=== strpos($pathinfo'/lp/cp-20210')) {
  5842.                     // lp_cp-202109-sns
  5843.                     if ('/lp/cp-202109-sns' === $pathinfo) {
  5844.                         $ret = array (  '_controller' => 'Customize\\Controller\\LpController::lpCP202109SNS',  '_route' => 'lp_cp-202109-sns',);
  5845.                         $requiredSchemes = array (  'https' => 0,);
  5846.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  5847.                             if ('GET' !== $canonicalMethod) {
  5848.                                 goto not_lp_cp202109sns;
  5849.                             }
  5850.                             return array_replace($ret$this->redirect($rawPathinfo'lp_cp-202109-sns'key($requiredSchemes)));
  5851.                         }
  5852.                         return $ret;
  5853.                     }
  5854.                     not_lp_cp202109sns:
  5855.                     // lp_cp-202104-trial-special-set
  5856.                     if ('/lp/cp-202104-trial-special-set' === $pathinfo) {
  5857.                         $ret = array (  '_controller' => 'Customize\\Controller\\LpController::lpCP202104TrialSpecialSet',  '_route' => 'lp_cp-202104-trial-special-set',);
  5858.                         $requiredSchemes = array (  'https' => 0,);
  5859.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  5860.                             if ('GET' !== $canonicalMethod) {
  5861.                                 goto not_lp_cp202104trialspecialset;
  5862.                             }
  5863.                             return array_replace($ret$this->redirect($rawPathinfo'lp_cp-202104-trial-special-set'key($requiredSchemes)));
  5864.                         }
  5865.                         return $ret;
  5866.                     }
  5867.                     not_lp_cp202104trialspecialset:
  5868.                     // lp_cp-202104-beginners-limited-set
  5869.                     if ('/lp/cp-202104-beginners-limited-set' === $pathinfo) {
  5870.                         $ret = array (  '_controller' => 'Customize\\Controller\\LpController::lpCP202104BeginnersLimitedSet',  '_route' => 'lp_cp-202104-beginners-limited-set',);
  5871.                         $requiredSchemes = array (  'https' => 0,);
  5872.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5873.                         if (!in_array($canonicalMethod, ['GET'])) {
  5874.                             if ($hasRequiredScheme) {
  5875.                                 $allow array_merge($allow, ['GET']);
  5876.                             }
  5877.                             goto not_lp_cp202104beginnerslimitedset;
  5878.                         }
  5879.                         if (!$hasRequiredScheme) {
  5880.                             if ('GET' !== $canonicalMethod) {
  5881.                                 goto not_lp_cp202104beginnerslimitedset;
  5882.                             }
  5883.                             return array_replace($ret$this->redirect($rawPathinfo'lp_cp-202104-beginners-limited-set'key($requiredSchemes)));
  5884.                         }
  5885.                         return $ret;
  5886.                     }
  5887.                     not_lp_cp202104beginnerslimitedset:
  5888.                 }
  5889.                 // lp_cp-trial-special-offer
  5890.                 if ('/lp/cp-trial-special-offer' === $pathinfo) {
  5891.                     $ret = array (  '_controller' => 'Customize\\Controller\\LpController::lpCPTrialSpecialOffer',  '_route' => 'lp_cp-trial-special-offer',);
  5892.                     $requiredSchemes = array (  'https' => 0,);
  5893.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5894.                         if ('GET' !== $canonicalMethod) {
  5895.                             goto not_lp_cptrialspecialoffer;
  5896.                         }
  5897.                         return array_replace($ret$this->redirect($rawPathinfo'lp_cp-trial-special-offer'key($requiredSchemes)));
  5898.                     }
  5899.                     return $ret;
  5900.                 }
  5901.                 not_lp_cptrialspecialoffer:
  5902.             }
  5903.             // lp_202104
  5904.             if ('/lp/202104' === $pathinfo) {
  5905.                 $ret = array (  '_controller' => 'Customize\\Controller\\LpController::lp202104',  '_route' => 'lp_202104',);
  5906.                 $requiredSchemes = array (  'https' => 0,);
  5907.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5908.                     if ('GET' !== $canonicalMethod) {
  5909.                         goto not_lp_202104;
  5910.                     }
  5911.                     return array_replace($ret$this->redirect($rawPathinfo'lp_202104'key($requiredSchemes)));
  5912.                 }
  5913.                 return $ret;
  5914.             }
  5915.             not_lp_202104:
  5916.         }
  5917.         // logout
  5918.         if ('/logout' === $pathinfo) {
  5919.             $ret = ['_route' => 'logout'];
  5920.             $requiredSchemes = array (  'https' => 0,);
  5921.             if (!isset($requiredSchemes[$context->getScheme()])) {
  5922.                 if ('GET' !== $canonicalMethod) {
  5923.                     goto not_logout;
  5924.                 }
  5925.                 return array_replace($ret$this->redirect($rawPathinfo'logout'key($requiredSchemes)));
  5926.             }
  5927.             return $ret;
  5928.         }
  5929.         not_logout:
  5930.         if (=== strpos($pathinfo'/remise_')) {
  5931.             if (=== strpos($pathinfo'/remise_payment4_')) {
  5932.                 // remise_payment4_back
  5933.                 if ('/remise_payment4_back' === $pathinfo) {
  5934.                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\PaymentController::back',  '_route' => 'remise_payment4_back',);
  5935.                     $requiredSchemes = array (  'https' => 0,);
  5936.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5937.                         if ('GET' !== $canonicalMethod) {
  5938.                             goto not_remise_payment4_back;
  5939.                         }
  5940.                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_back'key($requiredSchemes)));
  5941.                     }
  5942.                     return $ret;
  5943.                 }
  5944.                 not_remise_payment4_back:
  5945.                 if (=== strpos($pathinfo'/remise_payment4_result')) {
  5946.                     // remise_payment4_result_card
  5947.                     if ('/remise_payment4_result_card' === $pathinfo) {
  5948.                         $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\PaymentController::cardResult',  '_route' => 'remise_payment4_result_card',);
  5949.                         $requiredSchemes = array (  'https' => 0,);
  5950.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  5951.                             if ('GET' !== $canonicalMethod) {
  5952.                                 goto not_remise_payment4_result_card;
  5953.                             }
  5954.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_result_card'key($requiredSchemes)));
  5955.                         }
  5956.                         return $ret;
  5957.                     }
  5958.                     not_remise_payment4_result_card:
  5959.                     // remise_payment4_result_cvs
  5960.                     if ('/remise_payment4_result_cvs' === $pathinfo) {
  5961.                         $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\PaymentController::cvsResult',  '_route' => 'remise_payment4_result_cvs',);
  5962.                         $requiredSchemes = array (  'https' => 0,);
  5963.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  5964.                             if ('GET' !== $canonicalMethod) {
  5965.                                 goto not_remise_payment4_result_cvs;
  5966.                             }
  5967.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_result_cvs'key($requiredSchemes)));
  5968.                         }
  5969.                         return $ret;
  5970.                     }
  5971.                     not_remise_payment4_result_cvs:
  5972.                     // remise_payment4_result
  5973.                     if ('/remise_payment4_result' === $pathinfo) {
  5974.                         $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\ResultController::result',  '_route' => 'remise_payment4_result',);
  5975.                         $requiredSchemes = array (  'https' => 0,);
  5976.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  5977.                             if ('GET' !== $canonicalMethod) {
  5978.                                 goto not_remise_payment4_result;
  5979.                             }
  5980.                             return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_result'key($requiredSchemes)));
  5981.                         }
  5982.                         return $ret;
  5983.                     }
  5984.                     not_remise_payment4_result:
  5985.                 }
  5986.                 // remise_payment4_receipt
  5987.                 if ('/remise_payment4_receipt' === $pathinfo) {
  5988.                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\ReceiptController::result',  '_route' => 'remise_payment4_receipt',);
  5989.                     $requiredSchemes = array (  'https' => 0,);
  5990.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5991.                         if ('GET' !== $canonicalMethod) {
  5992.                             goto not_remise_payment4_receipt;
  5993.                         }
  5994.                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_receipt'key($requiredSchemes)));
  5995.                     }
  5996.                     return $ret;
  5997.                 }
  5998.                 not_remise_payment4_receipt:
  5999.                 // remise_payment4_ac_result
  6000.                 if ('/remise_payment4_ac_result' === $pathinfo) {
  6001.                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\ResultAcController::result',  '_route' => 'remise_payment4_ac_result',);
  6002.                     $requiredSchemes = array (  'https' => 0,);
  6003.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  6004.                         if ('GET' !== $canonicalMethod) {
  6005.                             goto not_remise_payment4_ac_result;
  6006.                         }
  6007.                         return array_replace($ret$this->redirect($rawPathinfo'remise_payment4_ac_result'key($requiredSchemes)));
  6008.                     }
  6009.                     return $ret;
  6010.                 }
  6011.                 not_remise_payment4_ac_result:
  6012.             }
  6013.             // remise_payment_extset4_result
  6014.             if ('/remise_payment_extset4_result' === $pathinfo) {
  6015.                 $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\ResultExtsetController::result',  '_route' => 'remise_payment_extset4_result',);
  6016.                 $requiredSchemes = array (  'https' => 0,);
  6017.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  6018.                     if ('GET' !== $canonicalMethod) {
  6019.                         goto not_remise_payment_extset4_result;
  6020.                     }
  6021.                     return array_replace($ret$this->redirect($rawPathinfo'remise_payment_extset4_result'key($requiredSchemes)));
  6022.                 }
  6023.                 return $ret;
  6024.             }
  6025.             not_remise_payment_extset4_result:
  6026.             if (=== strpos($pathinfo'/remise_shopping')) {
  6027.                 // remise_shopping
  6028.                 if ('/remise_shopping' === $pathinfo) {
  6029.                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\PaymentController::remiseShoppingDummy',  '_route' => 'remise_shopping',);
  6030.                     $requiredSchemes = array (  'https' => 0,);
  6031.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  6032.                         if ('GET' !== $canonicalMethod) {
  6033.                             goto not_remise_shopping;
  6034.                         }
  6035.                         return array_replace($ret$this->redirect($rawPathinfo'remise_shopping'key($requiredSchemes)));
  6036.                     }
  6037.                     return $ret;
  6038.                 }
  6039.                 not_remise_shopping:
  6040.                 // remise_shopping_complete
  6041.                 if ('/remise_shopping_complete' === $pathinfo) {
  6042.                     $ret = array (  '_controller' => 'Plugin\\RemisePayment4\\Controller\\PaymentController::remiseShoppingDummy',  '_route' => 'remise_shopping_complete',);
  6043.                     $requiredSchemes = array (  'https' => 0,);
  6044.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  6045.                         if ('GET' !== $canonicalMethod) {
  6046.                             goto not_remise_shopping_complete;
  6047.                         }
  6048.                         return array_replace($ret$this->redirect($rawPathinfo'remise_shopping_complete'key($requiredSchemes)));
  6049.                     }
  6050.                     return $ret;
  6051.                 }
  6052.                 not_remise_shopping_complete:
  6053.             }
  6054.         }
  6055.         // amazon_checkout_review
  6056.         if ('/amazon_checkout_review' === $pathinfo) {
  6057.             $ret = array (  '_controller' => 'Plugin\\AmazonPayV2\\Controller\\AmazonRedirectController::amazonCheckoutReview',  '_route' => 'amazon_checkout_review',);
  6058.             $requiredSchemes = array (  'https' => 0,);
  6059.             if (!isset($requiredSchemes[$context->getScheme()])) {
  6060.                 if ('GET' !== $canonicalMethod) {
  6061.                     goto not_amazon_checkout_review;
  6062.                 }
  6063.                 return array_replace($ret$this->redirect($rawPathinfo'amazon_checkout_review'key($requiredSchemes)));
  6064.             }
  6065.             return $ret;
  6066.         }
  6067.         not_amazon_checkout_review:
  6068.         // instant_payment_notifications
  6069.         if ('/amazon_instant_payment_notifications' === $pathinfo) {
  6070.             $ret = array (  '_controller' => 'Plugin\\AmazonPayV2\\Controller\\AmazonRedirectController::instantPaymentNotifications',  '_route' => 'instant_payment_notifications',);
  6071.             $requiredSchemes = array (  'https' => 0,);
  6072.             if (!isset($requiredSchemes[$context->getScheme()])) {
  6073.                 if ('GET' !== $canonicalMethod) {
  6074.                     goto not_instant_payment_notifications;
  6075.                 }
  6076.                 return array_replace($ret$this->redirect($rawPathinfo'instant_payment_notifications'key($requiredSchemes)));
  6077.             }
  6078.             return $ret;
  6079.         }
  6080.         not_instant_payment_notifications:
  6081.         if ('/' === $pathinfo && !$allow) {
  6082.             throw new Symfony\Component\Routing\Exception\NoConfigurationException();
  6083.         }
  6084.         throw count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
  6085.     }
  6086. }