var/cache/dev/EccubeDevDebugProjectContainerUrlMatcher.php line 5896

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