var/cache/dev/EccubeDevDebugProjectContainerUrlMatcher.php line 8282

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'/admini')) {
  196.             // admin_login
  197.             if ('/admini/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 ('/admini' === $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'/admini/s')) {
  230.                 // admin_homepage_sale
  231.                 if ('/admini/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'/admini/se')) {
  244.                     // admin_homepage_nonstock
  245.                     if ('/admini/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 ('/admini/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'/admini/setting/shop')) {
  271.                         // admin_setting_shop_csv
  272.                         if (=== strpos($pathinfo'/admini/setting/shop/csv') && preg_match('#^/admini/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'/admini/setting/shop/delivery')) {
  285.                             // admin_setting_shop_delivery
  286.                             if ('/admini/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 ('/admini/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('#^/admini/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('#^/admini/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('#^/admini/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 ('/admini/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'/admini/setting/shop/mail')) {
  386.                             // admin_setting_shop_mail
  387.                             if ('/admini/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('#^/admini/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 ('/admini/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'/admini/setting/shop/payment')) {
  427.                             // admin_setting_shop_payment
  428.                             if ('/admini/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 ('/admini/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('#^/admini/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 ('/admini/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('#^/admini/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('#^/admini/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 ('/admini/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 ('/admini/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'/admini/setting/shop/tax')) {
  554.                             // admin_setting_shop_tax
  555.                             if ('/admini/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 ('/admini/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('#^/admini/setting/shop/tax/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  582.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_tax_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController::delete',));
  583.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  584.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  585.                                 if (!in_array($requestMethod, ['DELETE'])) {
  586.                                     if ($hasRequiredScheme) {
  587.                                         $allow array_merge($allow, ['DELETE']);
  588.                                     }
  589.                                     goto not_admin_setting_shop_tax_delete;
  590.                                 }
  591.                                 if (!$hasRequiredScheme) {
  592.                                     if ('GET' !== $canonicalMethod) {
  593.                                         goto not_admin_setting_shop_tax_delete;
  594.                                     }
  595.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_tax_delete'key($requiredSchemes)));
  596.                                 }
  597.                                 return $ret;
  598.                             }
  599.                             not_admin_setting_shop_tax_delete:
  600.                         }
  601.                     }
  602.                     elseif (=== strpos($pathinfo'/admini/setting/system')) {
  603.                         // admin_setting_system_authority
  604.                         if ('/admini/setting/system/authority' === $pathinfo) {
  605.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController::index',  '_route' => 'admin_setting_system_authority',);
  606.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  607.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  608.                                 if ('GET' !== $canonicalMethod) {
  609.                                     goto not_admin_setting_system_authority;
  610.                                 }
  611.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_authority'key($requiredSchemes)));
  612.                             }
  613.                             return $ret;
  614.                         }
  615.                         not_admin_setting_system_authority:
  616.                         // admin_setting_system_log
  617.                         if ('/admini/setting/system/log' === $pathinfo) {
  618.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\LogController::index',  '_route' => 'admin_setting_system_log',);
  619.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  620.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  621.                                 if ('GET' !== $canonicalMethod) {
  622.                                     goto not_admin_setting_system_log;
  623.                                 }
  624.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_log'key($requiredSchemes)));
  625.                             }
  626.                             return $ret;
  627.                         }
  628.                         not_admin_setting_system_log:
  629.                         if (=== strpos($pathinfo'/admini/setting/system/masterdata')) {
  630.                             // admin_setting_system_masterdata
  631.                             if ('/admini/setting/system/masterdata' === $pathinfo) {
  632.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::index',  '_route' => 'admin_setting_system_masterdata',);
  633.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  634.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  635.                                     if ('GET' !== $canonicalMethod) {
  636.                                         goto not_admin_setting_system_masterdata;
  637.                                     }
  638.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata'key($requiredSchemes)));
  639.                                 }
  640.                                 return $ret;
  641.                             }
  642.                             not_admin_setting_system_masterdata:
  643.                             // admin_setting_system_masterdata_view
  644.                             if (preg_match('#^/admini/setting/system/masterdata/(?P<entity>[^/]++)/edit$#sD'$pathinfo$matches)) {
  645.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_masterdata_view']), array (  'entity' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::index',));
  646.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  647.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  648.                                     if ('GET' !== $canonicalMethod) {
  649.                                         goto not_admin_setting_system_masterdata_view;
  650.                                     }
  651.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata_view'key($requiredSchemes)));
  652.                                 }
  653.                                 return $ret;
  654.                             }
  655.                             not_admin_setting_system_masterdata_view:
  656.                             // admin_setting_system_masterdata_edit
  657.                             if ('/admini/setting/system/masterdata/edit' === $pathinfo) {
  658.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::edit',  '_route' => 'admin_setting_system_masterdata_edit',);
  659.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  660.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  661.                                     if ('GET' !== $canonicalMethod) {
  662.                                         goto not_admin_setting_system_masterdata_edit;
  663.                                     }
  664.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata_edit'key($requiredSchemes)));
  665.                                 }
  666.                                 return $ret;
  667.                             }
  668.                             not_admin_setting_system_masterdata_edit:
  669.                         }
  670.                         elseif (=== strpos($pathinfo'/admini/setting/system/member')) {
  671.                             // admin_setting_system_member
  672.                             if ('/admini/setting/system/member' === $pathinfo) {
  673.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::index',  '_route' => 'admin_setting_system_member',);
  674.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  675.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  676.                                     if ('GET' !== $canonicalMethod) {
  677.                                         goto not_admin_setting_system_member;
  678.                                     }
  679.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member'key($requiredSchemes)));
  680.                                 }
  681.                                 return $ret;
  682.                             }
  683.                             not_admin_setting_system_member:
  684.                             // admin_setting_system_member_new
  685.                             if ('/admini/setting/system/member/new' === $pathinfo) {
  686.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::create',  '_route' => 'admin_setting_system_member_new',);
  687.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  688.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  689.                                     if ('GET' !== $canonicalMethod) {
  690.                                         goto not_admin_setting_system_member_new;
  691.                                     }
  692.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_new'key($requiredSchemes)));
  693.                                 }
  694.                                 return $ret;
  695.                             }
  696.                             not_admin_setting_system_member_new:
  697.                             // admin_setting_system_member_edit
  698.                             if (preg_match('#^/admini/setting/system/member/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  699.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::edit',));
  700.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  701.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  702.                                     if ('GET' !== $canonicalMethod) {
  703.                                         goto not_admin_setting_system_member_edit;
  704.                                     }
  705.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_edit'key($requiredSchemes)));
  706.                                 }
  707.                                 return $ret;
  708.                             }
  709.                             not_admin_setting_system_member_edit:
  710.                             // admin_setting_system_member_up
  711.                             if (preg_match('#^/admini/setting/system/member/(?P<id>\\d+)/up$#sD'$pathinfo$matches)) {
  712.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_up']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::up',));
  713.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  714.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  715.                                 if (!in_array($requestMethod, ['PUT'])) {
  716.                                     if ($hasRequiredScheme) {
  717.                                         $allow array_merge($allow, ['PUT']);
  718.                                     }
  719.                                     goto not_admin_setting_system_member_up;
  720.                                 }
  721.                                 if (!$hasRequiredScheme) {
  722.                                     if ('GET' !== $canonicalMethod) {
  723.                                         goto not_admin_setting_system_member_up;
  724.                                     }
  725.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_up'key($requiredSchemes)));
  726.                                 }
  727.                                 return $ret;
  728.                             }
  729.                             not_admin_setting_system_member_up:
  730.                             // admin_setting_system_member_down
  731.                             if (preg_match('#^/admini/setting/system/member/(?P<id>\\d+)/down$#sD'$pathinfo$matches)) {
  732.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_down']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::down',));
  733.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  734.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  735.                                 if (!in_array($requestMethod, ['PUT'])) {
  736.                                     if ($hasRequiredScheme) {
  737.                                         $allow array_merge($allow, ['PUT']);
  738.                                     }
  739.                                     goto not_admin_setting_system_member_down;
  740.                                 }
  741.                                 if (!$hasRequiredScheme) {
  742.                                     if ('GET' !== $canonicalMethod) {
  743.                                         goto not_admin_setting_system_member_down;
  744.                                     }
  745.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_down'key($requiredSchemes)));
  746.                                 }
  747.                                 return $ret;
  748.                             }
  749.                             not_admin_setting_system_member_down:
  750.                             // admin_setting_system_member_delete
  751.                             if (preg_match('#^/admini/setting/system/member/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  752.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::delete',));
  753.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  754.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  755.                                 if (!in_array($requestMethod, ['DELETE'])) {
  756.                                     if ($hasRequiredScheme) {
  757.                                         $allow array_merge($allow, ['DELETE']);
  758.                                     }
  759.                                     goto not_admin_setting_system_member_delete;
  760.                                 }
  761.                                 if (!$hasRequiredScheme) {
  762.                                     if ('GET' !== $canonicalMethod) {
  763.                                         goto not_admin_setting_system_member_delete;
  764.                                     }
  765.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_delete'key($requiredSchemes)));
  766.                                 }
  767.                                 return $ret;
  768.                             }
  769.                             not_admin_setting_system_member_delete:
  770.                         }
  771.                         // admin_setting_system_security
  772.                         if ('/admini/setting/system/security' === $pathinfo) {
  773.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController::index',  '_route' => 'admin_setting_system_security',);
  774.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  775.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  776.                                 if ('GET' !== $canonicalMethod) {
  777.                                     goto not_admin_setting_system_security;
  778.                                 }
  779.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_security'key($requiredSchemes)));
  780.                             }
  781.                             return $ret;
  782.                         }
  783.                         not_admin_setting_system_security:
  784.                         if (=== strpos($pathinfo'/admini/setting/system/system')) {
  785.                             // admin_setting_system_system
  786.                             if ('/admini/setting/system/system' === $pathinfo) {
  787.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SystemController::index',  '_route' => 'admin_setting_system_system',);
  788.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  789.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  790.                                     if ('GET' !== $canonicalMethod) {
  791.                                         goto not_admin_setting_system_system;
  792.                                     }
  793.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_system'key($requiredSchemes)));
  794.                                 }
  795.                                 return $ret;
  796.                             }
  797.                             not_admin_setting_system_system:
  798.                             // admin_setting_system_system_phpinfo
  799.                             if ('/admini/setting/system/system/phpinfo' === $pathinfo) {
  800.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SystemController::phpinfo',  '_route' => 'admin_setting_system_system_phpinfo',);
  801.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  802.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  803.                                     if ('GET' !== $canonicalMethod) {
  804.                                         goto not_admin_setting_system_system_phpinfo;
  805.                                     }
  806.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_system_phpinfo'key($requiredSchemes)));
  807.                                 }
  808.                                 return $ret;
  809.                             }
  810.                             not_admin_setting_system_system_phpinfo:
  811.                         }
  812.                     }
  813.                 }
  814.                 elseif (=== strpos($pathinfo'/admini/shipping')) {
  815.                     // admin_shipping_update_order_status
  816.                     if (preg_match('#^/admini/shipping/(?P<id>\\d+)/order_status$#sD'$pathinfo$matches)) {
  817.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_update_order_status']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::updateOrderStatus',));
  818.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  819.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  820.                         if (!in_array($requestMethod, ['PUT'])) {
  821.                             if ($hasRequiredScheme) {
  822.                                 $allow array_merge($allow, ['PUT']);
  823.                             }
  824.                             goto not_admin_shipping_update_order_status;
  825.                         }
  826.                         if (!$hasRequiredScheme) {
  827.                             if ('GET' !== $canonicalMethod) {
  828.                                 goto not_admin_shipping_update_order_status;
  829.                             }
  830.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_update_order_status'key($requiredSchemes)));
  831.                         }
  832.                         return $ret;
  833.                     }
  834.                     not_admin_shipping_update_order_status:
  835.                     // admin_shipping_update_tracking_number
  836.                     if (preg_match('#^/admini/shipping/(?P<id>\\d+)/tracking_number$#sD'$pathinfo$matches)) {
  837.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_update_tracking_number']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::updateTrackingNumber',));
  838.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  839.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  840.                         if (!in_array($requestMethod, ['PUT'])) {
  841.                             if ($hasRequiredScheme) {
  842.                                 $allow array_merge($allow, ['PUT']);
  843.                             }
  844.                             goto not_admin_shipping_update_tracking_number;
  845.                         }
  846.                         if (!$hasRequiredScheme) {
  847.                             if ('GET' !== $canonicalMethod) {
  848.                                 goto not_admin_shipping_update_tracking_number;
  849.                             }
  850.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_update_tracking_number'key($requiredSchemes)));
  851.                         }
  852.                         return $ret;
  853.                     }
  854.                     not_admin_shipping_update_tracking_number:
  855.                     // admin_shipping_edit
  856.                     if (preg_match('#^/admini/shipping/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  857.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::index',));
  858.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  859.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  860.                             if ('GET' !== $canonicalMethod) {
  861.                                 goto not_admin_shipping_edit;
  862.                             }
  863.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_edit'key($requiredSchemes)));
  864.                         }
  865.                         return $ret;
  866.                     }
  867.                     not_admin_shipping_edit:
  868.                     if (=== strpos($pathinfo'/admini/shipping/preview_notify_mail')) {
  869.                         // admin_shipping_preview_notify_mail
  870.                         if (preg_match('#^/admini/shipping/preview_notify_mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  871.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_preview_notify_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::previewShippingNotifyMail',));
  872.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  873.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  874.                                 if ('GET' !== $canonicalMethod) {
  875.                                     goto not_admin_shipping_preview_notify_mail;
  876.                                 }
  877.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_preview_notify_mail'key($requiredSchemes)));
  878.                             }
  879.                             return $ret;
  880.                         }
  881.                         not_admin_shipping_preview_notify_mail:
  882.                         // admin_shipping_preview_notify_mail_with_option
  883.                         if (=== strpos($pathinfo'/admini/shipping/preview_notify_mail_with_option') && preg_match('#^/admini/shipping/preview_notify_mail_with_option/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  884.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_preview_notify_mail_with_option']), array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionController::previewShippingNotifyMail',));
  885.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  886.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  887.                                 if ('GET' !== $canonicalMethod) {
  888.                                     goto not_admin_shipping_preview_notify_mail_with_option;
  889.                                 }
  890.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_preview_notify_mail_with_option'key($requiredSchemes)));
  891.                             }
  892.                             return $ret;
  893.                         }
  894.                         not_admin_shipping_preview_notify_mail_with_option:
  895.                     }
  896.                     elseif (=== strpos($pathinfo'/admini/shipping/notify_mail')) {
  897.                         // admin_shipping_notify_mail
  898.                         if (preg_match('#^/admini/shipping/notify_mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  899.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_notify_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::notifyMail',));
  900.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  901.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  902.                             if (!in_array($requestMethod, ['PUT'])) {
  903.                                 if ($hasRequiredScheme) {
  904.                                     $allow array_merge($allow, ['PUT']);
  905.                                 }
  906.                                 goto not_admin_shipping_notify_mail;
  907.                             }
  908.                             if (!$hasRequiredScheme) {
  909.                                 if ('GET' !== $canonicalMethod) {
  910.                                     goto not_admin_shipping_notify_mail;
  911.                                 }
  912.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_notify_mail'key($requiredSchemes)));
  913.                             }
  914.                             return $ret;
  915.                         }
  916.                         not_admin_shipping_notify_mail:
  917.                         // admin_shipping_notify_mail_with_option
  918.                         if (=== strpos($pathinfo'/admini/shipping/notify_mail_with_option') && preg_match('#^/admini/shipping/notify_mail_with_option/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  919.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_notify_mail_with_option']), array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionController::notifyMail',));
  920.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  921.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  922.                             if (!in_array($requestMethod, ['PUT'])) {
  923.                                 if ($hasRequiredScheme) {
  924.                                     $allow array_merge($allow, ['PUT']);
  925.                                 }
  926.                                 goto not_admin_shipping_notify_mail_with_option;
  927.                             }
  928.                             if (!$hasRequiredScheme) {
  929.                                 if ('GET' !== $canonicalMethod) {
  930.                                     goto not_admin_shipping_notify_mail_with_option;
  931.                                 }
  932.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_notify_mail_with_option'key($requiredSchemes)));
  933.                             }
  934.                             return $ret;
  935.                         }
  936.                         not_admin_shipping_notify_mail_with_option:
  937.                     }
  938.                     // shipping_address_max_admin_config
  939.                     if ('/admini/shipping_address_max/config' === $pathinfo) {
  940.                         $ret = array (  '_controller' => 'Plugin\\ShippingAddressMax\\Controller\\ConfigController::index',  '_route' => 'shipping_address_max_admin_config',);
  941.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  942.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  943.                             if ('GET' !== $canonicalMethod) {
  944.                                 goto not_shipping_address_max_admin_config;
  945.                             }
  946.                             return array_replace($ret$this->redirect($rawPathinfo'shipping_address_max_admin_config'key($requiredSchemes)));
  947.                         }
  948.                         return $ret;
  949.                     }
  950.                     not_shipping_address_max_admin_config:
  951.                 }
  952.                 // se_share_button4_admin_config
  953.                 if ('/admini/share_button/config' === $pathinfo) {
  954.                     $ret = array (  '_controller' => 'Plugin\\SeShareButton4\\Controller\\Admin\\ConfigController::index',  '_route' => 'se_share_button4_admin_config',);
  955.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  956.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  957.                         if ('GET' !== $canonicalMethod) {
  958.                             goto not_se_share_button4_admin_config;
  959.                         }
  960.                         return array_replace($ret$this->redirect($rawPathinfo'se_share_button4_admin_config'key($requiredSchemes)));
  961.                     }
  962.                     return $ret;
  963.                 }
  964.                 not_se_share_button4_admin_config:
  965.                 if (=== strpos($pathinfo'/admini/st')) {
  966.                     if (=== strpos($pathinfo'/admini/store/plugin')) {
  967.                         if (=== strpos($pathinfo'/admini/store/plugin/api')) {
  968.                             if (=== strpos($pathinfo'/admini/store/plugin/api/search')) {
  969.                                 // admin_store_plugin_owners_search
  970.                                 if ('/admini/store/plugin/api/search' === $pathinfo) {
  971.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::search',  '_route' => 'admin_store_plugin_owners_search',);
  972.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  973.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  974.                                         if ('GET' !== $canonicalMethod) {
  975.                                             goto not_admin_store_plugin_owners_search;
  976.                                         }
  977.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_owners_search'key($requiredSchemes)));
  978.                                     }
  979.                                     return $ret;
  980.                                 }
  981.                                 not_admin_store_plugin_owners_search:
  982.                                 // admin_store_plugin_owners_search_page
  983.                                 if (=== strpos($pathinfo'/admini/store/plugin/api/search/page') && preg_match('#^/admini/store/plugin/api/search/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  984.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_owners_search_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::search',));
  985.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  986.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  987.                                         if ('GET' !== $canonicalMethod) {
  988.                                             goto not_admin_store_plugin_owners_search_page;
  989.                                         }
  990.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_owners_search_page'key($requiredSchemes)));
  991.                                     }
  992.                                     return $ret;
  993.                                 }
  994.                                 not_admin_store_plugin_owners_search_page:
  995.                             }
  996.                             // admin_store_plugin_api_schema_update
  997.                             if ('/admini/store/plugin/api/schema_update' === $pathinfo) {
  998.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiSchemaUpdate',  '_route' => 'admin_store_plugin_api_schema_update',);
  999.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1000.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1001.                                 if (!in_array($requestMethod, ['POST'])) {
  1002.                                     if ($hasRequiredScheme) {
  1003.                                         $allow array_merge($allow, ['POST']);
  1004.                                     }
  1005.                                     goto not_admin_store_plugin_api_schema_update;
  1006.                                 }
  1007.                                 if (!$hasRequiredScheme) {
  1008.                                     if ('GET' !== $canonicalMethod) {
  1009.                                         goto not_admin_store_plugin_api_schema_update;
  1010.                                     }
  1011.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_schema_update'key($requiredSchemes)));
  1012.                                 }
  1013.                                 return $ret;
  1014.                             }
  1015.                             not_admin_store_plugin_api_schema_update:
  1016.                             if (=== strpos($pathinfo'/admini/store/plugin/api/install')) {
  1017.                                 // admin_store_plugin_install_confirm
  1018.                                 if (preg_match('#^/admini/store/plugin/api/install/(?P<id>\\d+)/confirm$#sD'$pathinfo$matches)) {
  1019.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_install_confirm']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::doConfirm',));
  1020.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1021.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1022.                                         if ('GET' !== $canonicalMethod) {
  1023.                                             goto not_admin_store_plugin_install_confirm;
  1024.                                         }
  1025.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_install_confirm'key($requiredSchemes)));
  1026.                                     }
  1027.                                     return $ret;
  1028.                                 }
  1029.                                 not_admin_store_plugin_install_confirm:
  1030.                                 // admin_store_plugin_api_install
  1031.                                 if ('/admini/store/plugin/api/install' === $pathinfo) {
  1032.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiInstall',  '_route' => 'admin_store_plugin_api_install',);
  1033.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1034.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1035.                                     if (!in_array($requestMethod, ['POST'])) {
  1036.                                         if ($hasRequiredScheme) {
  1037.                                             $allow array_merge($allow, ['POST']);
  1038.                                         }
  1039.                                         goto not_admin_store_plugin_api_install;
  1040.                                     }
  1041.                                     if (!$hasRequiredScheme) {
  1042.                                         if ('GET' !== $canonicalMethod) {
  1043.                                             goto not_admin_store_plugin_api_install;
  1044.                                         }
  1045.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_install'key($requiredSchemes)));
  1046.                                     }
  1047.                                     return $ret;
  1048.                                 }
  1049.                                 not_admin_store_plugin_api_install:
  1050.                             }
  1051.                             // admin_store_plugin_api_uninstall
  1052.                             if (=== strpos($pathinfo'/admini/store/plugin/api/delete') && preg_match('#^/admini/store/plugin/api/delete/(?P<id>\\d+)/uninstall$#sD'$pathinfo$matches)) {
  1053.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_api_uninstall']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUninstall',));
  1054.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1055.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1056.                                 if (!in_array($requestMethod, ['DELETE'])) {
  1057.                                     if ($hasRequiredScheme) {
  1058.                                         $allow array_merge($allow, ['DELETE']);
  1059.                                     }
  1060.                                     goto not_admin_store_plugin_api_uninstall;
  1061.                                 }
  1062.                                 if (!$hasRequiredScheme) {
  1063.                                     if ('GET' !== $canonicalMethod) {
  1064.                                         goto not_admin_store_plugin_api_uninstall;
  1065.                                     }
  1066.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_uninstall'key($requiredSchemes)));
  1067.                                 }
  1068.                                 return $ret;
  1069.                             }
  1070.                             not_admin_store_plugin_api_uninstall:
  1071.                             if (=== strpos($pathinfo'/admini/store/plugin/api/upgrade')) {
  1072.                                 // admin_store_plugin_api_upgrade
  1073.                                 if ('/admini/store/plugin/api/upgrade' === $pathinfo) {
  1074.                                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUpgrade',  '_route' => 'admin_store_plugin_api_upgrade',);
  1075.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1076.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1077.                                     if (!in_array($requestMethod, ['POST'])) {
  1078.                                         if ($hasRequiredScheme) {
  1079.                                             $allow array_merge($allow, ['POST']);
  1080.                                         }
  1081.                                         goto not_admin_store_plugin_api_upgrade;
  1082.                                     }
  1083.                                     if (!$hasRequiredScheme) {
  1084.                                         if ('GET' !== $canonicalMethod) {
  1085.                                             goto not_admin_store_plugin_api_upgrade;
  1086.                                         }
  1087.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_upgrade'key($requiredSchemes)));
  1088.                                     }
  1089.                                     return $ret;
  1090.                                 }
  1091.                                 not_admin_store_plugin_api_upgrade:
  1092.                                 // admin_store_plugin_update_confirm
  1093.                                 if (preg_match('#^/admini/store/plugin/api/upgrade/(?P<id>\\d+)/confirm$#sD'$pathinfo$matches)) {
  1094.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_update_confirm']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::doUpdateConfirm',));
  1095.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1096.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1097.                                         if ('GET' !== $canonicalMethod) {
  1098.                                             goto not_admin_store_plugin_update_confirm;
  1099.                                         }
  1100.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_update_confirm'key($requiredSchemes)));
  1101.                                     }
  1102.                                     return $ret;
  1103.                                 }
  1104.                                 not_admin_store_plugin_update_confirm:
  1105.                             }
  1106.                             // admin_store_plugin_api_update
  1107.                             if ('/admini/store/plugin/api/update' === $pathinfo) {
  1108.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUpdate',  '_route' => 'admin_store_plugin_api_update',);
  1109.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1110.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1111.                                 if (!in_array($requestMethod, ['POST'])) {
  1112.                                     if ($hasRequiredScheme) {
  1113.                                         $allow array_merge($allow, ['POST']);
  1114.                                     }
  1115.                                     goto not_admin_store_plugin_api_update;
  1116.                                 }
  1117.                                 if (!$hasRequiredScheme) {
  1118.                                     if ('GET' !== $canonicalMethod) {
  1119.                                         goto not_admin_store_plugin_api_update;
  1120.                                     }
  1121.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_update'key($requiredSchemes)));
  1122.                                 }
  1123.                                 return $ret;
  1124.                             }
  1125.                             not_admin_store_plugin_api_update:
  1126.                         }
  1127.                         // admin_store_plugin
  1128.                         if ('/admini/store/plugin' === $pathinfo) {
  1129.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::index',  '_route' => 'admin_store_plugin',);
  1130.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1131.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1132.                                 if ('GET' !== $canonicalMethod) {
  1133.                                     goto not_admin_store_plugin;
  1134.                                 }
  1135.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin'key($requiredSchemes)));
  1136.                             }
  1137.                             return $ret;
  1138.                         }
  1139.                         not_admin_store_plugin:
  1140.                         // admin_store_plugin_update
  1141.                         if (preg_match('#^/admini/store/plugin/(?P<id>\\d+)/update$#sD'$pathinfo$matches)) {
  1142.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_update']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::update',));
  1143.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1144.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1145.                             if (!in_array($requestMethod, ['POST'])) {
  1146.                                 if ($hasRequiredScheme) {
  1147.                                     $allow array_merge($allow, ['POST']);
  1148.                                 }
  1149.                                 goto not_admin_store_plugin_update;
  1150.                             }
  1151.                             if (!$hasRequiredScheme) {
  1152.                                 if ('GET' !== $canonicalMethod) {
  1153.                                     goto not_admin_store_plugin_update;
  1154.                                 }
  1155.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_update'key($requiredSchemes)));
  1156.                             }
  1157.                             return $ret;
  1158.                         }
  1159.                         not_admin_store_plugin_update:
  1160.                         // admin_store_plugin_enable
  1161.                         if (preg_match('#^/admini/store/plugin/(?P<id>\\d+)/enable$#sD'$pathinfo$matches)) {
  1162.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_enable']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::enable',));
  1163.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1164.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1165.                             if (!in_array($requestMethod, ['POST'])) {
  1166.                                 if ($hasRequiredScheme) {
  1167.                                     $allow array_merge($allow, ['POST']);
  1168.                                 }
  1169.                                 goto not_admin_store_plugin_enable;
  1170.                             }
  1171.                             if (!$hasRequiredScheme) {
  1172.                                 if ('GET' !== $canonicalMethod) {
  1173.                                     goto not_admin_store_plugin_enable;
  1174.                                 }
  1175.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_enable'key($requiredSchemes)));
  1176.                             }
  1177.                             return $ret;
  1178.                         }
  1179.                         not_admin_store_plugin_enable:
  1180.                         // admin_store_plugin_disable
  1181.                         if (preg_match('#^/admini/store/plugin/(?P<id>\\d+)/disable$#sD'$pathinfo$matches)) {
  1182.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_disable']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::disable',));
  1183.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1184.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1185.                             if (!in_array($requestMethod, ['POST'])) {
  1186.                                 if ($hasRequiredScheme) {
  1187.                                     $allow array_merge($allow, ['POST']);
  1188.                                 }
  1189.                                 goto not_admin_store_plugin_disable;
  1190.                             }
  1191.                             if (!$hasRequiredScheme) {
  1192.                                 if ('GET' !== $canonicalMethod) {
  1193.                                     goto not_admin_store_plugin_disable;
  1194.                                 }
  1195.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_disable'key($requiredSchemes)));
  1196.                             }
  1197.                             return $ret;
  1198.                         }
  1199.                         not_admin_store_plugin_disable:
  1200.                         // admin_store_plugin_uninstall
  1201.                         if (preg_match('#^/admini/store/plugin/(?P<id>\\d+)/uninstall$#sD'$pathinfo$matches)) {
  1202.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_uninstall']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::uninstall',));
  1203.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1204.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1205.                             if (!in_array($requestMethod, ['DELETE'])) {
  1206.                                 if ($hasRequiredScheme) {
  1207.                                     $allow array_merge($allow, ['DELETE']);
  1208.                                 }
  1209.                                 goto not_admin_store_plugin_uninstall;
  1210.                             }
  1211.                             if (!$hasRequiredScheme) {
  1212.                                 if ('GET' !== $canonicalMethod) {
  1213.                                     goto not_admin_store_plugin_uninstall;
  1214.                                 }
  1215.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_uninstall'key($requiredSchemes)));
  1216.                             }
  1217.                             return $ret;
  1218.                         }
  1219.                         not_admin_store_plugin_uninstall:
  1220.                         // admin_store_plugin_install
  1221.                         if ('/admini/store/plugin/install' === $pathinfo) {
  1222.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::install',  '_route' => 'admin_store_plugin_install',);
  1223.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1224.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1225.                                 if ('GET' !== $canonicalMethod) {
  1226.                                     goto not_admin_store_plugin_install;
  1227.                                 }
  1228.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_install'key($requiredSchemes)));
  1229.                             }
  1230.                             return $ret;
  1231.                         }
  1232.                         not_admin_store_plugin_install:
  1233.                         // admin_store_authentication_setting
  1234.                         if ('/admini/store/plugin/authentication_setting' === $pathinfo) {
  1235.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::authenticationSetting',  '_route' => 'admin_store_authentication_setting',);
  1236.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1237.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1238.                                 if ('GET' !== $canonicalMethod) {
  1239.                                     goto not_admin_store_authentication_setting;
  1240.                                 }
  1241.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_authentication_setting'key($requiredSchemes)));
  1242.                             }
  1243.                             return $ret;
  1244.                         }
  1245.                         not_admin_store_authentication_setting:
  1246.                     }
  1247.                     elseif (=== strpos($pathinfo'/admini/store/template')) {
  1248.                         // admin_store_template
  1249.                         if ('/admini/store/template' === $pathinfo) {
  1250.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::index',  '_route' => 'admin_store_template',);
  1251.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1252.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1253.                                 if ('GET' !== $canonicalMethod) {
  1254.                                     goto not_admin_store_template;
  1255.                                 }
  1256.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_template'key($requiredSchemes)));
  1257.                             }
  1258.                             return $ret;
  1259.                         }
  1260.                         not_admin_store_template:
  1261.                         // admin_store_template_download
  1262.                         if (preg_match('#^/admini/store/template/(?P<id>\\d+)/download$#sD'$pathinfo$matches)) {
  1263.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_template_download']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::download',));
  1264.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1265.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1266.                                 if ('GET' !== $canonicalMethod) {
  1267.                                     goto not_admin_store_template_download;
  1268.                                 }
  1269.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_download'key($requiredSchemes)));
  1270.                             }
  1271.                             return $ret;
  1272.                         }
  1273.                         not_admin_store_template_download:
  1274.                         // admin_store_template_delete
  1275.                         if (preg_match('#^/admini/store/template/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1276.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_template_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::delete',));
  1277.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1278.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1279.                             if (!in_array($requestMethod, ['DELETE'])) {
  1280.                                 if ($hasRequiredScheme) {
  1281.                                     $allow array_merge($allow, ['DELETE']);
  1282.                                 }
  1283.                                 goto not_admin_store_template_delete;
  1284.                             }
  1285.                             if (!$hasRequiredScheme) {
  1286.                                 if ('GET' !== $canonicalMethod) {
  1287.                                     goto not_admin_store_template_delete;
  1288.                                 }
  1289.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_delete'key($requiredSchemes)));
  1290.                             }
  1291.                             return $ret;
  1292.                         }
  1293.                         not_admin_store_template_delete:
  1294.                         // admin_store_template_install
  1295.                         if ('/admini/store/template/install' === $pathinfo) {
  1296.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::install',  '_route' => 'admin_store_template_install',);
  1297.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1298.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1299.                                 if ('GET' !== $canonicalMethod) {
  1300.                                     goto not_admin_store_template_install;
  1301.                                 }
  1302.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_install'key($requiredSchemes)));
  1303.                             }
  1304.                             return $ret;
  1305.                         }
  1306.                         not_admin_store_template_install:
  1307.                     }
  1308.                     elseif (=== strpos($pathinfo'/admini/stripe_payment_gateway')) {
  1309.                         if (=== strpos($pathinfo'/admini/stripe_payment_gateway/config')) {
  1310.                             // stripe_payment_gateway_admin_config
  1311.                             if ('/admini/stripe_payment_gateway/config' === $pathinfo) {
  1312.                                 $ret = array (  '_controller' => 'Plugin\\StripePaymentGateway\\Controller\\Admin\\ConfigController::index',  '_route' => 'stripe_payment_gateway_admin_config',);
  1313.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1314.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1315.                                     if ('GET' !== $canonicalMethod) {
  1316.                                         goto not_stripe_payment_gateway_admin_config;
  1317.                                     }
  1318.                                     return array_replace($ret$this->redirect($rawPathinfo'stripe_payment_gateway_admin_config'key($requiredSchemes)));
  1319.                                 }
  1320.                                 return $ret;
  1321.                             }
  1322.                             not_stripe_payment_gateway_admin_config:
  1323.                             // stripe_payment_gateway_admin_test_config
  1324.                             if ('/admini/stripe_payment_gateway/config/test' === $pathinfo) {
  1325.                                 $ret = array (  '_controller' => 'Plugin\\StripePaymentGateway\\Controller\\Admin\\ConfigController::testEnvSetting',  '_route' => 'stripe_payment_gateway_admin_test_config',);
  1326.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1327.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1328.                                     if ('GET' !== $canonicalMethod) {
  1329.                                         goto not_stripe_payment_gateway_admin_test_config;
  1330.                                     }
  1331.                                     return array_replace($ret$this->redirect($rawPathinfo'stripe_payment_gateway_admin_test_config'key($requiredSchemes)));
  1332.                                 }
  1333.                                 return $ret;
  1334.                             }
  1335.                             not_stripe_payment_gateway_admin_test_config:
  1336.                         }
  1337.                         // stripe_payment_gateway_admin_log
  1338.                         if ('/admini/stripe_payment_gateway/log' === $pathinfo) {
  1339.                             $ret = array (  '_controller' => 'Plugin\\StripePaymentGateway\\Controller\\Admin\\LogController::index',  '_route' => 'stripe_payment_gateway_admin_log',);
  1340.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1341.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1342.                                 if ('GET' !== $canonicalMethod) {
  1343.                                     goto not_stripe_payment_gateway_admin_log;
  1344.                                 }
  1345.                                 return array_replace($ret$this->redirect($rawPathinfo'stripe_payment_gateway_admin_log'key($requiredSchemes)));
  1346.                             }
  1347.                             return $ret;
  1348.                         }
  1349.                         not_stripe_payment_gateway_admin_log:
  1350.                         // stripe_payment_gateway_admin_log_page
  1351.                         if (=== strpos($pathinfo'/admini/stripe_payment_gateway/page') && preg_match('#^/admini/stripe_payment_gateway/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1352.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'stripe_payment_gateway_admin_log_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\StripePaymentGateway\\Controller\\Admin\\LogController::index',));
  1353.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1354.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1355.                                 if ('GET' !== $canonicalMethod) {
  1356.                                     goto not_stripe_payment_gateway_admin_log_page;
  1357.                                 }
  1358.                                 return array_replace($ret$this->redirect($rawPathinfo'stripe_payment_gateway_admin_log_page'key($requiredSchemes)));
  1359.                             }
  1360.                             return $ret;
  1361.                         }
  1362.                         not_stripe_payment_gateway_admin_log_page:
  1363.                         if (=== strpos($pathinfo'/admini/stripe_payment_gateway/order_payment')) {
  1364.                             // stripe_payment_gateway_admin_order_capture
  1365.                             if (preg_match('#^/admini/stripe_payment_gateway/order_payment/(?P<id>\\d+)/capture_transaction$#sD'$pathinfo$matches)) {
  1366.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'stripe_payment_gateway_admin_order_capture']), array (  'id' => NULL,  '_controller' => 'Plugin\\StripePaymentGateway\\Controller\\Admin\\OrderController::charge',));
  1367.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1368.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1369.                                     if ('GET' !== $canonicalMethod) {
  1370.                                         goto not_stripe_payment_gateway_admin_order_capture;
  1371.                                     }
  1372.                                     return array_replace($ret$this->redirect($rawPathinfo'stripe_payment_gateway_admin_order_capture'key($requiredSchemes)));
  1373.                                 }
  1374.                                 return $ret;
  1375.                             }
  1376.                             not_stripe_payment_gateway_admin_order_capture:
  1377.                             // stripe_payment_gateway_admin_order_refund
  1378.                             if (preg_match('#^/admini/stripe_payment_gateway/order_payment/(?P<id>\\d+)/refund_transaction$#sD'$pathinfo$matches)) {
  1379.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'stripe_payment_gateway_admin_order_refund']), array (  'id' => NULL,  '_controller' => 'Plugin\\StripePaymentGateway\\Controller\\Admin\\OrderController::refund',));
  1380.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1381.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1382.                                     if ('GET' !== $canonicalMethod) {
  1383.                                         goto not_stripe_payment_gateway_admin_order_refund;
  1384.                                     }
  1385.                                     return array_replace($ret$this->redirect($rawPathinfo'stripe_payment_gateway_admin_order_refund'key($requiredSchemes)));
  1386.                                 }
  1387.                                 return $ret;
  1388.                             }
  1389.                             not_stripe_payment_gateway_admin_order_refund:
  1390.                         }
  1391.                     }
  1392.                 }
  1393.                 // ss_next_admin_config
  1394.                 if ('/admini/ss/next/config' === $pathinfo) {
  1395.                     $ret = array (  '_controller' => 'Plugin\\SSNext\\Controller\\Admin\\ConfigController::index',  '_route' => 'ss_next_admin_config',);
  1396.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1397.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1398.                         if ('GET' !== $canonicalMethod) {
  1399.                             goto not_ss_next_admin_config;
  1400.                         }
  1401.                         return array_replace($ret$this->redirect($rawPathinfo'ss_next_admin_config'key($requiredSchemes)));
  1402.                     }
  1403.                     return $ret;
  1404.                 }
  1405.                 not_ss_next_admin_config:
  1406.                 if (=== strpos($pathinfo'/admini/sku-op')) {
  1407.                     // product_skuop
  1408.                     if ('/admini/sku-op' === $pathinfo) {
  1409.                         $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\SkuOpController::index',  '_route' => 'product_skuop',);
  1410.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1411.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1412.                             if ('GET' !== $canonicalMethod) {
  1413.                                 goto not_product_skuop;
  1414.                             }
  1415.                             return array_replace($ret$this->redirect($rawPathinfo'product_skuop'key($requiredSchemes)));
  1416.                         }
  1417.                         return $ret;
  1418.                     }
  1419.                     not_product_skuop:
  1420.                     // admin_product_page_skuop
  1421.                     if (=== strpos($pathinfo'/admini/sku-op/page') && preg_match('#^/admini/sku\\-op/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1422.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_page_skuop']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\SkuOpController::index',));
  1423.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1424.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1425.                             if ('GET' !== $canonicalMethod) {
  1426.                                 goto not_admin_product_page_skuop;
  1427.                             }
  1428.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_page_skuop'key($requiredSchemes)));
  1429.                         }
  1430.                         return $ret;
  1431.                     }
  1432.                     not_admin_product_page_skuop:
  1433.                 }
  1434.             }
  1435.             elseif (=== strpos($pathinfo'/admini/c')) {
  1436.                 // admin_change_password
  1437.                 if ('/admini/change_password' === $pathinfo) {
  1438.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::changePassword',  '_route' => 'admin_change_password',);
  1439.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1440.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1441.                         if ('GET' !== $canonicalMethod) {
  1442.                             goto not_admin_change_password;
  1443.                         }
  1444.                         return array_replace($ret$this->redirect($rawPathinfo'admin_change_password'key($requiredSchemes)));
  1445.                     }
  1446.                     return $ret;
  1447.                 }
  1448.                 not_admin_change_password:
  1449.                 if (=== strpos($pathinfo'/admini/content')) {
  1450.                     if (=== strpos($pathinfo'/admini/content/block')) {
  1451.                         // admin_content_block
  1452.                         if ('/admini/content/block' === $pathinfo) {
  1453.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::index',  '_route' => 'admin_content_block',);
  1454.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1455.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1456.                                 if ('GET' !== $canonicalMethod) {
  1457.                                     goto not_admin_content_block;
  1458.                                 }
  1459.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_block'key($requiredSchemes)));
  1460.                             }
  1461.                             return $ret;
  1462.                         }
  1463.                         not_admin_content_block:
  1464.                         // admin_content_block_new
  1465.                         if ('/admini/content/block/new' === $pathinfo) {
  1466.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::edit',  '_route' => 'admin_content_block_new',);
  1467.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1468.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1469.                                 if ('GET' !== $canonicalMethod) {
  1470.                                     goto not_admin_content_block_new;
  1471.                                 }
  1472.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_new'key($requiredSchemes)));
  1473.                             }
  1474.                             return $ret;
  1475.                         }
  1476.                         not_admin_content_block_new:
  1477.                         // admin_content_block_edit
  1478.                         if (preg_match('#^/admini/content/block/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1479.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_block_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::edit',));
  1480.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1481.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1482.                                 if ('GET' !== $canonicalMethod) {
  1483.                                     goto not_admin_content_block_edit;
  1484.                                 }
  1485.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_edit'key($requiredSchemes)));
  1486.                             }
  1487.                             return $ret;
  1488.                         }
  1489.                         not_admin_content_block_edit:
  1490.                         // admin_content_block_delete
  1491.                         if (preg_match('#^/admini/content/block/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1492.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_block_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::delete',));
  1493.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1494.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1495.                             if (!in_array($requestMethod, ['DELETE'])) {
  1496.                                 if ($hasRequiredScheme) {
  1497.                                     $allow array_merge($allow, ['DELETE']);
  1498.                                 }
  1499.                                 goto not_admin_content_block_delete;
  1500.                             }
  1501.                             if (!$hasRequiredScheme) {
  1502.                                 if ('GET' !== $canonicalMethod) {
  1503.                                     goto not_admin_content_block_delete;
  1504.                                 }
  1505.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_delete'key($requiredSchemes)));
  1506.                             }
  1507.                             return $ret;
  1508.                         }
  1509.                         not_admin_content_block_delete:
  1510.                     }
  1511.                     // admin_content_cache
  1512.                     if ('/admini/content/cache' === $pathinfo) {
  1513.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\CacheController::index',  '_route' => 'admin_content_cache',);
  1514.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1515.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1516.                             if ('GET' !== $canonicalMethod) {
  1517.                                 goto not_admin_content_cache;
  1518.                             }
  1519.                             return array_replace($ret$this->redirect($rawPathinfo'admin_content_cache'key($requiredSchemes)));
  1520.                         }
  1521.                         return $ret;
  1522.                     }
  1523.                     not_admin_content_cache:
  1524.                     // admin_content_css
  1525.                     if ('/admini/content/css' === $pathinfo) {
  1526.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\CssController::index',  '_route' => 'admin_content_css',);
  1527.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1528.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1529.                             if ('GET' !== $canonicalMethod) {
  1530.                                 goto not_admin_content_css;
  1531.                             }
  1532.                             return array_replace($ret$this->redirect($rawPathinfo'admin_content_css'key($requiredSchemes)));
  1533.                         }
  1534.                         return $ret;
  1535.                     }
  1536.                     not_admin_content_css:
  1537.                     if (=== strpos($pathinfo'/admini/content/file_')) {
  1538.                         // admin_content_file
  1539.                         if ('/admini/content/file_manager' === $pathinfo) {
  1540.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::index',  '_route' => 'admin_content_file',);
  1541.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1542.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1543.                                 if ('GET' !== $canonicalMethod) {
  1544.                                     goto not_admin_content_file;
  1545.                                 }
  1546.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_file'key($requiredSchemes)));
  1547.                             }
  1548.                             return $ret;
  1549.                         }
  1550.                         not_admin_content_file:
  1551.                         // admin_content_file_view
  1552.                         if ('/admini/content/file_view' === $pathinfo) {
  1553.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::view',  '_route' => 'admin_content_file_view',);
  1554.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1555.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1556.                                 if ('GET' !== $canonicalMethod) {
  1557.                                     goto not_admin_content_file_view;
  1558.                                 }
  1559.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_view'key($requiredSchemes)));
  1560.                             }
  1561.                             return $ret;
  1562.                         }
  1563.                         not_admin_content_file_view:
  1564.                         // admin_content_file_delete
  1565.                         if ('/admini/content/file_delete' === $pathinfo) {
  1566.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::delete',  '_route' => 'admin_content_file_delete',);
  1567.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1568.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1569.                             if (!in_array($requestMethod, ['DELETE'])) {
  1570.                                 if ($hasRequiredScheme) {
  1571.                                     $allow array_merge($allow, ['DELETE']);
  1572.                                 }
  1573.                                 goto not_admin_content_file_delete;
  1574.                             }
  1575.                             if (!$hasRequiredScheme) {
  1576.                                 if ('GET' !== $canonicalMethod) {
  1577.                                     goto not_admin_content_file_delete;
  1578.                                 }
  1579.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_delete'key($requiredSchemes)));
  1580.                             }
  1581.                             return $ret;
  1582.                         }
  1583.                         not_admin_content_file_delete:
  1584.                         // admin_content_file_download
  1585.                         if ('/admini/content/file_download' === $pathinfo) {
  1586.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::download',  '_route' => 'admin_content_file_download',);
  1587.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1588.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1589.                                 if ('GET' !== $canonicalMethod) {
  1590.                                     goto not_admin_content_file_download;
  1591.                                 }
  1592.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_download'key($requiredSchemes)));
  1593.                             }
  1594.                             return $ret;
  1595.                         }
  1596.                         not_admin_content_file_download:
  1597.                     }
  1598.                     // admin_content_js
  1599.                     if ('/admini/content/js' === $pathinfo) {
  1600.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\JsController::index',  '_route' => 'admin_content_js',);
  1601.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1602.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1603.                             if ('GET' !== $canonicalMethod) {
  1604.                                 goto not_admin_content_js;
  1605.                             }
  1606.                             return array_replace($ret$this->redirect($rawPathinfo'admin_content_js'key($requiredSchemes)));
  1607.                         }
  1608.                         return $ret;
  1609.                     }
  1610.                     not_admin_content_js:
  1611.                     if (=== strpos($pathinfo'/admini/content/layout')) {
  1612.                         // admin_content_layout
  1613.                         if ('/admini/content/layout' === $pathinfo) {
  1614.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::index',  '_route' => 'admin_content_layout',);
  1615.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1616.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1617.                                 if ('GET' !== $canonicalMethod) {
  1618.                                     goto not_admin_content_layout;
  1619.                                 }
  1620.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout'key($requiredSchemes)));
  1621.                             }
  1622.                             return $ret;
  1623.                         }
  1624.                         not_admin_content_layout:
  1625.                         // admin_content_layout_delete
  1626.                         if (preg_match('#^/admini/content/layout/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1627.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::delete',));
  1628.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1629.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1630.                             if (!in_array($requestMethod, ['DELETE'])) {
  1631.                                 if ($hasRequiredScheme) {
  1632.                                     $allow array_merge($allow, ['DELETE']);
  1633.                                 }
  1634.                                 goto not_admin_content_layout_delete;
  1635.                             }
  1636.                             if (!$hasRequiredScheme) {
  1637.                                 if ('GET' !== $canonicalMethod) {
  1638.                                     goto not_admin_content_layout_delete;
  1639.                                 }
  1640.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_delete'key($requiredSchemes)));
  1641.                             }
  1642.                             return $ret;
  1643.                         }
  1644.                         not_admin_content_layout_delete:
  1645.                         // admin_content_layout_new
  1646.                         if ('/admini/content/layout/new' === $pathinfo) {
  1647.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::edit',  '_route' => 'admin_content_layout_new',);
  1648.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1649.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1650.                                 if ('GET' !== $canonicalMethod) {
  1651.                                     goto not_admin_content_layout_new;
  1652.                                 }
  1653.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_new'key($requiredSchemes)));
  1654.                             }
  1655.                             return $ret;
  1656.                         }
  1657.                         not_admin_content_layout_new:
  1658.                         // admin_content_layout_edit
  1659.                         if (preg_match('#^/admini/content/layout/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1660.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::edit',));
  1661.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1662.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1663.                                 if ('GET' !== $canonicalMethod) {
  1664.                                     goto not_admin_content_layout_edit;
  1665.                                 }
  1666.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_edit'key($requiredSchemes)));
  1667.                             }
  1668.                             return $ret;
  1669.                         }
  1670.                         not_admin_content_layout_edit:
  1671.                         // admin_content_layout_view_block
  1672.                         if ('/admini/content/layout/view_block' === $pathinfo) {
  1673.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::viewBlock',  '_route' => 'admin_content_layout_view_block',);
  1674.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1675.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1676.                             if (!in_array($canonicalMethod, ['GET'])) {
  1677.                                 if ($hasRequiredScheme) {
  1678.                                     $allow array_merge($allow, ['GET']);
  1679.                                 }
  1680.                                 goto not_admin_content_layout_view_block;
  1681.                             }
  1682.                             if (!$hasRequiredScheme) {
  1683.                                 if ('GET' !== $canonicalMethod) {
  1684.                                     goto not_admin_content_layout_view_block;
  1685.                                 }
  1686.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_view_block'key($requiredSchemes)));
  1687.                             }
  1688.                             return $ret;
  1689.                         }
  1690.                         not_admin_content_layout_view_block:
  1691.                         // admin_content_layout_preview
  1692.                         if (preg_match('#^/admini/content/layout/(?P<id>\\d+)/preview$#sD'$pathinfo$matches)) {
  1693.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_preview']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::preview',));
  1694.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1695.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1696.                                 if ('GET' !== $canonicalMethod) {
  1697.                                     goto not_admin_content_layout_preview;
  1698.                                 }
  1699.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_preview'key($requiredSchemes)));
  1700.                             }
  1701.                             return $ret;
  1702.                         }
  1703.                         not_admin_content_layout_preview:
  1704.                     }
  1705.                     // admin_content_maintenance
  1706.                     if ('/admini/content/maintenance' === $pathinfo) {
  1707.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\MaintenanceController::index',  '_route' => 'admin_content_maintenance',);
  1708.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1709.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1710.                             if ('GET' !== $canonicalMethod) {
  1711.                                 goto not_admin_content_maintenance;
  1712.                             }
  1713.                             return array_replace($ret$this->redirect($rawPathinfo'admin_content_maintenance'key($requiredSchemes)));
  1714.                         }
  1715.                         return $ret;
  1716.                     }
  1717.                     not_admin_content_maintenance:
  1718.                     if (=== strpos($pathinfo'/admini/content/news')) {
  1719.                         // admin_content_news
  1720.                         if ('/admini/content/news' === $pathinfo) {
  1721.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::index',  '_route' => 'admin_content_news',);
  1722.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1723.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1724.                                 if ('GET' !== $canonicalMethod) {
  1725.                                     goto not_admin_content_news;
  1726.                                 }
  1727.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news'key($requiredSchemes)));
  1728.                             }
  1729.                             return $ret;
  1730.                         }
  1731.                         not_admin_content_news:
  1732.                         // admin_content_news_page
  1733.                         if (=== strpos($pathinfo'/admini/content/news/page') && preg_match('#^/admini/content/news/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1734.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_page']), array (  'page_no' => 1,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::index',));
  1735.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1736.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1737.                                 if ('GET' !== $canonicalMethod) {
  1738.                                     goto not_admin_content_news_page;
  1739.                                 }
  1740.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_page'key($requiredSchemes)));
  1741.                             }
  1742.                             return $ret;
  1743.                         }
  1744.                         not_admin_content_news_page:
  1745.                         // admin_content_news_new
  1746.                         if ('/admini/content/news/new' === $pathinfo) {
  1747.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::edit',  '_route' => 'admin_content_news_new',);
  1748.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1749.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1750.                                 if ('GET' !== $canonicalMethod) {
  1751.                                     goto not_admin_content_news_new;
  1752.                                 }
  1753.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_new'key($requiredSchemes)));
  1754.                             }
  1755.                             return $ret;
  1756.                         }
  1757.                         not_admin_content_news_new:
  1758.                         // admin_content_news_edit
  1759.                         if (preg_match('#^/admini/content/news/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1760.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::edit',));
  1761.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1762.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1763.                                 if ('GET' !== $canonicalMethod) {
  1764.                                     goto not_admin_content_news_edit;
  1765.                                 }
  1766.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_edit'key($requiredSchemes)));
  1767.                             }
  1768.                             return $ret;
  1769.                         }
  1770.                         not_admin_content_news_edit:
  1771.                         // admin_content_news_delete
  1772.                         if (preg_match('#^/admini/content/news/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1773.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::delete',));
  1774.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1775.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1776.                             if (!in_array($requestMethod, ['DELETE'])) {
  1777.                                 if ($hasRequiredScheme) {
  1778.                                     $allow array_merge($allow, ['DELETE']);
  1779.                                 }
  1780.                                 goto not_admin_content_news_delete;
  1781.                             }
  1782.                             if (!$hasRequiredScheme) {
  1783.                                 if ('GET' !== $canonicalMethod) {
  1784.                                     goto not_admin_content_news_delete;
  1785.                                 }
  1786.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_delete'key($requiredSchemes)));
  1787.                             }
  1788.                             return $ret;
  1789.                         }
  1790.                         not_admin_content_news_delete:
  1791.                     }
  1792.                     elseif (=== strpos($pathinfo'/admini/content/page')) {
  1793.                         // admin_content_page
  1794.                         if ('/admini/content/page' === $pathinfo) {
  1795.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::index',  '_route' => 'admin_content_page',);
  1796.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1797.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1798.                                 if ('GET' !== $canonicalMethod) {
  1799.                                     goto not_admin_content_page;
  1800.                                 }
  1801.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_page'key($requiredSchemes)));
  1802.                             }
  1803.                             return $ret;
  1804.                         }
  1805.                         not_admin_content_page:
  1806.                         // admin_content_page_new
  1807.                         if ('/admini/content/page/new' === $pathinfo) {
  1808.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::edit',  '_route' => 'admin_content_page_new',);
  1809.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1810.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1811.                                 if ('GET' !== $canonicalMethod) {
  1812.                                     goto not_admin_content_page_new;
  1813.                                 }
  1814.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_new'key($requiredSchemes)));
  1815.                             }
  1816.                             return $ret;
  1817.                         }
  1818.                         not_admin_content_page_new:
  1819.                         // admin_content_page_edit
  1820.                         if (preg_match('#^/admini/content/page/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1821.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_page_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::edit',));
  1822.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1823.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1824.                                 if ('GET' !== $canonicalMethod) {
  1825.                                     goto not_admin_content_page_edit;
  1826.                                 }
  1827.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_edit'key($requiredSchemes)));
  1828.                             }
  1829.                             return $ret;
  1830.                         }
  1831.                         not_admin_content_page_edit:
  1832.                         // admin_content_page_delete
  1833.                         if (preg_match('#^/admini/content/page/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1834.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_page_delete']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::delete',));
  1835.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1836.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1837.                             if (!in_array($requestMethod, ['DELETE'])) {
  1838.                                 if ($hasRequiredScheme) {
  1839.                                     $allow array_merge($allow, ['DELETE']);
  1840.                                 }
  1841.                                 goto not_admin_content_page_delete;
  1842.                             }
  1843.                             if (!$hasRequiredScheme) {
  1844.                                 if ('GET' !== $canonicalMethod) {
  1845.                                     goto not_admin_content_page_delete;
  1846.                                 }
  1847.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_delete'key($requiredSchemes)));
  1848.                             }
  1849.                             return $ret;
  1850.                         }
  1851.                         not_admin_content_page_delete:
  1852.                     }
  1853.                 }
  1854.                 elseif (=== strpos($pathinfo'/admini/contact')) {
  1855.                     // plugin_contact
  1856.                     if ('/admini/contact' === $pathinfo) {
  1857.                         $ret = array (  '_controller' => 'Plugin\\ContactManagement4\\Controller\\Admin\\ContactController::index',  '_route' => 'plugin_contact',);
  1858.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1859.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1860.                             if ('GET' !== $canonicalMethod) {
  1861.                                 goto not_plugin_contact;
  1862.                             }
  1863.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_contact'key($requiredSchemes)));
  1864.                         }
  1865.                         return $ret;
  1866.                     }
  1867.                     not_plugin_contact:
  1868.                     // plugin_contact_page
  1869.                     if (preg_match('#^/admini/contact(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1870.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_contact_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\ContactManagement4\\Controller\\Admin\\ContactController::index',));
  1871.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1872.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1873.                             if ('GET' !== $canonicalMethod) {
  1874.                                 goto not_plugin_contact_page;
  1875.                             }
  1876.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_contact_page'key($requiredSchemes)));
  1877.                         }
  1878.                         return $ret;
  1879.                     }
  1880.                     not_plugin_contact_page:
  1881.                     // plugin_contact_new
  1882.                     if ('/admini/contact/new' === $pathinfo) {
  1883.                         $ret = array (  '_controller' => 'Plugin\\ContactManagement4\\Controller\\Admin\\ContactEditController::index',  '_route' => 'plugin_contact_new',);
  1884.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1885.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1886.                             if ('GET' !== $canonicalMethod) {
  1887.                                 goto not_plugin_contact_new;
  1888.                             }
  1889.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_contact_new'key($requiredSchemes)));
  1890.                         }
  1891.                         return $ret;
  1892.                     }
  1893.                     not_plugin_contact_new:
  1894.                     // plugin_contact_edit
  1895.                     if (preg_match('#^/admini/contact/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1896.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_contact_edit']), array (  '_controller' => 'Plugin\\ContactManagement4\\Controller\\Admin\\ContactEditController::index',));
  1897.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1898.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1899.                             if ('GET' !== $canonicalMethod) {
  1900.                                 goto not_plugin_contact_edit;
  1901.                             }
  1902.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_contact_edit'key($requiredSchemes)));
  1903.                         }
  1904.                         return $ret;
  1905.                     }
  1906.                     not_plugin_contact_edit:
  1907.                     // plugin_contact_reply_new
  1908.                     if (preg_match('#^/admini/contact/(?P<contact_id>[^/]++)/reply/new$#sD'$pathinfo$matches)) {
  1909.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_contact_reply_new']), array (  '_controller' => 'Plugin\\ContactManagement4\\Controller\\Admin\\ContactReplyEditController::index',));
  1910.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1911.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1912.                             if ('GET' !== $canonicalMethod) {
  1913.                                 goto not_plugin_contact_reply_new;
  1914.                             }
  1915.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_contact_reply_new'key($requiredSchemes)));
  1916.                         }
  1917.                         return $ret;
  1918.                     }
  1919.                     not_plugin_contact_reply_new:
  1920.                     // plugin_contact_reply_edit
  1921.                     if (preg_match('#^/admini/contact/(?P<contact_id>[^/]++)/reply/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1922.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_contact_reply_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\ContactManagement4\\Controller\\Admin\\ContactReplyEditController::index',));
  1923.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1924.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1925.                             if ('GET' !== $canonicalMethod) {
  1926.                                 goto not_plugin_contact_reply_edit;
  1927.                             }
  1928.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_contact_reply_edit'key($requiredSchemes)));
  1929.                         }
  1930.                         return $ret;
  1931.                     }
  1932.                     not_plugin_contact_reply_edit:
  1933.                     if (=== strpos($pathinfo'/admini/contact/search/customer/html')) {
  1934.                         // plugin_contact_search_customer_html
  1935.                         if ('/admini/contact/search/customer/html' === $pathinfo) {
  1936.                             $ret = array (  '_controller' => 'Plugin\\ContactManagement4\\Controller\\Admin\\SearchCustomerController::searchCustomerHtml',  '_route' => 'plugin_contact_search_customer_html',);
  1937.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1938.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1939.                                 if ('GET' !== $canonicalMethod) {
  1940.                                     goto not_plugin_contact_search_customer_html;
  1941.                                 }
  1942.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_contact_search_customer_html'key($requiredSchemes)));
  1943.                             }
  1944.                             return $ret;
  1945.                         }
  1946.                         not_plugin_contact_search_customer_html:
  1947.                         // plugin_contact_search_customer_html_page
  1948.                         if (=== strpos($pathinfo'/admini/contact/search/customer/html/page') && preg_match('#^/admini/contact/search/customer/html/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1949.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_contact_search_customer_html_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\ContactManagement4\\Controller\\Admin\\SearchCustomerController::searchCustomerHtml',));
  1950.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1951.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1952.                                 if ('GET' !== $canonicalMethod) {
  1953.                                     goto not_plugin_contact_search_customer_html_page;
  1954.                                 }
  1955.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_contact_search_customer_html_page'key($requiredSchemes)));
  1956.                             }
  1957.                             return $ret;
  1958.                         }
  1959.                         not_plugin_contact_search_customer_html_page:
  1960.                     }
  1961.                     // plugin_contact_search_customer_by_id
  1962.                     if ('/admini/contact/search/customer/id' === $pathinfo) {
  1963.                         $ret = array (  '_controller' => 'Plugin\\ContactManagement4\\Controller\\Admin\\SearchCustomerController::searchCustomerById',  '_route' => 'plugin_contact_search_customer_by_id',);
  1964.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1965.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1966.                         if (!in_array($requestMethod, ['POST'])) {
  1967.                             if ($hasRequiredScheme) {
  1968.                                 $allow array_merge($allow, ['POST']);
  1969.                             }
  1970.                             goto not_plugin_contact_search_customer_by_id;
  1971.                         }
  1972.                         if (!$hasRequiredScheme) {
  1973.                             if ('GET' !== $canonicalMethod) {
  1974.                                 goto not_plugin_contact_search_customer_by_id;
  1975.                             }
  1976.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_contact_search_customer_by_id'key($requiredSchemes)));
  1977.                         }
  1978.                         return $ret;
  1979.                     }
  1980.                     not_plugin_contact_search_customer_by_id:
  1981.                 }
  1982.                 elseif (=== strpos($pathinfo'/admini/customer')) {
  1983.                     // admin_customer
  1984.                     if ('/admini/customer' === $pathinfo) {
  1985.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::index',  '_route' => 'admin_customer',);
  1986.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1987.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1988.                             if ('GET' !== $canonicalMethod) {
  1989.                                 goto not_admin_customer;
  1990.                             }
  1991.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer'key($requiredSchemes)));
  1992.                         }
  1993.                         return $ret;
  1994.                     }
  1995.                     not_admin_customer:
  1996.                     // admin_customer_page
  1997.                     if (=== strpos($pathinfo'/admini/customer/page') && preg_match('#^/admini/customer/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1998.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::index',));
  1999.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2000.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2001.                             if ('GET' !== $canonicalMethod) {
  2002.                                 goto not_admin_customer_page;
  2003.                             }
  2004.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_page'key($requiredSchemes)));
  2005.                         }
  2006.                         return $ret;
  2007.                     }
  2008.                     not_admin_customer_page:
  2009.                     // admin_customer_resend
  2010.                     if (preg_match('#^/admini/customer/(?P<id>\\d+)/resend$#sD'$pathinfo$matches)) {
  2011.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_resend']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::resend',));
  2012.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2013.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2014.                             if ('GET' !== $canonicalMethod) {
  2015.                                 goto not_admin_customer_resend;
  2016.                             }
  2017.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_resend'key($requiredSchemes)));
  2018.                         }
  2019.                         return $ret;
  2020.                     }
  2021.                     not_admin_customer_resend:
  2022.                     // admin_customer_delete
  2023.                     if (preg_match('#^/admini/customer/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2024.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::delete',));
  2025.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2026.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2027.                         if (!in_array($requestMethod, ['DELETE'])) {
  2028.                             if ($hasRequiredScheme) {
  2029.                                 $allow array_merge($allow, ['DELETE']);
  2030.                             }
  2031.                             goto not_admin_customer_delete;
  2032.                         }
  2033.                         if (!$hasRequiredScheme) {
  2034.                             if ('GET' !== $canonicalMethod) {
  2035.                                 goto not_admin_customer_delete;
  2036.                             }
  2037.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delete'key($requiredSchemes)));
  2038.                         }
  2039.                         return $ret;
  2040.                     }
  2041.                     not_admin_customer_delete:
  2042.                     // admin_customer_export
  2043.                     if ('/admini/customer/export' === $pathinfo) {
  2044.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::export',  '_route' => 'admin_customer_export',);
  2045.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2046.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2047.                             if ('GET' !== $canonicalMethod) {
  2048.                                 goto not_admin_customer_export;
  2049.                             }
  2050.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_export'key($requiredSchemes)));
  2051.                         }
  2052.                         return $ret;
  2053.                     }
  2054.                     not_admin_customer_export:
  2055.                     // admin_customer_delivery_new
  2056.                     if (preg_match('#^/admini/customer/(?P<id>\\d+)/delivery/new$#sD'$pathinfo$matches)) {
  2057.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_new']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::edit',));
  2058.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2059.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2060.                             if ('GET' !== $canonicalMethod) {
  2061.                                 goto not_admin_customer_delivery_new;
  2062.                             }
  2063.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_new'key($requiredSchemes)));
  2064.                         }
  2065.                         return $ret;
  2066.                     }
  2067.                     not_admin_customer_delivery_new:
  2068.                     // admin_customer_delivery_edit
  2069.                     if (preg_match('#^/admini/customer/(?P<id>\\d+)/delivery/(?P<did>\\d+)/edit$#sD'$pathinfo$matches)) {
  2070.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_edit']), array (  'did' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::edit',));
  2071.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2072.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2073.                             if ('GET' !== $canonicalMethod) {
  2074.                                 goto not_admin_customer_delivery_edit;
  2075.                             }
  2076.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_edit'key($requiredSchemes)));
  2077.                         }
  2078.                         return $ret;
  2079.                     }
  2080.                     not_admin_customer_delivery_edit:
  2081.                     // admin_customer_delivery_delete
  2082.                     if (preg_match('#^/admini/customer/(?P<id>\\d+)/delivery/(?P<did>\\d+)/delete$#sD'$pathinfo$matches)) {
  2083.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::delete',));
  2084.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2085.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2086.                         if (!in_array($requestMethod, ['DELETE'])) {
  2087.                             if ($hasRequiredScheme) {
  2088.                                 $allow array_merge($allow, ['DELETE']);
  2089.                             }
  2090.                             goto not_admin_customer_delivery_delete;
  2091.                         }
  2092.                         if (!$hasRequiredScheme) {
  2093.                             if ('GET' !== $canonicalMethod) {
  2094.                                 goto not_admin_customer_delivery_delete;
  2095.                             }
  2096.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_delete'key($requiredSchemes)));
  2097.                         }
  2098.                         return $ret;
  2099.                     }
  2100.                     not_admin_customer_delivery_delete:
  2101.                     // admin_customer_new
  2102.                     if ('/admini/customer/new' === $pathinfo) {
  2103.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerEditController::index',  '_route' => 'admin_customer_new',);
  2104.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2105.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2106.                             if ('GET' !== $canonicalMethod) {
  2107.                                 goto not_admin_customer_new;
  2108.                             }
  2109.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_new'key($requiredSchemes)));
  2110.                         }
  2111.                         return $ret;
  2112.                     }
  2113.                     not_admin_customer_new:
  2114.                     // admin_customer_edit
  2115.                     if (preg_match('#^/admini/customer/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2116.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerEditController::index',));
  2117.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2118.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2119.                             if ('GET' !== $canonicalMethod) {
  2120.                                 goto not_admin_customer_edit;
  2121.                             }
  2122.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_edit'key($requiredSchemes)));
  2123.                         }
  2124.                         return $ret;
  2125.                     }
  2126.                     not_admin_customer_edit:
  2127.                     if (=== strpos($pathinfo'/admini/customer/customerLevelDetail')) {
  2128.                         // admin_customer_level_detail
  2129.                         if ('/admini/customer/customerLevelDetail' === $pathinfo) {
  2130.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerLevelDetailController::index',  '_route' => 'admin_customer_level_detail',);
  2131.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2132.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2133.                                 if ('GET' !== $canonicalMethod) {
  2134.                                     goto not_admin_customer_level_detail;
  2135.                                 }
  2136.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_level_detail'key($requiredSchemes)));
  2137.                             }
  2138.                             return $ret;
  2139.                         }
  2140.                         not_admin_customer_level_detail:
  2141.                         // admin_customer_level_detail_new
  2142.                         if ('/admini/customer/customerLevelDetail/new' === $pathinfo) {
  2143.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerLevelDetailController::edit',  '_route' => 'admin_customer_level_detail_new',);
  2144.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2145.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2146.                                 if ('GET' !== $canonicalMethod) {
  2147.                                     goto not_admin_customer_level_detail_new;
  2148.                                 }
  2149.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_level_detail_new'key($requiredSchemes)));
  2150.                             }
  2151.                             return $ret;
  2152.                         }
  2153.                         not_admin_customer_level_detail_new:
  2154.                         // admin_customer_level_detail_edit
  2155.                         if (preg_match('#^/admini/customer/customerLevelDetail/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2156.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_level_detail_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerLevelDetailController::edit',));
  2157.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2158.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2159.                                 if ('GET' !== $canonicalMethod) {
  2160.                                     goto not_admin_customer_level_detail_edit;
  2161.                                 }
  2162.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_level_detail_edit'key($requiredSchemes)));
  2163.                             }
  2164.                             return $ret;
  2165.                         }
  2166.                         not_admin_customer_level_detail_edit:
  2167.                     }
  2168.                     elseif (=== strpos($pathinfo'/admini/customer/customerShopLevel')) {
  2169.                         // admin_customer_shop_level
  2170.                         if ('/admini/customer/customerShopLevel' === $pathinfo) {
  2171.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerShopLevelController::index',  '_route' => 'admin_customer_shop_level',);
  2172.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2173.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2174.                                 if ('GET' !== $canonicalMethod) {
  2175.                                     goto not_admin_customer_shop_level;
  2176.                                 }
  2177.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_shop_level'key($requiredSchemes)));
  2178.                             }
  2179.                             return $ret;
  2180.                         }
  2181.                         not_admin_customer_shop_level:
  2182.                         // admin_customer_shop_level_new
  2183.                         if ('/admini/customer/customerShopLevel/new' === $pathinfo) {
  2184.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerShopLevelController::edit',  '_route' => 'admin_customer_shop_level_new',);
  2185.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2186.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2187.                                 if ('GET' !== $canonicalMethod) {
  2188.                                     goto not_admin_customer_shop_level_new;
  2189.                                 }
  2190.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_shop_level_new'key($requiredSchemes)));
  2191.                             }
  2192.                             return $ret;
  2193.                         }
  2194.                         not_admin_customer_shop_level_new:
  2195.                         // admin_customer_shop_level_edit
  2196.                         if (preg_match('#^/admini/customer/customerShopLevel/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2197.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_shop_level_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerShopLevelController::edit',));
  2198.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2199.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2200.                                 if ('GET' !== $canonicalMethod) {
  2201.                                     goto not_admin_customer_shop_level_edit;
  2202.                                 }
  2203.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_shop_level_edit'key($requiredSchemes)));
  2204.                             }
  2205.                             return $ret;
  2206.                         }
  2207.                         not_admin_customer_shop_level_edit:
  2208.                     }
  2209.                     elseif (=== strpos($pathinfo'/admini/customerShop')) {
  2210.                         // admin_customer_shop
  2211.                         if ('/admini/customerShop' === $pathinfo) {
  2212.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Shop\\CustomerShopController::index',  '_route' => 'admin_customer_shop',);
  2213.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2214.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2215.                                 if ('GET' !== $canonicalMethod) {
  2216.                                     goto not_admin_customer_shop;
  2217.                                 }
  2218.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_shop'key($requiredSchemes)));
  2219.                             }
  2220.                             return $ret;
  2221.                         }
  2222.                         not_admin_customer_shop:
  2223.                         // admin_customer_shop_yes
  2224.                         if (preg_match('#^/admini/customerShop/(?P<id>\\d+)/yes$#sD'$pathinfo$matches)) {
  2225.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_shop_yes']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Shop\\CustomerShopController::yes',));
  2226.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2227.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2228.                                 if ('GET' !== $canonicalMethod) {
  2229.                                     goto not_admin_customer_shop_yes;
  2230.                                 }
  2231.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_shop_yes'key($requiredSchemes)));
  2232.                             }
  2233.                             return $ret;
  2234.                         }
  2235.                         not_admin_customer_shop_yes:
  2236.                         // admin_customer_shop_no
  2237.                         if (preg_match('#^/admini/customerShop/(?P<id>\\d+)/no$#sD'$pathinfo$matches)) {
  2238.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_shop_no']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Shop\\CustomerShopController::no',));
  2239.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2240.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2241.                                 if ('GET' !== $canonicalMethod) {
  2242.                                     goto not_admin_customer_shop_no;
  2243.                                 }
  2244.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_shop_no'key($requiredSchemes)));
  2245.                             }
  2246.                             return $ret;
  2247.                         }
  2248.                         not_admin_customer_shop_no:
  2249.                         // admin_customer_shop_export
  2250.                         if ('/admini/customerShop/export' === $pathinfo) {
  2251.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Shop\\CustomerShopController::export',  '_route' => 'admin_customer_shop_export',);
  2252.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2253.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2254.                                 if ('GET' !== $canonicalMethod) {
  2255.                                     goto not_admin_customer_shop_export;
  2256.                                 }
  2257.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_customer_shop_export'key($requiredSchemes)));
  2258.                             }
  2259.                             return $ret;
  2260.                         }
  2261.                         not_admin_customer_shop_export:
  2262.                     }
  2263.                 }
  2264.                 // category_map
  2265.                 if ('/admini/category-map/index' === $pathinfo) {
  2266.                     $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\CategoryMapController::index',  '_route' => 'category_map',);
  2267.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2268.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2269.                         if ('GET' !== $canonicalMethod) {
  2270.                             goto not_category_map;
  2271.                         }
  2272.                         return array_replace($ret$this->redirect($rawPathinfo'category_map'key($requiredSchemes)));
  2273.                     }
  2274.                     return $ret;
  2275.                 }
  2276.                 not_category_map:
  2277.             }
  2278.             elseif (=== strpos($pathinfo'/admini/order')) {
  2279.                 // admin_shipping_csv_import
  2280.                 if ('/admini/order/shipping_csv_upload' === $pathinfo) {
  2281.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\CsvImportController::csvShipping',  '_route' => 'admin_shipping_csv_import',);
  2282.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2283.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2284.                         if ('GET' !== $canonicalMethod) {
  2285.                             goto not_admin_shipping_csv_import;
  2286.                         }
  2287.                         return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_csv_import'key($requiredSchemes)));
  2288.                     }
  2289.                     return $ret;
  2290.                 }
  2291.                 not_admin_shipping_csv_import:
  2292.                 // admin_shipping_csv_template
  2293.                 if ('/admini/order/csv_template' === $pathinfo) {
  2294.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\CsvImportController::csvTemplate',  '_route' => 'admin_shipping_csv_template',);
  2295.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2296.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2297.                         if ('GET' !== $canonicalMethod) {
  2298.                             goto not_admin_shipping_csv_template;
  2299.                         }
  2300.                         return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_csv_template'key($requiredSchemes)));
  2301.                     }
  2302.                     return $ret;
  2303.                 }
  2304.                 not_admin_shipping_csv_template:
  2305.                 // admin_order_new
  2306.                 if ('/admini/order/new' === $pathinfo) {
  2307.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::index',  '_route' => 'admin_order_new',);
  2308.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2309.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2310.                         if ('GET' !== $canonicalMethod) {
  2311.                             goto not_admin_order_new;
  2312.                         }
  2313.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_new'key($requiredSchemes)));
  2314.                     }
  2315.                     return $ret;
  2316.                 }
  2317.                 not_admin_order_new:
  2318.                 // admin_order_edit
  2319.                 if (preg_match('#^/admini/order/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2320.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::index',));
  2321.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2322.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2323.                         if ('GET' !== $canonicalMethod) {
  2324.                             goto not_admin_order_edit;
  2325.                         }
  2326.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_edit'key($requiredSchemes)));
  2327.                     }
  2328.                     return $ret;
  2329.                 }
  2330.                 not_admin_order_edit:
  2331.                 if (=== strpos($pathinfo'/admini/order/search/product')) {
  2332.                     // admin_order_search_product
  2333.                     if ('/admini/order/search/product' === $pathinfo) {
  2334.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchProduct',  '_route' => 'admin_order_search_product',);
  2335.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2336.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2337.                             if ('GET' !== $canonicalMethod) {
  2338.                                 goto not_admin_order_search_product;
  2339.                             }
  2340.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_product'key($requiredSchemes)));
  2341.                         }
  2342.                         return $ret;
  2343.                     }
  2344.                     not_admin_order_search_product:
  2345.                     // admin_order_search_product_page
  2346.                     if (=== strpos($pathinfo'/admini/order/search/product/page') && preg_match('#^/admini/order/search/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2347.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_search_product_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchProduct',));
  2348.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2349.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2350.                             if ('GET' !== $canonicalMethod) {
  2351.                                 goto not_admin_order_search_product_page;
  2352.                             }
  2353.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_product_page'key($requiredSchemes)));
  2354.                         }
  2355.                         return $ret;
  2356.                     }
  2357.                     not_admin_order_search_product_page:
  2358.                 }
  2359.                 // admin_order_mail
  2360.                 if (preg_match('#^/admini/order/(?P<id>\\d+)/mail$#sD'$pathinfo$matches)) {
  2361.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\MailController::index',));
  2362.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2363.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2364.                         if ('GET' !== $canonicalMethod) {
  2365.                             goto not_admin_order_mail;
  2366.                         }
  2367.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_mail'key($requiredSchemes)));
  2368.                     }
  2369.                     return $ret;
  2370.                 }
  2371.                 not_admin_order_mail:
  2372.                 // admin_order_mail_view
  2373.                 if ('/admini/order/mail/view' === $pathinfo) {
  2374.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\MailController::view',  '_route' => 'admin_order_mail_view',);
  2375.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2376.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2377.                         if ('GET' !== $canonicalMethod) {
  2378.                             goto not_admin_order_mail_view;
  2379.                         }
  2380.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_mail_view'key($requiredSchemes)));
  2381.                     }
  2382.                     return $ret;
  2383.                 }
  2384.                 not_admin_order_mail_view:
  2385.                 // admin_order
  2386.                 if ('/admini/order' === $pathinfo) {
  2387.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::index',  '_route' => 'admin_order',);
  2388.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2389.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2390.                         if ('GET' !== $canonicalMethod) {
  2391.                             goto not_admin_order;
  2392.                         }
  2393.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order'key($requiredSchemes)));
  2394.                     }
  2395.                     return $ret;
  2396.                 }
  2397.                 not_admin_order:
  2398.                 // admin_order_page
  2399.                 if (=== strpos($pathinfo'/admini/order/page') && preg_match('#^/admini/order/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2400.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::index',));
  2401.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2402.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2403.                         if ('GET' !== $canonicalMethod) {
  2404.                             goto not_admin_order_page;
  2405.                         }
  2406.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_page'key($requiredSchemes)));
  2407.                     }
  2408.                     return $ret;
  2409.                 }
  2410.                 not_admin_order_page:
  2411.                 // admin_order_bulk_delete
  2412.                 if ('/admini/order/bulk_delete' === $pathinfo) {
  2413.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::bulkDelete',  '_route' => 'admin_order_bulk_delete',);
  2414.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2415.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2416.                     if (!in_array($requestMethod, ['POST'])) {
  2417.                         if ($hasRequiredScheme) {
  2418.                             $allow array_merge($allow, ['POST']);
  2419.                         }
  2420.                         goto not_admin_order_bulk_delete;
  2421.                     }
  2422.                     if (!$hasRequiredScheme) {
  2423.                         if ('GET' !== $canonicalMethod) {
  2424.                             goto not_admin_order_bulk_delete;
  2425.                         }
  2426.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_bulk_delete'key($requiredSchemes)));
  2427.                     }
  2428.                     return $ret;
  2429.                 }
  2430.                 not_admin_order_bulk_delete:
  2431.                 if (=== strpos($pathinfo'/admini/order/export')) {
  2432.                     // admin_order_export_order
  2433.                     if ('/admini/order/export/order' === $pathinfo) {
  2434.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportOrder',  '_route' => 'admin_order_export_order',);
  2435.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2436.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2437.                             if ('GET' !== $canonicalMethod) {
  2438.                                 goto not_admin_order_export_order;
  2439.                             }
  2440.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_order'key($requiredSchemes)));
  2441.                         }
  2442.                         return $ret;
  2443.                     }
  2444.                     not_admin_order_export_order:
  2445.                     // admin_order_export_shipping
  2446.                     if ('/admini/order/export/shipping' === $pathinfo) {
  2447.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportShipping',  '_route' => 'admin_order_export_shipping',);
  2448.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2449.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2450.                             if ('GET' !== $canonicalMethod) {
  2451.                                 goto not_admin_order_export_shipping;
  2452.                             }
  2453.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_shipping'key($requiredSchemes)));
  2454.                         }
  2455.                         return $ret;
  2456.                     }
  2457.                     not_admin_order_export_shipping:
  2458.                     if (=== strpos($pathinfo'/admini/order/export/pdf')) {
  2459.                         // admin_order_export_pdf
  2460.                         if ('/admini/order/export/pdf' === $pathinfo) {
  2461.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportPdf',  '_route' => 'admin_order_export_pdf',);
  2462.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2463.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2464.                                 if ('GET' !== $canonicalMethod) {
  2465.                                     goto not_admin_order_export_pdf;
  2466.                                 }
  2467.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_pdf'key($requiredSchemes)));
  2468.                             }
  2469.                             return $ret;
  2470.                         }
  2471.                         not_admin_order_export_pdf:
  2472.                         // admin_order_pdf_download
  2473.                         if ('/admini/order/export/pdf/download' === $pathinfo) {
  2474.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportPdfDownload',  '_route' => 'admin_order_pdf_download',);
  2475.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2476.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2477.                                 if ('GET' !== $canonicalMethod) {
  2478.                                     goto not_admin_order_pdf_download;
  2479.                                 }
  2480.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_pdf_download'key($requiredSchemes)));
  2481.                             }
  2482.                             return $ret;
  2483.                         }
  2484.                         not_admin_order_pdf_download:
  2485.                     }
  2486.                 }
  2487.                 // order_by_sale4_admin_config
  2488.                 if ('/admini/order_by_sale4/config' === $pathinfo) {
  2489.                     $ret = array (  '_controller' => 'Plugin\\OrderBySale4\\Controller\\Admin\\ConfigController::index',  '_route' => 'order_by_sale4_admin_config',);
  2490.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2491.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2492.                         if ('GET' !== $canonicalMethod) {
  2493.                             goto not_order_by_sale4_admin_config;
  2494.                         }
  2495.                         return array_replace($ret$this->redirect($rawPathinfo'order_by_sale4_admin_config'key($requiredSchemes)));
  2496.                     }
  2497.                     return $ret;
  2498.                 }
  2499.                 not_order_by_sale4_admin_config:
  2500.                 // admin_order_edit_with_option
  2501.                 if (preg_match('#^/admini/order/(?P<id>\\d+)/edit\\-with\\-option$#sD'$pathinfo$matches)) {
  2502.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_edit_with_option']), array (  'id' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\EditWithOptionController::index',));
  2503.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2504.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2505.                         if ('GET' !== $canonicalMethod) {
  2506.                             goto not_admin_order_edit_with_option;
  2507.                         }
  2508.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_edit_with_option'key($requiredSchemes)));
  2509.                     }
  2510.                     return $ret;
  2511.                 }
  2512.                 not_admin_order_edit_with_option:
  2513.                 if (=== strpos($pathinfo'/admini/order/search')) {
  2514.                     // admin_order_search_product_with_option
  2515.                     if ('/admini/order/search/product-with-option' === $pathinfo) {
  2516.                         $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\EditWithOptionController::searchProduct',  '_route' => 'admin_order_search_product_with_option',);
  2517.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2518.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2519.                             if ('GET' !== $canonicalMethod) {
  2520.                                 goto not_admin_order_search_product_with_option;
  2521.                             }
  2522.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_product_with_option'key($requiredSchemes)));
  2523.                         }
  2524.                         return $ret;
  2525.                     }
  2526.                     not_admin_order_search_product_with_option:
  2527.                     // admin_order_search_product_page_with_option
  2528.                     if (=== strpos($pathinfo'/admini/order/search/product/page-with-option') && preg_match('#^/admini/order/search/product/page\\-with\\-option(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2529.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_search_product_page_with_option']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\EditWithOptionController::searchProduct',));
  2530.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2531.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2532.                             if ('GET' !== $canonicalMethod) {
  2533.                                 goto not_admin_order_search_product_page_with_option;
  2534.                             }
  2535.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_product_page_with_option'key($requiredSchemes)));
  2536.                         }
  2537.                         return $ret;
  2538.                     }
  2539.                     not_admin_order_search_product_page_with_option:
  2540.                     if (=== strpos($pathinfo'/admini/order/search/customer/html')) {
  2541.                         // admin_order_search_customer_html
  2542.                         if ('/admini/order/search/customer/html' === $pathinfo) {
  2543.                             $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\EditWithOptionController::searchCustomerHtml',  '_route' => 'admin_order_search_customer_html',);
  2544.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2545.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2546.                                 if ('GET' !== $canonicalMethod) {
  2547.                                     goto not_admin_order_search_customer_html;
  2548.                                 }
  2549.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_html'key($requiredSchemes)));
  2550.                             }
  2551.                             return $ret;
  2552.                         }
  2553.                         not_admin_order_search_customer_html:
  2554.                         // admin_order_search_customer_html_page
  2555.                         if (=== strpos($pathinfo'/admini/order/search/customer/html/page') && preg_match('#^/admini/order/search/customer/html/page(?:/(?P<page_no>[^/]++))?$#sD'$pathinfo$matches)) {
  2556.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_search_customer_html_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\EditWithOptionController::searchCustomerHtml',));
  2557.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2558.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2559.                                 if ('GET' !== $canonicalMethod) {
  2560.                                     goto not_admin_order_search_customer_html_page;
  2561.                                 }
  2562.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_html_page'key($requiredSchemes)));
  2563.                             }
  2564.                             return $ret;
  2565.                         }
  2566.                         not_admin_order_search_customer_html_page:
  2567.                     }
  2568.                     // admin_order_search_customer_by_id
  2569.                     if ('/admini/order/search/customer/id' === $pathinfo) {
  2570.                         $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\EditWithOptionController::searchCustomerById',  '_route' => 'admin_order_search_customer_by_id',);
  2571.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2572.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2573.                         if (!in_array($requestMethod, ['POST'])) {
  2574.                             if ($hasRequiredScheme) {
  2575.                                 $allow array_merge($allow, ['POST']);
  2576.                             }
  2577.                             goto not_admin_order_search_customer_by_id;
  2578.                         }
  2579.                         if (!$hasRequiredScheme) {
  2580.                             if ('GET' !== $canonicalMethod) {
  2581.                                 goto not_admin_order_search_customer_by_id;
  2582.                             }
  2583.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_by_id'key($requiredSchemes)));
  2584.                         }
  2585.                         return $ret;
  2586.                     }
  2587.                     not_admin_order_search_customer_by_id:
  2588.                     // admin_order_search_order_item_type
  2589.                     if ('/admini/order/search/order_item_type' === $pathinfo) {
  2590.                         $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\EditWithOptionController::searchOrderItemType',  '_route' => 'admin_order_search_order_item_type',);
  2591.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2592.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2593.                             if ('GET' !== $canonicalMethod) {
  2594.                                 goto not_admin_order_search_order_item_type;
  2595.                             }
  2596.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_order_item_type'key($requiredSchemes)));
  2597.                         }
  2598.                         return $ret;
  2599.                     }
  2600.                     not_admin_order_search_order_item_type:
  2601.                 }
  2602.                 elseif (=== strpos($pathinfo'/admini/order/export')) {
  2603.                     // admin_order_pdf_download_with_option
  2604.                     if ('/admini/order/export/pdf/download-with-option' === $pathinfo) {
  2605.                         $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionController::exportPdfDownload',  '_route' => 'admin_order_pdf_download_with_option',);
  2606.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2607.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2608.                             if ('GET' !== $canonicalMethod) {
  2609.                                 goto not_admin_order_pdf_download_with_option;
  2610.                             }
  2611.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_pdf_download_with_option'key($requiredSchemes)));
  2612.                         }
  2613.                         return $ret;
  2614.                     }
  2615.                     not_admin_order_pdf_download_with_option:
  2616.                     // admin_order_export_order_with_option
  2617.                     if ('/admini/order/export-with-option/order' === $pathinfo) {
  2618.                         $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionOrderExport::exportOrder',  '_route' => 'admin_order_export_order_with_option',);
  2619.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2620.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2621.                             if ('GET' !== $canonicalMethod) {
  2622.                                 goto not_admin_order_export_order_with_option;
  2623.                             }
  2624.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_order_with_option'key($requiredSchemes)));
  2625.                         }
  2626.                         return $ret;
  2627.                     }
  2628.                     not_admin_order_export_order_with_option:
  2629.                     // admin_order_export_shipping_order_with_option
  2630.                     if ('/admini/order/export-with-option/shipping' === $pathinfo) {
  2631.                         $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionOrderExport::exportShipping',  '_route' => 'admin_order_export_shipping_order_with_option',);
  2632.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2633.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2634.                             if ('GET' !== $canonicalMethod) {
  2635.                                 goto not_admin_order_export_shipping_order_with_option;
  2636.                             }
  2637.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_shipping_order_with_option'key($requiredSchemes)));
  2638.                         }
  2639.                         return $ret;
  2640.                     }
  2641.                     not_admin_order_export_shipping_order_with_option:
  2642.                 }
  2643.             }
  2644.             elseif (=== strpos($pathinfo'/admini/p')) {
  2645.                 if (=== strpos($pathinfo'/admini/product')) {
  2646.                     if (=== strpos($pathinfo'/admini/product/c')) {
  2647.                         if (=== strpos($pathinfo'/admini/product/category')) {
  2648.                             // admin_product_category
  2649.                             if ('/admini/product/category' === $pathinfo) {
  2650.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',  '_route' => 'admin_product_category',);
  2651.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2652.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2653.                                     if ('GET' !== $canonicalMethod) {
  2654.                                         goto not_admin_product_category;
  2655.                                     }
  2656.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_category'key($requiredSchemes)));
  2657.                                 }
  2658.                                 return $ret;
  2659.                             }
  2660.                             not_admin_product_category:
  2661.                             // admin_product_category_show
  2662.                             if (preg_match('#^/admini/product/category(?:/(?P<parent_id>\\d+))?$#sD'$pathinfo$matches)) {
  2663.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_show']), array (  'parent_id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',));
  2664.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2665.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2666.                                     if ('GET' !== $canonicalMethod) {
  2667.                                         goto not_admin_product_category_show;
  2668.                                     }
  2669.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_show'key($requiredSchemes)));
  2670.                                 }
  2671.                                 return $ret;
  2672.                             }
  2673.                             not_admin_product_category_show:
  2674.                             // admin_product_category_edit
  2675.                             if (preg_match('#^/admini/product/category/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2676.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',));
  2677.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2678.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2679.                                     if ('GET' !== $canonicalMethod) {
  2680.                                         goto not_admin_product_category_edit;
  2681.                                     }
  2682.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_edit'key($requiredSchemes)));
  2683.                                 }
  2684.                                 return $ret;
  2685.                             }
  2686.                             not_admin_product_category_edit:
  2687.                             // admin_product_category_delete
  2688.                             if (preg_match('#^/admini/product/category/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2689.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::delete',));
  2690.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2691.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2692.                                 if (!in_array($requestMethod, ['DELETE'])) {
  2693.                                     if ($hasRequiredScheme) {
  2694.                                         $allow array_merge($allow, ['DELETE']);
  2695.                                     }
  2696.                                     goto not_admin_product_category_delete;
  2697.                                 }
  2698.                                 if (!$hasRequiredScheme) {
  2699.                                     if ('GET' !== $canonicalMethod) {
  2700.                                         goto not_admin_product_category_delete;
  2701.                                     }
  2702.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_delete'key($requiredSchemes)));
  2703.                                 }
  2704.                                 return $ret;
  2705.                             }
  2706.                             not_admin_product_category_delete:
  2707.                             // admin_product_category_sort_no_move
  2708.                             if ('/admini/product/category/sort_no/move' === $pathinfo) {
  2709.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::moveSortNo',  '_route' => 'admin_product_category_sort_no_move',);
  2710.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2711.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2712.                                 if (!in_array($requestMethod, ['POST'])) {
  2713.                                     if ($hasRequiredScheme) {
  2714.                                         $allow array_merge($allow, ['POST']);
  2715.                                     }
  2716.                                     goto not_admin_product_category_sort_no_move;
  2717.                                 }
  2718.                                 if (!$hasRequiredScheme) {
  2719.                                     if ('GET' !== $canonicalMethod) {
  2720.                                         goto not_admin_product_category_sort_no_move;
  2721.                                     }
  2722.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_sort_no_move'key($requiredSchemes)));
  2723.                                 }
  2724.                                 return $ret;
  2725.                             }
  2726.                             not_admin_product_category_sort_no_move:
  2727.                             // admin_product_category_export
  2728.                             if ('/admini/product/category/export' === $pathinfo) {
  2729.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::export',  '_route' => 'admin_product_category_export',);
  2730.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2731.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2732.                                     if ('GET' !== $canonicalMethod) {
  2733.                                         goto not_admin_product_category_export;
  2734.                                     }
  2735.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_export'key($requiredSchemes)));
  2736.                                 }
  2737.                                 return $ret;
  2738.                             }
  2739.                             not_admin_product_category_export:
  2740.                             // admin_product_category_csv_import
  2741.                             if ('/admini/product/category_csv_upload' === $pathinfo) {
  2742.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvCategory',  '_route' => 'admin_product_category_csv_import',);
  2743.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2744.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2745.                                     if ('GET' !== $canonicalMethod) {
  2746.                                         goto not_admin_product_category_csv_import;
  2747.                                     }
  2748.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_csv_import'key($requiredSchemes)));
  2749.                                 }
  2750.                                 return $ret;
  2751.                             }
  2752.                             not_admin_product_category_csv_import:
  2753.                         }
  2754.                         elseif (=== strpos($pathinfo'/admini/product/class_category')) {
  2755.                             // admin_product_class_category
  2756.                             if (preg_match('#^/admini/product/class_category/(?P<class_name_id>\\d+)$#sD'$pathinfo$matches)) {
  2757.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::index',));
  2758.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2759.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2760.                                     if ('GET' !== $canonicalMethod) {
  2761.                                         goto not_admin_product_class_category;
  2762.                                     }
  2763.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category'key($requiredSchemes)));
  2764.                                 }
  2765.                                 return $ret;
  2766.                             }
  2767.                             not_admin_product_class_category:
  2768.                             // admin_product_class_category_edit
  2769.                             if (preg_match('#^/admini/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2770.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::index',));
  2771.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2772.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2773.                                     if ('GET' !== $canonicalMethod) {
  2774.                                         goto not_admin_product_class_category_edit;
  2775.                                     }
  2776.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_edit'key($requiredSchemes)));
  2777.                                 }
  2778.                                 return $ret;
  2779.                             }
  2780.                             not_admin_product_class_category_edit:
  2781.                             // admin_product_class_category_delete
  2782.                             if (preg_match('#^/admini/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2783.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::delete',));
  2784.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2785.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2786.                                 if (!in_array($requestMethod, ['DELETE'])) {
  2787.                                     if ($hasRequiredScheme) {
  2788.                                         $allow array_merge($allow, ['DELETE']);
  2789.                                     }
  2790.                                     goto not_admin_product_class_category_delete;
  2791.                                 }
  2792.                                 if (!$hasRequiredScheme) {
  2793.                                     if ('GET' !== $canonicalMethod) {
  2794.                                         goto not_admin_product_class_category_delete;
  2795.                                     }
  2796.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_delete'key($requiredSchemes)));
  2797.                                 }
  2798.                                 return $ret;
  2799.                             }
  2800.                             not_admin_product_class_category_delete:
  2801.                             // admin_product_class_category_visibility
  2802.                             if (preg_match('#^/admini/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/visibility$#sD'$pathinfo$matches)) {
  2803.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_visibility']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::visibility',));
  2804.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2805.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2806.                                 if (!in_array($requestMethod, ['PUT'])) {
  2807.                                     if ($hasRequiredScheme) {
  2808.                                         $allow array_merge($allow, ['PUT']);
  2809.                                     }
  2810.                                     goto not_admin_product_class_category_visibility;
  2811.                                 }
  2812.                                 if (!$hasRequiredScheme) {
  2813.                                     if ('GET' !== $canonicalMethod) {
  2814.                                         goto not_admin_product_class_category_visibility;
  2815.                                     }
  2816.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_visibility'key($requiredSchemes)));
  2817.                                 }
  2818.                                 return $ret;
  2819.                             }
  2820.                             not_admin_product_class_category_visibility:
  2821.                             // admin_product_class_category_sort_no_move
  2822.                             if ('/admini/product/class_category/sort_no/move' === $pathinfo) {
  2823.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::moveSortNo',  '_route' => 'admin_product_class_category_sort_no_move',);
  2824.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2825.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2826.                                 if (!in_array($requestMethod, ['POST'])) {
  2827.                                     if ($hasRequiredScheme) {
  2828.                                         $allow array_merge($allow, ['POST']);
  2829.                                     }
  2830.                                     goto not_admin_product_class_category_sort_no_move;
  2831.                                 }
  2832.                                 if (!$hasRequiredScheme) {
  2833.                                     if ('GET' !== $canonicalMethod) {
  2834.                                         goto not_admin_product_class_category_sort_no_move;
  2835.                                     }
  2836.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_sort_no_move'key($requiredSchemes)));
  2837.                                 }
  2838.                                 return $ret;
  2839.                             }
  2840.                             not_admin_product_class_category_sort_no_move:
  2841.                         }
  2842.                         elseif (=== strpos($pathinfo'/admini/product/class_name')) {
  2843.                             // admin_product_class_name
  2844.                             if ('/admini/product/class_name' === $pathinfo) {
  2845.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::index',  '_route' => 'admin_product_class_name',);
  2846.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2847.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2848.                                     if ('GET' !== $canonicalMethod) {
  2849.                                         goto not_admin_product_class_name;
  2850.                                     }
  2851.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name'key($requiredSchemes)));
  2852.                                 }
  2853.                                 return $ret;
  2854.                             }
  2855.                             not_admin_product_class_name:
  2856.                             // admin_product_class_name_edit
  2857.                             if (preg_match('#^/admini/product/class_name/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2858.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_name_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::index',));
  2859.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2860.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2861.                                     if ('GET' !== $canonicalMethod) {
  2862.                                         goto not_admin_product_class_name_edit;
  2863.                                     }
  2864.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_edit'key($requiredSchemes)));
  2865.                                 }
  2866.                                 return $ret;
  2867.                             }
  2868.                             not_admin_product_class_name_edit:
  2869.                             // admin_product_class_name_delete
  2870.                             if (preg_match('#^/admini/product/class_name/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2871.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_name_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::delete',));
  2872.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2873.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2874.                                 if (!in_array($requestMethod, ['DELETE'])) {
  2875.                                     if ($hasRequiredScheme) {
  2876.                                         $allow array_merge($allow, ['DELETE']);
  2877.                                     }
  2878.                                     goto not_admin_product_class_name_delete;
  2879.                                 }
  2880.                                 if (!$hasRequiredScheme) {
  2881.                                     if ('GET' !== $canonicalMethod) {
  2882.                                         goto not_admin_product_class_name_delete;
  2883.                                     }
  2884.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_delete'key($requiredSchemes)));
  2885.                                 }
  2886.                                 return $ret;
  2887.                             }
  2888.                             not_admin_product_class_name_delete:
  2889.                             // admin_product_class_name_sort_no_move
  2890.                             if ('/admini/product/class_name/sort_no/move' === $pathinfo) {
  2891.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::moveSortNo',  '_route' => 'admin_product_class_name_sort_no_move',);
  2892.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2893.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2894.                                 if (!in_array($requestMethod, ['POST'])) {
  2895.                                     if ($hasRequiredScheme) {
  2896.                                         $allow array_merge($allow, ['POST']);
  2897.                                     }
  2898.                                     goto not_admin_product_class_name_sort_no_move;
  2899.                                 }
  2900.                                 if (!$hasRequiredScheme) {
  2901.                                     if ('GET' !== $canonicalMethod) {
  2902.                                         goto not_admin_product_class_name_sort_no_move;
  2903.                                     }
  2904.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_sort_no_move'key($requiredSchemes)));
  2905.                                 }
  2906.                                 return $ret;
  2907.                             }
  2908.                             not_admin_product_class_name_sort_no_move:
  2909.                         }
  2910.                         // admin_product_csv_template
  2911.                         if (=== strpos($pathinfo'/admini/product/csv_template') && preg_match('#^/admini/product/csv_template/(?P<type>\\w+)$#sD'$pathinfo$matches)) {
  2912.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_csv_template']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvTemplate',));
  2913.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2914.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2915.                                 if ('GET' !== $canonicalMethod) {
  2916.                                     goto not_admin_product_csv_template;
  2917.                                 }
  2918.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_csv_template'key($requiredSchemes)));
  2919.                             }
  2920.                             return $ret;
  2921.                         }
  2922.                         not_admin_product_csv_template:
  2923.                     }
  2924.                     // admin_product_csv_import
  2925.                     if ('/admini/product/product_csv_upload' === $pathinfo) {
  2926.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvProduct',  '_route' => 'admin_product_csv_import',);
  2927.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2928.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2929.                             if ('GET' !== $canonicalMethod) {
  2930.                                 goto not_admin_product_csv_import;
  2931.                             }
  2932.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_csv_import'key($requiredSchemes)));
  2933.                         }
  2934.                         return $ret;
  2935.                     }
  2936.                     not_admin_product_csv_import:
  2937.                     if (=== strpos($pathinfo'/admini/product/product/class')) {
  2938.                         // admin_product_product_class
  2939.                         if (preg_match('#^/admini/product/product/class/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  2940.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_class']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductClassController::index',));
  2941.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2942.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2943.                                 if ('GET' !== $canonicalMethod) {
  2944.                                     goto not_admin_product_product_class;
  2945.                                 }
  2946.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_class'key($requiredSchemes)));
  2947.                             }
  2948.                             return $ret;
  2949.                         }
  2950.                         not_admin_product_product_class:
  2951.                         // admin_product_product_class_clear
  2952.                         if (preg_match('#^/admini/product/product/class/(?P<id>\\d+)/clear$#sD'$pathinfo$matches)) {
  2953.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_class_clear']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductClassController::clearProductClasses',));
  2954.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2955.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2956.                                 if ('GET' !== $canonicalMethod) {
  2957.                                     goto not_admin_product_product_class_clear;
  2958.                                 }
  2959.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_class_clear'key($requiredSchemes)));
  2960.                             }
  2961.                             return $ret;
  2962.                         }
  2963.                         not_admin_product_product_class_clear:
  2964.                     }
  2965.                     // admin_product
  2966.                     if ('/admini/product' === $pathinfo) {
  2967.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::index',  '_route' => 'admin_product',);
  2968.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2969.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2970.                             if ('GET' !== $canonicalMethod) {
  2971.                                 goto not_admin_product;
  2972.                             }
  2973.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product'key($requiredSchemes)));
  2974.                         }
  2975.                         return $ret;
  2976.                     }
  2977.                     not_admin_product:
  2978.                     // admin_product_page
  2979.                     if (=== strpos($pathinfo'/admini/product/page') && preg_match('#^/admini/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2980.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::index',));
  2981.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2982.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2983.                             if ('GET' !== $canonicalMethod) {
  2984.                                 goto not_admin_product_page;
  2985.                             }
  2986.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_page'key($requiredSchemes)));
  2987.                         }
  2988.                         return $ret;
  2989.                     }
  2990.                     not_admin_product_page:
  2991.                     // admin_product_export
  2992.                     if ('/admini/product/export' === $pathinfo) {
  2993.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::export',  '_route' => 'admin_product_export',);
  2994.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2995.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2996.                             if ('GET' !== $canonicalMethod) {
  2997.                                 goto not_admin_product_export;
  2998.                             }
  2999.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_export'key($requiredSchemes)));
  3000.                         }
  3001.                         return $ret;
  3002.                     }
  3003.                     not_admin_product_export:
  3004.                     // admin_product_bulk_product_status
  3005.                     if (=== strpos($pathinfo'/admini/product/bulk/product-status') && preg_match('#^/admini/product/bulk/product\\-status/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3006.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_bulk_product_status']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::bulkProductStatus',));
  3007.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3008.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3009.                         if (!in_array($requestMethod, ['POST'])) {
  3010.                             if ($hasRequiredScheme) {
  3011.                                 $allow array_merge($allow, ['POST']);
  3012.                             }
  3013.                             goto not_admin_product_bulk_product_status;
  3014.                         }
  3015.                         if (!$hasRequiredScheme) {
  3016.                             if ('GET' !== $canonicalMethod) {
  3017.                                 goto not_admin_product_bulk_product_status;
  3018.                             }
  3019.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_bulk_product_status'key($requiredSchemes)));
  3020.                         }
  3021.                         return $ret;
  3022.                     }
  3023.                     not_admin_product_bulk_product_status:
  3024.                     // admin_customer_shop_product_yes
  3025.                     if (preg_match('#^/admini/product/(?P<id>\\d+)/yes$#sD'$pathinfo$matches)) {
  3026.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_shop_product_yes']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::yes',));
  3027.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3028.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3029.                             if ('GET' !== $canonicalMethod) {
  3030.                                 goto not_admin_customer_shop_product_yes;
  3031.                             }
  3032.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_shop_product_yes'key($requiredSchemes)));
  3033.                         }
  3034.                         return $ret;
  3035.                     }
  3036.                     not_admin_customer_shop_product_yes:
  3037.                     // admin_customer_shop_product_no
  3038.                     if (preg_match('#^/admini/product/(?P<id>\\d+)/no$#sD'$pathinfo$matches)) {
  3039.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_shop_product_no']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::no',));
  3040.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3041.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3042.                             if ('GET' !== $canonicalMethod) {
  3043.                                 goto not_admin_customer_shop_product_no;
  3044.                             }
  3045.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_shop_product_no'key($requiredSchemes)));
  3046.                         }
  3047.                         return $ret;
  3048.                     }
  3049.                     not_admin_customer_shop_product_no:
  3050.                     // admin_customer_shop_products_no
  3051.                     if ('/admini/product/bulk/no' === $pathinfo) {
  3052.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::bulk_no',  '_route' => 'admin_customer_shop_products_no',);
  3053.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3054.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3055.                         if (!in_array($requestMethod, ['POST'])) {
  3056.                             if ($hasRequiredScheme) {
  3057.                                 $allow array_merge($allow, ['POST']);
  3058.                             }
  3059.                             goto not_admin_customer_shop_products_no;
  3060.                         }
  3061.                         if (!$hasRequiredScheme) {
  3062.                             if ('GET' !== $canonicalMethod) {
  3063.                                 goto not_admin_customer_shop_products_no;
  3064.                             }
  3065.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_shop_products_no'key($requiredSchemes)));
  3066.                         }
  3067.                         return $ret;
  3068.                     }
  3069.                     not_admin_customer_shop_products_no:
  3070.                     // admin_customer_shop_products_yes
  3071.                     if ('/admini/product/bulk/yes' === $pathinfo) {
  3072.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::bulk_yes',  '_route' => 'admin_customer_shop_products_yes',);
  3073.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3074.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3075.                         if (!in_array($requestMethod, ['POST'])) {
  3076.                             if ($hasRequiredScheme) {
  3077.                                 $allow array_merge($allow, ['POST']);
  3078.                             }
  3079.                             goto not_admin_customer_shop_products_yes;
  3080.                         }
  3081.                         if (!$hasRequiredScheme) {
  3082.                             if ('GET' !== $canonicalMethod) {
  3083.                                 goto not_admin_customer_shop_products_yes;
  3084.                             }
  3085.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_shop_products_yes'key($requiredSchemes)));
  3086.                         }
  3087.                         return $ret;
  3088.                     }
  3089.                     not_admin_customer_shop_products_yes:
  3090.                     // admin_customer_top_product_yes
  3091.                     if (preg_match('#^/admini/product/(?P<id>\\d+)/top_yes$#sD'$pathinfo$matches)) {
  3092.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_top_product_yes']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::top_yes',));
  3093.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3094.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3095.                             if ('GET' !== $canonicalMethod) {
  3096.                                 goto not_admin_customer_top_product_yes;
  3097.                             }
  3098.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_top_product_yes'key($requiredSchemes)));
  3099.                         }
  3100.                         return $ret;
  3101.                     }
  3102.                     not_admin_customer_top_product_yes:
  3103.                     // admin_customer_top_product_no
  3104.                     if (preg_match('#^/admini/product/(?P<id>\\d+)/top_no$#sD'$pathinfo$matches)) {
  3105.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_top_product_no']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::top_no',));
  3106.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3107.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3108.                             if ('GET' !== $canonicalMethod) {
  3109.                                 goto not_admin_customer_top_product_no;
  3110.                             }
  3111.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_top_product_no'key($requiredSchemes)));
  3112.                         }
  3113.                         return $ret;
  3114.                     }
  3115.                     not_admin_customer_top_product_no:
  3116.                     if (=== strpos($pathinfo'/admini/product/tag')) {
  3117.                         // admin_product_tag
  3118.                         if ('/admini/product/tag' === $pathinfo) {
  3119.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::index',  '_route' => 'admin_product_tag',);
  3120.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3121.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3122.                                 if ('GET' !== $canonicalMethod) {
  3123.                                     goto not_admin_product_tag;
  3124.                                 }
  3125.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag'key($requiredSchemes)));
  3126.                             }
  3127.                             return $ret;
  3128.                         }
  3129.                         not_admin_product_tag:
  3130.                         // admin_product_tag_delete
  3131.                         if (preg_match('#^/admini/product/tag/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  3132.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_tag_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::delete',));
  3133.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3134.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3135.                             if (!in_array($requestMethod, ['DELETE'])) {
  3136.                                 if ($hasRequiredScheme) {
  3137.                                     $allow array_merge($allow, ['DELETE']);
  3138.                                 }
  3139.                                 goto not_admin_product_tag_delete;
  3140.                             }
  3141.                             if (!$hasRequiredScheme) {
  3142.                                 if ('GET' !== $canonicalMethod) {
  3143.                                     goto not_admin_product_tag_delete;
  3144.                                 }
  3145.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag_delete'key($requiredSchemes)));
  3146.                             }
  3147.                             return $ret;
  3148.                         }
  3149.                         not_admin_product_tag_delete:
  3150.                         // admin_product_tag_sort_no_move
  3151.                         if ('/admini/product/tag/sort_no/move' === $pathinfo) {
  3152.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::moveSortNo',  '_route' => 'admin_product_tag_sort_no_move',);
  3153.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3154.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3155.                             if (!in_array($requestMethod, ['POST'])) {
  3156.                                 if ($hasRequiredScheme) {
  3157.                                     $allow array_merge($allow, ['POST']);
  3158.                                 }
  3159.                                 goto not_admin_product_tag_sort_no_move;
  3160.                             }
  3161.                             if (!$hasRequiredScheme) {
  3162.                                 if ('GET' !== $canonicalMethod) {
  3163.                                     goto not_admin_product_tag_sort_no_move;
  3164.                                 }
  3165.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag_sort_no_move'key($requiredSchemes)));
  3166.                             }
  3167.                             return $ret;
  3168.                         }
  3169.                         not_admin_product_tag_sort_no_move:
  3170.                     }
  3171.                     elseif (=== strpos($pathinfo'/admini/product_')) {
  3172.                         // product_contact4_admin_config
  3173.                         if ('/admini/product_contact4/config' === $pathinfo) {
  3174.                             $ret = array (  '_controller' => 'Plugin\\ProductContact4\\Controller\\Admin\\ConfigController::index',  '_route' => 'product_contact4_admin_config',);
  3175.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3176.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3177.                                 if ('GET' !== $canonicalMethod) {
  3178.                                     goto not_product_contact4_admin_config;
  3179.                                 }
  3180.                                 return array_replace($ret$this->redirect($rawPathinfo'product_contact4_admin_config'key($requiredSchemes)));
  3181.                             }
  3182.                             return $ret;
  3183.                         }
  3184.                         not_product_contact4_admin_config:
  3185.                         if (=== strpos($pathinfo'/admini/product_review')) {
  3186.                             if (=== strpos($pathinfo'/admini/product_review/config')) {
  3187.                                 // product_review_replyable_admin_config
  3188.                                 if ('/admini/product_review/config' === $pathinfo) {
  3189.                                     $ret = array (  '_controller' => 'Plugin\\ProductReviewReplyable\\Controller\\Admin\\ConfigController::index',  '_route' => 'product_review_replyable_admin_config',);
  3190.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3191.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3192.                                         if ('GET' !== $canonicalMethod) {
  3193.                                             goto not_product_review_replyable_admin_config;
  3194.                                         }
  3195.                                         return array_replace($ret$this->redirect($rawPathinfo'product_review_replyable_admin_config'key($requiredSchemes)));
  3196.                                     }
  3197.                                     return $ret;
  3198.                                 }
  3199.                                 not_product_review_replyable_admin_config:
  3200.                                 // product_review4_admin_config
  3201.                                 if ('/admini/product_review/config' === $pathinfo) {
  3202.                                     $ret = array (  '_controller' => 'Plugin\\ProductReview4\\Controller\\Admin\\ConfigController::index',  '_route' => 'product_review4_admin_config',);
  3203.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3204.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3205.                                         if ('GET' !== $canonicalMethod) {
  3206.                                             goto not_product_review4_admin_config;
  3207.                                         }
  3208.                                         return array_replace($ret$this->redirect($rawPathinfo'product_review4_admin_config'key($requiredSchemes)));
  3209.                                     }
  3210.                                     return $ret;
  3211.                                 }
  3212.                                 not_product_review4_admin_config:
  3213.                             }
  3214.                             // product_review_admin_product_review
  3215.                             if ('/admini/product_review' === $trimmedPathinfo) {
  3216.                                 $ret = array (  '_controller' => 'Plugin\\ProductReview4\\Controller\\Admin\\ProductReviewController::index',  '_route' => 'product_review_admin_product_review',);
  3217.                                 if ('/' === substr($pathinfo, -1)) {
  3218.                                     // no-op
  3219.                                 } elseif ('GET' !== $canonicalMethod) {
  3220.                                     goto not_product_review_admin_product_review;
  3221.                                 } else {
  3222.                                     return array_replace($ret$this->redirect($rawPathinfo.'/''product_review_admin_product_review'));
  3223.                                 }
  3224.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3225.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3226.                                     if ('GET' !== $canonicalMethod) {
  3227.                                         goto not_product_review_admin_product_review;
  3228.                                     }
  3229.                                     return array_replace($ret$this->redirect($rawPathinfo'product_review_admin_product_review'key($requiredSchemes)));
  3230.                                 }
  3231.                                 return $ret;
  3232.                             }
  3233.                             not_product_review_admin_product_review:
  3234.                             // product_review_admin_product_review_page
  3235.                             if (=== strpos($pathinfo'/admini/product_review/page') && preg_match('#^/admini/product_review/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3236.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_review_admin_product_review_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\ProductReview4\\Controller\\Admin\\ProductReviewController::index',));
  3237.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3238.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3239.                                     if ('GET' !== $canonicalMethod) {
  3240.                                         goto not_product_review_admin_product_review_page;
  3241.                                     }
  3242.                                     return array_replace($ret$this->redirect($rawPathinfo'product_review_admin_product_review_page'key($requiredSchemes)));
  3243.                                 }
  3244.                                 return $ret;
  3245.                             }
  3246.                             not_product_review_admin_product_review_page:
  3247.                             // product_review_admin_product_review_edit
  3248.                             if (preg_match('#^/admini/product_review/(?P<id>[^/]++)/edit$#sD'$pathinfo$matches)) {
  3249.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_review_admin_product_review_edit']), array (  '_controller' => 'Plugin\\ProductReview4\\Controller\\Admin\\ProductReviewController::edit',));
  3250.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3251.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3252.                                     if ('GET' !== $canonicalMethod) {
  3253.                                         goto not_product_review_admin_product_review_edit;
  3254.                                     }
  3255.                                     return array_replace($ret$this->redirect($rawPathinfo'product_review_admin_product_review_edit'key($requiredSchemes)));
  3256.                                 }
  3257.                                 return $ret;
  3258.                             }
  3259.                             not_product_review_admin_product_review_edit:
  3260.                             // product_review_admin_product_review_delete
  3261.                             if (preg_match('#^/admini/product_review/(?P<id>[^/]++)/delete$#sD'$pathinfo$matches)) {
  3262.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_review_admin_product_review_delete']), array (  '_controller' => 'Plugin\\ProductReview4\\Controller\\Admin\\ProductReviewController::delete',));
  3263.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3264.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3265.                                 if (!in_array($requestMethod, ['DELETE'])) {
  3266.                                     if ($hasRequiredScheme) {
  3267.                                         $allow array_merge($allow, ['DELETE']);
  3268.                                     }
  3269.                                     goto not_product_review_admin_product_review_delete;
  3270.                                 }
  3271.                                 if (!$hasRequiredScheme) {
  3272.                                     if ('GET' !== $canonicalMethod) {
  3273.                                         goto not_product_review_admin_product_review_delete;
  3274.                                     }
  3275.                                     return array_replace($ret$this->redirect($rawPathinfo'product_review_admin_product_review_delete'key($requiredSchemes)));
  3276.                                 }
  3277.                                 return $ret;
  3278.                             }
  3279.                             not_product_review_admin_product_review_delete:
  3280.                             // product_review_admin_product_review_download
  3281.                             if ('/admini/product_review/download' === $pathinfo) {
  3282.                                 $ret = array (  '_controller' => 'Plugin\\ProductReview4\\Controller\\Admin\\ProductReviewController::download',  '_route' => 'product_review_admin_product_review_download',);
  3283.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3284.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3285.                                     if ('GET' !== $canonicalMethod) {
  3286.                                         goto not_product_review_admin_product_review_download;
  3287.                                     }
  3288.                                     return array_replace($ret$this->redirect($rawPathinfo'product_review_admin_product_review_download'key($requiredSchemes)));
  3289.                                 }
  3290.                                 return $ret;
  3291.                             }
  3292.                             not_product_review_admin_product_review_download:
  3293.                         }
  3294.                         elseif (=== strpos($pathinfo'/admini/product_option')) {
  3295.                             if (=== strpos($pathinfo'/admini/product_option_category')) {
  3296.                                 // product_option_admin_product_option_category
  3297.                                 if (preg_match('#^/admini/product_option_category/(?P<product_option_name_id>\\d+)$#sD'$pathinfo$matches)) {
  3298.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_option_admin_product_option_category']), array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionCategoryController::index',));
  3299.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3300.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3301.                                         if ('GET' !== $canonicalMethod) {
  3302.                                             goto not_product_option_admin_product_option_category;
  3303.                                         }
  3304.                                         return array_replace($ret$this->redirect($rawPathinfo'product_option_admin_product_option_category'key($requiredSchemes)));
  3305.                                     }
  3306.                                     return $ret;
  3307.                                 }
  3308.                                 not_product_option_admin_product_option_category:
  3309.                                 // product_option_admin_product_option_category_edit
  3310.                                 if (preg_match('#^/admini/product_option_category/(?P<product_option_name_id>\\d+)/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  3311.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_option_admin_product_option_category_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionCategoryController::index',));
  3312.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3313.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3314.                                         if ('GET' !== $canonicalMethod) {
  3315.                                             goto not_product_option_admin_product_option_category_edit;
  3316.                                         }
  3317.                                         return array_replace($ret$this->redirect($rawPathinfo'product_option_admin_product_option_category_edit'key($requiredSchemes)));
  3318.                                     }
  3319.                                     return $ret;
  3320.                                 }
  3321.                                 not_product_option_admin_product_option_category_edit:
  3322.                                 // admin_product_option_category_delete
  3323.                                 if (preg_match('#^/admini/product_option_category/(?P<product_option_name_id>\\d+)/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  3324.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_option_category_delete']), array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionCategoryController::delete',));
  3325.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3326.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3327.                                     if (!in_array($requestMethod, ['DELETE'])) {
  3328.                                         if ($hasRequiredScheme) {
  3329.                                             $allow array_merge($allow, ['DELETE']);
  3330.                                         }
  3331.                                         goto not_admin_product_option_category_delete;
  3332.                                     }
  3333.                                     if (!$hasRequiredScheme) {
  3334.                                         if ('GET' !== $canonicalMethod) {
  3335.                                             goto not_admin_product_option_category_delete;
  3336.                                         }
  3337.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_option_category_delete'key($requiredSchemes)));
  3338.                                     }
  3339.                                     return $ret;
  3340.                                 }
  3341.                                 not_admin_product_option_category_delete:
  3342.                                 // product_option_admin_product_option_category_visibility
  3343.                                 if (preg_match('#^/admini/product_option_category/(?P<product_option_name_id>[^/]++)/(?P<id>\\d+)/visibility$#sD'$pathinfo$matches)) {
  3344.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_option_admin_product_option_category_visibility']), array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionCategoryController::visibility',));
  3345.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3346.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3347.                                     if (!in_array($requestMethod, ['PUT'])) {
  3348.                                         if ($hasRequiredScheme) {
  3349.                                             $allow array_merge($allow, ['PUT']);
  3350.                                         }
  3351.                                         goto not_product_option_admin_product_option_category_visibility;
  3352.                                     }
  3353.                                     if (!$hasRequiredScheme) {
  3354.                                         if ('GET' !== $canonicalMethod) {
  3355.                                             goto not_product_option_admin_product_option_category_visibility;
  3356.                                         }
  3357.                                         return array_replace($ret$this->redirect($rawPathinfo'product_option_admin_product_option_category_visibility'key($requiredSchemes)));
  3358.                                     }
  3359.                                     return $ret;
  3360.                                 }
  3361.                                 not_product_option_admin_product_option_category_visibility:
  3362.                                 // product_option_admin_product_option_category_sort_no_move
  3363.                                 if ('/admini/product_option_category/sort_no/move' === $pathinfo) {
  3364.                                     $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionCategoryController::moveSortNo',  '_route' => 'product_option_admin_product_option_category_sort_no_move',);
  3365.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3366.                                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3367.                                     if (!in_array($requestMethod, ['POST'])) {
  3368.                                         if ($hasRequiredScheme) {
  3369.                                             $allow array_merge($allow, ['POST']);
  3370.                                         }
  3371.                                         goto not_product_option_admin_product_option_category_sort_no_move;
  3372.                                     }
  3373.                                     if (!$hasRequiredScheme) {
  3374.                                         if ('GET' !== $canonicalMethod) {
  3375.                                             goto not_product_option_admin_product_option_category_sort_no_move;
  3376.                                         }
  3377.                                         return array_replace($ret$this->redirect($rawPathinfo'product_option_admin_product_option_category_sort_no_move'key($requiredSchemes)));
  3378.                                     }
  3379.                                     return $ret;
  3380.                                 }
  3381.                                 not_product_option_admin_product_option_category_sort_no_move:
  3382.                             }
  3383.                             // product_option_admin_product_option
  3384.                             if ('/admini/product_option' === $trimmedPathinfo) {
  3385.                                 $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionController::index',  '_route' => 'product_option_admin_product_option',);
  3386.                                 if ('/' === substr($pathinfo, -1)) {
  3387.                                     // no-op
  3388.                                 } elseif ('GET' !== $canonicalMethod) {
  3389.                                     goto not_product_option_admin_product_option;
  3390.                                 } else {
  3391.                                     return array_replace($ret$this->redirect($rawPathinfo.'/''product_option_admin_product_option'));
  3392.                                 }
  3393.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3394.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3395.                                     if ('GET' !== $canonicalMethod) {
  3396.                                         goto not_product_option_admin_product_option;
  3397.                                     }
  3398.                                     return array_replace($ret$this->redirect($rawPathinfo'product_option_admin_product_option'key($requiredSchemes)));
  3399.                                 }
  3400.                                 return $ret;
  3401.                             }
  3402.                             not_product_option_admin_product_option:
  3403.                             // product_option_admin_product_option_name
  3404.                             if ('/admini/product_option/option_name' === $pathinfo) {
  3405.                                 $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionNameController::index',  '_route' => 'product_option_admin_product_option_name',);
  3406.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3407.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3408.                                     if ('GET' !== $canonicalMethod) {
  3409.                                         goto not_product_option_admin_product_option_name;
  3410.                                     }
  3411.                                     return array_replace($ret$this->redirect($rawPathinfo'product_option_admin_product_option_name'key($requiredSchemes)));
  3412.                                 }
  3413.                                 return $ret;
  3414.                             }
  3415.                             not_product_option_admin_product_option_name:
  3416.                             // product_option_admin_product_option_name_edit
  3417.                             if (=== strpos($pathinfo'/admini/product_option_name') && preg_match('#^/admini/product_option_name/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  3418.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_option_admin_product_option_name_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionNameController::index',));
  3419.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3420.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3421.                                     if ('GET' !== $canonicalMethod) {
  3422.                                         goto not_product_option_admin_product_option_name_edit;
  3423.                                     }
  3424.                                     return array_replace($ret$this->redirect($rawPathinfo'product_option_admin_product_option_name_edit'key($requiredSchemes)));
  3425.                                 }
  3426.                                 return $ret;
  3427.                             }
  3428.                             not_product_option_admin_product_option_name_edit:
  3429.                             // product_option_config
  3430.                             if (preg_match('#^/admini/product_option(?:/(?P<id>[^/]++))?$#sD'$pathinfo$matches)) {
  3431.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_option_config']), array (  'id' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\ProductOptionController::index',));
  3432.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3433.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3434.                                     if ('GET' !== $canonicalMethod) {
  3435.                                         goto not_product_option_config;
  3436.                                     }
  3437.                                     return array_replace($ret$this->redirect($rawPathinfo'product_option_config'key($requiredSchemes)));
  3438.                                 }
  3439.                                 return $ret;
  3440.                             }
  3441.                             not_product_option_config:
  3442.                             // admin_product_option_save
  3443.                             if (=== strpos($pathinfo'/admini/product_option/save') && preg_match('#^/admini/product_option/save/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3444.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_option_save']), array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\ProductOptionController::bulkProductStatus',));
  3445.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3446.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3447.                                 if (!in_array($canonicalMethod, ['POST''GET'])) {
  3448.                                     if ($hasRequiredScheme) {
  3449.                                         $allow array_merge($allow, ['POST''GET']);
  3450.                                     }
  3451.                                     goto not_admin_product_option_save;
  3452.                                 }
  3453.                                 if (!$hasRequiredScheme) {
  3454.                                     if ('GET' !== $canonicalMethod) {
  3455.                                         goto not_admin_product_option_save;
  3456.                                     }
  3457.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_option_save'key($requiredSchemes)));
  3458.                                 }
  3459.                                 return $ret;
  3460.                             }
  3461.                             not_admin_product_option_save:
  3462.                             // product_option_subcate
  3463.                             if (=== strpos($pathinfo'/admini/product_option_subcate') && preg_match('#^/admini/product_option_subcate(?:/(?P<id>[^/]++))?$#sD'$pathinfo$matches)) {
  3464.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_option_subcate']), array (  'id' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\ProductOptionController::subCate',));
  3465.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3466.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3467.                                     if ('GET' !== $canonicalMethod) {
  3468.                                         goto not_product_option_subcate;
  3469.                                     }
  3470.                                     return array_replace($ret$this->redirect($rawPathinfo'product_option_subcate'key($requiredSchemes)));
  3471.                                 }
  3472.                                 return $ret;
  3473.                             }
  3474.                             not_product_option_subcate:
  3475.                         }
  3476.                     }
  3477.                     elseif (=== strpos($pathinfo'/admini/product-')) {
  3478.                         if (=== strpos($pathinfo'/admini/product-base')) {
  3479.                             // product_base
  3480.                             if ('/admini/product-base' === $pathinfo) {
  3481.                                 $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\BaseExportController::index',  '_route' => 'product_base',);
  3482.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3483.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3484.                                     if ('GET' !== $canonicalMethod) {
  3485.                                         goto not_product_base;
  3486.                                     }
  3487.                                     return array_replace($ret$this->redirect($rawPathinfo'product_base'key($requiredSchemes)));
  3488.                                 }
  3489.                                 return $ret;
  3490.                             }
  3491.                             not_product_base:
  3492.                             // admin_product_page_base
  3493.                             if (=== strpos($pathinfo'/admini/product-base/page') && preg_match('#^/admini/product\\-base/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3494.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_page_base']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\BaseExportController::index',));
  3495.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3496.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3497.                                     if ('GET' !== $canonicalMethod) {
  3498.                                         goto not_admin_product_page_base;
  3499.                                     }
  3500.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_page_base'key($requiredSchemes)));
  3501.                                 }
  3502.                                 return $ret;
  3503.                             }
  3504.                             not_admin_product_page_base:
  3505.                             // admin_product_export_base
  3506.                             if ('/admini/product-base/export' === $pathinfo) {
  3507.                                 $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\BaseExportController::export',  '_route' => 'admin_product_export_base',);
  3508.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3509.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3510.                                     if ('GET' !== $canonicalMethod) {
  3511.                                         goto not_admin_product_export_base;
  3512.                                     }
  3513.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_export_base'key($requiredSchemes)));
  3514.                                 }
  3515.                                 return $ret;
  3516.                             }
  3517.                             not_admin_product_export_base:
  3518.                         }
  3519.                         elseif (=== strpos($pathinfo'/admini/product-netsea')) {
  3520.                             // product_netsea
  3521.                             if ('/admini/product-netsea' === $pathinfo) {
  3522.                                 $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\NetseaExportController::index',  '_route' => 'product_netsea',);
  3523.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3524.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3525.                                     if ('GET' !== $canonicalMethod) {
  3526.                                         goto not_product_netsea;
  3527.                                     }
  3528.                                     return array_replace($ret$this->redirect($rawPathinfo'product_netsea'key($requiredSchemes)));
  3529.                                 }
  3530.                                 return $ret;
  3531.                             }
  3532.                             not_product_netsea:
  3533.                             // admin_product_page_netsea
  3534.                             if (=== strpos($pathinfo'/admini/product-netsea/page') && preg_match('#^/admini/product\\-netsea/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3535.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_page_netsea']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\NetseaExportController::index',));
  3536.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3537.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3538.                                     if ('GET' !== $canonicalMethod) {
  3539.                                         goto not_admin_product_page_netsea;
  3540.                                     }
  3541.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_page_netsea'key($requiredSchemes)));
  3542.                                 }
  3543.                                 return $ret;
  3544.                             }
  3545.                             not_admin_product_page_netsea:
  3546.                             // admin_product_export_netsea
  3547.                             if ('/admini/product-netsea/export' === $pathinfo) {
  3548.                                 $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\NetseaExportController::export',  '_route' => 'admin_product_export_netsea',);
  3549.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3550.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3551.                                     if ('GET' !== $canonicalMethod) {
  3552.                                         goto not_admin_product_export_netsea;
  3553.                                     }
  3554.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_export_netsea'key($requiredSchemes)));
  3555.                                 }
  3556.                                 return $ret;
  3557.                             }
  3558.                             not_admin_product_export_netsea:
  3559.                         }
  3560.                         // admin_product_export_with_options
  3561.                         if ('/admini/product-option/export' === $pathinfo) {
  3562.                             $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionController::export',  '_route' => 'admin_product_export_with_options',);
  3563.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3564.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3565.                                 if ('GET' !== $canonicalMethod) {
  3566.                                     goto not_admin_product_export_with_options;
  3567.                                 }
  3568.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_export_with_options'key($requiredSchemes)));
  3569.                             }
  3570.                             return $ret;
  3571.                         }
  3572.                         not_admin_product_export_with_options:
  3573.                         if (=== strpos($pathinfo'/admini/product-qoo10')) {
  3574.                             // product_qoo10
  3575.                             if ('/admini/product-qoo10' === $pathinfo) {
  3576.                                 $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\Qoo100ExportController::index',  '_route' => 'product_qoo10',);
  3577.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3578.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3579.                                     if ('GET' !== $canonicalMethod) {
  3580.                                         goto not_product_qoo10;
  3581.                                     }
  3582.                                     return array_replace($ret$this->redirect($rawPathinfo'product_qoo10'key($requiredSchemes)));
  3583.                                 }
  3584.                                 return $ret;
  3585.                             }
  3586.                             not_product_qoo10:
  3587.                             // admin_product_page_qoo10
  3588.                             if (=== strpos($pathinfo'/admini/product-qoo10/page') && preg_match('#^/admini/product\\-qoo10/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3589.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_page_qoo10']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\Qoo100ExportController::index',));
  3590.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3591.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3592.                                     if ('GET' !== $canonicalMethod) {
  3593.                                         goto not_admin_product_page_qoo10;
  3594.                                     }
  3595.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_page_qoo10'key($requiredSchemes)));
  3596.                                 }
  3597.                                 return $ret;
  3598.                             }
  3599.                             not_admin_product_page_qoo10:
  3600.                             // admin_product_export_qoo10
  3601.                             if ('/admini/product-qoo10/export' === $pathinfo) {
  3602.                                 $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\Qoo100ExportController::export',  '_route' => 'admin_product_export_qoo10',);
  3603.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3604.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3605.                                     if ('GET' !== $canonicalMethod) {
  3606.                                         goto not_admin_product_export_qoo10;
  3607.                                     }
  3608.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_export_qoo10'key($requiredSchemes)));
  3609.                                 }
  3610.                                 return $ret;
  3611.                             }
  3612.                             not_admin_product_export_qoo10:
  3613.                         }
  3614.                         elseif (=== strpos($pathinfo'/admini/product-rakuten')) {
  3615.                             // product_rakuten
  3616.                             if ('/admini/product-rakuten' === $pathinfo) {
  3617.                                 $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\RakutenExportController::index',  '_route' => 'product_rakuten',);
  3618.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3619.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3620.                                     if ('GET' !== $canonicalMethod) {
  3621.                                         goto not_product_rakuten;
  3622.                                     }
  3623.                                     return array_replace($ret$this->redirect($rawPathinfo'product_rakuten'key($requiredSchemes)));
  3624.                                 }
  3625.                                 return $ret;
  3626.                             }
  3627.                             not_product_rakuten:
  3628.                             // admin_product_page_rakuten
  3629.                             if (=== strpos($pathinfo'/admini/product-rakuten/page') && preg_match('#^/admini/product\\-rakuten/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3630.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_page_rakuten']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\RakutenExportController::index',));
  3631.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3632.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3633.                                     if ('GET' !== $canonicalMethod) {
  3634.                                         goto not_admin_product_page_rakuten;
  3635.                                     }
  3636.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_page_rakuten'key($requiredSchemes)));
  3637.                                 }
  3638.                                 return $ret;
  3639.                             }
  3640.                             not_admin_product_page_rakuten:
  3641.                             // admin_product_export_rakuten
  3642.                             if ('/admini/product-rakuten/export' === $pathinfo) {
  3643.                                 $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\RakutenExportController::export',  '_route' => 'admin_product_export_rakuten',);
  3644.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3645.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3646.                                     if ('GET' !== $canonicalMethod) {
  3647.                                         goto not_admin_product_export_rakuten;
  3648.                                     }
  3649.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_export_rakuten'key($requiredSchemes)));
  3650.                                 }
  3651.                                 return $ret;
  3652.                             }
  3653.                             not_admin_product_export_rakuten:
  3654.                         }
  3655.                         // admin_product_export_skuop
  3656.                         if ('/admini/product-skuop/export' === $pathinfo) {
  3657.                             $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\SkuOpController::export',  '_route' => 'admin_product_export_skuop',);
  3658.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3659.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3660.                                 if ('GET' !== $canonicalMethod) {
  3661.                                     goto not_admin_product_export_skuop;
  3662.                                 }
  3663.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_export_skuop'key($requiredSchemes)));
  3664.                             }
  3665.                             return $ret;
  3666.                         }
  3667.                         not_admin_product_export_skuop:
  3668.                         // admin_product_skuop_update
  3669.                         if ('/admini/product-skuop/sku-update' === $pathinfo) {
  3670.                             $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\SkuOpController::csvSkuUpdate',  '_route' => 'admin_product_skuop_update',);
  3671.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3672.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3673.                                 if ('GET' !== $canonicalMethod) {
  3674.                                     goto not_admin_product_skuop_update;
  3675.                                 }
  3676.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_skuop_update'key($requiredSchemes)));
  3677.                             }
  3678.                             return $ret;
  3679.                         }
  3680.                         not_admin_product_skuop_update:
  3681.                         if (=== strpos($pathinfo'/admini/product-wowma')) {
  3682.                             // product_wowma
  3683.                             if ('/admini/product-wowma' === $pathinfo) {
  3684.                                 $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\WowmaExportController::index',  '_route' => 'product_wowma',);
  3685.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3686.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3687.                                     if ('GET' !== $canonicalMethod) {
  3688.                                         goto not_product_wowma;
  3689.                                     }
  3690.                                     return array_replace($ret$this->redirect($rawPathinfo'product_wowma'key($requiredSchemes)));
  3691.                                 }
  3692.                                 return $ret;
  3693.                             }
  3694.                             not_product_wowma:
  3695.                             // admin_product_page_wowma
  3696.                             if (=== strpos($pathinfo'/admini/product-wowma/page') && preg_match('#^/admini/product\\-wowma/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3697.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_page_wowma']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\WowmaExportController::index',));
  3698.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3699.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3700.                                     if ('GET' !== $canonicalMethod) {
  3701.                                         goto not_admin_product_page_wowma;
  3702.                                     }
  3703.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_page_wowma'key($requiredSchemes)));
  3704.                                 }
  3705.                                 return $ret;
  3706.                             }
  3707.                             not_admin_product_page_wowma:
  3708.                             if (=== strpos($pathinfo'/admini/product-wowma/export')) {
  3709.                                 // admin_product_export_wowma
  3710.                                 if ('/admini/product-wowma/export' === $pathinfo) {
  3711.                                     $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\WowmaExportController::export',  '_route' => 'admin_product_export_wowma',);
  3712.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3713.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3714.                                         if ('GET' !== $canonicalMethod) {
  3715.                                             goto not_admin_product_export_wowma;
  3716.                                         }
  3717.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_export_wowma'key($requiredSchemes)));
  3718.                                     }
  3719.                                     return $ret;
  3720.                                 }
  3721.                                 not_admin_product_export_wowma:
  3722.                                 // admin_product_export_stock_wowma
  3723.                                 if ('/admini/product-wowma/export-stock' === $pathinfo) {
  3724.                                     $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\WowmaExportController::exportStocks',  '_route' => 'admin_product_export_stock_wowma',);
  3725.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3726.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3727.                                         if ('GET' !== $canonicalMethod) {
  3728.                                             goto not_admin_product_export_stock_wowma;
  3729.                                         }
  3730.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_export_stock_wowma'key($requiredSchemes)));
  3731.                                     }
  3732.                                     return $ret;
  3733.                                 }
  3734.                                 not_admin_product_export_stock_wowma:
  3735.                             }
  3736.                         }
  3737.                         elseif (=== strpos($pathinfo'/admini/product-yahoo')) {
  3738.                             // product_yahoo
  3739.                             if ('/admini/product-yahoo' === $pathinfo) {
  3740.                                 $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\YahooExportController::index',  '_route' => 'product_yahoo',);
  3741.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3742.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3743.                                     if ('GET' !== $canonicalMethod) {
  3744.                                         goto not_product_yahoo;
  3745.                                     }
  3746.                                     return array_replace($ret$this->redirect($rawPathinfo'product_yahoo'key($requiredSchemes)));
  3747.                                 }
  3748.                                 return $ret;
  3749.                             }
  3750.                             not_product_yahoo:
  3751.                             // admin_product_page_yahoo
  3752.                             if (=== strpos($pathinfo'/admini/product-yahoo/page') && preg_match('#^/admini/product\\-yahoo/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  3753.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_page_yahoo']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\YahooExportController::index',));
  3754.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3755.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3756.                                     if ('GET' !== $canonicalMethod) {
  3757.                                         goto not_admin_product_page_yahoo;
  3758.                                     }
  3759.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_product_page_yahoo'key($requiredSchemes)));
  3760.                                 }
  3761.                                 return $ret;
  3762.                             }
  3763.                             not_admin_product_page_yahoo:
  3764.                             if (=== strpos($pathinfo'/admini/product-yahoo/export')) {
  3765.                                 // admin_product_export_yahoo_controller
  3766.                                 if ('/admini/product-yahoo/exportController' === $pathinfo) {
  3767.                                     $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\YahooExportController::exportController',  '_route' => 'admin_product_export_yahoo_controller',);
  3768.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3769.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3770.                                         if ('GET' !== $canonicalMethod) {
  3771.                                             goto not_admin_product_export_yahoo_controller;
  3772.                                         }
  3773.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_export_yahoo_controller'key($requiredSchemes)));
  3774.                                     }
  3775.                                     return $ret;
  3776.                                 }
  3777.                                 not_admin_product_export_yahoo_controller:
  3778.                                 // admin_product_export_yahoo_all
  3779.                                 if ('/admini/product-yahoo/exportAll' === $pathinfo) {
  3780.                                     $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\YahooExportController::exportAll',  '_route' => 'admin_product_export_yahoo_all',);
  3781.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3782.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3783.                                         if ('GET' !== $canonicalMethod) {
  3784.                                             goto not_admin_product_export_yahoo_all;
  3785.                                         }
  3786.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_export_yahoo_all'key($requiredSchemes)));
  3787.                                     }
  3788.                                     return $ret;
  3789.                                 }
  3790.                                 not_admin_product_export_yahoo_all:
  3791.                                 // admin_product_export_yahoo
  3792.                                 if ('/admini/product-yahoo/export' === $pathinfo) {
  3793.                                     $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\YahooExportController::export',  '_route' => 'admin_product_export_yahoo',);
  3794.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3795.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3796.                                         if ('GET' !== $canonicalMethod) {
  3797.                                             goto not_admin_product_export_yahoo;
  3798.                                         }
  3799.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_export_yahoo'key($requiredSchemes)));
  3800.                                     }
  3801.                                     return $ret;
  3802.                                 }
  3803.                                 not_admin_product_export_yahoo:
  3804.                                 // admin_product_export_stock_yahoo
  3805.                                 if ('/admini/product-yahoo/export-stock' === $pathinfo) {
  3806.                                     $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\YahooExportController::exportStocks',  '_route' => 'admin_product_export_stock_yahoo',);
  3807.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3808.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3809.                                         if ('GET' !== $canonicalMethod) {
  3810.                                             goto not_admin_product_export_stock_yahoo;
  3811.                                         }
  3812.                                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_export_stock_yahoo'key($requiredSchemes)));
  3813.                                     }
  3814.                                     return $ret;
  3815.                                 }
  3816.                                 not_admin_product_export_stock_yahoo:
  3817.                             }
  3818.                         }
  3819.                     }
  3820.                     elseif (=== strpos($pathinfo'/admini/product/export-img')) {
  3821.                         // admin_product_export_img_base
  3822.                         if ('/admini/product/export-img-base' === $pathinfo) {
  3823.                             $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\BaseExportController::exportImg',  '_route' => 'admin_product_export_img_base',);
  3824.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3825.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3826.                                 if ('GET' !== $canonicalMethod) {
  3827.                                     goto not_admin_product_export_img_base;
  3828.                                 }
  3829.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_export_img_base'key($requiredSchemes)));
  3830.                             }
  3831.                             return $ret;
  3832.                         }
  3833.                         not_admin_product_export_img_base:
  3834.                         // admin_product_export_img
  3835.                         if ('/admini/product/export-img' === $pathinfo) {
  3836.                             $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\YahooExportController::exportImg',  '_route' => 'admin_product_export_img',);
  3837.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3838.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3839.                                 if ('GET' !== $canonicalMethod) {
  3840.                                     goto not_admin_product_export_img;
  3841.                                 }
  3842.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_export_img'key($requiredSchemes)));
  3843.                             }
  3844.                             return $ret;
  3845.                         }
  3846.                         not_admin_product_export_img:
  3847.                     }
  3848.                     // admin_product_export_rakuten_img
  3849.                     if ('/admini/product/export_rakuten-img' === $pathinfo) {
  3850.                         $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\RakutenExportController::exportImg',  '_route' => 'admin_product_export_rakuten_img',);
  3851.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3852.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3853.                             if ('GET' !== $canonicalMethod) {
  3854.                                 goto not_admin_product_export_rakuten_img;
  3855.                             }
  3856.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_export_rakuten_img'key($requiredSchemes)));
  3857.                         }
  3858.                         return $ret;
  3859.                     }
  3860.                     not_admin_product_export_rakuten_img:
  3861.                     if (=== strpos($pathinfo'/admini/product/product')) {
  3862.                         // admin_product_import_with_options
  3863.                         if ('/admini/product/product_csv_upload_with_options' === $pathinfo) {
  3864.                             $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionController::csvProduct',  '_route' => 'admin_product_import_with_options',);
  3865.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3866.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3867.                                 if ('GET' !== $canonicalMethod) {
  3868.                                     goto not_admin_product_import_with_options;
  3869.                                 }
  3870.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_import_with_options'key($requiredSchemes)));
  3871.                             }
  3872.                             return $ret;
  3873.                         }
  3874.                         not_admin_product_import_with_options:
  3875.                         // product_option_admin_product_option_name_delete
  3876.                         if (=== strpos($pathinfo'/admini/product/product_option_namne') && preg_match('#^/admini/product/product_option_namne/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  3877.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_option_admin_product_option_name_delete']), array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionNameController::delete',));
  3878.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3879.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3880.                             if (!in_array($requestMethod, ['DELETE'])) {
  3881.                                 if ($hasRequiredScheme) {
  3882.                                     $allow array_merge($allow, ['DELETE']);
  3883.                                 }
  3884.                                 goto not_product_option_admin_product_option_name_delete;
  3885.                             }
  3886.                             if (!$hasRequiredScheme) {
  3887.                                 if ('GET' !== $canonicalMethod) {
  3888.                                     goto not_product_option_admin_product_option_name_delete;
  3889.                                 }
  3890.                                 return array_replace($ret$this->redirect($rawPathinfo'product_option_admin_product_option_name_delete'key($requiredSchemes)));
  3891.                             }
  3892.                             return $ret;
  3893.                         }
  3894.                         not_product_option_admin_product_option_name_delete:
  3895.                         // admin_product_product_delete
  3896.                         if (preg_match('#^/admini/product/product/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  3897.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_delete']), array (  'id' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\WowmaExportController::delete',));
  3898.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3899.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3900.                             if (!in_array($requestMethod, ['DELETE'])) {
  3901.                                 if ($hasRequiredScheme) {
  3902.                                     $allow array_merge($allow, ['DELETE']);
  3903.                                 }
  3904.                                 goto not_admin_product_product_delete;
  3905.                             }
  3906.                             if (!$hasRequiredScheme) {
  3907.                                 if ('GET' !== $canonicalMethod) {
  3908.                                     goto not_admin_product_product_delete;
  3909.                                 }
  3910.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_delete'key($requiredSchemes)));
  3911.                             }
  3912.                             return $ret;
  3913.                         }
  3914.                         not_admin_product_product_delete:
  3915.                         // admin_product_image_add
  3916.                         if ('/admini/product/product/image/add' === $pathinfo) {
  3917.                             $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\YahooExportController::addImage',  '_route' => 'admin_product_image_add',);
  3918.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3919.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3920.                             if (!in_array($requestMethod, ['POST'])) {
  3921.                                 if ($hasRequiredScheme) {
  3922.                                     $allow array_merge($allow, ['POST']);
  3923.                                 }
  3924.                                 goto not_admin_product_image_add;
  3925.                             }
  3926.                             if (!$hasRequiredScheme) {
  3927.                                 if ('GET' !== $canonicalMethod) {
  3928.                                     goto not_admin_product_image_add;
  3929.                                 }
  3930.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_image_add'key($requiredSchemes)));
  3931.                             }
  3932.                             return $ret;
  3933.                         }
  3934.                         not_admin_product_image_add:
  3935.                         // admin_product_product_new
  3936.                         if ('/admini/product/product/new' === $pathinfo) {
  3937.                             $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\YahooExportController::edit',  '_route' => 'admin_product_product_new',);
  3938.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3939.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3940.                                 if ('GET' !== $canonicalMethod) {
  3941.                                     goto not_admin_product_product_new;
  3942.                                 }
  3943.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_new'key($requiredSchemes)));
  3944.                             }
  3945.                             return $ret;
  3946.                         }
  3947.                         not_admin_product_product_new:
  3948.                         // admin_product_product_edit
  3949.                         if (preg_match('#^/admini/product/product/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  3950.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\YahooExportController::edit',));
  3951.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3952.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  3953.                                 if ('GET' !== $canonicalMethod) {
  3954.                                     goto not_admin_product_product_edit;
  3955.                                 }
  3956.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_edit'key($requiredSchemes)));
  3957.                             }
  3958.                             return $ret;
  3959.                         }
  3960.                         not_admin_product_product_edit:
  3961.                         // admin_product_product_delete_with_option
  3962.                         if (preg_match('#^/admini/product/product/(?P<id>\\d+)/delete\\-with\\-option$#sD'$pathinfo$matches)) {
  3963.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_delete_with_option']), array (  'id' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\YahooExportController::delete',));
  3964.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3965.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3966.                             if (!in_array($requestMethod, ['DELETE'])) {
  3967.                                 if ($hasRequiredScheme) {
  3968.                                     $allow array_merge($allow, ['DELETE']);
  3969.                                 }
  3970.                                 goto not_admin_product_product_delete_with_option;
  3971.                             }
  3972.                             if (!$hasRequiredScheme) {
  3973.                                 if ('GET' !== $canonicalMethod) {
  3974.                                     goto not_admin_product_product_delete_with_option;
  3975.                                 }
  3976.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_delete_with_option'key($requiredSchemes)));
  3977.                             }
  3978.                             return $ret;
  3979.                         }
  3980.                         not_admin_product_product_delete_with_option:
  3981.                         // admin_product_product_copy
  3982.                         if (preg_match('#^/admini/product/product/(?P<id>\\d+)/copy$#sD'$pathinfo$matches)) {
  3983.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_copy']), array (  'id' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\YahooExportController::copy',));
  3984.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3985.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3986.                             if (!in_array($requestMethod, ['POST'])) {
  3987.                                 if ($hasRequiredScheme) {
  3988.                                     $allow array_merge($allow, ['POST']);
  3989.                                 }
  3990.                                 goto not_admin_product_product_copy;
  3991.                             }
  3992.                             if (!$hasRequiredScheme) {
  3993.                                 if ('GET' !== $canonicalMethod) {
  3994.                                     goto not_admin_product_product_copy;
  3995.                                 }
  3996.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_copy'key($requiredSchemes)));
  3997.                             }
  3998.                             return $ret;
  3999.                         }
  4000.                         not_admin_product_product_copy:
  4001.                         // admin_product_product_display
  4002.                         if (preg_match('#^/admini/product/product/(?P<id>\\d+)/display$#sD'$pathinfo$matches)) {
  4003.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_display']), array (  'id' => NULL,  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\YahooExportController::display',));
  4004.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4005.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4006.                                 if ('GET' !== $canonicalMethod) {
  4007.                                     goto not_admin_product_product_display;
  4008.                                 }
  4009.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_display'key($requiredSchemes)));
  4010.                             }
  4011.                             return $ret;
  4012.                         }
  4013.                         not_admin_product_product_display:
  4014.                     }
  4015.                     // product_option_admin_product_option_name_sort_no_move
  4016.                     if ('/admini/product/class_name/sort_no/move' === $pathinfo) {
  4017.                         $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\ProductOptionNameController::moveSortNo',  '_route' => 'product_option_admin_product_option_name_sort_no_move',);
  4018.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4019.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4020.                         if (!in_array($requestMethod, ['POST'])) {
  4021.                             if ($hasRequiredScheme) {
  4022.                                 $allow array_merge($allow, ['POST']);
  4023.                             }
  4024.                             goto not_product_option_admin_product_option_name_sort_no_move;
  4025.                         }
  4026.                         if (!$hasRequiredScheme) {
  4027.                             if ('GET' !== $canonicalMethod) {
  4028.                                 goto not_product_option_admin_product_option_name_sort_no_move;
  4029.                             }
  4030.                             return array_replace($ret$this->redirect($rawPathinfo'product_option_admin_product_option_name_sort_no_move'key($requiredSchemes)));
  4031.                         }
  4032.                         return $ret;
  4033.                     }
  4034.                     not_product_option_admin_product_option_name_sort_no_move:
  4035.                     // admin_product_classes_load
  4036.                     if (=== strpos($pathinfo'/admini/product/classes') && preg_match('#^/admini/product/classes/(?P<id>\\d+)/load$#sD'$pathinfo$matches)) {
  4037.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_classes_load']), array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\Admin\\YahooExportController::loadProductClasses',));
  4038.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4039.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4040.                         if (!in_array($canonicalMethod, ['GET'])) {
  4041.                             if ($hasRequiredScheme) {
  4042.                                 $allow array_merge($allow, ['GET']);
  4043.                             }
  4044.                             goto not_admin_product_classes_load;
  4045.                         }
  4046.                         if (!$hasRequiredScheme) {
  4047.                             if ('GET' !== $canonicalMethod) {
  4048.                                 goto not_admin_product_classes_load;
  4049.                             }
  4050.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_classes_load'key($requiredSchemes)));
  4051.                         }
  4052.                         return $ret;
  4053.                     }
  4054.                     not_admin_product_classes_load:
  4055.                 }
  4056.                 elseif (=== strpos($pathinfo'/admini/plugin')) {
  4057.                     if (=== strpos($pathinfo'/admini/plugin/recommend')) {
  4058.                         // plugin_recommend_list
  4059.                         if ('/admini/plugin/recommend' === $pathinfo) {
  4060.                             $ret = array (  '_controller' => 'Plugin\\Recommend4\\Controller\\RecommendController::index',  '_route' => 'plugin_recommend_list',);
  4061.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4062.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4063.                                 if ('GET' !== $canonicalMethod) {
  4064.                                     goto not_plugin_recommend_list;
  4065.                                 }
  4066.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_recommend_list'key($requiredSchemes)));
  4067.                             }
  4068.                             return $ret;
  4069.                         }
  4070.                         not_plugin_recommend_list:
  4071.                         // plugin_recommend_new
  4072.                         if ('/admini/plugin/recommend/new' === $pathinfo) {
  4073.                             $ret = array (  '_controller' => 'Plugin\\Recommend4\\Controller\\RecommendController::edit',  '_route' => 'plugin_recommend_new',);
  4074.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4075.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4076.                                 if ('GET' !== $canonicalMethod) {
  4077.                                     goto not_plugin_recommend_new;
  4078.                                 }
  4079.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_recommend_new'key($requiredSchemes)));
  4080.                             }
  4081.                             return $ret;
  4082.                         }
  4083.                         not_plugin_recommend_new:
  4084.                         // plugin_recommend_edit
  4085.                         if (preg_match('#^/admini/plugin/recommend/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  4086.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_recommend_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\Recommend4\\Controller\\RecommendController::edit',));
  4087.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4088.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4089.                                 if ('GET' !== $canonicalMethod) {
  4090.                                     goto not_plugin_recommend_edit;
  4091.                                 }
  4092.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_recommend_edit'key($requiredSchemes)));
  4093.                             }
  4094.                             return $ret;
  4095.                         }
  4096.                         not_plugin_recommend_edit:
  4097.                         // plugin_recommend_delete
  4098.                         if (preg_match('#^/admini/plugin/recommend/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  4099.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_recommend_delete']), array (  '_controller' => 'Plugin\\Recommend4\\Controller\\RecommendController::delete',));
  4100.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4101.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4102.                             if (!in_array($requestMethod, ['DELETE'])) {
  4103.                                 if ($hasRequiredScheme) {
  4104.                                     $allow array_merge($allow, ['DELETE']);
  4105.                                 }
  4106.                                 goto not_plugin_recommend_delete;
  4107.                             }
  4108.                             if (!$hasRequiredScheme) {
  4109.                                 if ('GET' !== $canonicalMethod) {
  4110.                                     goto not_plugin_recommend_delete;
  4111.                                 }
  4112.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_recommend_delete'key($requiredSchemes)));
  4113.                             }
  4114.                             return $ret;
  4115.                         }
  4116.                         not_plugin_recommend_delete:
  4117.                         // plugin_recommend_rank_move
  4118.                         if ('/admini/plugin/recommend/sort_no/move' === $pathinfo) {
  4119.                             $ret = array (  '_controller' => 'Plugin\\Recommend4\\Controller\\RecommendController::moveRank',  '_route' => 'plugin_recommend_rank_move',);
  4120.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4121.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4122.                                 if ('GET' !== $canonicalMethod) {
  4123.                                     goto not_plugin_recommend_rank_move;
  4124.                                 }
  4125.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_recommend_rank_move'key($requiredSchemes)));
  4126.                             }
  4127.                             return $ret;
  4128.                         }
  4129.                         not_plugin_recommend_rank_move:
  4130.                         if (=== strpos($pathinfo'/admini/plugin/recommend/search/product')) {
  4131.                             // plugin_recommend_search_product
  4132.                             if ('/admini/plugin/recommend/search/product' === $pathinfo) {
  4133.                                 $ret = array (  '_controller' => 'Plugin\\Recommend4\\Controller\\RecommendSearchModelController::searchProduct',  '_route' => 'plugin_recommend_search_product',);
  4134.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4135.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4136.                                     if ('GET' !== $canonicalMethod) {
  4137.                                         goto not_plugin_recommend_search_product;
  4138.                                     }
  4139.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_recommend_search_product'key($requiredSchemes)));
  4140.                                 }
  4141.                                 return $ret;
  4142.                             }
  4143.                             not_plugin_recommend_search_product:
  4144.                             // plugin_recommend_search_product_page
  4145.                             if (=== strpos($pathinfo'/admini/plugin/recommend/search/product/page') && preg_match('#^/admini/plugin/recommend/search/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  4146.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_recommend_search_product_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\Recommend4\\Controller\\RecommendSearchModelController::searchProduct',));
  4147.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4148.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4149.                                     if ('GET' !== $canonicalMethod) {
  4150.                                         goto not_plugin_recommend_search_product_page;
  4151.                                     }
  4152.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_recommend_search_product_page'key($requiredSchemes)));
  4153.                                 }
  4154.                                 return $ret;
  4155.                             }
  4156.                             not_plugin_recommend_search_product_page:
  4157.                         }
  4158.                     }
  4159.                     elseif (=== strpos($pathinfo'/admini/plugin/mail_magazine')) {
  4160.                         // plugin_mail_magazine
  4161.                         if ('/admini/plugin/mail_magazine' === $pathinfo) {
  4162.                             $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::index',  '_route' => 'plugin_mail_magazine',);
  4163.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4164.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4165.                                 if ('GET' !== $canonicalMethod) {
  4166.                                     goto not_plugin_mail_magazine;
  4167.                                 }
  4168.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine'key($requiredSchemes)));
  4169.                             }
  4170.                             return $ret;
  4171.                         }
  4172.                         not_plugin_mail_magazine:
  4173.                         // plugin_mail_magazine_page
  4174.                         if (preg_match('#^/admini/plugin/mail_magazine(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  4175.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::index',));
  4176.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4177.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4178.                                 if ('GET' !== $canonicalMethod) {
  4179.                                     goto not_plugin_mail_magazine_page;
  4180.                                 }
  4181.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_page'key($requiredSchemes)));
  4182.                             }
  4183.                             return $ret;
  4184.                         }
  4185.                         not_plugin_mail_magazine_page:
  4186.                         // plugin_mail_magazine_select
  4187.                         if (=== strpos($pathinfo'/admini/plugin/mail_magazine/select') && preg_match('#^/admini/plugin/mail_magazine/select(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  4188.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_select']), array (  'id' => NULL,  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::select',));
  4189.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4190.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4191.                             if (!in_array($requestMethod, ['POST'])) {
  4192.                                 if ($hasRequiredScheme) {
  4193.                                     $allow array_merge($allow, ['POST']);
  4194.                                 }
  4195.                                 goto not_plugin_mail_magazine_select;
  4196.                             }
  4197.                             if (!$hasRequiredScheme) {
  4198.                                 if ('GET' !== $canonicalMethod) {
  4199.                                     goto not_plugin_mail_magazine_select;
  4200.                                 }
  4201.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_select'key($requiredSchemes)));
  4202.                             }
  4203.                             return $ret;
  4204.                         }
  4205.                         not_plugin_mail_magazine_select:
  4206.                         // plugin_mail_magazine_prepare
  4207.                         if ('/admini/plugin/mail_magazine/prepare' === $pathinfo) {
  4208.                             $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::prepare',  '_route' => 'plugin_mail_magazine_prepare',);
  4209.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4210.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4211.                             if (!in_array($requestMethod, ['POST'])) {
  4212.                                 if ($hasRequiredScheme) {
  4213.                                     $allow array_merge($allow, ['POST']);
  4214.                                 }
  4215.                                 goto not_plugin_mail_magazine_prepare;
  4216.                             }
  4217.                             if (!$hasRequiredScheme) {
  4218.                                 if ('GET' !== $canonicalMethod) {
  4219.                                     goto not_plugin_mail_magazine_prepare;
  4220.                                 }
  4221.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_prepare'key($requiredSchemes)));
  4222.                             }
  4223.                             return $ret;
  4224.                         }
  4225.                         not_plugin_mail_magazine_prepare:
  4226.                         // plugin_mail_magazine_commit
  4227.                         if ('/admini/plugin/mail_magazine/commit' === $pathinfo) {
  4228.                             $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::commit',  '_route' => 'plugin_mail_magazine_commit',);
  4229.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4230.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4231.                             if (!in_array($requestMethod, ['POST'])) {
  4232.                                 if ($hasRequiredScheme) {
  4233.                                     $allow array_merge($allow, ['POST']);
  4234.                                 }
  4235.                                 goto not_plugin_mail_magazine_commit;
  4236.                             }
  4237.                             if (!$hasRequiredScheme) {
  4238.                                 if ('GET' !== $canonicalMethod) {
  4239.                                     goto not_plugin_mail_magazine_commit;
  4240.                                 }
  4241.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_commit'key($requiredSchemes)));
  4242.                             }
  4243.                             return $ret;
  4244.                         }
  4245.                         not_plugin_mail_magazine_commit:
  4246.                         // plugin_mail_magazine_test
  4247.                         if ('/admini/plugin/mail_magazine/test' === $pathinfo) {
  4248.                             $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineController::sendTest',  '_route' => 'plugin_mail_magazine_test',);
  4249.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4250.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4251.                             if (!in_array($requestMethod, ['POST'])) {
  4252.                                 if ($hasRequiredScheme) {
  4253.                                     $allow array_merge($allow, ['POST']);
  4254.                                 }
  4255.                                 goto not_plugin_mail_magazine_test;
  4256.                             }
  4257.                             if (!$hasRequiredScheme) {
  4258.                                 if ('GET' !== $canonicalMethod) {
  4259.                                     goto not_plugin_mail_magazine_test;
  4260.                                 }
  4261.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_test'key($requiredSchemes)));
  4262.                             }
  4263.                             return $ret;
  4264.                         }
  4265.                         not_plugin_mail_magazine_test:
  4266.                         if (=== strpos($pathinfo'/admini/plugin/mail_magazine/template')) {
  4267.                             // plugin_mail_magazine_template
  4268.                             if ('/admini/plugin/mail_magazine/template' === $pathinfo) {
  4269.                                 $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::index',  '_route' => 'plugin_mail_magazine_template',);
  4270.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4271.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4272.                                     if ('GET' !== $canonicalMethod) {
  4273.                                         goto not_plugin_mail_magazine_template;
  4274.                                     }
  4275.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template'key($requiredSchemes)));
  4276.                                 }
  4277.                                 return $ret;
  4278.                             }
  4279.                             not_plugin_mail_magazine_template:
  4280.                             // plugin_mail_magazine_template_preview
  4281.                             if (preg_match('#^/admini/plugin/mail_magazine/template/(?P<id>\\d+)/preview$#sD'$pathinfo$matches)) {
  4282.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_template_preview']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::preview',));
  4283.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4284.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4285.                                     if ('GET' !== $canonicalMethod) {
  4286.                                         goto not_plugin_mail_magazine_template_preview;
  4287.                                     }
  4288.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template_preview'key($requiredSchemes)));
  4289.                                 }
  4290.                                 return $ret;
  4291.                             }
  4292.                             not_plugin_mail_magazine_template_preview:
  4293.                             // plugin_mail_magazine_template_delete
  4294.                             if (preg_match('#^/admini/plugin/mail_magazine/template/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  4295.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_template_delete']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::delete',));
  4296.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4297.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4298.                                 if (!in_array($requestMethod, ['POST'])) {
  4299.                                     if ($hasRequiredScheme) {
  4300.                                         $allow array_merge($allow, ['POST']);
  4301.                                     }
  4302.                                     goto not_plugin_mail_magazine_template_delete;
  4303.                                 }
  4304.                                 if (!$hasRequiredScheme) {
  4305.                                     if ('GET' !== $canonicalMethod) {
  4306.                                         goto not_plugin_mail_magazine_template_delete;
  4307.                                     }
  4308.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template_delete'key($requiredSchemes)));
  4309.                                 }
  4310.                                 return $ret;
  4311.                             }
  4312.                             not_plugin_mail_magazine_template_delete:
  4313.                             // plugin_mail_magazine_template_edit
  4314.                             if (preg_match('#^/admini/plugin/mail_magazine/template/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  4315.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_template_edit']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::edit',));
  4316.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4317.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4318.                                     if ('GET' !== $canonicalMethod) {
  4319.                                         goto not_plugin_mail_magazine_template_edit;
  4320.                                     }
  4321.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template_edit'key($requiredSchemes)));
  4322.                                 }
  4323.                                 return $ret;
  4324.                             }
  4325.                             not_plugin_mail_magazine_template_edit:
  4326.                             // plugin_mail_magazine_template_commit
  4327.                             if (=== strpos($pathinfo'/admini/plugin/mail_magazine/template/commit') && preg_match('#^/admini/plugin/mail_magazine/template/commit(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  4328.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_template_commit']), array (  'id' => NULL,  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::commit',));
  4329.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4330.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4331.                                 if (!in_array($requestMethod, ['POST'])) {
  4332.                                     if ($hasRequiredScheme) {
  4333.                                         $allow array_merge($allow, ['POST']);
  4334.                                     }
  4335.                                     goto not_plugin_mail_magazine_template_commit;
  4336.                                 }
  4337.                                 if (!$hasRequiredScheme) {
  4338.                                     if ('GET' !== $canonicalMethod) {
  4339.                                         goto not_plugin_mail_magazine_template_commit;
  4340.                                     }
  4341.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template_commit'key($requiredSchemes)));
  4342.                                 }
  4343.                                 return $ret;
  4344.                             }
  4345.                             not_plugin_mail_magazine_template_commit:
  4346.                             // plugin_mail_magazine_template_regist
  4347.                             if ('/admini/plugin/mail_magazine/template/regist' === $pathinfo) {
  4348.                                 $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController::regist',  '_route' => 'plugin_mail_magazine_template_regist',);
  4349.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4350.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4351.                                     if ('GET' !== $canonicalMethod) {
  4352.                                         goto not_plugin_mail_magazine_template_regist;
  4353.                                     }
  4354.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_template_regist'key($requiredSchemes)));
  4355.                                 }
  4356.                                 return $ret;
  4357.                             }
  4358.                             not_plugin_mail_magazine_template_regist:
  4359.                         }
  4360.                         elseif (=== strpos($pathinfo'/admini/plugin/mail_magazine/history')) {
  4361.                             // plugin_mail_magazine_history
  4362.                             if ('/admini/plugin/mail_magazine/history' === $pathinfo) {
  4363.                                 $ret = array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::index',  '_route' => 'plugin_mail_magazine_history',);
  4364.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4365.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4366.                                     if ('GET' !== $canonicalMethod) {
  4367.                                         goto not_plugin_mail_magazine_history;
  4368.                                     }
  4369.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history'key($requiredSchemes)));
  4370.                                 }
  4371.                                 return $ret;
  4372.                             }
  4373.                             not_plugin_mail_magazine_history:
  4374.                             // plugin_mail_magazine_history_page
  4375.                             if (preg_match('#^/admini/plugin/mail_magazine/history(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  4376.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_page']), array (  'page_no' => 1,  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::index',));
  4377.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4378.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4379.                                     if ('GET' !== $canonicalMethod) {
  4380.                                         goto not_plugin_mail_magazine_history_page;
  4381.                                     }
  4382.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_page'key($requiredSchemes)));
  4383.                                 }
  4384.                                 return $ret;
  4385.                             }
  4386.                             not_plugin_mail_magazine_history_page:
  4387.                             // plugin_mail_magazine_history_preview
  4388.                             if (preg_match('#^/admini/plugin/mail_magazine/history/(?P<id>\\d+)/preview$#sD'$pathinfo$matches)) {
  4389.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_preview']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::preview',));
  4390.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4391.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4392.                                     if ('GET' !== $canonicalMethod) {
  4393.                                         goto not_plugin_mail_magazine_history_preview;
  4394.                                     }
  4395.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_preview'key($requiredSchemes)));
  4396.                                 }
  4397.                                 return $ret;
  4398.                             }
  4399.                             not_plugin_mail_magazine_history_preview:
  4400.                             // plugin_mail_magazine_history_condition
  4401.                             if (preg_match('#^/admini/plugin/mail_magazine/history/(?P<id>\\d+)/condition$#sD'$pathinfo$matches)) {
  4402.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_condition']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::condition',));
  4403.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4404.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4405.                                     if ('GET' !== $canonicalMethod) {
  4406.                                         goto not_plugin_mail_magazine_history_condition;
  4407.                                     }
  4408.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_condition'key($requiredSchemes)));
  4409.                                 }
  4410.                                 return $ret;
  4411.                             }
  4412.                             not_plugin_mail_magazine_history_condition:
  4413.                             // plugin_mail_magazine_history_delete
  4414.                             if (preg_match('#^/admini/plugin/mail_magazine/history/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  4415.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_delete']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::delete',));
  4416.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4417.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4418.                                 if (!in_array($requestMethod, ['POST'])) {
  4419.                                     if ($hasRequiredScheme) {
  4420.                                         $allow array_merge($allow, ['POST']);
  4421.                                     }
  4422.                                     goto not_plugin_mail_magazine_history_delete;
  4423.                                 }
  4424.                                 if (!$hasRequiredScheme) {
  4425.                                     if ('GET' !== $canonicalMethod) {
  4426.                                         goto not_plugin_mail_magazine_history_delete;
  4427.                                     }
  4428.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_delete'key($requiredSchemes)));
  4429.                                 }
  4430.                                 return $ret;
  4431.                             }
  4432.                             not_plugin_mail_magazine_history_delete:
  4433.                             // plugin_mail_magazine_history_retry
  4434.                             if (preg_match('#^/admini/plugin/mail_magazine/history/(?P<id>\\d+)/retry$#sD'$pathinfo$matches)) {
  4435.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_retry']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::retry',));
  4436.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4437.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4438.                                 if (!in_array($requestMethod, ['POST'])) {
  4439.                                     if ($hasRequiredScheme) {
  4440.                                         $allow array_merge($allow, ['POST']);
  4441.                                     }
  4442.                                     goto not_plugin_mail_magazine_history_retry;
  4443.                                 }
  4444.                                 if (!$hasRequiredScheme) {
  4445.                                     if ('GET' !== $canonicalMethod) {
  4446.                                         goto not_plugin_mail_magazine_history_retry;
  4447.                                     }
  4448.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_retry'key($requiredSchemes)));
  4449.                                 }
  4450.                                 return $ret;
  4451.                             }
  4452.                             not_plugin_mail_magazine_history_retry:
  4453.                             if (=== strpos($pathinfo'/admini/plugin/mail_magazine/history/result')) {
  4454.                                 // plugin_mail_magazine_history_result
  4455.                                 if (preg_match('#^/admini/plugin/mail_magazine/history/result/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4456.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_result']), array (  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::result',));
  4457.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4458.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4459.                                         if ('GET' !== $canonicalMethod) {
  4460.                                             goto not_plugin_mail_magazine_history_result;
  4461.                                         }
  4462.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_result'key($requiredSchemes)));
  4463.                                     }
  4464.                                     return $ret;
  4465.                                 }
  4466.                                 not_plugin_mail_magazine_history_result:
  4467.                                 // plugin_mail_magazine_history_result_page
  4468.                                 if (preg_match('#^/admini/plugin/mail_magazine/history/result/(?P<id>\\d+)(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  4469.                                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_mail_magazine_history_result_page']), array (  'page_no' => 1,  '_controller' => 'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController::result',));
  4470.                                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4471.                                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4472.                                         if ('GET' !== $canonicalMethod) {
  4473.                                             goto not_plugin_mail_magazine_history_result_page;
  4474.                                         }
  4475.                                         return array_replace($ret$this->redirect($rawPathinfo'plugin_mail_magazine_history_result_page'key($requiredSchemes)));
  4476.                                     }
  4477.                                     return $ret;
  4478.                                 }
  4479.                                 not_plugin_mail_magazine_history_result_page:
  4480.                             }
  4481.                         }
  4482.                     }
  4483.                     elseif (=== strpos($pathinfo'/admini/plugin/sales_report')) {
  4484.                         // sales_report_admin_term
  4485.                         if ('/admini/plugin/sales_report/term' === $pathinfo) {
  4486.                             $ret = array (  '_controller' => 'Plugin\\SalesReport4\\Controller\\SalesReportController::term',  '_route' => 'sales_report_admin_term',);
  4487.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4488.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4489.                                 if ('GET' !== $canonicalMethod) {
  4490.                                     goto not_sales_report_admin_term;
  4491.                                 }
  4492.                                 return array_replace($ret$this->redirect($rawPathinfo'sales_report_admin_term'key($requiredSchemes)));
  4493.                             }
  4494.                             return $ret;
  4495.                         }
  4496.                         not_sales_report_admin_term:
  4497.                         // sales_report_admin_product
  4498.                         if ('/admini/plugin/sales_report/product' === $pathinfo) {
  4499.                             $ret = array (  '_controller' => 'Plugin\\SalesReport4\\Controller\\SalesReportController::product',  '_route' => 'sales_report_admin_product',);
  4500.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4501.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4502.                                 if ('GET' !== $canonicalMethod) {
  4503.                                     goto not_sales_report_admin_product;
  4504.                                 }
  4505.                                 return array_replace($ret$this->redirect($rawPathinfo'sales_report_admin_product'key($requiredSchemes)));
  4506.                             }
  4507.                             return $ret;
  4508.                         }
  4509.                         not_sales_report_admin_product:
  4510.                         // sales_report_admin_age
  4511.                         if ('/admini/plugin/sales_report/age' === $pathinfo) {
  4512.                             $ret = array (  '_controller' => 'Plugin\\SalesReport4\\Controller\\SalesReportController::age',  '_route' => 'sales_report_admin_age',);
  4513.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4514.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4515.                                 if ('GET' !== $canonicalMethod) {
  4516.                                     goto not_sales_report_admin_age;
  4517.                                 }
  4518.                                 return array_replace($ret$this->redirect($rawPathinfo'sales_report_admin_age'key($requiredSchemes)));
  4519.                             }
  4520.                             return $ret;
  4521.                         }
  4522.                         not_sales_report_admin_age:
  4523.                         // sales_report_admin_export
  4524.                         if (=== strpos($pathinfo'/admini/plugin/sales_report/export') && preg_match('#^/admini/plugin/sales_report/export/(?P<type>[^/]++)$#sD'$pathinfo$matches)) {
  4525.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'sales_report_admin_export']), array (  '_controller' => 'Plugin\\SalesReport4\\Controller\\SalesReportController::export',));
  4526.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4527.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4528.                             if (!in_array($requestMethod, ['POST'])) {
  4529.                                 if ($hasRequiredScheme) {
  4530.                                     $allow array_merge($allow, ['POST']);
  4531.                                 }
  4532.                                 goto not_sales_report_admin_export;
  4533.                             }
  4534.                             if (!$hasRequiredScheme) {
  4535.                                 if ('GET' !== $canonicalMethod) {
  4536.                                     goto not_sales_report_admin_export;
  4537.                                 }
  4538.                                 return array_replace($ret$this->redirect($rawPathinfo'sales_report_admin_export'key($requiredSchemes)));
  4539.                             }
  4540.                             return $ret;
  4541.                         }
  4542.                         not_sales_report_admin_export:
  4543.                     }
  4544.                     elseif (=== strpos($pathinfo'/admini/plugin/coupon')) {
  4545.                         // plugin_coupon_list
  4546.                         if ('/admini/plugin/coupon' === $pathinfo) {
  4547.                             $ret = array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponController::index',  '_route' => 'plugin_coupon_list',);
  4548.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4549.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4550.                                 if ('GET' !== $canonicalMethod) {
  4551.                                     goto not_plugin_coupon_list;
  4552.                                 }
  4553.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_list'key($requiredSchemes)));
  4554.                             }
  4555.                             return $ret;
  4556.                         }
  4557.                         not_plugin_coupon_list:
  4558.                         // plugin_coupon_new
  4559.                         if ('/admini/plugin/coupon/new' === $pathinfo) {
  4560.                             $ret = array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponController::edit',  '_route' => 'plugin_coupon_new',);
  4561.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4562.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4563.                                 if ('GET' !== $canonicalMethod) {
  4564.                                     goto not_plugin_coupon_new;
  4565.                                 }
  4566.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_new'key($requiredSchemes)));
  4567.                             }
  4568.                             return $ret;
  4569.                         }
  4570.                         not_plugin_coupon_new:
  4571.                         // plugin_coupon_edit
  4572.                         if (preg_match('#^/admini/plugin/coupon/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  4573.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_coupon_edit']), array (  'id' => NULL,  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponController::edit',));
  4574.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4575.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4576.                                 if ('GET' !== $canonicalMethod) {
  4577.                                     goto not_plugin_coupon_edit;
  4578.                                 }
  4579.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_edit'key($requiredSchemes)));
  4580.                             }
  4581.                             return $ret;
  4582.                         }
  4583.                         not_plugin_coupon_edit:
  4584.                         // plugin_coupon_enable
  4585.                         if (preg_match('#^/admini/plugin/coupon/(?P<id>\\d+)/enable$#sD'$pathinfo$matches)) {
  4586.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_coupon_enable']), array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponController::enable',));
  4587.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4588.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4589.                             if (!in_array($requestMethod, ['PUT'])) {
  4590.                                 if ($hasRequiredScheme) {
  4591.                                     $allow array_merge($allow, ['PUT']);
  4592.                                 }
  4593.                                 goto not_plugin_coupon_enable;
  4594.                             }
  4595.                             if (!$hasRequiredScheme) {
  4596.                                 if ('GET' !== $canonicalMethod) {
  4597.                                     goto not_plugin_coupon_enable;
  4598.                                 }
  4599.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_enable'key($requiredSchemes)));
  4600.                             }
  4601.                             return $ret;
  4602.                         }
  4603.                         not_plugin_coupon_enable:
  4604.                         // plugin_coupon_delete
  4605.                         if (preg_match('#^/admini/plugin/coupon/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  4606.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_coupon_delete']), array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponController::delete',));
  4607.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4608.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4609.                             if (!in_array($requestMethod, ['DELETE'])) {
  4610.                                 if ($hasRequiredScheme) {
  4611.                                     $allow array_merge($allow, ['DELETE']);
  4612.                                 }
  4613.                                 goto not_plugin_coupon_delete;
  4614.                             }
  4615.                             if (!$hasRequiredScheme) {
  4616.                                 if ('GET' !== $canonicalMethod) {
  4617.                                     goto not_plugin_coupon_delete;
  4618.                                 }
  4619.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_delete'key($requiredSchemes)));
  4620.                             }
  4621.                             return $ret;
  4622.                         }
  4623.                         not_plugin_coupon_delete:
  4624.                         if (=== strpos($pathinfo'/admini/plugin/coupon/search/product')) {
  4625.                             // plugin_coupon_search_product
  4626.                             if ('/admini/plugin/coupon/search/product' === $pathinfo) {
  4627.                                 $ret = array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponSearchModelController::searchProduct',  '_route' => 'plugin_coupon_search_product',);
  4628.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4629.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4630.                                     if ('GET' !== $canonicalMethod) {
  4631.                                         goto not_plugin_coupon_search_product;
  4632.                                     }
  4633.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_search_product'key($requiredSchemes)));
  4634.                                 }
  4635.                                 return $ret;
  4636.                             }
  4637.                             not_plugin_coupon_search_product:
  4638.                             // plugin_coupon_search_product_page
  4639.                             if (=== strpos($pathinfo'/admini/plugin/coupon/search/product/page') && preg_match('#^/admini/plugin/coupon/search/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  4640.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plugin_coupon_search_product_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponSearchModelController::searchProduct',));
  4641.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4642.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4643.                                     if ('GET' !== $canonicalMethod) {
  4644.                                         goto not_plugin_coupon_search_product_page;
  4645.                                     }
  4646.                                     return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_search_product_page'key($requiredSchemes)));
  4647.                                 }
  4648.                                 return $ret;
  4649.                             }
  4650.                             not_plugin_coupon_search_product_page:
  4651.                         }
  4652.                         // plugin_coupon_search_category
  4653.                         if ('/admini/plugin/coupon/search/category' === $pathinfo) {
  4654.                             $ret = array (  '_controller' => 'Plugin\\Coupon4\\Controller\\Admin\\CouponSearchModelController::searchCategory',  '_route' => 'plugin_coupon_search_category',);
  4655.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4656.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4657.                                 if ('GET' !== $canonicalMethod) {
  4658.                                     goto not_plugin_coupon_search_category;
  4659.                                 }
  4660.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_search_category'key($requiredSchemes)));
  4661.                             }
  4662.                             return $ret;
  4663.                         }
  4664.                         not_plugin_coupon_search_category:
  4665.                     }
  4666.                 }
  4667.                 elseif (=== strpos($pathinfo'/admini/paypal')) {
  4668.                     if (=== strpos($pathinfo'/admini/paypal/config')) {
  4669.                         // pay_pal_checkout_admin_config
  4670.                         if ('/admini/paypal/config' === $pathinfo) {
  4671.                             $ret = array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\Admin\\ConfigController::index',  '_route' => 'pay_pal_checkout_admin_config',);
  4672.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4673.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4674.                             if (!in_array($canonicalMethod, ['GET'])) {
  4675.                                 if ($hasRequiredScheme) {
  4676.                                     $allow array_merge($allow, ['GET']);
  4677.                                 }
  4678.                                 goto not_pay_pal_checkout_admin_config;
  4679.                             }
  4680.                             if (!$hasRequiredScheme) {
  4681.                                 if ('GET' !== $canonicalMethod) {
  4682.                                     goto not_pay_pal_checkout_admin_config;
  4683.                                 }
  4684.                                 return array_replace($ret$this->redirect($rawPathinfo'pay_pal_checkout_admin_config'key($requiredSchemes)));
  4685.                             }
  4686.                             return $ret;
  4687.                         }
  4688.                         not_pay_pal_checkout_admin_config:
  4689.                         // pay_pal_checkout_admin_config_submit
  4690.                         if ('/admini/paypal/config' === $pathinfo) {
  4691.                             $ret = array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\Admin\\ConfigController::post',  '_route' => 'pay_pal_checkout_admin_config_submit',);
  4692.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4693.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4694.                             if (!in_array($requestMethod, ['POST'])) {
  4695.                                 if ($hasRequiredScheme) {
  4696.                                     $allow array_merge($allow, ['POST']);
  4697.                                 }
  4698.                                 goto not_pay_pal_checkout_admin_config_submit;
  4699.                             }
  4700.                             if (!$hasRequiredScheme) {
  4701.                                 if ('GET' !== $canonicalMethod) {
  4702.                                     goto not_pay_pal_checkout_admin_config_submit;
  4703.                                 }
  4704.                                 return array_replace($ret$this->redirect($rawPathinfo'pay_pal_checkout_admin_config_submit'key($requiredSchemes)));
  4705.                             }
  4706.                             return $ret;
  4707.                         }
  4708.                         not_pay_pal_checkout_admin_config_submit:
  4709.                         // pay_pal_checkout_admin_login
  4710.                         if ('/admini/paypal/config/login' === $pathinfo) {
  4711.                             $ret = array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\Admin\\ConfigController::login',  '_route' => 'pay_pal_checkout_admin_login',);
  4712.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4713.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4714.                             if (!in_array($requestMethod, ['POST'])) {
  4715.                                 if ($hasRequiredScheme) {
  4716.                                     $allow array_merge($allow, ['POST']);
  4717.                                 }
  4718.                                 goto not_pay_pal_checkout_admin_login;
  4719.                             }
  4720.                             if (!$hasRequiredScheme) {
  4721.                                 if ('GET' !== $canonicalMethod) {
  4722.                                     goto not_pay_pal_checkout_admin_login;
  4723.                                 }
  4724.                                 return array_replace($ret$this->redirect($rawPathinfo'pay_pal_checkout_admin_login'key($requiredSchemes)));
  4725.                             }
  4726.                             return $ret;
  4727.                         }
  4728.                         not_pay_pal_checkout_admin_login:
  4729.                     }
  4730.                     // admin_paypal_transaction_refound
  4731.                     if (=== strpos($pathinfo'/admini/paypal/transaction') && preg_match('#^/admini/paypal/transaction/(?P<id>\\d+)/refound$#sD'$pathinfo$matches)) {
  4732.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_paypal_transaction_refound']), array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\Admin\\PaymentStatus\\RefoundController::index',));
  4733.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4734.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4735.                         if (!in_array($requestMethod, ['POST'])) {
  4736.                             if ($hasRequiredScheme) {
  4737.                                 $allow array_merge($allow, ['POST']);
  4738.                             }
  4739.                             goto not_admin_paypal_transaction_refound;
  4740.                         }
  4741.                         if (!$hasRequiredScheme) {
  4742.                             if ('GET' !== $canonicalMethod) {
  4743.                                 goto not_admin_paypal_transaction_refound;
  4744.                             }
  4745.                             return array_replace($ret$this->redirect($rawPathinfo'admin_paypal_transaction_refound'key($requiredSchemes)));
  4746.                         }
  4747.                         return $ret;
  4748.                     }
  4749.                     not_admin_paypal_transaction_refound:
  4750.                     if (=== strpos($pathinfo'/admini/paypal/payment_status')) {
  4751.                         // paypal_admin_payment_status
  4752.                         if ('/admini/paypal/payment_status' === $pathinfo) {
  4753.                             $ret = array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\Admin\\PaymentStatus\\TransactionController::index',  '_route' => 'paypal_admin_payment_status',);
  4754.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4755.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4756.                                 if ('GET' !== $canonicalMethod) {
  4757.                                     goto not_paypal_admin_payment_status;
  4758.                                 }
  4759.                                 return array_replace($ret$this->redirect($rawPathinfo'paypal_admin_payment_status'key($requiredSchemes)));
  4760.                             }
  4761.                             return $ret;
  4762.                         }
  4763.                         not_paypal_admin_payment_status:
  4764.                         // paypal_admin_payment_status_page
  4765.                         if (preg_match('#^/admini/paypal/payment_status(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  4766.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'paypal_admin_payment_status_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\Admin\\PaymentStatus\\TransactionController::index',));
  4767.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4768.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4769.                                 if ('GET' !== $canonicalMethod) {
  4770.                                     goto not_paypal_admin_payment_status_page;
  4771.                                 }
  4772.                                 return array_replace($ret$this->redirect($rawPathinfo'paypal_admin_payment_status_page'key($requiredSchemes)));
  4773.                             }
  4774.                             return $ret;
  4775.                         }
  4776.                         not_paypal_admin_payment_status_page:
  4777.                     }
  4778.                     elseif (=== strpos($pathinfo'/admini/paypal/subscri')) {
  4779.                         if (=== strpos($pathinfo'/admini/paypal/subscription/configure')) {
  4780.                             // paypal_admin_subscription_configure
  4781.                             if (preg_match('#^/admini/paypal/subscription/configure/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4782.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'paypal_admin_subscription_configure']), array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\Admin\\Subscription\\ConfigurationPageController::index',));
  4783.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4784.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4785.                                 if (!in_array($canonicalMethod, ['GET'])) {
  4786.                                     if ($hasRequiredScheme) {
  4787.                                         $allow array_merge($allow, ['GET']);
  4788.                                     }
  4789.                                     goto not_paypal_admin_subscription_configure;
  4790.                                 }
  4791.                                 if (!$hasRequiredScheme) {
  4792.                                     if ('GET' !== $canonicalMethod) {
  4793.                                         goto not_paypal_admin_subscription_configure;
  4794.                                     }
  4795.                                     return array_replace($ret$this->redirect($rawPathinfo'paypal_admin_subscription_configure'key($requiredSchemes)));
  4796.                                 }
  4797.                                 return $ret;
  4798.                             }
  4799.                             not_paypal_admin_subscription_configure:
  4800.                             // paypal_admin_subscription_configure_submit
  4801.                             if (preg_match('#^/admini/paypal/subscription/configure/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4802.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'paypal_admin_subscription_configure_submit']), array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\Admin\\Subscription\\ConfigurationPageController::post',));
  4803.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4804.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4805.                                 if (!in_array($requestMethod, ['POST'])) {
  4806.                                     if ($hasRequiredScheme) {
  4807.                                         $allow array_merge($allow, ['POST']);
  4808.                                     }
  4809.                                     goto not_paypal_admin_subscription_configure_submit;
  4810.                                 }
  4811.                                 if (!$hasRequiredScheme) {
  4812.                                     if ('GET' !== $canonicalMethod) {
  4813.                                         goto not_paypal_admin_subscription_configure_submit;
  4814.                                     }
  4815.                                     return array_replace($ret$this->redirect($rawPathinfo'paypal_admin_subscription_configure_submit'key($requiredSchemes)));
  4816.                                 }
  4817.                                 return $ret;
  4818.                             }
  4819.                             not_paypal_admin_subscription_configure_submit:
  4820.                         }
  4821.                         // admin_paypal_subscription
  4822.                         if (=== strpos($pathinfo'/admini/paypal/subscription') && preg_match('#^/admini/paypal/subscription/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4823.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_paypal_subscription']), array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\Admin\\Subscription\\SubscriptionPaymentApiController::index',));
  4824.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4825.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  4826.                                 if ('GET' !== $canonicalMethod) {
  4827.                                     goto not_admin_paypal_subscription;
  4828.                                 }
  4829.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_paypal_subscription'key($requiredSchemes)));
  4830.                             }
  4831.                             return $ret;
  4832.                         }
  4833.                         not_admin_paypal_subscription:
  4834.                         if (=== strpos($pathinfo'/admini/paypal/subscribing_customer')) {
  4835.                             // paypal_admin_subscribing_customer
  4836.                             if ('/admini/paypal/subscribing_customer' === $pathinfo) {
  4837.                                 $ret = array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\Admin\\Subscription\\SubscribingCustomerPageController::index',  '_route' => 'paypal_admin_subscribing_customer',);
  4838.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4839.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4840.                                     if ('GET' !== $canonicalMethod) {
  4841.                                         goto not_paypal_admin_subscribing_customer;
  4842.                                     }
  4843.                                     return array_replace($ret$this->redirect($rawPathinfo'paypal_admin_subscribing_customer'key($requiredSchemes)));
  4844.                                 }
  4845.                                 return $ret;
  4846.                             }
  4847.                             not_paypal_admin_subscribing_customer:
  4848.                             // paypal_admin_subscribing_customer_pageno
  4849.                             if (preg_match('#^/admini/paypal/subscribing_customer(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  4850.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'paypal_admin_subscribing_customer_pageno']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\Admin\\Subscription\\SubscribingCustomerPageController::index',));
  4851.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4852.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4853.                                     if ('GET' !== $canonicalMethod) {
  4854.                                         goto not_paypal_admin_subscribing_customer_pageno;
  4855.                                     }
  4856.                                     return array_replace($ret$this->redirect($rawPathinfo'paypal_admin_subscribing_customer_pageno'key($requiredSchemes)));
  4857.                                 }
  4858.                                 return $ret;
  4859.                             }
  4860.                             not_paypal_admin_subscribing_customer_pageno:
  4861.                         }
  4862.                     }
  4863.                     elseif (=== strpos($pathinfo'/admini/paypal/shipping_address')) {
  4864.                         // paypal_admin_shipping_address
  4865.                         if (preg_match('#^/admini/paypal/shipping_address/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4866.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'paypal_admin_shipping_address']), array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\Admin\\Subscription\\ShippingAddressPageController::index',));
  4867.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4868.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4869.                             if (!in_array($canonicalMethod, ['GET'])) {
  4870.                                 if ($hasRequiredScheme) {
  4871.                                     $allow array_merge($allow, ['GET']);
  4872.                                 }
  4873.                                 goto not_paypal_admin_shipping_address;
  4874.                             }
  4875.                             if (!$hasRequiredScheme) {
  4876.                                 if ('GET' !== $canonicalMethod) {
  4877.                                     goto not_paypal_admin_shipping_address;
  4878.                                 }
  4879.                                 return array_replace($ret$this->redirect($rawPathinfo'paypal_admin_shipping_address'key($requiredSchemes)));
  4880.                             }
  4881.                             return $ret;
  4882.                         }
  4883.                         not_paypal_admin_shipping_address:
  4884.                         // paypal_admin_shipping_address_submit
  4885.                         if (preg_match('#^/admini/paypal/shipping_address/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  4886.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'paypal_admin_shipping_address_submit']), array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\Admin\\Subscription\\ShippingAddressPageController::post',));
  4887.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4888.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  4889.                             if (!in_array($requestMethod, ['POST'])) {
  4890.                                 if ($hasRequiredScheme) {
  4891.                                     $allow array_merge($allow, ['POST']);
  4892.                                 }
  4893.                                 goto not_paypal_admin_shipping_address_submit;
  4894.                             }
  4895.                             if (!$hasRequiredScheme) {
  4896.                                 if ('GET' !== $canonicalMethod) {
  4897.                                     goto not_paypal_admin_shipping_address_submit;
  4898.                                 }
  4899.                                 return array_replace($ret$this->redirect($rawPathinfo'paypal_admin_shipping_address_submit'key($requiredSchemes)));
  4900.                             }
  4901.                             return $ret;
  4902.                         }
  4903.                         not_paypal_admin_shipping_address_submit:
  4904.                     }
  4905.                 }
  4906.             }
  4907.             // admin_logout
  4908.             if ('/admini/logout' === $pathinfo) {
  4909.                 $ret = ['_route' => 'admin_logout'];
  4910.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4911.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  4912.                     if ('GET' !== $canonicalMethod) {
  4913.                         goto not_admin_logout;
  4914.                     }
  4915.                     return array_replace($ret$this->redirect($rawPathinfo'admin_logout'key($requiredSchemes)));
  4916.                 }
  4917.                 return $ret;
  4918.             }
  4919.             not_admin_logout:
  4920.             if (=== strpos($pathinfo'/admini/login_record')) {
  4921.                 // plg_admin_record_config
  4922.                 if ('/admini/login_record/config' === $pathinfo) {
  4923.                     $ret = array (  '_controller' => 'Plugin\\AdminSecurity4\\Controller\\Admin\\ConfigController::index',  '_route' => 'plg_admin_record_config',);
  4924.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4925.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4926.                         if ('GET' !== $canonicalMethod) {
  4927.                             goto not_plg_admin_record_config;
  4928.                         }
  4929.                         return array_replace($ret$this->redirect($rawPathinfo'plg_admin_record_config'key($requiredSchemes)));
  4930.                     }
  4931.                     return $ret;
  4932.                 }
  4933.                 not_plg_admin_record_config:
  4934.                 // plg_admin_record_login_record
  4935.                 if ('/admini/login_record' === $pathinfo) {
  4936.                     $ret = array (  '_controller' => 'Plugin\\AdminSecurity4\\Controller\\Admin\\LoginRecordController::index',  '_route' => 'plg_admin_record_login_record',);
  4937.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4938.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4939.                         if ('GET' !== $canonicalMethod) {
  4940.                             goto not_plg_admin_record_login_record;
  4941.                         }
  4942.                         return array_replace($ret$this->redirect($rawPathinfo'plg_admin_record_login_record'key($requiredSchemes)));
  4943.                     }
  4944.                     return $ret;
  4945.                 }
  4946.                 not_plg_admin_record_login_record:
  4947.                 // plg_admin_record_login_record_page
  4948.                 if (preg_match('#^/admini/login_record(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  4949.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'plg_admin_record_login_record_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\AdminSecurity4\\Controller\\Admin\\LoginRecordController::index',));
  4950.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4951.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4952.                         if ('GET' !== $canonicalMethod) {
  4953.                             goto not_plg_admin_record_login_record_page;
  4954.                         }
  4955.                         return array_replace($ret$this->redirect($rawPathinfo'plg_admin_record_login_record_page'key($requiredSchemes)));
  4956.                     }
  4957.                     return $ret;
  4958.                 }
  4959.                 not_plg_admin_record_login_record_page:
  4960.             }
  4961.             elseif (=== strpos($pathinfo'/admini/apg_rich_editor/editor')) {
  4962.                 // plugin_ApgRichEditor_uploadImage
  4963.                 if ('/admini/apg_rich_editor/editor/upload-image' === $pathinfo) {
  4964.                     $ret = array (  '_controller' => 'Plugin\\ApgRichEditor\\Controller\\Admin\\ApgRichEditorController::uploadImage',  '_route' => 'plugin_ApgRichEditor_uploadImage',);
  4965.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4966.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4967.                         if ('GET' !== $canonicalMethod) {
  4968.                             goto not_plugin_ApgRichEditor_uploadImage;
  4969.                         }
  4970.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_ApgRichEditor_uploadImage'key($requiredSchemes)));
  4971.                     }
  4972.                     return $ret;
  4973.                 }
  4974.                 not_plugin_ApgRichEditor_uploadImage:
  4975.                 // plugin_ApgRichEditor_images
  4976.                 if ('/admini/apg_rich_editor/editor/images' === $pathinfo) {
  4977.                     $ret = array (  '_controller' => 'Plugin\\ApgRichEditor\\Controller\\Admin\\ApgRichEditorController::images',  '_route' => 'plugin_ApgRichEditor_images',);
  4978.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4979.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4980.                         if ('GET' !== $canonicalMethod) {
  4981.                             goto not_plugin_ApgRichEditor_images;
  4982.                         }
  4983.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_ApgRichEditor_images'key($requiredSchemes)));
  4984.                     }
  4985.                     return $ret;
  4986.                 }
  4987.                 not_plugin_ApgRichEditor_images:
  4988.                 // plugin_ApgRichEditor_connect
  4989.                 if ('/admini/apg_rich_editor/editor/elfinder-connector' === $pathinfo) {
  4990.                     $ret = array (  '_controller' => 'Plugin\\ApgRichEditor\\Controller\\Admin\\ApgRichEditorController::connect',  '_route' => 'plugin_ApgRichEditor_connect',);
  4991.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  4992.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  4993.                         if ('GET' !== $canonicalMethod) {
  4994.                             goto not_plugin_ApgRichEditor_connect;
  4995.                         }
  4996.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_ApgRichEditor_connect'key($requiredSchemes)));
  4997.                     }
  4998.                     return $ret;
  4999.                 }
  5000.                 not_plugin_ApgRichEditor_connect:
  5001.             }
  5002.             // apg_rich_editor_admin_config
  5003.             if ('/admini/apg_rich_editor/config' === $pathinfo) {
  5004.                 $ret = array (  '_controller' => 'Plugin\\ApgRichEditor\\Controller\\Admin\\ConfigController::index',  '_route' => 'apg_rich_editor_admin_config',);
  5005.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5006.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5007.                     if ('GET' !== $canonicalMethod) {
  5008.                         goto not_apg_rich_editor_admin_config;
  5009.                     }
  5010.                     return array_replace($ret$this->redirect($rawPathinfo'apg_rich_editor_admin_config'key($requiredSchemes)));
  5011.                 }
  5012.                 return $ret;
  5013.             }
  5014.             not_apg_rich_editor_admin_config:
  5015.             if (=== strpos($pathinfo'/admini/xss_fixer/config')) {
  5016.                 // xss_fixer_admin_config
  5017.                 if ('/admini/xss_fixer/config' === $pathinfo) {
  5018.                     $ret = array (  '_controller' => 'Plugin\\XssFixer\\Controller\\Admin\\ConfigController::index',  '_route' => 'xss_fixer_admin_config',);
  5019.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5020.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5021.                         if ('GET' !== $canonicalMethod) {
  5022.                             goto not_xss_fixer_admin_config;
  5023.                         }
  5024.                         return array_replace($ret$this->redirect($rawPathinfo'xss_fixer_admin_config'key($requiredSchemes)));
  5025.                     }
  5026.                     return $ret;
  5027.                 }
  5028.                 not_xss_fixer_admin_config:
  5029.                 // xss_fixer_admin_config_download
  5030.                 if ('/admini/xss_fixer/config/download' === $pathinfo) {
  5031.                     $ret = array (  '_controller' => 'Plugin\\XssFixer\\Controller\\Admin\\ConfigController::download',  '_route' => 'xss_fixer_admin_config_download',);
  5032.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5033.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5034.                         if ('GET' !== $canonicalMethod) {
  5035.                             goto not_xss_fixer_admin_config_download;
  5036.                         }
  5037.                         return array_replace($ret$this->redirect($rawPathinfo'xss_fixer_admin_config_download'key($requiredSchemes)));
  5038.                     }
  5039.                     return $ret;
  5040.                 }
  5041.                 not_xss_fixer_admin_config_download:
  5042.             }
  5043.             elseif (=== strpos($pathinfo'/admini/related_product/search/product')) {
  5044.                 // admin_related_product_search
  5045.                 if ('/admini/related_product/search/product' === $pathinfo) {
  5046.                     $ret = array (  '_controller' => 'Plugin\\RelatedProduct4\\Controller\\Admin\\RelatedProductController::searchProduct',  '_route' => 'admin_related_product_search',);
  5047.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5048.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5049.                         if ('GET' !== $canonicalMethod) {
  5050.                             goto not_admin_related_product_search;
  5051.                         }
  5052.                         return array_replace($ret$this->redirect($rawPathinfo'admin_related_product_search'key($requiredSchemes)));
  5053.                     }
  5054.                     return $ret;
  5055.                 }
  5056.                 not_admin_related_product_search:
  5057.                 // admin_related_product_search_product_page
  5058.                 if (=== strpos($pathinfo'/admini/related_product/search/product/page') && preg_match('#^/admini/related_product/search/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  5059.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_related_product_search_product_page']), array (  'page_no' => NULL,  '_controller' => 'Plugin\\RelatedProduct4\\Controller\\Admin\\RelatedProductController::searchProduct',));
  5060.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5061.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5062.                         if ('GET' !== $canonicalMethod) {
  5063.                             goto not_admin_related_product_search_product_page;
  5064.                         }
  5065.                         return array_replace($ret$this->redirect($rawPathinfo'admin_related_product_search_product_page'key($requiredSchemes)));
  5066.                     }
  5067.                     return $ret;
  5068.                 }
  5069.                 not_admin_related_product_search_product_page:
  5070.             }
  5071.             // ss_next_admin_product_export
  5072.             if ('/admini/next/product/export' === $pathinfo) {
  5073.                 $ret = array (  '_controller' => 'Plugin\\SSNext\\Controller\\Admin\\ProductController::export',  '_route' => 'ss_next_admin_product_export',);
  5074.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5075.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5076.                     if ('GET' !== $canonicalMethod) {
  5077.                         goto not_ss_next_admin_product_export;
  5078.                     }
  5079.                     return array_replace($ret$this->redirect($rawPathinfo'ss_next_admin_product_export'key($requiredSchemes)));
  5080.                 }
  5081.                 return $ret;
  5082.             }
  5083.             not_ss_next_admin_product_export:
  5084.             if (=== strpos($pathinfo'/admini/maker')) {
  5085.                 // maker_admin_index
  5086.                 if ('/admini/maker' === $pathinfo) {
  5087.                     $ret = array (  '_controller' => 'Plugin\\Maker4\\Controller\\MakerController::index',  '_route' => 'maker_admin_index',);
  5088.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5089.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5090.                         if ('GET' !== $canonicalMethod) {
  5091.                             goto not_maker_admin_index;
  5092.                         }
  5093.                         return array_replace($ret$this->redirect($rawPathinfo'maker_admin_index'key($requiredSchemes)));
  5094.                     }
  5095.                     return $ret;
  5096.                 }
  5097.                 not_maker_admin_index:
  5098.                 // maker_admin_delete
  5099.                 if (preg_match('#^/admini/maker/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  5100.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'maker_admin_delete']), array (  '_controller' => 'Plugin\\Maker4\\Controller\\MakerController::delete',));
  5101.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5102.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5103.                     if (!in_array($requestMethod, ['DELETE'])) {
  5104.                         if ($hasRequiredScheme) {
  5105.                             $allow array_merge($allow, ['DELETE']);
  5106.                         }
  5107.                         goto not_maker_admin_delete;
  5108.                     }
  5109.                     if (!$hasRequiredScheme) {
  5110.                         if ('GET' !== $canonicalMethod) {
  5111.                             goto not_maker_admin_delete;
  5112.                         }
  5113.                         return array_replace($ret$this->redirect($rawPathinfo'maker_admin_delete'key($requiredSchemes)));
  5114.                     }
  5115.                     return $ret;
  5116.                 }
  5117.                 not_maker_admin_delete:
  5118.                 // maker_admin_move_sort_no
  5119.                 if ('/admini/maker/move_sort_no' === $pathinfo) {
  5120.                     $ret = array (  '_controller' => 'Plugin\\Maker4\\Controller\\MakerController::moveSortNo',  '_route' => 'maker_admin_move_sort_no',);
  5121.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5122.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5123.                     if (!in_array($requestMethod, ['POST'])) {
  5124.                         if ($hasRequiredScheme) {
  5125.                             $allow array_merge($allow, ['POST']);
  5126.                         }
  5127.                         goto not_maker_admin_move_sort_no;
  5128.                     }
  5129.                     if (!$hasRequiredScheme) {
  5130.                         if ('GET' !== $canonicalMethod) {
  5131.                             goto not_maker_admin_move_sort_no;
  5132.                         }
  5133.                         return array_replace($ret$this->redirect($rawPathinfo'maker_admin_move_sort_no'key($requiredSchemes)));
  5134.                     }
  5135.                     return $ret;
  5136.                 }
  5137.                 not_maker_admin_move_sort_no:
  5138.             }
  5139.         }
  5140.         elseif (=== strpos($pathinfo'/block')) {
  5141.             if (=== strpos($pathinfo'/block/cart')) {
  5142.                 // block_cart
  5143.                 if ('/block/cart' === $pathinfo) {
  5144.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\CartController::index',  '_route' => 'block_cart',);
  5145.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5146.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5147.                         if ('GET' !== $canonicalMethod) {
  5148.                             goto not_block_cart;
  5149.                         }
  5150.                         return array_replace($ret$this->redirect($rawPathinfo'block_cart'key($requiredSchemes)));
  5151.                     }
  5152.                     return $ret;
  5153.                 }
  5154.                 not_block_cart:
  5155.                 // block_cart_sp
  5156.                 if ('/block/cart_sp' === $pathinfo) {
  5157.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\CartController::index',  '_route' => 'block_cart_sp',);
  5158.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5159.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5160.                         if ('GET' !== $canonicalMethod) {
  5161.                             goto not_block_cart_sp;
  5162.                         }
  5163.                         return array_replace($ret$this->redirect($rawPathinfo'block_cart_sp'key($requiredSchemes)));
  5164.                     }
  5165.                     return $ret;
  5166.                 }
  5167.                 not_block_cart_sp:
  5168.             }
  5169.             // block_check_product
  5170.             if ('/block/check_product' === $pathinfo) {
  5171.                 $ret = array (  '_controller' => 'Plugin\\CheckProduct4\\Controller\\Block\\CheckProductController::index',  '_route' => 'block_check_product',);
  5172.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5173.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5174.                     if ('GET' !== $canonicalMethod) {
  5175.                         goto not_block_check_product;
  5176.                     }
  5177.                     return array_replace($ret$this->redirect($rawPathinfo'block_check_product'key($requiredSchemes)));
  5178.                 }
  5179.                 return $ret;
  5180.             }
  5181.             not_block_check_product:
  5182.             if (=== strpos($pathinfo'/block/search_product')) {
  5183.                 // block_search_product
  5184.                 if ('/block/search_product' === $pathinfo) {
  5185.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\SearchProductController::index',  '_route' => 'block_search_product',);
  5186.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5187.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5188.                         if ('GET' !== $canonicalMethod) {
  5189.                             goto not_block_search_product;
  5190.                         }
  5191.                         return array_replace($ret$this->redirect($rawPathinfo'block_search_product'key($requiredSchemes)));
  5192.                     }
  5193.                     return $ret;
  5194.                 }
  5195.                 not_block_search_product:
  5196.                 // block_search_product_sp
  5197.                 if ('/block/search_product_sp' === $pathinfo) {
  5198.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\SearchProductController::index',  '_route' => 'block_search_product_sp',);
  5199.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5200.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5201.                         if ('GET' !== $canonicalMethod) {
  5202.                             goto not_block_search_product_sp;
  5203.                         }
  5204.                         return array_replace($ret$this->redirect($rawPathinfo'block_search_product_sp'key($requiredSchemes)));
  5205.                     }
  5206.                     return $ret;
  5207.                 }
  5208.                 not_block_search_product_sp:
  5209.             }
  5210.             // block_order_by_sale
  5211.             if ('/block/order_by_sale' === $pathinfo) {
  5212.                 $ret = array (  '_controller' => 'Plugin\\OrderBySale4\\Controller\\BlockController::index',  '_route' => 'block_order_by_sale',);
  5213.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5214.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5215.                     if ('GET' !== $canonicalMethod) {
  5216.                         goto not_block_order_by_sale;
  5217.                     }
  5218.                     return array_replace($ret$this->redirect($rawPathinfo'block_order_by_sale'key($requiredSchemes)));
  5219.                 }
  5220.                 return $ret;
  5221.             }
  5222.             not_block_order_by_sale:
  5223.         }
  5224.         elseif (=== strpos($pathinfo'/cart')) {
  5225.             // cart
  5226.             if ('/cart' === $pathinfo) {
  5227.                 $ret = array (  '_controller' => 'Eccube\\Controller\\CartController::index',  '_route' => 'cart',);
  5228.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5229.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5230.                     if ('GET' !== $canonicalMethod) {
  5231.                         goto not_cart;
  5232.                     }
  5233.                     return array_replace($ret$this->redirect($rawPathinfo'cart'key($requiredSchemes)));
  5234.                 }
  5235.                 return $ret;
  5236.             }
  5237.             not_cart:
  5238.             // cart_handle_item
  5239.             if (preg_match('#^/cart/(?P<operation>up|down|remove)/(?P<productClassId>\\d+)$#sD'$pathinfo$matches)) {
  5240.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'cart_handle_item']), array (  '_controller' => 'Eccube\\Controller\\CartController::handleCartItem',));
  5241.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5242.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5243.                 if (!in_array($requestMethod, ['PUT'])) {
  5244.                     if ($hasRequiredScheme) {
  5245.                         $allow array_merge($allow, ['PUT']);
  5246.                     }
  5247.                     goto not_cart_handle_item;
  5248.                 }
  5249.                 if (!$hasRequiredScheme) {
  5250.                     if ('GET' !== $canonicalMethod) {
  5251.                         goto not_cart_handle_item;
  5252.                     }
  5253.                     return array_replace($ret$this->redirect($rawPathinfo'cart_handle_item'key($requiredSchemes)));
  5254.                 }
  5255.                 return $ret;
  5256.             }
  5257.             not_cart_handle_item:
  5258.             // cart_buystep
  5259.             if (=== strpos($pathinfo'/cart/buystep') && preg_match('#^/cart/buystep/(?P<cart_key>[a-zA-Z0-9]+[_][\\x20-\\x7E]+)$#sD'$pathinfo$matches)) {
  5260.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'cart_buystep']), array (  '_controller' => 'Eccube\\Controller\\CartController::buystep',));
  5261.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5262.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5263.                     if ('GET' !== $canonicalMethod) {
  5264.                         goto not_cart_buystep;
  5265.                     }
  5266.                     return array_replace($ret$this->redirect($rawPathinfo'cart_buystep'key($requiredSchemes)));
  5267.                 }
  5268.                 return $ret;
  5269.             }
  5270.             not_cart_buystep:
  5271.             // cart_handle_item_with_product_option
  5272.             if (=== strpos($pathinfo'/cart-with-product-option') && preg_match('#^/cart\\-with\\-product\\-option/(?P<operation>up|down|remove)/(?P<productClassId>\\d+)/(?P<productOptionGroupId>[^/]++)$#sD'$pathinfo$matches)) {
  5273.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'cart_handle_item_with_product_option']), array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\ProductOptionController::handleCartItem',));
  5274.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5275.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5276.                 if (!in_array($canonicalMethod, ['PUT''GET'])) {
  5277.                     if ($hasRequiredScheme) {
  5278.                         $allow array_merge($allow, ['PUT''GET']);
  5279.                     }
  5280.                     goto not_cart_handle_item_with_product_option;
  5281.                 }
  5282.                 if (!$hasRequiredScheme) {
  5283.                     if ('GET' !== $canonicalMethod) {
  5284.                         goto not_cart_handle_item_with_product_option;
  5285.                     }
  5286.                     return array_replace($ret$this->redirect($rawPathinfo'cart_handle_item_with_product_option'key($requiredSchemes)));
  5287.                 }
  5288.                 return $ret;
  5289.             }
  5290.             not_cart_handle_item_with_product_option:
  5291.         }
  5292.         elseif (=== strpos($pathinfo'/contact')) {
  5293.             // contact
  5294.             if ('/contact' === $pathinfo) {
  5295.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ContactController::index',  '_route' => 'contact',);
  5296.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5297.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5298.                     if ('GET' !== $canonicalMethod) {
  5299.                         goto not_contact;
  5300.                     }
  5301.                     return array_replace($ret$this->redirect($rawPathinfo'contact'key($requiredSchemes)));
  5302.                 }
  5303.                 return $ret;
  5304.             }
  5305.             not_contact:
  5306.             // contact_complete
  5307.             if ('/contact/complete' === $pathinfo) {
  5308.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ContactController::complete',  '_route' => 'contact_complete',);
  5309.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5310.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5311.                     if ('GET' !== $canonicalMethod) {
  5312.                         goto not_contact_complete;
  5313.                     }
  5314.                     return array_replace($ret$this->redirect($rawPathinfo'contact_complete'key($requiredSchemes)));
  5315.                 }
  5316.                 return $ret;
  5317.             }
  5318.             not_contact_complete:
  5319.         }
  5320.         elseif (=== strpos($pathinfo'/entry')) {
  5321.             // entry
  5322.             if ('/entry' === $pathinfo) {
  5323.                 $ret = array (  '_controller' => 'Eccube\\Controller\\EntryController::index',  '_route' => 'entry',);
  5324.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5325.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5326.                     if ('GET' !== $canonicalMethod) {
  5327.                         goto not_entry;
  5328.                     }
  5329.                     return array_replace($ret$this->redirect($rawPathinfo'entry'key($requiredSchemes)));
  5330.                 }
  5331.                 return $ret;
  5332.             }
  5333.             not_entry:
  5334.             // entry_complete
  5335.             if ('/entry/complete' === $pathinfo) {
  5336.                 $ret = array (  '_controller' => 'Eccube\\Controller\\EntryController::complete',  '_route' => 'entry_complete',);
  5337.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5338.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5339.                     if ('GET' !== $canonicalMethod) {
  5340.                         goto not_entry_complete;
  5341.                     }
  5342.                     return array_replace($ret$this->redirect($rawPathinfo'entry_complete'key($requiredSchemes)));
  5343.                 }
  5344.                 return $ret;
  5345.             }
  5346.             not_entry_complete:
  5347.             // entry_activate
  5348.             if (=== strpos($pathinfo'/entry/activate') && preg_match('#^/entry/activate/(?P<secret_key>[^/]++)(?:/(?P<qtyInCart>[^/]++))?$#sD'$pathinfo$matches)) {
  5349.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'entry_activate']), array (  'qtyInCart' => NULL,  '_controller' => 'Eccube\\Controller\\EntryController::activate',));
  5350.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5351.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5352.                     if ('GET' !== $canonicalMethod) {
  5353.                         goto not_entry_activate;
  5354.                     }
  5355.                     return array_replace($ret$this->redirect($rawPathinfo'entry_activate'key($requiredSchemes)));
  5356.                 }
  5357.                 return $ret;
  5358.             }
  5359.             not_entry_activate:
  5360.             if (=== strpos($pathinfo'/entryShop')) {
  5361.                 // entryShop
  5362.                 if ('/entryShop' === $pathinfo) {
  5363.                     $ret = array (  '_controller' => 'Eccube\\Controller\\EntryShopController::index',  '_route' => 'entryShop',);
  5364.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5365.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5366.                         if ('GET' !== $canonicalMethod) {
  5367.                             goto not_entryShop;
  5368.                         }
  5369.                         return array_replace($ret$this->redirect($rawPathinfo'entryShop'key($requiredSchemes)));
  5370.                     }
  5371.                     return $ret;
  5372.                 }
  5373.                 not_entryShop:
  5374.                 if (=== strpos($pathinfo'/entryShop/uploadFile/add')) {
  5375.                     // entry_shop_upload_file_add
  5376.                     if ('/entryShop/uploadFile/add' === $pathinfo) {
  5377.                         $ret = array (  '_controller' => 'Eccube\\Controller\\EntryShopController::uploadFileAdd',  '_route' => 'entry_shop_upload_file_add',);
  5378.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5379.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  5380.                             if ('GET' !== $canonicalMethod) {
  5381.                                 goto not_entry_shop_upload_file_add;
  5382.                             }
  5383.                             return array_replace($ret$this->redirect($rawPathinfo'entry_shop_upload_file_add'key($requiredSchemes)));
  5384.                         }
  5385.                         return $ret;
  5386.                     }
  5387.                     not_entry_shop_upload_file_add:
  5388.                     // entry_shop_upload_file_add2
  5389.                     if ('/entryShop/uploadFile/add2' === $pathinfo) {
  5390.                         $ret = array (  '_controller' => 'Eccube\\Controller\\EntryShopController::uploadFileAdd2',  '_route' => 'entry_shop_upload_file_add2',);
  5391.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5392.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  5393.                             if ('GET' !== $canonicalMethod) {
  5394.                                 goto not_entry_shop_upload_file_add2;
  5395.                             }
  5396.                             return array_replace($ret$this->redirect($rawPathinfo'entry_shop_upload_file_add2'key($requiredSchemes)));
  5397.                         }
  5398.                         return $ret;
  5399.                     }
  5400.                     not_entry_shop_upload_file_add2:
  5401.                 }
  5402.                 // entry_shop_complete
  5403.                 if ('/entryShop/complete' === $pathinfo) {
  5404.                     $ret = array (  '_controller' => 'Eccube\\Controller\\EntryShopController::complete',  '_route' => 'entry_shop_complete',);
  5405.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5406.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5407.                         if ('GET' !== $canonicalMethod) {
  5408.                             goto not_entry_shop_complete;
  5409.                         }
  5410.                         return array_replace($ret$this->redirect($rawPathinfo'entry_shop_complete'key($requiredSchemes)));
  5411.                     }
  5412.                     return $ret;
  5413.                 }
  5414.                 not_entry_shop_complete:
  5415.             }
  5416.         }
  5417.         elseif (=== strpos($pathinfo'/forgot')) {
  5418.             // forgot
  5419.             if ('/forgot' === $pathinfo) {
  5420.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ForgotController::index',  '_route' => 'forgot',);
  5421.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5422.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5423.                     if ('GET' !== $canonicalMethod) {
  5424.                         goto not_forgot;
  5425.                     }
  5426.                     return array_replace($ret$this->redirect($rawPathinfo'forgot'key($requiredSchemes)));
  5427.                 }
  5428.                 return $ret;
  5429.             }
  5430.             not_forgot:
  5431.             // forgot_complete
  5432.             if ('/forgot/complete' === $pathinfo) {
  5433.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ForgotController::complete',  '_route' => 'forgot_complete',);
  5434.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5435.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5436.                     if ('GET' !== $canonicalMethod) {
  5437.                         goto not_forgot_complete;
  5438.                     }
  5439.                     return array_replace($ret$this->redirect($rawPathinfo'forgot_complete'key($requiredSchemes)));
  5440.                 }
  5441.                 return $ret;
  5442.             }
  5443.             not_forgot_complete:
  5444.             // forgot_reset
  5445.             if (=== strpos($pathinfo'/forgot/reset') && preg_match('#^/forgot/reset/(?P<reset_key>[^/]++)$#sD'$pathinfo$matches)) {
  5446.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'forgot_reset']), array (  '_controller' => 'Eccube\\Controller\\ForgotController::reset',));
  5447.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5448.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5449.                     if ('GET' !== $canonicalMethod) {
  5450.                         goto not_forgot_reset;
  5451.                     }
  5452.                     return array_replace($ret$this->redirect($rawPathinfo'forgot_reset'key($requiredSchemes)));
  5453.                 }
  5454.                 return $ret;
  5455.             }
  5456.             not_forgot_reset:
  5457.         }
  5458.         elseif (=== strpos($pathinfo'/help')) {
  5459.             // help_tradelaw
  5460.             if ('/help/tradelaw' === $pathinfo) {
  5461.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::tradelaw',  '_route' => 'help_tradelaw',);
  5462.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5463.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5464.                     if ('GET' !== $canonicalMethod) {
  5465.                         goto not_help_tradelaw;
  5466.                     }
  5467.                     return array_replace($ret$this->redirect($rawPathinfo'help_tradelaw'key($requiredSchemes)));
  5468.                 }
  5469.                 return $ret;
  5470.             }
  5471.             not_help_tradelaw:
  5472.             // help_guide
  5473.             if ('/help/guide' === $pathinfo) {
  5474.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::guide',  '_route' => 'help_guide',);
  5475.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5476.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5477.                     if ('GET' !== $canonicalMethod) {
  5478.                         goto not_help_guide;
  5479.                     }
  5480.                     return array_replace($ret$this->redirect($rawPathinfo'help_guide'key($requiredSchemes)));
  5481.                 }
  5482.                 return $ret;
  5483.             }
  5484.             not_help_guide:
  5485.             // help_about
  5486.             if ('/help/about' === $pathinfo) {
  5487.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::about',  '_route' => 'help_about',);
  5488.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5489.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5490.                     if ('GET' !== $canonicalMethod) {
  5491.                         goto not_help_about;
  5492.                     }
  5493.                     return array_replace($ret$this->redirect($rawPathinfo'help_about'key($requiredSchemes)));
  5494.                 }
  5495.                 return $ret;
  5496.             }
  5497.             not_help_about:
  5498.             // help_agreement
  5499.             if ('/help/agreement' === $pathinfo) {
  5500.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::agreement',  '_route' => 'help_agreement',);
  5501.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5502.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5503.                     if ('GET' !== $canonicalMethod) {
  5504.                         goto not_help_agreement;
  5505.                     }
  5506.                     return array_replace($ret$this->redirect($rawPathinfo'help_agreement'key($requiredSchemes)));
  5507.                 }
  5508.                 return $ret;
  5509.             }
  5510.             not_help_agreement:
  5511.             if (=== strpos($pathinfo'/help/pr')) {
  5512.                 // help_privacy
  5513.                 if ('/help/privacy' === $pathinfo) {
  5514.                     $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::privacy',  '_route' => 'help_privacy',);
  5515.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5516.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5517.                         if ('GET' !== $canonicalMethod) {
  5518.                             goto not_help_privacy;
  5519.                         }
  5520.                         return array_replace($ret$this->redirect($rawPathinfo'help_privacy'key($requiredSchemes)));
  5521.                     }
  5522.                     return $ret;
  5523.                 }
  5524.                 not_help_privacy:
  5525.                 // help_pro_agreement
  5526.                 if ('/help/pro_agreement' === $pathinfo) {
  5527.                     $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::pro_agreement',  '_route' => 'help_pro_agreement',);
  5528.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5529.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5530.                         if ('GET' !== $canonicalMethod) {
  5531.                             goto not_help_pro_agreement;
  5532.                         }
  5533.                         return array_replace($ret$this->redirect($rawPathinfo'help_pro_agreement'key($requiredSchemes)));
  5534.                     }
  5535.                     return $ret;
  5536.                 }
  5537.                 not_help_pro_agreement:
  5538.                 // help_pro_member
  5539.                 if ('/help/pro_member' === $pathinfo) {
  5540.                     $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::pro_member',  '_route' => 'help_pro_member',);
  5541.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5542.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5543.                         if ('GET' !== $canonicalMethod) {
  5544.                             goto not_help_pro_member;
  5545.                         }
  5546.                         return array_replace($ret$this->redirect($rawPathinfo'help_pro_member'key($requiredSchemes)));
  5547.                     }
  5548.                     return $ret;
  5549.                 }
  5550.                 not_help_pro_member:
  5551.             }
  5552.             // help_faq
  5553.             if ('/help/faq' === $pathinfo) {
  5554.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::faq',  '_route' => 'help_faq',);
  5555.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5556.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5557.                     if ('GET' !== $canonicalMethod) {
  5558.                         goto not_help_faq;
  5559.                     }
  5560.                     return array_replace($ret$this->redirect($rawPathinfo'help_faq'key($requiredSchemes)));
  5561.                 }
  5562.                 return $ret;
  5563.             }
  5564.             not_help_faq:
  5565.             // help_member
  5566.             if ('/help/member' === $pathinfo) {
  5567.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::member',  '_route' => 'help_member',);
  5568.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5569.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5570.                     if ('GET' !== $canonicalMethod) {
  5571.                         goto not_help_member;
  5572.                     }
  5573.                     return array_replace($ret$this->redirect($rawPathinfo'help_member'key($requiredSchemes)));
  5574.                 }
  5575.                 return $ret;
  5576.             }
  5577.             not_help_member:
  5578.             // help_shop_agreement
  5579.             if ('/help/shopagreement' === $pathinfo) {
  5580.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::shopagreement',  '_route' => 'help_shop_agreement',);
  5581.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5582.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5583.                     if ('GET' !== $canonicalMethod) {
  5584.                         goto not_help_shop_agreement;
  5585.                     }
  5586.                     return array_replace($ret$this->redirect($rawPathinfo'help_shop_agreement'key($requiredSchemes)));
  5587.                 }
  5588.                 return $ret;
  5589.             }
  5590.             not_help_shop_agreement:
  5591.         }
  5592.         elseif (=== strpos($pathinfo'/install')) {
  5593.             // install
  5594.             if ('/install' === $pathinfo) {
  5595.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::index',  '_route' => 'install',);
  5596.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5597.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5598.                     if ('GET' !== $canonicalMethod) {
  5599.                         goto not_install;
  5600.                     }
  5601.                     return array_replace($ret$this->redirect($rawPathinfo'install'key($requiredSchemes)));
  5602.                 }
  5603.                 return $ret;
  5604.             }
  5605.             not_install:
  5606.             if (=== strpos($pathinfo'/install/step')) {
  5607.                 // install_step1
  5608.                 if ('/install/step1' === $pathinfo) {
  5609.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step1',  '_route' => 'install_step1',);
  5610.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5611.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5612.                         if ('GET' !== $canonicalMethod) {
  5613.                             goto not_install_step1;
  5614.                         }
  5615.                         return array_replace($ret$this->redirect($rawPathinfo'install_step1'key($requiredSchemes)));
  5616.                     }
  5617.                     return $ret;
  5618.                 }
  5619.                 not_install_step1:
  5620.                 // install_step2
  5621.                 if ('/install/step2' === $pathinfo) {
  5622.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step2',  '_route' => 'install_step2',);
  5623.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5624.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5625.                         if ('GET' !== $canonicalMethod) {
  5626.                             goto not_install_step2;
  5627.                         }
  5628.                         return array_replace($ret$this->redirect($rawPathinfo'install_step2'key($requiredSchemes)));
  5629.                     }
  5630.                     return $ret;
  5631.                 }
  5632.                 not_install_step2:
  5633.                 // install_step3
  5634.                 if ('/install/step3' === $pathinfo) {
  5635.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step3',  '_route' => 'install_step3',);
  5636.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5637.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5638.                         if ('GET' !== $canonicalMethod) {
  5639.                             goto not_install_step3;
  5640.                         }
  5641.                         return array_replace($ret$this->redirect($rawPathinfo'install_step3'key($requiredSchemes)));
  5642.                     }
  5643.                     return $ret;
  5644.                 }
  5645.                 not_install_step3:
  5646.                 // install_step4
  5647.                 if ('/install/step4' === $pathinfo) {
  5648.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step4',  '_route' => 'install_step4',);
  5649.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5650.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5651.                         if ('GET' !== $canonicalMethod) {
  5652.                             goto not_install_step4;
  5653.                         }
  5654.                         return array_replace($ret$this->redirect($rawPathinfo'install_step4'key($requiredSchemes)));
  5655.                     }
  5656.                     return $ret;
  5657.                 }
  5658.                 not_install_step4:
  5659.                 // install_step5
  5660.                 if ('/install/step5' === $pathinfo) {
  5661.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step5',  '_route' => 'install_step5',);
  5662.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5663.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5664.                         if ('GET' !== $canonicalMethod) {
  5665.                             goto not_install_step5;
  5666.                         }
  5667.                         return array_replace($ret$this->redirect($rawPathinfo'install_step5'key($requiredSchemes)));
  5668.                     }
  5669.                     return $ret;
  5670.                 }
  5671.                 not_install_step5:
  5672.             }
  5673.             // install_complete
  5674.             if ('/install/complete' === $pathinfo) {
  5675.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::complete',  '_route' => 'install_complete',);
  5676.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5677.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5678.                     if ('GET' !== $canonicalMethod) {
  5679.                         goto not_install_complete;
  5680.                     }
  5681.                     return array_replace($ret$this->redirect($rawPathinfo'install_complete'key($requiredSchemes)));
  5682.                 }
  5683.                 return $ret;
  5684.             }
  5685.             not_install_complete:
  5686.         }
  5687.         elseif (=== strpos($pathinfo'/mypage')) {
  5688.             if (=== strpos($pathinfo'/mypage/change')) {
  5689.                 // mypage_change
  5690.                 if ('/mypage/change' === $pathinfo) {
  5691.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\ChangeController::index',  '_route' => 'mypage_change',);
  5692.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5693.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5694.                         if ('GET' !== $canonicalMethod) {
  5695.                             goto not_mypage_change;
  5696.                         }
  5697.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_change'key($requiredSchemes)));
  5698.                     }
  5699.                     return $ret;
  5700.                 }
  5701.                 not_mypage_change:
  5702.                 // mypage_change_complete
  5703.                 if ('/mypage/change_complete' === $pathinfo) {
  5704.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\ChangeController::complete',  '_route' => 'mypage_change_complete',);
  5705.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5706.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5707.                         if ('GET' !== $canonicalMethod) {
  5708.                             goto not_mypage_change_complete;
  5709.                         }
  5710.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_change_complete'key($requiredSchemes)));
  5711.                     }
  5712.                     return $ret;
  5713.                 }
  5714.                 not_mypage_change_complete:
  5715.             }
  5716.             elseif (=== strpos($pathinfo'/mypage/delivery')) {
  5717.                 // mypage_delivery
  5718.                 if ('/mypage/delivery' === $pathinfo) {
  5719.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::index',  '_route' => 'mypage_delivery',);
  5720.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5721.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5722.                         if ('GET' !== $canonicalMethod) {
  5723.                             goto not_mypage_delivery;
  5724.                         }
  5725.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery'key($requiredSchemes)));
  5726.                     }
  5727.                     return $ret;
  5728.                 }
  5729.                 not_mypage_delivery:
  5730.                 // mypage_delivery_new
  5731.                 if ('/mypage/delivery/new' === $pathinfo) {
  5732.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::edit',  '_route' => 'mypage_delivery_new',);
  5733.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5734.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5735.                         if ('GET' !== $canonicalMethod) {
  5736.                             goto not_mypage_delivery_new;
  5737.                         }
  5738.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_new'key($requiredSchemes)));
  5739.                     }
  5740.                     return $ret;
  5741.                 }
  5742.                 not_mypage_delivery_new:
  5743.                 // mypage_delivery_edit
  5744.                 if (preg_match('#^/mypage/delivery/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  5745.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_delivery_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::edit',));
  5746.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5747.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5748.                         if ('GET' !== $canonicalMethod) {
  5749.                             goto not_mypage_delivery_edit;
  5750.                         }
  5751.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_edit'key($requiredSchemes)));
  5752.                     }
  5753.                     return $ret;
  5754.                 }
  5755.                 not_mypage_delivery_edit:
  5756.                 // mypage_delivery_delete
  5757.                 if (preg_match('#^/mypage/delivery/(?P<id>[^/]++)/delete$#sD'$pathinfo$matches)) {
  5758.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::delete',));
  5759.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5760.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5761.                     if (!in_array($requestMethod, ['DELETE'])) {
  5762.                         if ($hasRequiredScheme) {
  5763.                             $allow array_merge($allow, ['DELETE']);
  5764.                         }
  5765.                         goto not_mypage_delivery_delete;
  5766.                     }
  5767.                     if (!$hasRequiredScheme) {
  5768.                         if ('GET' !== $canonicalMethod) {
  5769.                             goto not_mypage_delivery_delete;
  5770.                         }
  5771.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_delete'key($requiredSchemes)));
  5772.                     }
  5773.                     return $ret;
  5774.                 }
  5775.                 not_mypage_delivery_delete:
  5776.             }
  5777.             // mypage_login
  5778.             if ('/mypage/login' === $pathinfo) {
  5779.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::login',  '_route' => 'mypage_login',);
  5780.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5781.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5782.                     if ('GET' !== $canonicalMethod) {
  5783.                         goto not_mypage_login;
  5784.                     }
  5785.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_login'key($requiredSchemes)));
  5786.                 }
  5787.                 return $ret;
  5788.             }
  5789.             not_mypage_login:
  5790.             // mypage
  5791.             if ('/mypage' === $trimmedPathinfo) {
  5792.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::index',  '_route' => 'mypage',);
  5793.                 if ('/' === substr($pathinfo, -1)) {
  5794.                     // no-op
  5795.                 } elseif ('GET' !== $canonicalMethod) {
  5796.                     goto not_mypage;
  5797.                 } else {
  5798.                     return array_replace($ret$this->redirect($rawPathinfo.'/''mypage'));
  5799.                 }
  5800.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5801.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5802.                     if ('GET' !== $canonicalMethod) {
  5803.                         goto not_mypage;
  5804.                     }
  5805.                     return array_replace($ret$this->redirect($rawPathinfo'mypage'key($requiredSchemes)));
  5806.                 }
  5807.                 return $ret;
  5808.             }
  5809.             not_mypage:
  5810.             // mypage_history
  5811.             if (=== strpos($pathinfo'/mypage/history') && preg_match('#^/mypage/history/(?P<order_no>[^/]++)$#sD'$pathinfo$matches)) {
  5812.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_history']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::history',));
  5813.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5814.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5815.                     if ('GET' !== $canonicalMethod) {
  5816.                         goto not_mypage_history;
  5817.                     }
  5818.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_history'key($requiredSchemes)));
  5819.                 }
  5820.                 return $ret;
  5821.             }
  5822.             not_mypage_history:
  5823.             // mypage_order
  5824.             if (=== strpos($pathinfo'/mypage/order') && preg_match('#^/mypage/order/(?P<order_no>[^/]++)$#sD'$pathinfo$matches)) {
  5825.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_order']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::order',));
  5826.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5827.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5828.                 if (!in_array($requestMethod, ['PUT'])) {
  5829.                     if ($hasRequiredScheme) {
  5830.                         $allow array_merge($allow, ['PUT']);
  5831.                     }
  5832.                     goto not_mypage_order;
  5833.                 }
  5834.                 if (!$hasRequiredScheme) {
  5835.                     if ('GET' !== $canonicalMethod) {
  5836.                         goto not_mypage_order;
  5837.                     }
  5838.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_order'key($requiredSchemes)));
  5839.                 }
  5840.                 return $ret;
  5841.             }
  5842.             not_mypage_order:
  5843.             if (=== strpos($pathinfo'/mypage/favorite')) {
  5844.                 // mypage_favorite
  5845.                 if ('/mypage/favorite' === $pathinfo) {
  5846.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::favorite',  '_route' => 'mypage_favorite',);
  5847.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5848.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5849.                         if ('GET' !== $canonicalMethod) {
  5850.                             goto not_mypage_favorite;
  5851.                         }
  5852.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_favorite'key($requiredSchemes)));
  5853.                     }
  5854.                     return $ret;
  5855.                 }
  5856.                 not_mypage_favorite:
  5857.                 // mypage_favorite_delete
  5858.                 if (preg_match('#^/mypage/favorite/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  5859.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_favorite_delete']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::delete',));
  5860.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5861.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  5862.                     if (!in_array($requestMethod, ['DELETE'])) {
  5863.                         if ($hasRequiredScheme) {
  5864.                             $allow array_merge($allow, ['DELETE']);
  5865.                         }
  5866.                         goto not_mypage_favorite_delete;
  5867.                     }
  5868.                     if (!$hasRequiredScheme) {
  5869.                         if ('GET' !== $canonicalMethod) {
  5870.                             goto not_mypage_favorite_delete;
  5871.                         }
  5872.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_favorite_delete'key($requiredSchemes)));
  5873.                     }
  5874.                     return $ret;
  5875.                 }
  5876.                 not_mypage_favorite_delete:
  5877.             }
  5878.             // mypage_print
  5879.             if (preg_match('#^/mypage/(?P<order_no>[^/]++)/(?P<print>[^/]++)/print$#sD'$pathinfo$matches)) {
  5880.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_print']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::exportPrint',));
  5881.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5882.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5883.                     if ('GET' !== $canonicalMethod) {
  5884.                         goto not_mypage_print;
  5885.                     }
  5886.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_print'key($requiredSchemes)));
  5887.                 }
  5888.                 return $ret;
  5889.             }
  5890.             not_mypage_print:
  5891.             // mypage_point
  5892.             if ('/mypage/point' === $pathinfo) {
  5893.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::point',  '_route' => 'mypage_point',);
  5894.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5895.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5896.                     if ('GET' !== $canonicalMethod) {
  5897.                         goto not_mypage_point;
  5898.                     }
  5899.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_point'key($requiredSchemes)));
  5900.                 }
  5901.                 return $ret;
  5902.             }
  5903.             not_mypage_point:
  5904.             // mypage_shop
  5905.             if ('/mypage/shop' === $pathinfo) {
  5906.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\ShopController::index',  '_route' => 'mypage_shop',);
  5907.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5908.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5909.                     if ('GET' !== $canonicalMethod) {
  5910.                         goto not_mypage_shop;
  5911.                     }
  5912.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_shop'key($requiredSchemes)));
  5913.                 }
  5914.                 return $ret;
  5915.             }
  5916.             not_mypage_shop:
  5917.             if (=== strpos($pathinfo'/mypage/withdraw')) {
  5918.                 // mypage_withdraw
  5919.                 if ('/mypage/withdraw' === $pathinfo) {
  5920.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\WithdrawController::index',  '_route' => 'mypage_withdraw',);
  5921.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5922.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5923.                         if ('GET' !== $canonicalMethod) {
  5924.                             goto not_mypage_withdraw;
  5925.                         }
  5926.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_withdraw'key($requiredSchemes)));
  5927.                     }
  5928.                     return $ret;
  5929.                 }
  5930.                 not_mypage_withdraw:
  5931.                 // mypage_withdraw_complete
  5932.                 if ('/mypage/withdraw_complete' === $pathinfo) {
  5933.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\WithdrawController::complete',  '_route' => 'mypage_withdraw_complete',);
  5934.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5935.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5936.                         if ('GET' !== $canonicalMethod) {
  5937.                             goto not_mypage_withdraw_complete;
  5938.                         }
  5939.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_withdraw_complete'key($requiredSchemes)));
  5940.                     }
  5941.                     return $ret;
  5942.                 }
  5943.                 not_mypage_withdraw_complete:
  5944.             }
  5945.         }
  5946.         elseif (=== strpos($pathinfo'/shopping')) {
  5947.             // shopping_nonmember
  5948.             if ('/shopping/nonmember' === $pathinfo) {
  5949.                 $ret = array (  '_controller' => 'Eccube\\Controller\\NonMemberShoppingController::index',  '_route' => 'shopping_nonmember',);
  5950.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5951.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5952.                     if ('GET' !== $canonicalMethod) {
  5953.                         goto not_shopping_nonmember;
  5954.                     }
  5955.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_nonmember'key($requiredSchemes)));
  5956.                 }
  5957.                 return $ret;
  5958.             }
  5959.             not_shopping_nonmember:
  5960.             // shopping_customer
  5961.             if ('/shopping/customer' === $pathinfo) {
  5962.                 $ret = array (  '_controller' => 'Eccube\\Controller\\NonMemberShoppingController::customer',  '_route' => 'shopping_customer',);
  5963.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5964.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  5965.                     if ('GET' !== $canonicalMethod) {
  5966.                         goto not_shopping_customer;
  5967.                     }
  5968.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_customer'key($requiredSchemes)));
  5969.                 }
  5970.                 return $ret;
  5971.             }
  5972.             not_shopping_customer:
  5973.             if (=== strpos($pathinfo'/shopping/shipping_multiple')) {
  5974.                 // shopping_shipping_multiple
  5975.                 if ('/shopping/shipping_multiple' === $pathinfo) {
  5976.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShippingMultipleController::index',  '_route' => 'shopping_shipping_multiple',);
  5977.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5978.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5979.                         if ('GET' !== $canonicalMethod) {
  5980.                             goto not_shopping_shipping_multiple;
  5981.                         }
  5982.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_multiple'key($requiredSchemes)));
  5983.                     }
  5984.                     return $ret;
  5985.                 }
  5986.                 not_shopping_shipping_multiple:
  5987.                 // shopping_shipping_multiple_edit
  5988.                 if ('/shopping/shipping_multiple_edit' === $pathinfo) {
  5989.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShippingMultipleController::shippingMultipleEdit',  '_route' => 'shopping_shipping_multiple_edit',);
  5990.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  5991.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  5992.                         if ('GET' !== $canonicalMethod) {
  5993.                             goto not_shopping_shipping_multiple_edit;
  5994.                         }
  5995.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_multiple_edit'key($requiredSchemes)));
  5996.                     }
  5997.                     return $ret;
  5998.                 }
  5999.                 not_shopping_shipping_multiple_edit:
  6000.             }
  6001.             // shopping
  6002.             if ('/shopping' === $pathinfo) {
  6003.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::index',  '_route' => 'shopping',);
  6004.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6005.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  6006.                     if ('GET' !== $canonicalMethod) {
  6007.                         goto not_shopping;
  6008.                     }
  6009.                     return array_replace($ret$this->redirect($rawPathinfo'shopping'key($requiredSchemes)));
  6010.                 }
  6011.                 return $ret;
  6012.             }
  6013.             not_shopping:
  6014.             // shopping_redirect_to
  6015.             if ('/shopping/redirect_to' === $pathinfo) {
  6016.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::redirectTo',  '_route' => 'shopping_redirect_to',);
  6017.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6018.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6019.                 if (!in_array($requestMethod, ['POST'])) {
  6020.                     if ($hasRequiredScheme) {
  6021.                         $allow array_merge($allow, ['POST']);
  6022.                     }
  6023.                     goto not_shopping_redirect_to;
  6024.                 }
  6025.                 if (!$hasRequiredScheme) {
  6026.                     if ('GET' !== $canonicalMethod) {
  6027.                         goto not_shopping_redirect_to;
  6028.                     }
  6029.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_redirect_to'key($requiredSchemes)));
  6030.                 }
  6031.                 return $ret;
  6032.             }
  6033.             not_shopping_redirect_to:
  6034.             if (=== strpos($pathinfo'/shopping/c')) {
  6035.                 // shopping_confirm
  6036.                 if ('/shopping/confirm' === $pathinfo) {
  6037.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::confirm',  '_route' => 'shopping_confirm',);
  6038.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6039.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6040.                     if (!in_array($requestMethod, ['POST'])) {
  6041.                         if ($hasRequiredScheme) {
  6042.                             $allow array_merge($allow, ['POST']);
  6043.                         }
  6044.                         goto not_shopping_confirm;
  6045.                     }
  6046.                     if (!$hasRequiredScheme) {
  6047.                         if ('GET' !== $canonicalMethod) {
  6048.                             goto not_shopping_confirm;
  6049.                         }
  6050.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_confirm'key($requiredSchemes)));
  6051.                     }
  6052.                     return $ret;
  6053.                 }
  6054.                 not_shopping_confirm:
  6055.                 // shopping_complete
  6056.                 if ('/shopping/complete' === $pathinfo) {
  6057.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::complete',  '_route' => 'shopping_complete',);
  6058.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6059.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  6060.                         if ('GET' !== $canonicalMethod) {
  6061.                             goto not_shopping_complete;
  6062.                         }
  6063.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_complete'key($requiredSchemes)));
  6064.                     }
  6065.                     return $ret;
  6066.                 }
  6067.                 not_shopping_complete:
  6068.                 if (=== strpos($pathinfo'/shopping/checkout')) {
  6069.                     // shopping_checkout
  6070.                     if ('/shopping/checkout' === $pathinfo) {
  6071.                         $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::checkout',  '_route' => 'shopping_checkout',);
  6072.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6073.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6074.                         if (!in_array($requestMethod, ['POST'])) {
  6075.                             if ($hasRequiredScheme) {
  6076.                                 $allow array_merge($allow, ['POST']);
  6077.                             }
  6078.                             goto not_shopping_checkout;
  6079.                         }
  6080.                         if (!$hasRequiredScheme) {
  6081.                             if ('GET' !== $canonicalMethod) {
  6082.                                 goto not_shopping_checkout;
  6083.                             }
  6084.                             return array_replace($ret$this->redirect($rawPathinfo'shopping_checkout'key($requiredSchemes)));
  6085.                         }
  6086.                         return $ret;
  6087.                     }
  6088.                     not_shopping_checkout:
  6089.                     // shopping_checkout_with_option
  6090.                     if ('/shopping/checkout-with-option' === $pathinfo) {
  6091.                         $ret = array (  '_controller' => 'Plugin\\ProductOption4\\Controller\\ProductOptionController::checkout',  '_route' => 'shopping_checkout_with_option',);
  6092.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6093.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6094.                         if (!in_array($requestMethod, ['POST'])) {
  6095.                             if ($hasRequiredScheme) {
  6096.                                 $allow array_merge($allow, ['POST']);
  6097.                             }
  6098.                             goto not_shopping_checkout_with_option;
  6099.                         }
  6100.                         if (!$hasRequiredScheme) {
  6101.                             if ('GET' !== $canonicalMethod) {
  6102.                                 goto not_shopping_checkout_with_option;
  6103.                             }
  6104.                             return array_replace($ret$this->redirect($rawPathinfo'shopping_checkout_with_option'key($requiredSchemes)));
  6105.                         }
  6106.                         return $ret;
  6107.                     }
  6108.                     not_shopping_checkout_with_option:
  6109.                 }
  6110.             }
  6111.             elseif (=== strpos($pathinfo'/shopping/shipping')) {
  6112.                 // shopping_shipping
  6113.                 if (preg_match('#^/shopping/shipping/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  6114.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'shopping_shipping']), array (  '_controller' => 'Eccube\\Controller\\ShoppingController::shipping',));
  6115.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6116.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  6117.                         if ('GET' !== $canonicalMethod) {
  6118.                             goto not_shopping_shipping;
  6119.                         }
  6120.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping'key($requiredSchemes)));
  6121.                     }
  6122.                     return $ret;
  6123.                 }
  6124.                 not_shopping_shipping:
  6125.                 // shopping_shipping_edit
  6126.                 if (=== strpos($pathinfo'/shopping/shipping_edit') && preg_match('#^/shopping/shipping_edit/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  6127.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'shopping_shipping_edit']), array (  '_controller' => 'Eccube\\Controller\\ShoppingController::shippingEdit',));
  6128.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6129.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  6130.                         if ('GET' !== $canonicalMethod) {
  6131.                             goto not_shopping_shipping_edit;
  6132.                         }
  6133.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_edit'key($requiredSchemes)));
  6134.                     }
  6135.                     return $ret;
  6136.                 }
  6137.                 not_shopping_shipping_edit:
  6138.             }
  6139.             // shopping_login
  6140.             if ('/shopping/login' === $pathinfo) {
  6141.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::login',  '_route' => 'shopping_login',);
  6142.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6143.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  6144.                     if ('GET' !== $canonicalMethod) {
  6145.                         goto not_shopping_login;
  6146.                     }
  6147.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_login'key($requiredSchemes)));
  6148.                 }
  6149.                 return $ret;
  6150.             }
  6151.             not_shopping_login:
  6152.             // shopping_error
  6153.             if ('/shopping/error' === $pathinfo) {
  6154.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ShoppingController::error',  '_route' => 'shopping_error',);
  6155.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6156.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  6157.                     if ('GET' !== $canonicalMethod) {
  6158.                         goto not_shopping_error;
  6159.                     }
  6160.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_error'key($requiredSchemes)));
  6161.                 }
  6162.                 return $ret;
  6163.             }
  6164.             not_shopping_error:
  6165.         }
  6166.         // shopEdit
  6167.         if ('/shopEdit' === $pathinfo) {
  6168.             $ret = array (  '_controller' => 'Eccube\\Controller\\ShopEditController::index',  '_route' => 'shopEdit',);
  6169.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6170.             if (!isset($requiredSchemes[$context->getScheme()])) {
  6171.                 if ('GET' !== $canonicalMethod) {
  6172.                     goto not_shopEdit;
  6173.                 }
  6174.                 return array_replace($ret$this->redirect($rawPathinfo'shopEdit'key($requiredSchemes)));
  6175.             }
  6176.             return $ret;
  6177.         }
  6178.         not_shopEdit:
  6179.         if (=== strpos($pathinfo'/p')) {
  6180.             if (=== strpos($pathinfo'/products')) {
  6181.                 // product_list
  6182.                 if ('/products/list' === $pathinfo) {
  6183.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ProductController::index',  '_route' => 'product_list',);
  6184.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6185.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  6186.                         if ('GET' !== $canonicalMethod) {
  6187.                             goto not_product_list;
  6188.                         }
  6189.                         return array_replace($ret$this->redirect($rawPathinfo'product_list'key($requiredSchemes)));
  6190.                     }
  6191.                     return $ret;
  6192.                 }
  6193.                 not_product_list:
  6194.                 // product_detail
  6195.                 if (=== strpos($pathinfo'/products/detail') && preg_match('#^/products/detail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  6196.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_detail']), array (  '_controller' => 'Eccube\\Controller\\ProductController::detail',));
  6197.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6198.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6199.                     if (!in_array($canonicalMethod, ['GET'])) {
  6200.                         if ($hasRequiredScheme) {
  6201.                             $allow array_merge($allow, ['GET']);
  6202.                         }
  6203.                         goto not_product_detail;
  6204.                     }
  6205.                     if (!$hasRequiredScheme) {
  6206.                         if ('GET' !== $canonicalMethod) {
  6207.                             goto not_product_detail;
  6208.                         }
  6209.                         return array_replace($ret$this->redirect($rawPathinfo'product_detail'key($requiredSchemes)));
  6210.                     }
  6211.                     return $ret;
  6212.                 }
  6213.                 not_product_detail:
  6214.                 // product_add_favorite
  6215.                 if (=== strpos($pathinfo'/products/add_favorite') && preg_match('#^/products/add_favorite/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  6216.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_add_favorite']), array (  '_controller' => 'Eccube\\Controller\\ProductController::addFavorite',));
  6217.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6218.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  6219.                         if ('GET' !== $canonicalMethod) {
  6220.                             goto not_product_add_favorite;
  6221.                         }
  6222.                         return array_replace($ret$this->redirect($rawPathinfo'product_add_favorite'key($requiredSchemes)));
  6223.                     }
  6224.                     return $ret;
  6225.                 }
  6226.                 not_product_add_favorite:
  6227.                 // product_add_cart
  6228.                 if (=== strpos($pathinfo'/products/add_cart') && preg_match('#^/products/add_cart/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  6229.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_add_cart']), array (  '_controller' => 'Eccube\\Controller\\ProductController::addCart',));
  6230.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6231.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6232.                     if (!in_array($requestMethod, ['POST'])) {
  6233.                         if ($hasRequiredScheme) {
  6234.                             $allow array_merge($allow, ['POST']);
  6235.                         }
  6236.                         goto not_product_add_cart;
  6237.                     }
  6238.                     if (!$hasRequiredScheme) {
  6239.                         if ('GET' !== $canonicalMethod) {
  6240.                             goto not_product_add_cart;
  6241.                         }
  6242.                         return array_replace($ret$this->redirect($rawPathinfo'product_add_cart'key($requiredSchemes)));
  6243.                     }
  6244.                     return $ret;
  6245.                 }
  6246.                 not_product_add_cart:
  6247.                 // products_create_product
  6248.                 if ('/products/createProduct' === $pathinfo) {
  6249.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ProductController::createProduct',  '_route' => 'products_create_product',);
  6250.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6251.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6252.                     if (!in_array($requestMethod, ['POST'])) {
  6253.                         if ($hasRequiredScheme) {
  6254.                             $allow array_merge($allow, ['POST']);
  6255.                         }
  6256.                         goto not_products_create_product;
  6257.                     }
  6258.                     if (!$hasRequiredScheme) {
  6259.                         if ('GET' !== $canonicalMethod) {
  6260.                             goto not_products_create_product;
  6261.                         }
  6262.                         return array_replace($ret$this->redirect($rawPathinfo'products_create_product'key($requiredSchemes)));
  6263.                     }
  6264.                     return $ret;
  6265.                 }
  6266.                 not_products_create_product:
  6267.                 // products_create_rakuten_category
  6268.                 if ('/products/createRakutenCategory' === $pathinfo) {
  6269.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ProductController::createRakutenCategory',  '_route' => 'products_create_rakuten_category',);
  6270.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6271.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6272.                     if (!in_array($requestMethod, ['POST'])) {
  6273.                         if ($hasRequiredScheme) {
  6274.                             $allow array_merge($allow, ['POST']);
  6275.                         }
  6276.                         goto not_products_create_rakuten_category;
  6277.                     }
  6278.                     if (!$hasRequiredScheme) {
  6279.                         if ('GET' !== $canonicalMethod) {
  6280.                             goto not_products_create_rakuten_category;
  6281.                         }
  6282.                         return array_replace($ret$this->redirect($rawPathinfo'products_create_rakuten_category'key($requiredSchemes)));
  6283.                     }
  6284.                     return $ret;
  6285.                 }
  6286.                 not_products_create_rakuten_category:
  6287.                 // products_fav_review
  6288.                 if ('/products/ec4autoFavReview' === $pathinfo) {
  6289.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ProductController::ec4autoFavReview',  '_route' => 'products_fav_review',);
  6290.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6291.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6292.                     if (!in_array($requestMethod, ['POST'])) {
  6293.                         if ($hasRequiredScheme) {
  6294.                             $allow array_merge($allow, ['POST']);
  6295.                         }
  6296.                         goto not_products_fav_review;
  6297.                     }
  6298.                     if (!$hasRequiredScheme) {
  6299.                         if ('GET' !== $canonicalMethod) {
  6300.                             goto not_products_fav_review;
  6301.                         }
  6302.                         return array_replace($ret$this->redirect($rawPathinfo'products_fav_review'key($requiredSchemes)));
  6303.                     }
  6304.                     return $ret;
  6305.                 }
  6306.                 not_products_fav_review:
  6307.                 // products_udpate_giga_stock
  6308.                 if ('/products/udpateGigaStock' === $pathinfo) {
  6309.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ProductController::udpateGigaStock',  '_route' => 'products_udpate_giga_stock',);
  6310.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6311.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6312.                     if (!in_array($requestMethod, ['POST'])) {
  6313.                         if ($hasRequiredScheme) {
  6314.                             $allow array_merge($allow, ['POST']);
  6315.                         }
  6316.                         goto not_products_udpate_giga_stock;
  6317.                     }
  6318.                     if (!$hasRequiredScheme) {
  6319.                         if ('GET' !== $canonicalMethod) {
  6320.                             goto not_products_udpate_giga_stock;
  6321.                         }
  6322.                         return array_replace($ret$this->redirect($rawPathinfo'products_udpate_giga_stock'key($requiredSchemes)));
  6323.                     }
  6324.                     return $ret;
  6325.                 }
  6326.                 not_products_udpate_giga_stock:
  6327.                 // products_news
  6328.                 if ('/products/getNews' === $pathinfo) {
  6329.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ProductController::getNews',  '_route' => 'products_news',);
  6330.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6331.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  6332.                         if ('GET' !== $canonicalMethod) {
  6333.                             goto not_products_news;
  6334.                         }
  6335.                         return array_replace($ret$this->redirect($rawPathinfo'products_news'key($requiredSchemes)));
  6336.                     }
  6337.                     return $ret;
  6338.                 }
  6339.                 not_products_news:
  6340.                 // products_set_news
  6341.                 if ('/products/setNews' === $pathinfo) {
  6342.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ProductController::setNews',  '_route' => 'products_set_news',);
  6343.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6344.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6345.                     if (!in_array($requestMethod, ['POST'])) {
  6346.                         if ($hasRequiredScheme) {
  6347.                             $allow array_merge($allow, ['POST']);
  6348.                         }
  6349.                         goto not_products_set_news;
  6350.                     }
  6351.                     if (!$hasRequiredScheme) {
  6352.                         if ('GET' !== $canonicalMethod) {
  6353.                             goto not_products_set_news;
  6354.                         }
  6355.                         return array_replace($ret$this->redirect($rawPathinfo'products_set_news'key($requiredSchemes)));
  6356.                     }
  6357.                     return $ret;
  6358.                 }
  6359.                 not_products_set_news:
  6360.             }
  6361.             elseif (=== strpos($pathinfo'/product_review')) {
  6362.                 // product_review_index
  6363.                 if (preg_match('#^/product_review/(?P<id>\\d+)/review$#sD'$pathinfo$matches)) {
  6364.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_review_index']), array (  '_controller' => 'Plugin\\ProductReview4\\Controller\\ProductReviewController::index',));
  6365.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6366.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  6367.                         if ('GET' !== $canonicalMethod) {
  6368.                             goto not_product_review_index;
  6369.                         }
  6370.                         return array_replace($ret$this->redirect($rawPathinfo'product_review_index'key($requiredSchemes)));
  6371.                     }
  6372.                     return $ret;
  6373.                 }
  6374.                 not_product_review_index:
  6375.                 // product_review_confirm
  6376.                 if (preg_match('#^/product_review/(?P<id>\\d+)/review$#sD'$pathinfo$matches)) {
  6377.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_review_confirm']), array (  '_controller' => 'Plugin\\ProductReview4\\Controller\\ProductReviewController::index',));
  6378.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6379.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  6380.                         if ('GET' !== $canonicalMethod) {
  6381.                             goto not_product_review_confirm;
  6382.                         }
  6383.                         return array_replace($ret$this->redirect($rawPathinfo'product_review_confirm'key($requiredSchemes)));
  6384.                     }
  6385.                     return $ret;
  6386.                 }
  6387.                 not_product_review_confirm:
  6388.                 // product_review_complete
  6389.                 if (preg_match('#^/product_review/(?P<id>\\d+)/complete$#sD'$pathinfo$matches)) {
  6390.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_review_complete']), array (  '_controller' => 'Plugin\\ProductReview4\\Controller\\ProductReviewController::complete',));
  6391.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6392.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  6393.                         if ('GET' !== $canonicalMethod) {
  6394.                             goto not_product_review_complete;
  6395.                         }
  6396.                         return array_replace($ret$this->redirect($rawPathinfo'product_review_complete'key($requiredSchemes)));
  6397.                     }
  6398.                     return $ret;
  6399.                 }
  6400.                 not_product_review_complete:
  6401.                 // product_review_display
  6402.                 if ('/product_review/display' === $pathinfo) {
  6403.                     $ret = array (  '_controller' => 'Plugin\\ProductReview4\\Controller\\ProductReviewController::display',  '_route' => 'product_review_display',);
  6404.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6405.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  6406.                         if ('GET' !== $canonicalMethod) {
  6407.                             goto not_product_review_display;
  6408.                         }
  6409.                         return array_replace($ret$this->redirect($rawPathinfo'product_review_display'key($requiredSchemes)));
  6410.                     }
  6411.                     return $ret;
  6412.                 }
  6413.                 not_product_review_display:
  6414.                 // product_review_upload_file_add
  6415.                 if ('/product_review/uploadFile/add' === $pathinfo) {
  6416.                     $ret = array (  '_controller' => 'Plugin\\ProductReview4\\Controller\\ProductReviewController::uploadFileAdd',  '_route' => 'product_review_upload_file_add',);
  6417.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6418.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  6419.                         if ('GET' !== $canonicalMethod) {
  6420.                             goto not_product_review_upload_file_add;
  6421.                         }
  6422.                         return array_replace($ret$this->redirect($rawPathinfo'product_review_upload_file_add'key($requiredSchemes)));
  6423.                     }
  6424.                     return $ret;
  6425.                 }
  6426.                 not_product_review_upload_file_add:
  6427.             }
  6428.             elseif (=== strpos($pathinfo'/plugin')) {
  6429.                 // plugin_coupon_shopping
  6430.                 if ('/plugin/coupon/shopping/shopping_coupon' === $pathinfo) {
  6431.                     $ret = array (  '_controller' => 'Plugin\\Coupon4\\Controller\\CouponShoppingController::shoppingCoupon',  '_route' => 'plugin_coupon_shopping',);
  6432.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6433.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  6434.                         if ('GET' !== $canonicalMethod) {
  6435.                             goto not_plugin_coupon_shopping;
  6436.                         }
  6437.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_shopping'key($requiredSchemes)));
  6438.                     }
  6439.                     return $ret;
  6440.                 }
  6441.                 not_plugin_coupon_shopping:
  6442.                 // plugin_coupon_apply_ajax
  6443.                 if ('/plugin/coupon/apply_ajax' === $pathinfo) {
  6444.                     $ret = array (  '_controller' => 'Plugin\\Coupon4\\Controller\\CouponShoppingController::applyCouponAjax',  '_route' => 'plugin_coupon_apply_ajax',);
  6445.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6446.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6447.                     if (!in_array($requestMethod, ['POST'])) {
  6448.                         if ($hasRequiredScheme) {
  6449.                             $allow array_merge($allow, ['POST']);
  6450.                         }
  6451.                         goto not_plugin_coupon_apply_ajax;
  6452.                     }
  6453.                     if (!$hasRequiredScheme) {
  6454.                         if ('GET' !== $canonicalMethod) {
  6455.                             goto not_plugin_coupon_apply_ajax;
  6456.                         }
  6457.                         return array_replace($ret$this->redirect($rawPathinfo'plugin_coupon_apply_ajax'key($requiredSchemes)));
  6458.                     }
  6459.                     return $ret;
  6460.                 }
  6461.                 not_plugin_coupon_apply_ajax:
  6462.                 if (=== strpos($pathinfo'/plugin/stripe_payment_gateway')) {
  6463.                     // plugin_stripe_credit_card
  6464.                     if ('/plugin/stripe_payment_gateway/credit_card' === $pathinfo) {
  6465.                         $ret = array (  '_controller' => 'Plugin\\StripePaymentGateway\\Controller\\StripePaymentController::credit_payment',  '_route' => 'plugin_stripe_credit_card',);
  6466.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6467.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  6468.                             if ('GET' !== $canonicalMethod) {
  6469.                                 goto not_plugin_stripe_credit_card;
  6470.                             }
  6471.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_stripe_credit_card'key($requiredSchemes)));
  6472.                         }
  6473.                         return $ret;
  6474.                     }
  6475.                     not_plugin_stripe_credit_card:
  6476.                     // plugin_stripe_confirm_intent
  6477.                     if ('/plugin/stripe_payment_gateway/confirm_intent' === $pathinfo) {
  6478.                         $ret = array (  '_controller' => 'Plugin\\StripePaymentGateway\\Controller\\StripePrController::confirmIntent',  '_route' => 'plugin_stripe_confirm_intent',);
  6479.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6480.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  6481.                             if ('GET' !== $canonicalMethod) {
  6482.                                 goto not_plugin_stripe_confirm_intent;
  6483.                             }
  6484.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_stripe_confirm_intent'key($requiredSchemes)));
  6485.                         }
  6486.                         return $ret;
  6487.                     }
  6488.                     not_plugin_stripe_confirm_intent:
  6489.                     // plugin_stripe_konbini
  6490.                     if ('/plugin/stripe_payment_gateway/konbini' === $pathinfo) {
  6491.                         $ret = array (  '_controller' => 'Plugin\\StripePaymentGateway\\Controller\\StripePaymentController::konbiniPayment',  '_route' => 'plugin_stripe_konbini',);
  6492.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6493.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  6494.                             if ('GET' !== $canonicalMethod) {
  6495.                                 goto not_plugin_stripe_konbini;
  6496.                             }
  6497.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_stripe_konbini'key($requiredSchemes)));
  6498.                         }
  6499.                         return $ret;
  6500.                     }
  6501.                     not_plugin_stripe_konbini:
  6502.                     // plugin_stripe_payment_method_detach
  6503.                     if ('/plugin/stripe_payment_gateway/method_detach' === $pathinfo) {
  6504.                         $ret = array (  '_controller' => 'Plugin\\StripePaymentGateway\\Controller\\StripePaymentController::detachMethod',  '_route' => 'plugin_stripe_payment_method_detach',);
  6505.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6506.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  6507.                             if ('GET' !== $canonicalMethod) {
  6508.                                 goto not_plugin_stripe_payment_method_detach;
  6509.                             }
  6510.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_stripe_payment_method_detach'key($requiredSchemes)));
  6511.                         }
  6512.                         return $ret;
  6513.                     }
  6514.                     not_plugin_stripe_payment_method_detach:
  6515.                     if (=== strpos($pathinfo'/plugin/stripe_payment_gateway/p')) {
  6516.                         // plugin_stripe_payment_gateway_payment
  6517.                         if ('/plugin/stripe_payment_gateway/payment_intent' === $pathinfo) {
  6518.                             $ret = array (  '_controller' => 'Plugin\\StripePaymentGateway\\Controller\\StripePaymentController::paymentIntent',  '_route' => 'plugin_stripe_payment_gateway_payment',);
  6519.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6520.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  6521.                                 if ('GET' !== $canonicalMethod) {
  6522.                                     goto not_plugin_stripe_payment_gateway_payment;
  6523.                                 }
  6524.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_stripe_payment_gateway_payment'key($requiredSchemes)));
  6525.                             }
  6526.                             return $ret;
  6527.                         }
  6528.                         not_plugin_stripe_payment_gateway_payment:
  6529.                         // plugin_stripe_pr_shipping
  6530.                         if ('/plugin/stripe_payment_gateway/pr_shipping' === $pathinfo) {
  6531.                             $ret = array (  '_controller' => 'Plugin\\StripePaymentGateway\\Controller\\StripePrController::prShipping',  '_route' => 'plugin_stripe_pr_shipping',);
  6532.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6533.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  6534.                                 if ('GET' !== $canonicalMethod) {
  6535.                                     goto not_plugin_stripe_pr_shipping;
  6536.                                 }
  6537.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_stripe_pr_shipping'key($requiredSchemes)));
  6538.                             }
  6539.                             return $ret;
  6540.                         }
  6541.                         not_plugin_stripe_pr_shipping:
  6542.                         // plugin_stripe_pr_pay
  6543.                         if ('/plugin/stripe_payment_gateway/pr_pay' === $pathinfo) {
  6544.                             $ret = array (  '_controller' => 'Plugin\\StripePaymentGateway\\Controller\\StripePrController::prPay',  '_route' => 'plugin_stripe_pr_pay',);
  6545.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6546.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  6547.                                 if ('GET' !== $canonicalMethod) {
  6548.                                     goto not_plugin_stripe_pr_pay;
  6549.                                 }
  6550.                                 return array_replace($ret$this->redirect($rawPathinfo'plugin_stripe_pr_pay'key($requiredSchemes)));
  6551.                             }
  6552.                             return $ret;
  6553.                         }
  6554.                         not_plugin_stripe_pr_pay:
  6555.                     }
  6556.                     // plugin_stripe_payment_gateway_webhook
  6557.                     if ('/plugin/stripe_payment_gateway/webhook' === $pathinfo) {
  6558.                         $ret = array (  '_controller' => 'Plugin\\StripePaymentGateway\\Controller\\WebhookController::webhook',  '_route' => 'plugin_stripe_payment_gateway_webhook',);
  6559.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6560.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  6561.                             if ('GET' !== $canonicalMethod) {
  6562.                                 goto not_plugin_stripe_payment_gateway_webhook;
  6563.                             }
  6564.                             return array_replace($ret$this->redirect($rawPathinfo'plugin_stripe_payment_gateway_webhook'key($requiredSchemes)));
  6565.                         }
  6566.                         return $ret;
  6567.                     }
  6568.                     not_plugin_stripe_payment_gateway_webhook:
  6569.                 }
  6570.             }
  6571.             elseif (=== strpos($pathinfo'/paypal')) {
  6572.                 if (=== strpos($pathinfo'/paypal/prepare-transaction')) {
  6573.                     // paypal_prepare_transaction_acdc
  6574.                     if ('/paypal/prepare-transaction-acdc' === $pathinfo) {
  6575.                         $ret = array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\Acdc\\CreateAcdcOrderController',  '_route' => 'paypal_prepare_transaction_acdc',);
  6576.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6577.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6578.                         if (!in_array($requestMethod, ['POST'])) {
  6579.                             if ($hasRequiredScheme) {
  6580.                                 $allow array_merge($allow, ['POST']);
  6581.                             }
  6582.                             goto not_paypal_prepare_transaction_acdc;
  6583.                         }
  6584.                         if (!$hasRequiredScheme) {
  6585.                             if ('GET' !== $canonicalMethod) {
  6586.                                 goto not_paypal_prepare_transaction_acdc;
  6587.                             }
  6588.                             return array_replace($ret$this->redirect($rawPathinfo'paypal_prepare_transaction_acdc'key($requiredSchemes)));
  6589.                         }
  6590.                         return $ret;
  6591.                     }
  6592.                     not_paypal_prepare_transaction_acdc:
  6593.                     // paypal_prepare_transaction_inline_guest
  6594.                     if ('/paypal/prepare-transaction-inline-guest' === $pathinfo) {
  6595.                         $ret = array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\InlineGuest\\CreateInlineGuestOrderController',  '_route' => 'paypal_prepare_transaction_inline_guest',);
  6596.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6597.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6598.                         if (!in_array($requestMethod, ['POST'])) {
  6599.                             if ($hasRequiredScheme) {
  6600.                                 $allow array_merge($allow, ['POST']);
  6601.                             }
  6602.                             goto not_paypal_prepare_transaction_inline_guest;
  6603.                         }
  6604.                         if (!$hasRequiredScheme) {
  6605.                             if ('GET' !== $canonicalMethod) {
  6606.                                 goto not_paypal_prepare_transaction_inline_guest;
  6607.                             }
  6608.                             return array_replace($ret$this->redirect($rawPathinfo'paypal_prepare_transaction_inline_guest'key($requiredSchemes)));
  6609.                         }
  6610.                         return $ret;
  6611.                     }
  6612.                     not_paypal_prepare_transaction_inline_guest:
  6613.                     // paypal_prepare_transaction
  6614.                     if ('/paypal/prepare-transaction' === $pathinfo) {
  6615.                         $ret = array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\PaypalCheckout\\CreateOrderController',  '_route' => 'paypal_prepare_transaction',);
  6616.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6617.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6618.                         if (!in_array($requestMethod, ['POST'])) {
  6619.                             if ($hasRequiredScheme) {
  6620.                                 $allow array_merge($allow, ['POST']);
  6621.                             }
  6622.                             goto not_paypal_prepare_transaction;
  6623.                         }
  6624.                         if (!$hasRequiredScheme) {
  6625.                             if ('GET' !== $canonicalMethod) {
  6626.                                 goto not_paypal_prepare_transaction;
  6627.                             }
  6628.                             return array_replace($ret$this->redirect($rawPathinfo'paypal_prepare_transaction'key($requiredSchemes)));
  6629.                         }
  6630.                         return $ret;
  6631.                     }
  6632.                     not_paypal_prepare_transaction:
  6633.                 }
  6634.                 // paypal_prepare_subscription
  6635.                 if ('/paypal/prepare-subscription' === $pathinfo) {
  6636.                     $ret = array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\PaypalCheckout\\CreateBillingAgreementTokenController',  '_route' => 'paypal_prepare_subscription',);
  6637.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6638.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6639.                     if (!in_array($requestMethod, ['POST'])) {
  6640.                         if ($hasRequiredScheme) {
  6641.                             $allow array_merge($allow, ['POST']);
  6642.                         }
  6643.                         goto not_paypal_prepare_subscription;
  6644.                     }
  6645.                     if (!$hasRequiredScheme) {
  6646.                         if ('GET' !== $canonicalMethod) {
  6647.                             goto not_paypal_prepare_subscription;
  6648.                         }
  6649.                         return array_replace($ret$this->redirect($rawPathinfo'paypal_prepare_subscription'key($requiredSchemes)));
  6650.                     }
  6651.                     return $ret;
  6652.                 }
  6653.                 not_paypal_prepare_subscription:
  6654.                 // paypal_shortcut_prepare_transaction
  6655.                 if (=== strpos($pathinfo'/paypal/shortcut-prepare-transaction') && preg_match('#^/paypal/shortcut\\-prepare\\-transaction/(?P<cart_key>[a-zA-Z0-9]+[_][\\x20-\\x7E]+)$#sD'$pathinfo$matches)) {
  6656.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'paypal_shortcut_prepare_transaction']), array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\ShortcutPaypalCheckout\\OrderingProductController',));
  6657.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6658.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6659.                     if (!in_array($requestMethod, ['POST'])) {
  6660.                         if ($hasRequiredScheme) {
  6661.                             $allow array_merge($allow, ['POST']);
  6662.                         }
  6663.                         goto not_paypal_shortcut_prepare_transaction;
  6664.                     }
  6665.                     if (!$hasRequiredScheme) {
  6666.                         if ('GET' !== $canonicalMethod) {
  6667.                             goto not_paypal_shortcut_prepare_transaction;
  6668.                         }
  6669.                         return array_replace($ret$this->redirect($rawPathinfo'paypal_shortcut_prepare_transaction'key($requiredSchemes)));
  6670.                     }
  6671.                     return $ret;
  6672.                 }
  6673.                 not_paypal_shortcut_prepare_transaction:
  6674.                 // paypal_shortcut_ordering_subscription_product
  6675.                 if (=== strpos($pathinfo'/paypal/shortcut/ordering-subscription-product') && preg_match('#^/paypal/shortcut/ordering\\-subscription\\-product/(?P<cart_key>[a-zA-Z0-9]+[_][\\x20-\\x7E]+)$#sD'$pathinfo$matches)) {
  6676.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'paypal_shortcut_ordering_subscription_product']), array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\ShortcutPaypalCheckout\\OrderingSubscriptionProductController',));
  6677.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6678.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6679.                     if (!in_array($requestMethod, ['POST'])) {
  6680.                         if ($hasRequiredScheme) {
  6681.                             $allow array_merge($allow, ['POST']);
  6682.                         }
  6683.                         goto not_paypal_shortcut_ordering_subscription_product;
  6684.                     }
  6685.                     if (!$hasRequiredScheme) {
  6686.                         if ('GET' !== $canonicalMethod) {
  6687.                             goto not_paypal_shortcut_ordering_subscription_product;
  6688.                         }
  6689.                         return array_replace($ret$this->redirect($rawPathinfo'paypal_shortcut_ordering_subscription_product'key($requiredSchemes)));
  6690.                     }
  6691.                     return $ret;
  6692.                 }
  6693.                 not_paypal_shortcut_ordering_subscription_product:
  6694.                 // paypal_confirm
  6695.                 if ('/paypal_confirm' === $pathinfo) {
  6696.                     $ret = array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\ShortcutPaypalCheckout\\PayPalConfirmPageController::confirm',  '_route' => 'paypal_confirm',);
  6697.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6698.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6699.                     if (!in_array($canonicalMethod, ['GET'])) {
  6700.                         if ($hasRequiredScheme) {
  6701.                             $allow array_merge($allow, ['GET']);
  6702.                         }
  6703.                         goto not_paypal_confirm;
  6704.                     }
  6705.                     if (!$hasRequiredScheme) {
  6706.                         if ('GET' !== $canonicalMethod) {
  6707.                             goto not_paypal_confirm;
  6708.                         }
  6709.                         return array_replace($ret$this->redirect($rawPathinfo'paypal_confirm'key($requiredSchemes)));
  6710.                     }
  6711.                     return $ret;
  6712.                 }
  6713.                 not_paypal_confirm:
  6714.             }
  6715.         }
  6716.         // homepage
  6717.         if ('' === $trimmedPathinfo) {
  6718.             $ret = array (  '_controller' => 'Eccube\\Controller\\TopController::index',  '_route' => 'homepage',);
  6719.             if ('/' === substr($pathinfo, -1)) {
  6720.                 // no-op
  6721.             } elseif ('GET' !== $canonicalMethod) {
  6722.                 goto not_homepage;
  6723.             } else {
  6724.                 return array_replace($ret$this->redirect($rawPathinfo.'/''homepage'));
  6725.             }
  6726.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6727.             if (!isset($requiredSchemes[$context->getScheme()])) {
  6728.                 if ('GET' !== $canonicalMethod) {
  6729.                     goto not_homepage;
  6730.                 }
  6731.                 return array_replace($ret$this->redirect($rawPathinfo'homepage'key($requiredSchemes)));
  6732.             }
  6733.             return $ret;
  6734.         }
  6735.         not_homepage:
  6736.         // user_data
  6737.         if (=== strpos($pathinfo'/user_data') && preg_match('#^/user_data/(?P<route>([0-9a-zA-Z_\\-]+\\/?)+(?<!\\/))$#sD'$pathinfo$matches)) {
  6738.             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'user_data']), array (  '_controller' => 'Eccube\\Controller\\UserDataController::index',));
  6739.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6740.             if (!isset($requiredSchemes[$context->getScheme()])) {
  6741.                 if ('GET' !== $canonicalMethod) {
  6742.                     goto not_user_data;
  6743.                 }
  6744.                 return array_replace($ret$this->redirect($rawPathinfo'user_data'key($requiredSchemes)));
  6745.             }
  6746.             return $ret;
  6747.         }
  6748.         not_user_data:
  6749.         // logout
  6750.         if ('/logout' === $pathinfo) {
  6751.             $ret = ['_route' => 'logout'];
  6752.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6753.             if (!isset($requiredSchemes[$context->getScheme()])) {
  6754.                 if ('GET' !== $canonicalMethod) {
  6755.                     goto not_logout;
  6756.                 }
  6757.                 return array_replace($ret$this->redirect($rawPathinfo'logout'key($requiredSchemes)));
  6758.             }
  6759.             return $ret;
  6760.         }
  6761.         not_logout:
  6762.         // next_stock
  6763.         if ('/next/stock' === $pathinfo) {
  6764.             $ret = array (  '_controller' => 'Plugin\\SSNext\\Controller\\NextController::stock',  '_route' => 'next_stock',);
  6765.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6766.             if (!isset($requiredSchemes[$context->getScheme()])) {
  6767.                 if ('GET' !== $canonicalMethod) {
  6768.                     goto not_next_stock;
  6769.                 }
  6770.                 return array_replace($ret$this->redirect($rawPathinfo'next_stock'key($requiredSchemes)));
  6771.             }
  6772.             return $ret;
  6773.         }
  6774.         not_next_stock:
  6775.         // guest_paypal_shortcut_prepare_transaction
  6776.         if (=== strpos($pathinfo'/guest/paypal/shortcut-prepare-transaction') && preg_match('#^/guest/paypal/shortcut\\-prepare\\-transaction/(?P<cart_key>[a-zA-Z0-9]+[_][\\x20-\\x7E]+)$#sD'$pathinfo$matches)) {
  6777.             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'guest_paypal_shortcut_prepare_transaction']), array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\ShortcutPaypalCheckout\\Guest\\OrderingProductController',));
  6778.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6779.             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6780.             if (!in_array($requestMethod, ['POST'])) {
  6781.                 if ($hasRequiredScheme) {
  6782.                     $allow array_merge($allow, ['POST']);
  6783.                 }
  6784.                 goto not_guest_paypal_shortcut_prepare_transaction;
  6785.             }
  6786.             if (!$hasRequiredScheme) {
  6787.                 if ('GET' !== $canonicalMethod) {
  6788.                     goto not_guest_paypal_shortcut_prepare_transaction;
  6789.                 }
  6790.                 return array_replace($ret$this->redirect($rawPathinfo'guest_paypal_shortcut_prepare_transaction'key($requiredSchemes)));
  6791.             }
  6792.             return $ret;
  6793.         }
  6794.         not_guest_paypal_shortcut_prepare_transaction:
  6795.         // guest_paypal_order
  6796.         if (=== strpos($pathinfo'/guest/paypal/order') && preg_match('#^/guest/paypal/order/(?P<cart_key>[a-zA-Z0-9]+[_][\\x20-\\x7E]+)$#sD'$pathinfo$matches)) {
  6797.             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'guest_paypal_order']), array (  '_controller' => 'Plugin\\PayPalCheckout\\Controller\\ShortcutPaypalCheckout\\Guest\\UpdateShippingOrderController',));
  6798.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  6799.             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  6800.             if (!in_array($requestMethod, ['POST'])) {
  6801.                 if ($hasRequiredScheme) {
  6802.                     $allow array_merge($allow, ['POST']);
  6803.                 }
  6804.                 goto not_guest_paypal_order;
  6805.             }
  6806.             if (!$hasRequiredScheme) {
  6807.                 if ('GET' !== $canonicalMethod) {
  6808.                     goto not_guest_paypal_order;
  6809.                 }
  6810.                 return array_replace($ret$this->redirect($rawPathinfo'guest_paypal_order'key($requiredSchemes)));
  6811.             }
  6812.             return $ret;
  6813.         }
  6814.         not_guest_paypal_order:
  6815.         if ('/' === $pathinfo && !$allow) {
  6816.             throw new Symfony\Component\Routing\Exception\NoConfigurationException();
  6817.         }
  6818.         throw count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
  6819.     }
  6820. }