var/cache/dev/EccubeDevDebugProjectContainerUrlMatcher.php line 6216

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