var/cache/dev/EccubeDevDebugProjectContainerUrlMatcher.php line 5790

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