var/cache/dev/EccubeDevDebugProjectContainerUrlMatcher.php line 4511

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'/adminrazry')) {
  196.             // admin_login
  197.             if ('/adminrazry/login' === $pathinfo) {
  198.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::login',  '_route' => 'admin_login',);
  199.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  200.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  201.                     if ('GET' !== $canonicalMethod) {
  202.                         goto not_admin_login;
  203.                     }
  204.                     return array_replace($ret$this->redirect($rawPathinfo'admin_login'key($requiredSchemes)));
  205.                 }
  206.                 return $ret;
  207.             }
  208.             not_admin_login:
  209.             // admin_homepage
  210.             if ('/adminrazry' === $trimmedPathinfo) {
  211.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::index',  '_route' => 'admin_homepage',);
  212.                 if ('/' === substr($pathinfo, -1)) {
  213.                     // no-op
  214.                 } elseif ('GET' !== $canonicalMethod) {
  215.                     goto not_admin_homepage;
  216.                 } else {
  217.                     return array_replace($ret$this->redirect($rawPathinfo.'/''admin_homepage'));
  218.                 }
  219.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  220.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  221.                     if ('GET' !== $canonicalMethod) {
  222.                         goto not_admin_homepage;
  223.                     }
  224.                     return array_replace($ret$this->redirect($rawPathinfo'admin_homepage'key($requiredSchemes)));
  225.                 }
  226.                 return $ret;
  227.             }
  228.             not_admin_homepage:
  229.             if (=== strpos($pathinfo'/adminrazry/s')) {
  230.                 // admin_homepage_sale
  231.                 if ('/adminrazry/sale_chart' === $pathinfo) {
  232.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::sale',  '_route' => 'admin_homepage_sale',);
  233.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  234.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  235.                         if ('GET' !== $canonicalMethod) {
  236.                             goto not_admin_homepage_sale;
  237.                         }
  238.                         return array_replace($ret$this->redirect($rawPathinfo'admin_homepage_sale'key($requiredSchemes)));
  239.                     }
  240.                     return $ret;
  241.                 }
  242.                 not_admin_homepage_sale:
  243.                 if (=== strpos($pathinfo'/adminrazry/se')) {
  244.                     // admin_homepage_nonstock
  245.                     if ('/adminrazry/search_nonstock' === $pathinfo) {
  246.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::searchNonStockProducts',  '_route' => 'admin_homepage_nonstock',);
  247.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  248.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  249.                             if ('GET' !== $canonicalMethod) {
  250.                                 goto not_admin_homepage_nonstock;
  251.                             }
  252.                             return array_replace($ret$this->redirect($rawPathinfo'admin_homepage_nonstock'key($requiredSchemes)));
  253.                         }
  254.                         return $ret;
  255.                     }
  256.                     not_admin_homepage_nonstock:
  257.                     // admin_homepage_customer
  258.                     if ('/adminrazry/search_customer' === $pathinfo) {
  259.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::searchCustomer',  '_route' => 'admin_homepage_customer',);
  260.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  261.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  262.                             if ('GET' !== $canonicalMethod) {
  263.                                 goto not_admin_homepage_customer;
  264.                             }
  265.                             return array_replace($ret$this->redirect($rawPathinfo'admin_homepage_customer'key($requiredSchemes)));
  266.                         }
  267.                         return $ret;
  268.                     }
  269.                     not_admin_homepage_customer:
  270.                     if (=== strpos($pathinfo'/adminrazry/setting/shop')) {
  271.                         // admin_setting_shop_csv
  272.                         if (=== strpos($pathinfo'/adminrazry/setting/shop/csv') && preg_match('#^/adminrazry/setting/shop/csv(?:/(?P<id>\\d+))?$#sD'$pathinfo$matches)) {
  273.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_csv']), array (  'id' => 3,  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController::index',));
  274.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  275.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  276.                                 if ('GET' !== $canonicalMethod) {
  277.                                     goto not_admin_setting_shop_csv;
  278.                                 }
  279.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_csv'key($requiredSchemes)));
  280.                             }
  281.                             return $ret;
  282.                         }
  283.                         not_admin_setting_shop_csv:
  284.                         if (=== strpos($pathinfo'/adminrazry/setting/shop/delivery')) {
  285.                             // admin_setting_shop_delivery
  286.                             if ('/adminrazry/setting/shop/delivery' === $pathinfo) {
  287.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::index',  '_route' => 'admin_setting_shop_delivery',);
  288.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  289.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  290.                                     if ('GET' !== $canonicalMethod) {
  291.                                         goto not_admin_setting_shop_delivery;
  292.                                     }
  293.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery'key($requiredSchemes)));
  294.                                 }
  295.                                 return $ret;
  296.                             }
  297.                             not_admin_setting_shop_delivery:
  298.                             // admin_setting_shop_delivery_new
  299.                             if ('/adminrazry/setting/shop/delivery/new' === $pathinfo) {
  300.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::edit',  '_route' => 'admin_setting_shop_delivery_new',);
  301.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  302.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  303.                                     if ('GET' !== $canonicalMethod) {
  304.                                         goto not_admin_setting_shop_delivery_new;
  305.                                     }
  306.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_new'key($requiredSchemes)));
  307.                                 }
  308.                                 return $ret;
  309.                             }
  310.                             not_admin_setting_shop_delivery_new:
  311.                             // admin_setting_shop_delivery_edit
  312.                             if (preg_match('#^/adminrazry/setting/shop/delivery/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  313.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_delivery_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::edit',));
  314.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  315.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  316.                                     if ('GET' !== $canonicalMethod) {
  317.                                         goto not_admin_setting_shop_delivery_edit;
  318.                                     }
  319.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_edit'key($requiredSchemes)));
  320.                                 }
  321.                                 return $ret;
  322.                             }
  323.                             not_admin_setting_shop_delivery_edit:
  324.                             // admin_setting_shop_delivery_delete
  325.                             if (preg_match('#^/adminrazry/setting/shop/delivery/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  326.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::delete',));
  327.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  328.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  329.                                 if (!in_array($requestMethod, ['DELETE'])) {
  330.                                     if ($hasRequiredScheme) {
  331.                                         $allow array_merge($allow, ['DELETE']);
  332.                                     }
  333.                                     goto not_admin_setting_shop_delivery_delete;
  334.                                 }
  335.                                 if (!$hasRequiredScheme) {
  336.                                     if ('GET' !== $canonicalMethod) {
  337.                                         goto not_admin_setting_shop_delivery_delete;
  338.                                     }
  339.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_delete'key($requiredSchemes)));
  340.                                 }
  341.                                 return $ret;
  342.                             }
  343.                             not_admin_setting_shop_delivery_delete:
  344.                             // admin_setting_shop_delivery_visibility
  345.                             if (preg_match('#^/adminrazry/setting/shop/delivery/(?P<id>\\d+)/visibility$#sD'$pathinfo$matches)) {
  346.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_delivery_visibility']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::visibility',));
  347.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  348.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  349.                                 if (!in_array($requestMethod, ['PUT'])) {
  350.                                     if ($hasRequiredScheme) {
  351.                                         $allow array_merge($allow, ['PUT']);
  352.                                     }
  353.                                     goto not_admin_setting_shop_delivery_visibility;
  354.                                 }
  355.                                 if (!$hasRequiredScheme) {
  356.                                     if ('GET' !== $canonicalMethod) {
  357.                                         goto not_admin_setting_shop_delivery_visibility;
  358.                                     }
  359.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_visibility'key($requiredSchemes)));
  360.                                 }
  361.                                 return $ret;
  362.                             }
  363.                             not_admin_setting_shop_delivery_visibility:
  364.                             // admin_setting_shop_delivery_sort_no_move
  365.                             if ('/adminrazry/setting/shop/delivery/sort_no/move' === $pathinfo) {
  366.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController::moveSortNo',  '_route' => 'admin_setting_shop_delivery_sort_no_move',);
  367.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  368.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  369.                                 if (!in_array($requestMethod, ['POST'])) {
  370.                                     if ($hasRequiredScheme) {
  371.                                         $allow array_merge($allow, ['POST']);
  372.                                     }
  373.                                     goto not_admin_setting_shop_delivery_sort_no_move;
  374.                                 }
  375.                                 if (!$hasRequiredScheme) {
  376.                                     if ('GET' !== $canonicalMethod) {
  377.                                         goto not_admin_setting_shop_delivery_sort_no_move;
  378.                                     }
  379.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_delivery_sort_no_move'key($requiredSchemes)));
  380.                                 }
  381.                                 return $ret;
  382.                             }
  383.                             not_admin_setting_shop_delivery_sort_no_move:
  384.                         }
  385.                         elseif (=== strpos($pathinfo'/adminrazry/setting/shop/mail')) {
  386.                             // admin_setting_shop_mail
  387.                             if ('/adminrazry/setting/shop/mail' === $pathinfo) {
  388.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController::index',  '_route' => 'admin_setting_shop_mail',);
  389.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  390.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  391.                                     if ('GET' !== $canonicalMethod) {
  392.                                         goto not_admin_setting_shop_mail;
  393.                                     }
  394.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_mail'key($requiredSchemes)));
  395.                                 }
  396.                                 return $ret;
  397.                             }
  398.                             not_admin_setting_shop_mail:
  399.                             // admin_setting_shop_mail_edit
  400.                             if (preg_match('#^/adminrazry/setting/shop/mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  401.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_mail_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController::index',));
  402.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  403.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  404.                                     if ('GET' !== $canonicalMethod) {
  405.                                         goto not_admin_setting_shop_mail_edit;
  406.                                     }
  407.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_mail_edit'key($requiredSchemes)));
  408.                                 }
  409.                                 return $ret;
  410.                             }
  411.                             not_admin_setting_shop_mail_edit:
  412.                             // admin_setting_shop_mail_preview
  413.                             if ('/adminrazry/setting/shop/mail/preview' === $pathinfo) {
  414.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController::preview',  '_route' => 'admin_setting_shop_mail_preview',);
  415.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  416.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  417.                                     if ('GET' !== $canonicalMethod) {
  418.                                         goto not_admin_setting_shop_mail_preview;
  419.                                     }
  420.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_mail_preview'key($requiredSchemes)));
  421.                                 }
  422.                                 return $ret;
  423.                             }
  424.                             not_admin_setting_shop_mail_preview:
  425.                         }
  426.                         elseif (=== strpos($pathinfo'/adminrazry/setting/shop/payment')) {
  427.                             // admin_setting_shop_payment
  428.                             if ('/adminrazry/setting/shop/payment' === $pathinfo) {
  429.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::index',  '_route' => 'admin_setting_shop_payment',);
  430.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  431.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  432.                                     if ('GET' !== $canonicalMethod) {
  433.                                         goto not_admin_setting_shop_payment;
  434.                                     }
  435.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment'key($requiredSchemes)));
  436.                                 }
  437.                                 return $ret;
  438.                             }
  439.                             not_admin_setting_shop_payment:
  440.                             // admin_setting_shop_payment_new
  441.                             if ('/adminrazry/setting/shop/payment/new' === $pathinfo) {
  442.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::edit',  '_route' => 'admin_setting_shop_payment_new',);
  443.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  444.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  445.                                     if ('GET' !== $canonicalMethod) {
  446.                                         goto not_admin_setting_shop_payment_new;
  447.                                     }
  448.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_new'key($requiredSchemes)));
  449.                                 }
  450.                                 return $ret;
  451.                             }
  452.                             not_admin_setting_shop_payment_new:
  453.                             // admin_setting_shop_payment_edit
  454.                             if (preg_match('#^/adminrazry/setting/shop/payment/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  455.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_payment_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::edit',));
  456.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  457.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  458.                                     if ('GET' !== $canonicalMethod) {
  459.                                         goto not_admin_setting_shop_payment_edit;
  460.                                     }
  461.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_edit'key($requiredSchemes)));
  462.                                 }
  463.                                 return $ret;
  464.                             }
  465.                             not_admin_setting_shop_payment_edit:
  466.                             // admin_payment_image_add
  467.                             if ('/adminrazry/setting/shop/payment/image/add' === $pathinfo) {
  468.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::imageAdd',  '_route' => 'admin_payment_image_add',);
  469.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  470.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  471.                                     if ('GET' !== $canonicalMethod) {
  472.                                         goto not_admin_payment_image_add;
  473.                                     }
  474.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_payment_image_add'key($requiredSchemes)));
  475.                                 }
  476.                                 return $ret;
  477.                             }
  478.                             not_admin_payment_image_add:
  479.                             // admin_setting_shop_payment_delete
  480.                             if (preg_match('#^/adminrazry/setting/shop/payment/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  481.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_payment_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::delete',));
  482.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  483.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  484.                                 if (!in_array($requestMethod, ['DELETE'])) {
  485.                                     if ($hasRequiredScheme) {
  486.                                         $allow array_merge($allow, ['DELETE']);
  487.                                     }
  488.                                     goto not_admin_setting_shop_payment_delete;
  489.                                 }
  490.                                 if (!$hasRequiredScheme) {
  491.                                     if ('GET' !== $canonicalMethod) {
  492.                                         goto not_admin_setting_shop_payment_delete;
  493.                                     }
  494.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_delete'key($requiredSchemes)));
  495.                                 }
  496.                                 return $ret;
  497.                             }
  498.                             not_admin_setting_shop_payment_delete:
  499.                             // admin_setting_shop_payment_visible
  500.                             if (preg_match('#^/adminrazry/setting/shop/payment/(?P<id>\\d+)/visible$#sD'$pathinfo$matches)) {
  501.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_payment_visible']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::visible',));
  502.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  503.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  504.                                 if (!in_array($requestMethod, ['PUT'])) {
  505.                                     if ($hasRequiredScheme) {
  506.                                         $allow array_merge($allow, ['PUT']);
  507.                                     }
  508.                                     goto not_admin_setting_shop_payment_visible;
  509.                                 }
  510.                                 if (!$hasRequiredScheme) {
  511.                                     if ('GET' !== $canonicalMethod) {
  512.                                         goto not_admin_setting_shop_payment_visible;
  513.                                     }
  514.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_visible'key($requiredSchemes)));
  515.                                 }
  516.                                 return $ret;
  517.                             }
  518.                             not_admin_setting_shop_payment_visible:
  519.                             // admin_setting_shop_payment_sort_no_move
  520.                             if ('/adminrazry/setting/shop/payment/sort_no/move' === $pathinfo) {
  521.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController::moveSortNo',  '_route' => 'admin_setting_shop_payment_sort_no_move',);
  522.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  523.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  524.                                 if (!in_array($requestMethod, ['POST'])) {
  525.                                     if ($hasRequiredScheme) {
  526.                                         $allow array_merge($allow, ['POST']);
  527.                                     }
  528.                                     goto not_admin_setting_shop_payment_sort_no_move;
  529.                                 }
  530.                                 if (!$hasRequiredScheme) {
  531.                                     if ('GET' !== $canonicalMethod) {
  532.                                         goto not_admin_setting_shop_payment_sort_no_move;
  533.                                     }
  534.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_payment_sort_no_move'key($requiredSchemes)));
  535.                                 }
  536.                                 return $ret;
  537.                             }
  538.                             not_admin_setting_shop_payment_sort_no_move:
  539.                         }
  540.                         // admin_setting_shop
  541.                         if ('/adminrazry/setting/shop' === $pathinfo) {
  542.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController::index',  '_route' => 'admin_setting_shop',);
  543.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  544.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  545.                                 if ('GET' !== $canonicalMethod) {
  546.                                     goto not_admin_setting_shop;
  547.                                 }
  548.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop'key($requiredSchemes)));
  549.                             }
  550.                             return $ret;
  551.                         }
  552.                         not_admin_setting_shop:
  553.                         if (=== strpos($pathinfo'/adminrazry/setting/shop/tax')) {
  554.                             // admin_setting_shop_tax
  555.                             if ('/adminrazry/setting/shop/tax' === $pathinfo) {
  556.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController::index',  '_route' => 'admin_setting_shop_tax',);
  557.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  558.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  559.                                     if ('GET' !== $canonicalMethod) {
  560.                                         goto not_admin_setting_shop_tax;
  561.                                     }
  562.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_tax'key($requiredSchemes)));
  563.                                 }
  564.                                 return $ret;
  565.                             }
  566.                             not_admin_setting_shop_tax:
  567.                             // admin_setting_shop_tax_new
  568.                             if ('/adminrazry/setting/shop/tax/new' === $pathinfo) {
  569.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController::index',  '_route' => 'admin_setting_shop_tax_new',);
  570.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  571.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  572.                                     if ('GET' !== $canonicalMethod) {
  573.                                         goto not_admin_setting_shop_tax_new;
  574.                                     }
  575.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_tax_new'key($requiredSchemes)));
  576.                                 }
  577.                                 return $ret;
  578.                             }
  579.                             not_admin_setting_shop_tax_new:
  580.                             // admin_setting_shop_tax_delete
  581.                             if (preg_match('#^/adminrazry/setting/shop/tax/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  582.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_shop_tax_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController::delete',));
  583.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  584.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  585.                                 if (!in_array($requestMethod, ['DELETE'])) {
  586.                                     if ($hasRequiredScheme) {
  587.                                         $allow array_merge($allow, ['DELETE']);
  588.                                     }
  589.                                     goto not_admin_setting_shop_tax_delete;
  590.                                 }
  591.                                 if (!$hasRequiredScheme) {
  592.                                     if ('GET' !== $canonicalMethod) {
  593.                                         goto not_admin_setting_shop_tax_delete;
  594.                                     }
  595.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_shop_tax_delete'key($requiredSchemes)));
  596.                                 }
  597.                                 return $ret;
  598.                             }
  599.                             not_admin_setting_shop_tax_delete:
  600.                         }
  601.                     }
  602.                     elseif (=== strpos($pathinfo'/adminrazry/setting/system')) {
  603.                         // admin_setting_system_authority
  604.                         if ('/adminrazry/setting/system/authority' === $pathinfo) {
  605.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController::index',  '_route' => 'admin_setting_system_authority',);
  606.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  607.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  608.                                 if ('GET' !== $canonicalMethod) {
  609.                                     goto not_admin_setting_system_authority;
  610.                                 }
  611.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_authority'key($requiredSchemes)));
  612.                             }
  613.                             return $ret;
  614.                         }
  615.                         not_admin_setting_system_authority:
  616.                         // admin_setting_system_log
  617.                         if ('/adminrazry/setting/system/log' === $pathinfo) {
  618.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\LogController::index',  '_route' => 'admin_setting_system_log',);
  619.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  620.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  621.                                 if ('GET' !== $canonicalMethod) {
  622.                                     goto not_admin_setting_system_log;
  623.                                 }
  624.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_log'key($requiredSchemes)));
  625.                             }
  626.                             return $ret;
  627.                         }
  628.                         not_admin_setting_system_log:
  629.                         if (=== strpos($pathinfo'/adminrazry/setting/system/masterdata')) {
  630.                             // admin_setting_system_masterdata
  631.                             if ('/adminrazry/setting/system/masterdata' === $pathinfo) {
  632.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::index',  '_route' => 'admin_setting_system_masterdata',);
  633.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  634.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  635.                                     if ('GET' !== $canonicalMethod) {
  636.                                         goto not_admin_setting_system_masterdata;
  637.                                     }
  638.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata'key($requiredSchemes)));
  639.                                 }
  640.                                 return $ret;
  641.                             }
  642.                             not_admin_setting_system_masterdata:
  643.                             // admin_setting_system_masterdata_view
  644.                             if (preg_match('#^/adminrazry/setting/system/masterdata/(?P<entity>[^/]++)/edit$#sD'$pathinfo$matches)) {
  645.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_masterdata_view']), array (  'entity' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::index',));
  646.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  647.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  648.                                     if ('GET' !== $canonicalMethod) {
  649.                                         goto not_admin_setting_system_masterdata_view;
  650.                                     }
  651.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata_view'key($requiredSchemes)));
  652.                                 }
  653.                                 return $ret;
  654.                             }
  655.                             not_admin_setting_system_masterdata_view:
  656.                             // admin_setting_system_masterdata_edit
  657.                             if ('/adminrazry/setting/system/masterdata/edit' === $pathinfo) {
  658.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController::edit',  '_route' => 'admin_setting_system_masterdata_edit',);
  659.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  660.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  661.                                     if ('GET' !== $canonicalMethod) {
  662.                                         goto not_admin_setting_system_masterdata_edit;
  663.                                     }
  664.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_masterdata_edit'key($requiredSchemes)));
  665.                                 }
  666.                                 return $ret;
  667.                             }
  668.                             not_admin_setting_system_masterdata_edit:
  669.                         }
  670.                         elseif (=== strpos($pathinfo'/adminrazry/setting/system/member')) {
  671.                             // admin_setting_system_member
  672.                             if ('/adminrazry/setting/system/member' === $pathinfo) {
  673.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::index',  '_route' => 'admin_setting_system_member',);
  674.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  675.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  676.                                     if ('GET' !== $canonicalMethod) {
  677.                                         goto not_admin_setting_system_member;
  678.                                     }
  679.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member'key($requiredSchemes)));
  680.                                 }
  681.                                 return $ret;
  682.                             }
  683.                             not_admin_setting_system_member:
  684.                             // admin_setting_system_member_new
  685.                             if ('/adminrazry/setting/system/member/new' === $pathinfo) {
  686.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::create',  '_route' => 'admin_setting_system_member_new',);
  687.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  688.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  689.                                     if ('GET' !== $canonicalMethod) {
  690.                                         goto not_admin_setting_system_member_new;
  691.                                     }
  692.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_new'key($requiredSchemes)));
  693.                                 }
  694.                                 return $ret;
  695.                             }
  696.                             not_admin_setting_system_member_new:
  697.                             // admin_setting_system_member_edit
  698.                             if (preg_match('#^/adminrazry/setting/system/member/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  699.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::edit',));
  700.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  701.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  702.                                     if ('GET' !== $canonicalMethod) {
  703.                                         goto not_admin_setting_system_member_edit;
  704.                                     }
  705.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_edit'key($requiredSchemes)));
  706.                                 }
  707.                                 return $ret;
  708.                             }
  709.                             not_admin_setting_system_member_edit:
  710.                             // admin_setting_system_member_up
  711.                             if (preg_match('#^/adminrazry/setting/system/member/(?P<id>\\d+)/up$#sD'$pathinfo$matches)) {
  712.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_up']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::up',));
  713.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  714.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  715.                                 if (!in_array($requestMethod, ['PUT'])) {
  716.                                     if ($hasRequiredScheme) {
  717.                                         $allow array_merge($allow, ['PUT']);
  718.                                     }
  719.                                     goto not_admin_setting_system_member_up;
  720.                                 }
  721.                                 if (!$hasRequiredScheme) {
  722.                                     if ('GET' !== $canonicalMethod) {
  723.                                         goto not_admin_setting_system_member_up;
  724.                                     }
  725.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_up'key($requiredSchemes)));
  726.                                 }
  727.                                 return $ret;
  728.                             }
  729.                             not_admin_setting_system_member_up:
  730.                             // admin_setting_system_member_down
  731.                             if (preg_match('#^/adminrazry/setting/system/member/(?P<id>\\d+)/down$#sD'$pathinfo$matches)) {
  732.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_down']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::down',));
  733.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  734.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  735.                                 if (!in_array($requestMethod, ['PUT'])) {
  736.                                     if ($hasRequiredScheme) {
  737.                                         $allow array_merge($allow, ['PUT']);
  738.                                     }
  739.                                     goto not_admin_setting_system_member_down;
  740.                                 }
  741.                                 if (!$hasRequiredScheme) {
  742.                                     if ('GET' !== $canonicalMethod) {
  743.                                         goto not_admin_setting_system_member_down;
  744.                                     }
  745.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_down'key($requiredSchemes)));
  746.                                 }
  747.                                 return $ret;
  748.                             }
  749.                             not_admin_setting_system_member_down:
  750.                             // admin_setting_system_member_delete
  751.                             if (preg_match('#^/adminrazry/setting/system/member/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  752.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_setting_system_member_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController::delete',));
  753.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  754.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  755.                                 if (!in_array($requestMethod, ['DELETE'])) {
  756.                                     if ($hasRequiredScheme) {
  757.                                         $allow array_merge($allow, ['DELETE']);
  758.                                     }
  759.                                     goto not_admin_setting_system_member_delete;
  760.                                 }
  761.                                 if (!$hasRequiredScheme) {
  762.                                     if ('GET' !== $canonicalMethod) {
  763.                                         goto not_admin_setting_system_member_delete;
  764.                                     }
  765.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_member_delete'key($requiredSchemes)));
  766.                                 }
  767.                                 return $ret;
  768.                             }
  769.                             not_admin_setting_system_member_delete:
  770.                         }
  771.                         // admin_setting_system_security
  772.                         if ('/adminrazry/setting/system/security' === $pathinfo) {
  773.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController::index',  '_route' => 'admin_setting_system_security',);
  774.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  775.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  776.                                 if ('GET' !== $canonicalMethod) {
  777.                                     goto not_admin_setting_system_security;
  778.                                 }
  779.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_security'key($requiredSchemes)));
  780.                             }
  781.                             return $ret;
  782.                         }
  783.                         not_admin_setting_system_security:
  784.                         if (=== strpos($pathinfo'/adminrazry/setting/system/system')) {
  785.                             // admin_setting_system_system
  786.                             if ('/adminrazry/setting/system/system' === $pathinfo) {
  787.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SystemController::index',  '_route' => 'admin_setting_system_system',);
  788.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  789.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  790.                                     if ('GET' !== $canonicalMethod) {
  791.                                         goto not_admin_setting_system_system;
  792.                                     }
  793.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_system'key($requiredSchemes)));
  794.                                 }
  795.                                 return $ret;
  796.                             }
  797.                             not_admin_setting_system_system:
  798.                             // admin_setting_system_system_phpinfo
  799.                             if ('/adminrazry/setting/system/system/phpinfo' === $pathinfo) {
  800.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Setting\\System\\SystemController::phpinfo',  '_route' => 'admin_setting_system_system_phpinfo',);
  801.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  802.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  803.                                     if ('GET' !== $canonicalMethod) {
  804.                                         goto not_admin_setting_system_system_phpinfo;
  805.                                     }
  806.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_setting_system_system_phpinfo'key($requiredSchemes)));
  807.                                 }
  808.                                 return $ret;
  809.                             }
  810.                             not_admin_setting_system_system_phpinfo:
  811.                         }
  812.                     }
  813.                 }
  814.                 elseif (=== strpos($pathinfo'/adminrazry/shipping')) {
  815.                     // admin_shipping_update_order_status
  816.                     if (preg_match('#^/adminrazry/shipping/(?P<id>\\d+)/order_status$#sD'$pathinfo$matches)) {
  817.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_update_order_status']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::updateOrderStatus',));
  818.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  819.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  820.                         if (!in_array($requestMethod, ['PUT'])) {
  821.                             if ($hasRequiredScheme) {
  822.                                 $allow array_merge($allow, ['PUT']);
  823.                             }
  824.                             goto not_admin_shipping_update_order_status;
  825.                         }
  826.                         if (!$hasRequiredScheme) {
  827.                             if ('GET' !== $canonicalMethod) {
  828.                                 goto not_admin_shipping_update_order_status;
  829.                             }
  830.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_update_order_status'key($requiredSchemes)));
  831.                         }
  832.                         return $ret;
  833.                     }
  834.                     not_admin_shipping_update_order_status:
  835.                     // admin_shipping_update_tracking_number
  836.                     if (preg_match('#^/adminrazry/shipping/(?P<id>\\d+)/tracking_number$#sD'$pathinfo$matches)) {
  837.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_update_tracking_number']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::updateTrackingNumber',));
  838.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  839.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  840.                         if (!in_array($requestMethod, ['PUT'])) {
  841.                             if ($hasRequiredScheme) {
  842.                                 $allow array_merge($allow, ['PUT']);
  843.                             }
  844.                             goto not_admin_shipping_update_tracking_number;
  845.                         }
  846.                         if (!$hasRequiredScheme) {
  847.                             if ('GET' !== $canonicalMethod) {
  848.                                 goto not_admin_shipping_update_tracking_number;
  849.                             }
  850.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_update_tracking_number'key($requiredSchemes)));
  851.                         }
  852.                         return $ret;
  853.                     }
  854.                     not_admin_shipping_update_tracking_number:
  855.                     // admin_shipping_edit
  856.                     if (preg_match('#^/adminrazry/shipping/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  857.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_edit']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::index',));
  858.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  859.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  860.                             if ('GET' !== $canonicalMethod) {
  861.                                 goto not_admin_shipping_edit;
  862.                             }
  863.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_edit'key($requiredSchemes)));
  864.                         }
  865.                         return $ret;
  866.                     }
  867.                     not_admin_shipping_edit:
  868.                     // admin_shipping_preview_notify_mail
  869.                     if (=== strpos($pathinfo'/adminrazry/shipping/preview_notify_mail') && preg_match('#^/adminrazry/shipping/preview_notify_mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  870.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_preview_notify_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::previewShippingNotifyMail',));
  871.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  872.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  873.                             if ('GET' !== $canonicalMethod) {
  874.                                 goto not_admin_shipping_preview_notify_mail;
  875.                             }
  876.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_preview_notify_mail'key($requiredSchemes)));
  877.                         }
  878.                         return $ret;
  879.                     }
  880.                     not_admin_shipping_preview_notify_mail:
  881.                     // admin_shipping_notify_mail
  882.                     if (=== strpos($pathinfo'/adminrazry/shipping/notify_mail') && preg_match('#^/adminrazry/shipping/notify_mail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  883.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_shipping_notify_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\ShippingController::notifyMail',));
  884.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  885.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  886.                         if (!in_array($requestMethod, ['PUT'])) {
  887.                             if ($hasRequiredScheme) {
  888.                                 $allow array_merge($allow, ['PUT']);
  889.                             }
  890.                             goto not_admin_shipping_notify_mail;
  891.                         }
  892.                         if (!$hasRequiredScheme) {
  893.                             if ('GET' !== $canonicalMethod) {
  894.                                 goto not_admin_shipping_notify_mail;
  895.                             }
  896.                             return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_notify_mail'key($requiredSchemes)));
  897.                         }
  898.                         return $ret;
  899.                     }
  900.                     not_admin_shipping_notify_mail:
  901.                 }
  902.                 elseif (=== strpos($pathinfo'/adminrazry/store/plugin')) {
  903.                     if (=== strpos($pathinfo'/adminrazry/store/plugin/api')) {
  904.                         if (=== strpos($pathinfo'/adminrazry/store/plugin/api/search')) {
  905.                             // admin_store_plugin_owners_search
  906.                             if ('/adminrazry/store/plugin/api/search' === $pathinfo) {
  907.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::search',  '_route' => 'admin_store_plugin_owners_search',);
  908.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  909.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  910.                                     if ('GET' !== $canonicalMethod) {
  911.                                         goto not_admin_store_plugin_owners_search;
  912.                                     }
  913.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_owners_search'key($requiredSchemes)));
  914.                                 }
  915.                                 return $ret;
  916.                             }
  917.                             not_admin_store_plugin_owners_search:
  918.                             // admin_store_plugin_owners_search_page
  919.                             if (=== strpos($pathinfo'/adminrazry/store/plugin/api/search/page') && preg_match('#^/adminrazry/store/plugin/api/search/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  920.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_owners_search_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::search',));
  921.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  922.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  923.                                     if ('GET' !== $canonicalMethod) {
  924.                                         goto not_admin_store_plugin_owners_search_page;
  925.                                     }
  926.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_owners_search_page'key($requiredSchemes)));
  927.                                 }
  928.                                 return $ret;
  929.                             }
  930.                             not_admin_store_plugin_owners_search_page:
  931.                         }
  932.                         // admin_store_plugin_api_schema_update
  933.                         if ('/adminrazry/store/plugin/api/schema_update' === $pathinfo) {
  934.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiSchemaUpdate',  '_route' => 'admin_store_plugin_api_schema_update',);
  935.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  936.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  937.                             if (!in_array($requestMethod, ['POST'])) {
  938.                                 if ($hasRequiredScheme) {
  939.                                     $allow array_merge($allow, ['POST']);
  940.                                 }
  941.                                 goto not_admin_store_plugin_api_schema_update;
  942.                             }
  943.                             if (!$hasRequiredScheme) {
  944.                                 if ('GET' !== $canonicalMethod) {
  945.                                     goto not_admin_store_plugin_api_schema_update;
  946.                                 }
  947.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_schema_update'key($requiredSchemes)));
  948.                             }
  949.                             return $ret;
  950.                         }
  951.                         not_admin_store_plugin_api_schema_update:
  952.                         if (=== strpos($pathinfo'/adminrazry/store/plugin/api/install')) {
  953.                             // admin_store_plugin_install_confirm
  954.                             if (preg_match('#^/adminrazry/store/plugin/api/install/(?P<id>\\d+)/confirm$#sD'$pathinfo$matches)) {
  955.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_install_confirm']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::doConfirm',));
  956.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  957.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  958.                                     if ('GET' !== $canonicalMethod) {
  959.                                         goto not_admin_store_plugin_install_confirm;
  960.                                     }
  961.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_install_confirm'key($requiredSchemes)));
  962.                                 }
  963.                                 return $ret;
  964.                             }
  965.                             not_admin_store_plugin_install_confirm:
  966.                             // admin_store_plugin_api_install
  967.                             if ('/adminrazry/store/plugin/api/install' === $pathinfo) {
  968.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiInstall',  '_route' => 'admin_store_plugin_api_install',);
  969.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  970.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  971.                                 if (!in_array($requestMethod, ['POST'])) {
  972.                                     if ($hasRequiredScheme) {
  973.                                         $allow array_merge($allow, ['POST']);
  974.                                     }
  975.                                     goto not_admin_store_plugin_api_install;
  976.                                 }
  977.                                 if (!$hasRequiredScheme) {
  978.                                     if ('GET' !== $canonicalMethod) {
  979.                                         goto not_admin_store_plugin_api_install;
  980.                                     }
  981.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_install'key($requiredSchemes)));
  982.                                 }
  983.                                 return $ret;
  984.                             }
  985.                             not_admin_store_plugin_api_install:
  986.                         }
  987.                         // admin_store_plugin_api_uninstall
  988.                         if (=== strpos($pathinfo'/adminrazry/store/plugin/api/delete') && preg_match('#^/adminrazry/store/plugin/api/delete/(?P<id>\\d+)/uninstall$#sD'$pathinfo$matches)) {
  989.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_api_uninstall']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUninstall',));
  990.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  991.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  992.                             if (!in_array($requestMethod, ['DELETE'])) {
  993.                                 if ($hasRequiredScheme) {
  994.                                     $allow array_merge($allow, ['DELETE']);
  995.                                 }
  996.                                 goto not_admin_store_plugin_api_uninstall;
  997.                             }
  998.                             if (!$hasRequiredScheme) {
  999.                                 if ('GET' !== $canonicalMethod) {
  1000.                                     goto not_admin_store_plugin_api_uninstall;
  1001.                                 }
  1002.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_uninstall'key($requiredSchemes)));
  1003.                             }
  1004.                             return $ret;
  1005.                         }
  1006.                         not_admin_store_plugin_api_uninstall:
  1007.                         if (=== strpos($pathinfo'/adminrazry/store/plugin/api/upgrade')) {
  1008.                             // admin_store_plugin_api_upgrade
  1009.                             if ('/adminrazry/store/plugin/api/upgrade' === $pathinfo) {
  1010.                                 $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUpgrade',  '_route' => 'admin_store_plugin_api_upgrade',);
  1011.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1012.                                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1013.                                 if (!in_array($requestMethod, ['POST'])) {
  1014.                                     if ($hasRequiredScheme) {
  1015.                                         $allow array_merge($allow, ['POST']);
  1016.                                     }
  1017.                                     goto not_admin_store_plugin_api_upgrade;
  1018.                                 }
  1019.                                 if (!$hasRequiredScheme) {
  1020.                                     if ('GET' !== $canonicalMethod) {
  1021.                                         goto not_admin_store_plugin_api_upgrade;
  1022.                                     }
  1023.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_upgrade'key($requiredSchemes)));
  1024.                                 }
  1025.                                 return $ret;
  1026.                             }
  1027.                             not_admin_store_plugin_api_upgrade:
  1028.                             // admin_store_plugin_update_confirm
  1029.                             if (preg_match('#^/adminrazry/store/plugin/api/upgrade/(?P<id>\\d+)/confirm$#sD'$pathinfo$matches)) {
  1030.                                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_update_confirm']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::doUpdateConfirm',));
  1031.                                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1032.                                 if (!isset($requiredSchemes[$context->getScheme()])) {
  1033.                                     if ('GET' !== $canonicalMethod) {
  1034.                                         goto not_admin_store_plugin_update_confirm;
  1035.                                     }
  1036.                                     return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_update_confirm'key($requiredSchemes)));
  1037.                                 }
  1038.                                 return $ret;
  1039.                             }
  1040.                             not_admin_store_plugin_update_confirm:
  1041.                         }
  1042.                         // admin_store_plugin_api_update
  1043.                         if ('/adminrazry/store/plugin/api/update' === $pathinfo) {
  1044.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController::apiUpdate',  '_route' => 'admin_store_plugin_api_update',);
  1045.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1046.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1047.                             if (!in_array($requestMethod, ['POST'])) {
  1048.                                 if ($hasRequiredScheme) {
  1049.                                     $allow array_merge($allow, ['POST']);
  1050.                                 }
  1051.                                 goto not_admin_store_plugin_api_update;
  1052.                             }
  1053.                             if (!$hasRequiredScheme) {
  1054.                                 if ('GET' !== $canonicalMethod) {
  1055.                                     goto not_admin_store_plugin_api_update;
  1056.                                 }
  1057.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_api_update'key($requiredSchemes)));
  1058.                             }
  1059.                             return $ret;
  1060.                         }
  1061.                         not_admin_store_plugin_api_update:
  1062.                     }
  1063.                     // admin_store_plugin
  1064.                     if ('/adminrazry/store/plugin' === $pathinfo) {
  1065.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::index',  '_route' => 'admin_store_plugin',);
  1066.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1067.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1068.                             if ('GET' !== $canonicalMethod) {
  1069.                                 goto not_admin_store_plugin;
  1070.                             }
  1071.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin'key($requiredSchemes)));
  1072.                         }
  1073.                         return $ret;
  1074.                     }
  1075.                     not_admin_store_plugin:
  1076.                     // admin_store_plugin_update
  1077.                     if (preg_match('#^/adminrazry/store/plugin/(?P<id>\\d+)/update$#sD'$pathinfo$matches)) {
  1078.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_update']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::update',));
  1079.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1080.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1081.                         if (!in_array($requestMethod, ['POST'])) {
  1082.                             if ($hasRequiredScheme) {
  1083.                                 $allow array_merge($allow, ['POST']);
  1084.                             }
  1085.                             goto not_admin_store_plugin_update;
  1086.                         }
  1087.                         if (!$hasRequiredScheme) {
  1088.                             if ('GET' !== $canonicalMethod) {
  1089.                                 goto not_admin_store_plugin_update;
  1090.                             }
  1091.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_update'key($requiredSchemes)));
  1092.                         }
  1093.                         return $ret;
  1094.                     }
  1095.                     not_admin_store_plugin_update:
  1096.                     // admin_store_plugin_enable
  1097.                     if (preg_match('#^/adminrazry/store/plugin/(?P<id>\\d+)/enable$#sD'$pathinfo$matches)) {
  1098.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_enable']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::enable',));
  1099.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1100.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1101.                         if (!in_array($requestMethod, ['POST'])) {
  1102.                             if ($hasRequiredScheme) {
  1103.                                 $allow array_merge($allow, ['POST']);
  1104.                             }
  1105.                             goto not_admin_store_plugin_enable;
  1106.                         }
  1107.                         if (!$hasRequiredScheme) {
  1108.                             if ('GET' !== $canonicalMethod) {
  1109.                                 goto not_admin_store_plugin_enable;
  1110.                             }
  1111.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_enable'key($requiredSchemes)));
  1112.                         }
  1113.                         return $ret;
  1114.                     }
  1115.                     not_admin_store_plugin_enable:
  1116.                     // admin_store_plugin_disable
  1117.                     if (preg_match('#^/adminrazry/store/plugin/(?P<id>\\d+)/disable$#sD'$pathinfo$matches)) {
  1118.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_disable']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::disable',));
  1119.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1120.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1121.                         if (!in_array($requestMethod, ['POST'])) {
  1122.                             if ($hasRequiredScheme) {
  1123.                                 $allow array_merge($allow, ['POST']);
  1124.                             }
  1125.                             goto not_admin_store_plugin_disable;
  1126.                         }
  1127.                         if (!$hasRequiredScheme) {
  1128.                             if ('GET' !== $canonicalMethod) {
  1129.                                 goto not_admin_store_plugin_disable;
  1130.                             }
  1131.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_disable'key($requiredSchemes)));
  1132.                         }
  1133.                         return $ret;
  1134.                     }
  1135.                     not_admin_store_plugin_disable:
  1136.                     // admin_store_plugin_uninstall
  1137.                     if (preg_match('#^/adminrazry/store/plugin/(?P<id>\\d+)/uninstall$#sD'$pathinfo$matches)) {
  1138.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_plugin_uninstall']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::uninstall',));
  1139.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1140.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1141.                         if (!in_array($requestMethod, ['DELETE'])) {
  1142.                             if ($hasRequiredScheme) {
  1143.                                 $allow array_merge($allow, ['DELETE']);
  1144.                             }
  1145.                             goto not_admin_store_plugin_uninstall;
  1146.                         }
  1147.                         if (!$hasRequiredScheme) {
  1148.                             if ('GET' !== $canonicalMethod) {
  1149.                                 goto not_admin_store_plugin_uninstall;
  1150.                             }
  1151.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_uninstall'key($requiredSchemes)));
  1152.                         }
  1153.                         return $ret;
  1154.                     }
  1155.                     not_admin_store_plugin_uninstall:
  1156.                     // admin_store_plugin_install
  1157.                     if ('/adminrazry/store/plugin/install' === $pathinfo) {
  1158.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::install',  '_route' => 'admin_store_plugin_install',);
  1159.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1160.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1161.                             if ('GET' !== $canonicalMethod) {
  1162.                                 goto not_admin_store_plugin_install;
  1163.                             }
  1164.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_plugin_install'key($requiredSchemes)));
  1165.                         }
  1166.                         return $ret;
  1167.                     }
  1168.                     not_admin_store_plugin_install:
  1169.                     // admin_store_authentication_setting
  1170.                     if ('/adminrazry/store/plugin/authentication_setting' === $pathinfo) {
  1171.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\PluginController::authenticationSetting',  '_route' => 'admin_store_authentication_setting',);
  1172.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1173.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1174.                             if ('GET' !== $canonicalMethod) {
  1175.                                 goto not_admin_store_authentication_setting;
  1176.                             }
  1177.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_authentication_setting'key($requiredSchemes)));
  1178.                         }
  1179.                         return $ret;
  1180.                     }
  1181.                     not_admin_store_authentication_setting:
  1182.                 }
  1183.                 elseif (=== strpos($pathinfo'/adminrazry/store/template')) {
  1184.                     // admin_store_template
  1185.                     if ('/adminrazry/store/template' === $pathinfo) {
  1186.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::index',  '_route' => 'admin_store_template',);
  1187.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1188.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1189.                             if ('GET' !== $canonicalMethod) {
  1190.                                 goto not_admin_store_template;
  1191.                             }
  1192.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_template'key($requiredSchemes)));
  1193.                         }
  1194.                         return $ret;
  1195.                     }
  1196.                     not_admin_store_template:
  1197.                     // admin_store_template_download
  1198.                     if (preg_match('#^/adminrazry/store/template/(?P<id>\\d+)/download$#sD'$pathinfo$matches)) {
  1199.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_template_download']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::download',));
  1200.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1201.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1202.                             if ('GET' !== $canonicalMethod) {
  1203.                                 goto not_admin_store_template_download;
  1204.                             }
  1205.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_download'key($requiredSchemes)));
  1206.                         }
  1207.                         return $ret;
  1208.                     }
  1209.                     not_admin_store_template_download:
  1210.                     // admin_store_template_delete
  1211.                     if (preg_match('#^/adminrazry/store/template/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1212.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_store_template_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::delete',));
  1213.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1214.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1215.                         if (!in_array($requestMethod, ['DELETE'])) {
  1216.                             if ($hasRequiredScheme) {
  1217.                                 $allow array_merge($allow, ['DELETE']);
  1218.                             }
  1219.                             goto not_admin_store_template_delete;
  1220.                         }
  1221.                         if (!$hasRequiredScheme) {
  1222.                             if ('GET' !== $canonicalMethod) {
  1223.                                 goto not_admin_store_template_delete;
  1224.                             }
  1225.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_delete'key($requiredSchemes)));
  1226.                         }
  1227.                         return $ret;
  1228.                     }
  1229.                     not_admin_store_template_delete:
  1230.                     // admin_store_template_install
  1231.                     if ('/adminrazry/store/template/install' === $pathinfo) {
  1232.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Store\\TemplateController::install',  '_route' => 'admin_store_template_install',);
  1233.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1234.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1235.                             if ('GET' !== $canonicalMethod) {
  1236.                                 goto not_admin_store_template_install;
  1237.                             }
  1238.                             return array_replace($ret$this->redirect($rawPathinfo'admin_store_template_install'key($requiredSchemes)));
  1239.                         }
  1240.                         return $ret;
  1241.                     }
  1242.                     not_admin_store_template_install:
  1243.                 }
  1244.                 // sln_payment4_admin_config
  1245.                 if ('/adminrazry/sln_payment4/config' === $pathinfo) {
  1246.                     $ret = array (  '_controller' => 'Plugin\\SlnPayment4\\Controller\\Admin\\ConfigController::edit',  '_route' => 'sln_payment4_admin_config',);
  1247.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1248.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1249.                         if ('GET' !== $canonicalMethod) {
  1250.                             goto not_sln_payment4_admin_config;
  1251.                         }
  1252.                         return array_replace($ret$this->redirect($rawPathinfo'sln_payment4_admin_config'key($requiredSchemes)));
  1253.                     }
  1254.                     return $ret;
  1255.                 }
  1256.                 not_sln_payment4_admin_config:
  1257.             }
  1258.             elseif (=== strpos($pathinfo'/adminrazry/c')) {
  1259.                 // admin_change_password
  1260.                 if ('/adminrazry/change_password' === $pathinfo) {
  1261.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\AdminController::changePassword',  '_route' => 'admin_change_password',);
  1262.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1263.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1264.                         if ('GET' !== $canonicalMethod) {
  1265.                             goto not_admin_change_password;
  1266.                         }
  1267.                         return array_replace($ret$this->redirect($rawPathinfo'admin_change_password'key($requiredSchemes)));
  1268.                     }
  1269.                     return $ret;
  1270.                 }
  1271.                 not_admin_change_password:
  1272.                 if (=== strpos($pathinfo'/adminrazry/content')) {
  1273.                     if (=== strpos($pathinfo'/adminrazry/content/block')) {
  1274.                         // admin_content_block
  1275.                         if ('/adminrazry/content/block' === $pathinfo) {
  1276.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::index',  '_route' => 'admin_content_block',);
  1277.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1278.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1279.                                 if ('GET' !== $canonicalMethod) {
  1280.                                     goto not_admin_content_block;
  1281.                                 }
  1282.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_block'key($requiredSchemes)));
  1283.                             }
  1284.                             return $ret;
  1285.                         }
  1286.                         not_admin_content_block:
  1287.                         // admin_content_block_new
  1288.                         if ('/adminrazry/content/block/new' === $pathinfo) {
  1289.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::edit',  '_route' => 'admin_content_block_new',);
  1290.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1291.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1292.                                 if ('GET' !== $canonicalMethod) {
  1293.                                     goto not_admin_content_block_new;
  1294.                                 }
  1295.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_new'key($requiredSchemes)));
  1296.                             }
  1297.                             return $ret;
  1298.                         }
  1299.                         not_admin_content_block_new:
  1300.                         // admin_content_block_edit
  1301.                         if (preg_match('#^/adminrazry/content/block/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1302.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_block_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::edit',));
  1303.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1304.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1305.                                 if ('GET' !== $canonicalMethod) {
  1306.                                     goto not_admin_content_block_edit;
  1307.                                 }
  1308.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_edit'key($requiredSchemes)));
  1309.                             }
  1310.                             return $ret;
  1311.                         }
  1312.                         not_admin_content_block_edit:
  1313.                         // admin_content_block_delete
  1314.                         if (preg_match('#^/adminrazry/content/block/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1315.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_block_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\BlockController::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_content_block_delete;
  1323.                             }
  1324.                             if (!$hasRequiredScheme) {
  1325.                                 if ('GET' !== $canonicalMethod) {
  1326.                                     goto not_admin_content_block_delete;
  1327.                                 }
  1328.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_block_delete'key($requiredSchemes)));
  1329.                             }
  1330.                             return $ret;
  1331.                         }
  1332.                         not_admin_content_block_delete:
  1333.                     }
  1334.                     // admin_content_cache
  1335.                     if ('/adminrazry/content/cache' === $pathinfo) {
  1336.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\CacheController::index',  '_route' => 'admin_content_cache',);
  1337.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1338.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1339.                             if ('GET' !== $canonicalMethod) {
  1340.                                 goto not_admin_content_cache;
  1341.                             }
  1342.                             return array_replace($ret$this->redirect($rawPathinfo'admin_content_cache'key($requiredSchemes)));
  1343.                         }
  1344.                         return $ret;
  1345.                     }
  1346.                     not_admin_content_cache:
  1347.                     // admin_content_css
  1348.                     if ('/adminrazry/content/css' === $pathinfo) {
  1349.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\CssController::index',  '_route' => 'admin_content_css',);
  1350.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1351.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1352.                             if ('GET' !== $canonicalMethod) {
  1353.                                 goto not_admin_content_css;
  1354.                             }
  1355.                             return array_replace($ret$this->redirect($rawPathinfo'admin_content_css'key($requiredSchemes)));
  1356.                         }
  1357.                         return $ret;
  1358.                     }
  1359.                     not_admin_content_css:
  1360.                     if (=== strpos($pathinfo'/adminrazry/content/file_')) {
  1361.                         // admin_content_file
  1362.                         if ('/adminrazry/content/file_manager' === $pathinfo) {
  1363.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::index',  '_route' => 'admin_content_file',);
  1364.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1365.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1366.                                 if ('GET' !== $canonicalMethod) {
  1367.                                     goto not_admin_content_file;
  1368.                                 }
  1369.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_file'key($requiredSchemes)));
  1370.                             }
  1371.                             return $ret;
  1372.                         }
  1373.                         not_admin_content_file:
  1374.                         // admin_content_file_view
  1375.                         if ('/adminrazry/content/file_view' === $pathinfo) {
  1376.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::view',  '_route' => 'admin_content_file_view',);
  1377.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1378.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1379.                                 if ('GET' !== $canonicalMethod) {
  1380.                                     goto not_admin_content_file_view;
  1381.                                 }
  1382.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_view'key($requiredSchemes)));
  1383.                             }
  1384.                             return $ret;
  1385.                         }
  1386.                         not_admin_content_file_view:
  1387.                         // admin_content_file_delete
  1388.                         if ('/adminrazry/content/file_delete' === $pathinfo) {
  1389.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::delete',  '_route' => 'admin_content_file_delete',);
  1390.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1391.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1392.                             if (!in_array($requestMethod, ['DELETE'])) {
  1393.                                 if ($hasRequiredScheme) {
  1394.                                     $allow array_merge($allow, ['DELETE']);
  1395.                                 }
  1396.                                 goto not_admin_content_file_delete;
  1397.                             }
  1398.                             if (!$hasRequiredScheme) {
  1399.                                 if ('GET' !== $canonicalMethod) {
  1400.                                     goto not_admin_content_file_delete;
  1401.                                 }
  1402.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_delete'key($requiredSchemes)));
  1403.                             }
  1404.                             return $ret;
  1405.                         }
  1406.                         not_admin_content_file_delete:
  1407.                         // admin_content_file_download
  1408.                         if ('/adminrazry/content/file_download' === $pathinfo) {
  1409.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\FileController::download',  '_route' => 'admin_content_file_download',);
  1410.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1411.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1412.                                 if ('GET' !== $canonicalMethod) {
  1413.                                     goto not_admin_content_file_download;
  1414.                                 }
  1415.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_file_download'key($requiredSchemes)));
  1416.                             }
  1417.                             return $ret;
  1418.                         }
  1419.                         not_admin_content_file_download:
  1420.                     }
  1421.                     // admin_content_js
  1422.                     if ('/adminrazry/content/js' === $pathinfo) {
  1423.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\JsController::index',  '_route' => 'admin_content_js',);
  1424.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1425.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1426.                             if ('GET' !== $canonicalMethod) {
  1427.                                 goto not_admin_content_js;
  1428.                             }
  1429.                             return array_replace($ret$this->redirect($rawPathinfo'admin_content_js'key($requiredSchemes)));
  1430.                         }
  1431.                         return $ret;
  1432.                     }
  1433.                     not_admin_content_js:
  1434.                     if (=== strpos($pathinfo'/adminrazry/content/layout')) {
  1435.                         // admin_content_layout
  1436.                         if ('/adminrazry/content/layout' === $pathinfo) {
  1437.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::index',  '_route' => 'admin_content_layout',);
  1438.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1439.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1440.                                 if ('GET' !== $canonicalMethod) {
  1441.                                     goto not_admin_content_layout;
  1442.                                 }
  1443.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout'key($requiredSchemes)));
  1444.                             }
  1445.                             return $ret;
  1446.                         }
  1447.                         not_admin_content_layout:
  1448.                         // admin_content_layout_delete
  1449.                         if (preg_match('#^/adminrazry/content/layout/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1450.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::delete',));
  1451.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1452.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1453.                             if (!in_array($requestMethod, ['DELETE'])) {
  1454.                                 if ($hasRequiredScheme) {
  1455.                                     $allow array_merge($allow, ['DELETE']);
  1456.                                 }
  1457.                                 goto not_admin_content_layout_delete;
  1458.                             }
  1459.                             if (!$hasRequiredScheme) {
  1460.                                 if ('GET' !== $canonicalMethod) {
  1461.                                     goto not_admin_content_layout_delete;
  1462.                                 }
  1463.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_delete'key($requiredSchemes)));
  1464.                             }
  1465.                             return $ret;
  1466.                         }
  1467.                         not_admin_content_layout_delete:
  1468.                         // admin_content_layout_new
  1469.                         if ('/adminrazry/content/layout/new' === $pathinfo) {
  1470.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::edit',  '_route' => 'admin_content_layout_new',);
  1471.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1472.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1473.                                 if ('GET' !== $canonicalMethod) {
  1474.                                     goto not_admin_content_layout_new;
  1475.                                 }
  1476.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_new'key($requiredSchemes)));
  1477.                             }
  1478.                             return $ret;
  1479.                         }
  1480.                         not_admin_content_layout_new:
  1481.                         // admin_content_layout_edit
  1482.                         if (preg_match('#^/adminrazry/content/layout/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1483.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::edit',));
  1484.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1485.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1486.                                 if ('GET' !== $canonicalMethod) {
  1487.                                     goto not_admin_content_layout_edit;
  1488.                                 }
  1489.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_edit'key($requiredSchemes)));
  1490.                             }
  1491.                             return $ret;
  1492.                         }
  1493.                         not_admin_content_layout_edit:
  1494.                         // admin_content_layout_view_block
  1495.                         if ('/adminrazry/content/layout/view_block' === $pathinfo) {
  1496.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::viewBlock',  '_route' => 'admin_content_layout_view_block',);
  1497.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1498.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1499.                             if (!in_array($canonicalMethod, ['GET'])) {
  1500.                                 if ($hasRequiredScheme) {
  1501.                                     $allow array_merge($allow, ['GET']);
  1502.                                 }
  1503.                                 goto not_admin_content_layout_view_block;
  1504.                             }
  1505.                             if (!$hasRequiredScheme) {
  1506.                                 if ('GET' !== $canonicalMethod) {
  1507.                                     goto not_admin_content_layout_view_block;
  1508.                                 }
  1509.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_view_block'key($requiredSchemes)));
  1510.                             }
  1511.                             return $ret;
  1512.                         }
  1513.                         not_admin_content_layout_view_block:
  1514.                         // admin_content_layout_preview
  1515.                         if (preg_match('#^/adminrazry/content/layout/(?P<id>\\d+)/preview$#sD'$pathinfo$matches)) {
  1516.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_layout_preview']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\LayoutController::preview',));
  1517.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1518.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1519.                                 if ('GET' !== $canonicalMethod) {
  1520.                                     goto not_admin_content_layout_preview;
  1521.                                 }
  1522.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_layout_preview'key($requiredSchemes)));
  1523.                             }
  1524.                             return $ret;
  1525.                         }
  1526.                         not_admin_content_layout_preview:
  1527.                     }
  1528.                     // admin_content_maintenance
  1529.                     if ('/adminrazry/content/maintenance' === $pathinfo) {
  1530.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\MaintenanceController::index',  '_route' => 'admin_content_maintenance',);
  1531.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1532.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1533.                             if ('GET' !== $canonicalMethod) {
  1534.                                 goto not_admin_content_maintenance;
  1535.                             }
  1536.                             return array_replace($ret$this->redirect($rawPathinfo'admin_content_maintenance'key($requiredSchemes)));
  1537.                         }
  1538.                         return $ret;
  1539.                     }
  1540.                     not_admin_content_maintenance:
  1541.                     if (=== strpos($pathinfo'/adminrazry/content/news')) {
  1542.                         // admin_content_news
  1543.                         if ('/adminrazry/content/news' === $pathinfo) {
  1544.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::index',  '_route' => 'admin_content_news',);
  1545.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1546.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1547.                                 if ('GET' !== $canonicalMethod) {
  1548.                                     goto not_admin_content_news;
  1549.                                 }
  1550.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news'key($requiredSchemes)));
  1551.                             }
  1552.                             return $ret;
  1553.                         }
  1554.                         not_admin_content_news:
  1555.                         // admin_content_news_page
  1556.                         if (=== strpos($pathinfo'/adminrazry/content/news/page') && preg_match('#^/adminrazry/content/news/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1557.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_page']), array (  'page_no' => 1,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::index',));
  1558.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1559.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1560.                                 if ('GET' !== $canonicalMethod) {
  1561.                                     goto not_admin_content_news_page;
  1562.                                 }
  1563.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_page'key($requiredSchemes)));
  1564.                             }
  1565.                             return $ret;
  1566.                         }
  1567.                         not_admin_content_news_page:
  1568.                         // admin_content_news_new
  1569.                         if ('/adminrazry/content/news/new' === $pathinfo) {
  1570.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::edit',  '_route' => 'admin_content_news_new',);
  1571.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1572.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1573.                                 if ('GET' !== $canonicalMethod) {
  1574.                                     goto not_admin_content_news_new;
  1575.                                 }
  1576.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_new'key($requiredSchemes)));
  1577.                             }
  1578.                             return $ret;
  1579.                         }
  1580.                         not_admin_content_news_new:
  1581.                         // admin_content_news_edit
  1582.                         if (preg_match('#^/adminrazry/content/news/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1583.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::edit',));
  1584.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1585.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1586.                                 if ('GET' !== $canonicalMethod) {
  1587.                                     goto not_admin_content_news_edit;
  1588.                                 }
  1589.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_edit'key($requiredSchemes)));
  1590.                             }
  1591.                             return $ret;
  1592.                         }
  1593.                         not_admin_content_news_edit:
  1594.                         // admin_content_news_delete
  1595.                         if (preg_match('#^/adminrazry/content/news/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1596.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_news_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\NewsController::delete',));
  1597.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1598.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1599.                             if (!in_array($requestMethod, ['DELETE'])) {
  1600.                                 if ($hasRequiredScheme) {
  1601.                                     $allow array_merge($allow, ['DELETE']);
  1602.                                 }
  1603.                                 goto not_admin_content_news_delete;
  1604.                             }
  1605.                             if (!$hasRequiredScheme) {
  1606.                                 if ('GET' !== $canonicalMethod) {
  1607.                                     goto not_admin_content_news_delete;
  1608.                                 }
  1609.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_news_delete'key($requiredSchemes)));
  1610.                             }
  1611.                             return $ret;
  1612.                         }
  1613.                         not_admin_content_news_delete:
  1614.                     }
  1615.                     elseif (=== strpos($pathinfo'/adminrazry/content/page')) {
  1616.                         // admin_content_page
  1617.                         if ('/adminrazry/content/page' === $pathinfo) {
  1618.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::index',  '_route' => 'admin_content_page',);
  1619.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1620.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1621.                                 if ('GET' !== $canonicalMethod) {
  1622.                                     goto not_admin_content_page;
  1623.                                 }
  1624.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_page'key($requiredSchemes)));
  1625.                             }
  1626.                             return $ret;
  1627.                         }
  1628.                         not_admin_content_page:
  1629.                         // admin_content_page_new
  1630.                         if ('/adminrazry/content/page/new' === $pathinfo) {
  1631.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::edit',  '_route' => 'admin_content_page_new',);
  1632.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1633.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1634.                                 if ('GET' !== $canonicalMethod) {
  1635.                                     goto not_admin_content_page_new;
  1636.                                 }
  1637.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_new'key($requiredSchemes)));
  1638.                             }
  1639.                             return $ret;
  1640.                         }
  1641.                         not_admin_content_page_new:
  1642.                         // admin_content_page_edit
  1643.                         if (preg_match('#^/adminrazry/content/page/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1644.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_page_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::edit',));
  1645.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1646.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1647.                                 if ('GET' !== $canonicalMethod) {
  1648.                                     goto not_admin_content_page_edit;
  1649.                                 }
  1650.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_edit'key($requiredSchemes)));
  1651.                             }
  1652.                             return $ret;
  1653.                         }
  1654.                         not_admin_content_page_edit:
  1655.                         // admin_content_page_delete
  1656.                         if (preg_match('#^/adminrazry/content/page/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1657.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_content_page_delete']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Content\\PageController::delete',));
  1658.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1659.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1660.                             if (!in_array($requestMethod, ['DELETE'])) {
  1661.                                 if ($hasRequiredScheme) {
  1662.                                     $allow array_merge($allow, ['DELETE']);
  1663.                                 }
  1664.                                 goto not_admin_content_page_delete;
  1665.                             }
  1666.                             if (!$hasRequiredScheme) {
  1667.                                 if ('GET' !== $canonicalMethod) {
  1668.                                     goto not_admin_content_page_delete;
  1669.                                 }
  1670.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_content_page_delete'key($requiredSchemes)));
  1671.                             }
  1672.                             return $ret;
  1673.                         }
  1674.                         not_admin_content_page_delete:
  1675.                     }
  1676.                 }
  1677.                 elseif (=== strpos($pathinfo'/adminrazry/customer')) {
  1678.                     // admin_customer
  1679.                     if ('/adminrazry/customer' === $pathinfo) {
  1680.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::index',  '_route' => 'admin_customer',);
  1681.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1682.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1683.                             if ('GET' !== $canonicalMethod) {
  1684.                                 goto not_admin_customer;
  1685.                             }
  1686.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer'key($requiredSchemes)));
  1687.                         }
  1688.                         return $ret;
  1689.                     }
  1690.                     not_admin_customer:
  1691.                     // admin_customer_page
  1692.                     if (=== strpos($pathinfo'/adminrazry/customer/page') && preg_match('#^/adminrazry/customer/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1693.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::index',));
  1694.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1695.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1696.                             if ('GET' !== $canonicalMethod) {
  1697.                                 goto not_admin_customer_page;
  1698.                             }
  1699.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_page'key($requiredSchemes)));
  1700.                         }
  1701.                         return $ret;
  1702.                     }
  1703.                     not_admin_customer_page:
  1704.                     // admin_customer_resend
  1705.                     if (preg_match('#^/adminrazry/customer/(?P<id>\\d+)/resend$#sD'$pathinfo$matches)) {
  1706.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_resend']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::resend',));
  1707.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1708.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1709.                             if ('GET' !== $canonicalMethod) {
  1710.                                 goto not_admin_customer_resend;
  1711.                             }
  1712.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_resend'key($requiredSchemes)));
  1713.                         }
  1714.                         return $ret;
  1715.                     }
  1716.                     not_admin_customer_resend:
  1717.                     // admin_customer_delete
  1718.                     if (preg_match('#^/adminrazry/customer/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  1719.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::delete',));
  1720.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1721.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1722.                         if (!in_array($requestMethod, ['DELETE'])) {
  1723.                             if ($hasRequiredScheme) {
  1724.                                 $allow array_merge($allow, ['DELETE']);
  1725.                             }
  1726.                             goto not_admin_customer_delete;
  1727.                         }
  1728.                         if (!$hasRequiredScheme) {
  1729.                             if ('GET' !== $canonicalMethod) {
  1730.                                 goto not_admin_customer_delete;
  1731.                             }
  1732.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delete'key($requiredSchemes)));
  1733.                         }
  1734.                         return $ret;
  1735.                     }
  1736.                     not_admin_customer_delete:
  1737.                     // admin_customer_export
  1738.                     if ('/adminrazry/customer/export' === $pathinfo) {
  1739.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerController::export',  '_route' => 'admin_customer_export',);
  1740.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1741.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1742.                             if ('GET' !== $canonicalMethod) {
  1743.                                 goto not_admin_customer_export;
  1744.                             }
  1745.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_export'key($requiredSchemes)));
  1746.                         }
  1747.                         return $ret;
  1748.                     }
  1749.                     not_admin_customer_export:
  1750.                     // admin_customer_delivery_new
  1751.                     if (preg_match('#^/adminrazry/customer/(?P<id>\\d+)/delivery/new$#sD'$pathinfo$matches)) {
  1752.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_new']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::edit',));
  1753.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1754.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1755.                             if ('GET' !== $canonicalMethod) {
  1756.                                 goto not_admin_customer_delivery_new;
  1757.                             }
  1758.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_new'key($requiredSchemes)));
  1759.                         }
  1760.                         return $ret;
  1761.                     }
  1762.                     not_admin_customer_delivery_new:
  1763.                     // admin_customer_delivery_edit
  1764.                     if (preg_match('#^/adminrazry/customer/(?P<id>\\d+)/delivery/(?P<did>\\d+)/edit$#sD'$pathinfo$matches)) {
  1765.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_edit']), array (  'did' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::edit',));
  1766.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1767.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1768.                             if ('GET' !== $canonicalMethod) {
  1769.                                 goto not_admin_customer_delivery_edit;
  1770.                             }
  1771.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_edit'key($requiredSchemes)));
  1772.                         }
  1773.                         return $ret;
  1774.                     }
  1775.                     not_admin_customer_delivery_edit:
  1776.                     // admin_customer_delivery_delete
  1777.                     if (preg_match('#^/adminrazry/customer/(?P<id>\\d+)/delivery/(?P<did>\\d+)/delete$#sD'$pathinfo$matches)) {
  1778.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController::delete',));
  1779.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1780.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1781.                         if (!in_array($requestMethod, ['DELETE'])) {
  1782.                             if ($hasRequiredScheme) {
  1783.                                 $allow array_merge($allow, ['DELETE']);
  1784.                             }
  1785.                             goto not_admin_customer_delivery_delete;
  1786.                         }
  1787.                         if (!$hasRequiredScheme) {
  1788.                             if ('GET' !== $canonicalMethod) {
  1789.                                 goto not_admin_customer_delivery_delete;
  1790.                             }
  1791.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_delivery_delete'key($requiredSchemes)));
  1792.                         }
  1793.                         return $ret;
  1794.                     }
  1795.                     not_admin_customer_delivery_delete:
  1796.                     // admin_customer_new
  1797.                     if ('/adminrazry/customer/new' === $pathinfo) {
  1798.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerEditController::index',  '_route' => 'admin_customer_new',);
  1799.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1800.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1801.                             if ('GET' !== $canonicalMethod) {
  1802.                                 goto not_admin_customer_new;
  1803.                             }
  1804.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_new'key($requiredSchemes)));
  1805.                         }
  1806.                         return $ret;
  1807.                     }
  1808.                     not_admin_customer_new:
  1809.                     // admin_customer_edit
  1810.                     if (preg_match('#^/adminrazry/customer/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1811.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_customer_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Customer\\CustomerEditController::index',));
  1812.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1813.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1814.                             if ('GET' !== $canonicalMethod) {
  1815.                                 goto not_admin_customer_edit;
  1816.                             }
  1817.                             return array_replace($ret$this->redirect($rawPathinfo'admin_customer_edit'key($requiredSchemes)));
  1818.                         }
  1819.                         return $ret;
  1820.                     }
  1821.                     not_admin_customer_edit:
  1822.                 }
  1823.             }
  1824.             elseif (=== strpos($pathinfo'/adminrazry/order')) {
  1825.                 // admin_shipping_csv_import
  1826.                 if ('/adminrazry/order/shipping_csv_upload' === $pathinfo) {
  1827.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\CsvImportController::csvShipping',  '_route' => 'admin_shipping_csv_import',);
  1828.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1829.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1830.                         if ('GET' !== $canonicalMethod) {
  1831.                             goto not_admin_shipping_csv_import;
  1832.                         }
  1833.                         return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_csv_import'key($requiredSchemes)));
  1834.                     }
  1835.                     return $ret;
  1836.                 }
  1837.                 not_admin_shipping_csv_import:
  1838.                 // admin_shipping_csv_template
  1839.                 if ('/adminrazry/order/csv_template' === $pathinfo) {
  1840.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\CsvImportController::csvTemplate',  '_route' => 'admin_shipping_csv_template',);
  1841.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1842.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1843.                         if ('GET' !== $canonicalMethod) {
  1844.                             goto not_admin_shipping_csv_template;
  1845.                         }
  1846.                         return array_replace($ret$this->redirect($rawPathinfo'admin_shipping_csv_template'key($requiredSchemes)));
  1847.                     }
  1848.                     return $ret;
  1849.                 }
  1850.                 not_admin_shipping_csv_template:
  1851.                 // admin_order_new
  1852.                 if ('/adminrazry/order/new' === $pathinfo) {
  1853.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::index',  '_route' => 'admin_order_new',);
  1854.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1855.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1856.                         if ('GET' !== $canonicalMethod) {
  1857.                             goto not_admin_order_new;
  1858.                         }
  1859.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_new'key($requiredSchemes)));
  1860.                     }
  1861.                     return $ret;
  1862.                 }
  1863.                 not_admin_order_new:
  1864.                 // admin_order_edit
  1865.                 if (preg_match('#^/adminrazry/order/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  1866.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::index',));
  1867.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1868.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1869.                         if ('GET' !== $canonicalMethod) {
  1870.                             goto not_admin_order_edit;
  1871.                         }
  1872.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_edit'key($requiredSchemes)));
  1873.                     }
  1874.                     return $ret;
  1875.                 }
  1876.                 not_admin_order_edit:
  1877.                 if (=== strpos($pathinfo'/adminrazry/order/search')) {
  1878.                     if (=== strpos($pathinfo'/adminrazry/order/search/customer/html')) {
  1879.                         // admin_order_search_customer_html
  1880.                         if ('/adminrazry/order/search/customer/html' === $pathinfo) {
  1881.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchCustomerHtml',  '_route' => 'admin_order_search_customer_html',);
  1882.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1883.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1884.                                 if ('GET' !== $canonicalMethod) {
  1885.                                     goto not_admin_order_search_customer_html;
  1886.                                 }
  1887.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_html'key($requiredSchemes)));
  1888.                             }
  1889.                             return $ret;
  1890.                         }
  1891.                         not_admin_order_search_customer_html:
  1892.                         // admin_order_search_customer_html_page
  1893.                         if (=== strpos($pathinfo'/adminrazry/order/search/customer/html/page') && preg_match('#^/adminrazry/order/search/customer/html/page(?:/(?P<page_no>[^/]++))?$#sD'$pathinfo$matches)) {
  1894.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_search_customer_html_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchCustomerHtml',));
  1895.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1896.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1897.                                 if ('GET' !== $canonicalMethod) {
  1898.                                     goto not_admin_order_search_customer_html_page;
  1899.                                 }
  1900.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_html_page'key($requiredSchemes)));
  1901.                             }
  1902.                             return $ret;
  1903.                         }
  1904.                         not_admin_order_search_customer_html_page:
  1905.                     }
  1906.                     // admin_order_search_customer_by_id
  1907.                     if ('/adminrazry/order/search/customer/id' === $pathinfo) {
  1908.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchCustomerById',  '_route' => 'admin_order_search_customer_by_id',);
  1909.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1910.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  1911.                         if (!in_array($requestMethod, ['POST'])) {
  1912.                             if ($hasRequiredScheme) {
  1913.                                 $allow array_merge($allow, ['POST']);
  1914.                             }
  1915.                             goto not_admin_order_search_customer_by_id;
  1916.                         }
  1917.                         if (!$hasRequiredScheme) {
  1918.                             if ('GET' !== $canonicalMethod) {
  1919.                                 goto not_admin_order_search_customer_by_id;
  1920.                             }
  1921.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_customer_by_id'key($requiredSchemes)));
  1922.                         }
  1923.                         return $ret;
  1924.                     }
  1925.                     not_admin_order_search_customer_by_id:
  1926.                     if (=== strpos($pathinfo'/adminrazry/order/search/product')) {
  1927.                         // admin_order_search_product
  1928.                         if ('/adminrazry/order/search/product' === $pathinfo) {
  1929.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchProduct',  '_route' => 'admin_order_search_product',);
  1930.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1931.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1932.                                 if ('GET' !== $canonicalMethod) {
  1933.                                     goto not_admin_order_search_product;
  1934.                                 }
  1935.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_product'key($requiredSchemes)));
  1936.                             }
  1937.                             return $ret;
  1938.                         }
  1939.                         not_admin_order_search_product:
  1940.                         // admin_order_search_product_page
  1941.                         if (=== strpos($pathinfo'/adminrazry/order/search/product/page') && preg_match('#^/adminrazry/order/search/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  1942.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_search_product_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchProduct',));
  1943.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1944.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  1945.                                 if ('GET' !== $canonicalMethod) {
  1946.                                     goto not_admin_order_search_product_page;
  1947.                                 }
  1948.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_product_page'key($requiredSchemes)));
  1949.                             }
  1950.                             return $ret;
  1951.                         }
  1952.                         not_admin_order_search_product_page:
  1953.                     }
  1954.                     // admin_order_search_order_item_type
  1955.                     if ('/adminrazry/order/search/order_item_type' === $pathinfo) {
  1956.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\EditController::searchOrderItemType',  '_route' => 'admin_order_search_order_item_type',);
  1957.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1958.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  1959.                             if ('GET' !== $canonicalMethod) {
  1960.                                 goto not_admin_order_search_order_item_type;
  1961.                             }
  1962.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_search_order_item_type'key($requiredSchemes)));
  1963.                         }
  1964.                         return $ret;
  1965.                     }
  1966.                     not_admin_order_search_order_item_type:
  1967.                 }
  1968.                 // admin_order_mail
  1969.                 if (preg_match('#^/adminrazry/order/(?P<id>\\d+)/mail$#sD'$pathinfo$matches)) {
  1970.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_mail']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\MailController::index',));
  1971.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1972.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1973.                         if ('GET' !== $canonicalMethod) {
  1974.                             goto not_admin_order_mail;
  1975.                         }
  1976.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_mail'key($requiredSchemes)));
  1977.                     }
  1978.                     return $ret;
  1979.                 }
  1980.                 not_admin_order_mail:
  1981.                 // admin_order_mail_view
  1982.                 if ('/adminrazry/order/mail/view' === $pathinfo) {
  1983.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\MailController::view',  '_route' => 'admin_order_mail_view',);
  1984.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1985.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1986.                         if ('GET' !== $canonicalMethod) {
  1987.                             goto not_admin_order_mail_view;
  1988.                         }
  1989.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_mail_view'key($requiredSchemes)));
  1990.                     }
  1991.                     return $ret;
  1992.                 }
  1993.                 not_admin_order_mail_view:
  1994.                 // admin_order
  1995.                 if ('/adminrazry/order' === $pathinfo) {
  1996.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::index',  '_route' => 'admin_order',);
  1997.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  1998.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  1999.                         if ('GET' !== $canonicalMethod) {
  2000.                             goto not_admin_order;
  2001.                         }
  2002.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order'key($requiredSchemes)));
  2003.                     }
  2004.                     return $ret;
  2005.                 }
  2006.                 not_admin_order:
  2007.                 // admin_order_page
  2008.                 if (=== strpos($pathinfo'/adminrazry/order/page') && preg_match('#^/adminrazry/order/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2009.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_order_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::index',));
  2010.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2011.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2012.                         if ('GET' !== $canonicalMethod) {
  2013.                             goto not_admin_order_page;
  2014.                         }
  2015.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_page'key($requiredSchemes)));
  2016.                     }
  2017.                     return $ret;
  2018.                 }
  2019.                 not_admin_order_page:
  2020.                 // admin_order_bulk_delete
  2021.                 if ('/adminrazry/order/bulk_delete' === $pathinfo) {
  2022.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::bulkDelete',  '_route' => 'admin_order_bulk_delete',);
  2023.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2024.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2025.                     if (!in_array($requestMethod, ['POST'])) {
  2026.                         if ($hasRequiredScheme) {
  2027.                             $allow array_merge($allow, ['POST']);
  2028.                         }
  2029.                         goto not_admin_order_bulk_delete;
  2030.                     }
  2031.                     if (!$hasRequiredScheme) {
  2032.                         if ('GET' !== $canonicalMethod) {
  2033.                             goto not_admin_order_bulk_delete;
  2034.                         }
  2035.                         return array_replace($ret$this->redirect($rawPathinfo'admin_order_bulk_delete'key($requiredSchemes)));
  2036.                     }
  2037.                     return $ret;
  2038.                 }
  2039.                 not_admin_order_bulk_delete:
  2040.                 if (=== strpos($pathinfo'/adminrazry/order/export')) {
  2041.                     // admin_order_export_order
  2042.                     if ('/adminrazry/order/export/order' === $pathinfo) {
  2043.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportOrder',  '_route' => 'admin_order_export_order',);
  2044.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2045.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2046.                             if ('GET' !== $canonicalMethod) {
  2047.                                 goto not_admin_order_export_order;
  2048.                             }
  2049.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_order'key($requiredSchemes)));
  2050.                         }
  2051.                         return $ret;
  2052.                     }
  2053.                     not_admin_order_export_order:
  2054.                     // admin_order_export_shipping
  2055.                     if ('/adminrazry/order/export/shipping' === $pathinfo) {
  2056.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportShipping',  '_route' => 'admin_order_export_shipping',);
  2057.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2058.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2059.                             if ('GET' !== $canonicalMethod) {
  2060.                                 goto not_admin_order_export_shipping;
  2061.                             }
  2062.                             return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_shipping'key($requiredSchemes)));
  2063.                         }
  2064.                         return $ret;
  2065.                     }
  2066.                     not_admin_order_export_shipping:
  2067.                     if (=== strpos($pathinfo'/adminrazry/order/export/pdf')) {
  2068.                         // admin_order_export_pdf
  2069.                         if ('/adminrazry/order/export/pdf' === $pathinfo) {
  2070.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportPdf',  '_route' => 'admin_order_export_pdf',);
  2071.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2072.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2073.                                 if ('GET' !== $canonicalMethod) {
  2074.                                     goto not_admin_order_export_pdf;
  2075.                                 }
  2076.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_export_pdf'key($requiredSchemes)));
  2077.                             }
  2078.                             return $ret;
  2079.                         }
  2080.                         not_admin_order_export_pdf:
  2081.                         // admin_order_pdf_download
  2082.                         if ('/adminrazry/order/export/pdf/download' === $pathinfo) {
  2083.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Order\\OrderController::exportPdfDownload',  '_route' => 'admin_order_pdf_download',);
  2084.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2085.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2086.                                 if ('GET' !== $canonicalMethod) {
  2087.                                     goto not_admin_order_pdf_download;
  2088.                                 }
  2089.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_order_pdf_download'key($requiredSchemes)));
  2090.                             }
  2091.                             return $ret;
  2092.                         }
  2093.                         not_admin_order_pdf_download:
  2094.                     }
  2095.                 }
  2096.                 // admin_sln_pay_command
  2097.                 if (preg_match('#^/adminrazry/order/(?P<id>\\d+)/sln_pay_command$#sD'$pathinfo$matches)) {
  2098.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_sln_pay_command']), array (  '_controller' => 'Plugin\\SlnPayment4\\Controller\\Admin\\OrderController::payCommand',));
  2099.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2100.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2101.                     if (!in_array($requestMethod, ['PUT'])) {
  2102.                         if ($hasRequiredScheme) {
  2103.                             $allow array_merge($allow, ['PUT']);
  2104.                         }
  2105.                         goto not_admin_sln_pay_command;
  2106.                     }
  2107.                     if (!$hasRequiredScheme) {
  2108.                         if ('GET' !== $canonicalMethod) {
  2109.                             goto not_admin_sln_pay_command;
  2110.                         }
  2111.                         return array_replace($ret$this->redirect($rawPathinfo'admin_sln_pay_command'key($requiredSchemes)));
  2112.                     }
  2113.                     return $ret;
  2114.                 }
  2115.                 not_admin_sln_pay_command:
  2116.             }
  2117.             elseif (=== strpos($pathinfo'/adminrazry/product')) {
  2118.                 if (=== strpos($pathinfo'/adminrazry/product/c')) {
  2119.                     if (=== strpos($pathinfo'/adminrazry/product/category')) {
  2120.                         // admin_product_category
  2121.                         if ('/adminrazry/product/category' === $pathinfo) {
  2122.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',  '_route' => 'admin_product_category',);
  2123.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2124.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2125.                                 if ('GET' !== $canonicalMethod) {
  2126.                                     goto not_admin_product_category;
  2127.                                 }
  2128.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category'key($requiredSchemes)));
  2129.                             }
  2130.                             return $ret;
  2131.                         }
  2132.                         not_admin_product_category:
  2133.                         // admin_product_category_show
  2134.                         if (preg_match('#^/adminrazry/product/category(?:/(?P<parent_id>\\d+))?$#sD'$pathinfo$matches)) {
  2135.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_show']), array (  'parent_id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',));
  2136.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2137.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2138.                                 if ('GET' !== $canonicalMethod) {
  2139.                                     goto not_admin_product_category_show;
  2140.                                 }
  2141.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_show'key($requiredSchemes)));
  2142.                             }
  2143.                             return $ret;
  2144.                         }
  2145.                         not_admin_product_category_show:
  2146.                         // admin_product_category_edit
  2147.                         if (preg_match('#^/adminrazry/product/category/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2148.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::index',));
  2149.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2150.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2151.                                 if ('GET' !== $canonicalMethod) {
  2152.                                     goto not_admin_product_category_edit;
  2153.                                 }
  2154.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_edit'key($requiredSchemes)));
  2155.                             }
  2156.                             return $ret;
  2157.                         }
  2158.                         not_admin_product_category_edit:
  2159.                         // admin_product_category_delete
  2160.                         if (preg_match('#^/adminrazry/product/category/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2161.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_category_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::delete',));
  2162.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2163.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2164.                             if (!in_array($requestMethod, ['DELETE'])) {
  2165.                                 if ($hasRequiredScheme) {
  2166.                                     $allow array_merge($allow, ['DELETE']);
  2167.                                 }
  2168.                                 goto not_admin_product_category_delete;
  2169.                             }
  2170.                             if (!$hasRequiredScheme) {
  2171.                                 if ('GET' !== $canonicalMethod) {
  2172.                                     goto not_admin_product_category_delete;
  2173.                                 }
  2174.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_delete'key($requiredSchemes)));
  2175.                             }
  2176.                             return $ret;
  2177.                         }
  2178.                         not_admin_product_category_delete:
  2179.                         // admin_product_category_sort_no_move
  2180.                         if ('/adminrazry/product/category/sort_no/move' === $pathinfo) {
  2181.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::moveSortNo',  '_route' => 'admin_product_category_sort_no_move',);
  2182.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2183.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2184.                             if (!in_array($requestMethod, ['POST'])) {
  2185.                                 if ($hasRequiredScheme) {
  2186.                                     $allow array_merge($allow, ['POST']);
  2187.                                 }
  2188.                                 goto not_admin_product_category_sort_no_move;
  2189.                             }
  2190.                             if (!$hasRequiredScheme) {
  2191.                                 if ('GET' !== $canonicalMethod) {
  2192.                                     goto not_admin_product_category_sort_no_move;
  2193.                                 }
  2194.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_sort_no_move'key($requiredSchemes)));
  2195.                             }
  2196.                             return $ret;
  2197.                         }
  2198.                         not_admin_product_category_sort_no_move:
  2199.                         // admin_product_category_export
  2200.                         if ('/adminrazry/product/category/export' === $pathinfo) {
  2201.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CategoryController::export',  '_route' => 'admin_product_category_export',);
  2202.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2203.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2204.                                 if ('GET' !== $canonicalMethod) {
  2205.                                     goto not_admin_product_category_export;
  2206.                                 }
  2207.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_export'key($requiredSchemes)));
  2208.                             }
  2209.                             return $ret;
  2210.                         }
  2211.                         not_admin_product_category_export:
  2212.                         // admin_product_category_csv_import
  2213.                         if ('/adminrazry/product/category_csv_upload' === $pathinfo) {
  2214.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvCategory',  '_route' => 'admin_product_category_csv_import',);
  2215.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2216.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2217.                                 if ('GET' !== $canonicalMethod) {
  2218.                                     goto not_admin_product_category_csv_import;
  2219.                                 }
  2220.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_category_csv_import'key($requiredSchemes)));
  2221.                             }
  2222.                             return $ret;
  2223.                         }
  2224.                         not_admin_product_category_csv_import:
  2225.                     }
  2226.                     elseif (=== strpos($pathinfo'/adminrazry/product/class_category')) {
  2227.                         // admin_product_class_category
  2228.                         if (preg_match('#^/adminrazry/product/class_category/(?P<class_name_id>\\d+)$#sD'$pathinfo$matches)) {
  2229.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::index',));
  2230.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2231.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2232.                                 if ('GET' !== $canonicalMethod) {
  2233.                                     goto not_admin_product_class_category;
  2234.                                 }
  2235.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category'key($requiredSchemes)));
  2236.                             }
  2237.                             return $ret;
  2238.                         }
  2239.                         not_admin_product_class_category:
  2240.                         // admin_product_class_category_edit
  2241.                         if (preg_match('#^/adminrazry/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2242.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::index',));
  2243.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2244.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2245.                                 if ('GET' !== $canonicalMethod) {
  2246.                                     goto not_admin_product_class_category_edit;
  2247.                                 }
  2248.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_edit'key($requiredSchemes)));
  2249.                             }
  2250.                             return $ret;
  2251.                         }
  2252.                         not_admin_product_class_category_edit:
  2253.                         // admin_product_class_category_delete
  2254.                         if (preg_match('#^/adminrazry/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2255.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::delete',));
  2256.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2257.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2258.                             if (!in_array($requestMethod, ['DELETE'])) {
  2259.                                 if ($hasRequiredScheme) {
  2260.                                     $allow array_merge($allow, ['DELETE']);
  2261.                                 }
  2262.                                 goto not_admin_product_class_category_delete;
  2263.                             }
  2264.                             if (!$hasRequiredScheme) {
  2265.                                 if ('GET' !== $canonicalMethod) {
  2266.                                     goto not_admin_product_class_category_delete;
  2267.                                 }
  2268.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_delete'key($requiredSchemes)));
  2269.                             }
  2270.                             return $ret;
  2271.                         }
  2272.                         not_admin_product_class_category_delete:
  2273.                         // admin_product_class_category_visibility
  2274.                         if (preg_match('#^/adminrazry/product/class_category/(?P<class_name_id>\\d+)/(?P<id>\\d+)/visibility$#sD'$pathinfo$matches)) {
  2275.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_category_visibility']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::visibility',));
  2276.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2277.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2278.                             if (!in_array($requestMethod, ['PUT'])) {
  2279.                                 if ($hasRequiredScheme) {
  2280.                                     $allow array_merge($allow, ['PUT']);
  2281.                                 }
  2282.                                 goto not_admin_product_class_category_visibility;
  2283.                             }
  2284.                             if (!$hasRequiredScheme) {
  2285.                                 if ('GET' !== $canonicalMethod) {
  2286.                                     goto not_admin_product_class_category_visibility;
  2287.                                 }
  2288.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_visibility'key($requiredSchemes)));
  2289.                             }
  2290.                             return $ret;
  2291.                         }
  2292.                         not_admin_product_class_category_visibility:
  2293.                         // admin_product_class_category_sort_no_move
  2294.                         if ('/adminrazry/product/class_category/sort_no/move' === $pathinfo) {
  2295.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController::moveSortNo',  '_route' => 'admin_product_class_category_sort_no_move',);
  2296.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2297.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2298.                             if (!in_array($requestMethod, ['POST'])) {
  2299.                                 if ($hasRequiredScheme) {
  2300.                                     $allow array_merge($allow, ['POST']);
  2301.                                 }
  2302.                                 goto not_admin_product_class_category_sort_no_move;
  2303.                             }
  2304.                             if (!$hasRequiredScheme) {
  2305.                                 if ('GET' !== $canonicalMethod) {
  2306.                                     goto not_admin_product_class_category_sort_no_move;
  2307.                                 }
  2308.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_category_sort_no_move'key($requiredSchemes)));
  2309.                             }
  2310.                             return $ret;
  2311.                         }
  2312.                         not_admin_product_class_category_sort_no_move:
  2313.                     }
  2314.                     elseif (=== strpos($pathinfo'/adminrazry/product/class_name')) {
  2315.                         // admin_product_class_name
  2316.                         if ('/adminrazry/product/class_name' === $pathinfo) {
  2317.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::index',  '_route' => 'admin_product_class_name',);
  2318.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2319.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2320.                                 if ('GET' !== $canonicalMethod) {
  2321.                                     goto not_admin_product_class_name;
  2322.                                 }
  2323.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name'key($requiredSchemes)));
  2324.                             }
  2325.                             return $ret;
  2326.                         }
  2327.                         not_admin_product_class_name:
  2328.                         // admin_product_class_name_edit
  2329.                         if (preg_match('#^/adminrazry/product/class_name/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2330.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_name_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::index',));
  2331.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2332.                             if (!isset($requiredSchemes[$context->getScheme()])) {
  2333.                                 if ('GET' !== $canonicalMethod) {
  2334.                                     goto not_admin_product_class_name_edit;
  2335.                                 }
  2336.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_edit'key($requiredSchemes)));
  2337.                             }
  2338.                             return $ret;
  2339.                         }
  2340.                         not_admin_product_class_name_edit:
  2341.                         // admin_product_class_name_delete
  2342.                         if (preg_match('#^/adminrazry/product/class_name/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2343.                             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_class_name_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::delete',));
  2344.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2345.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2346.                             if (!in_array($requestMethod, ['DELETE'])) {
  2347.                                 if ($hasRequiredScheme) {
  2348.                                     $allow array_merge($allow, ['DELETE']);
  2349.                                 }
  2350.                                 goto not_admin_product_class_name_delete;
  2351.                             }
  2352.                             if (!$hasRequiredScheme) {
  2353.                                 if ('GET' !== $canonicalMethod) {
  2354.                                     goto not_admin_product_class_name_delete;
  2355.                                 }
  2356.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_delete'key($requiredSchemes)));
  2357.                             }
  2358.                             return $ret;
  2359.                         }
  2360.                         not_admin_product_class_name_delete:
  2361.                         // admin_product_class_name_sort_no_move
  2362.                         if ('/adminrazry/product/class_name/sort_no/move' === $pathinfo) {
  2363.                             $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ClassNameController::moveSortNo',  '_route' => 'admin_product_class_name_sort_no_move',);
  2364.                             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2365.                             $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2366.                             if (!in_array($requestMethod, ['POST'])) {
  2367.                                 if ($hasRequiredScheme) {
  2368.                                     $allow array_merge($allow, ['POST']);
  2369.                                 }
  2370.                                 goto not_admin_product_class_name_sort_no_move;
  2371.                             }
  2372.                             if (!$hasRequiredScheme) {
  2373.                                 if ('GET' !== $canonicalMethod) {
  2374.                                     goto not_admin_product_class_name_sort_no_move;
  2375.                                 }
  2376.                                 return array_replace($ret$this->redirect($rawPathinfo'admin_product_class_name_sort_no_move'key($requiredSchemes)));
  2377.                             }
  2378.                             return $ret;
  2379.                         }
  2380.                         not_admin_product_class_name_sort_no_move:
  2381.                     }
  2382.                     // admin_product_csv_template
  2383.                     if (=== strpos($pathinfo'/adminrazry/product/csv_template') && preg_match('#^/adminrazry/product/csv_template/(?P<type>\\w+)$#sD'$pathinfo$matches)) {
  2384.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_csv_template']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvTemplate',));
  2385.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2386.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2387.                             if ('GET' !== $canonicalMethod) {
  2388.                                 goto not_admin_product_csv_template;
  2389.                             }
  2390.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_csv_template'key($requiredSchemes)));
  2391.                         }
  2392.                         return $ret;
  2393.                     }
  2394.                     not_admin_product_csv_template:
  2395.                 }
  2396.                 // admin_product_csv_import
  2397.                 if ('/adminrazry/product/product_csv_upload' === $pathinfo) {
  2398.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\CsvImportController::csvProduct',  '_route' => 'admin_product_csv_import',);
  2399.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2400.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2401.                         if ('GET' !== $canonicalMethod) {
  2402.                             goto not_admin_product_csv_import;
  2403.                         }
  2404.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_csv_import'key($requiredSchemes)));
  2405.                     }
  2406.                     return $ret;
  2407.                 }
  2408.                 not_admin_product_csv_import:
  2409.                 if (=== strpos($pathinfo'/adminrazry/product/product/class')) {
  2410.                     // admin_product_product_class
  2411.                     if (preg_match('#^/adminrazry/product/product/class/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  2412.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_class']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductClassController::index',));
  2413.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2414.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2415.                             if ('GET' !== $canonicalMethod) {
  2416.                                 goto not_admin_product_product_class;
  2417.                             }
  2418.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_class'key($requiredSchemes)));
  2419.                         }
  2420.                         return $ret;
  2421.                     }
  2422.                     not_admin_product_product_class:
  2423.                     // admin_product_product_class_clear
  2424.                     if (preg_match('#^/adminrazry/product/product/class/(?P<id>\\d+)/clear$#sD'$pathinfo$matches)) {
  2425.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_class_clear']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductClassController::clearProductClasses',));
  2426.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2427.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2428.                             if ('GET' !== $canonicalMethod) {
  2429.                                 goto not_admin_product_product_class_clear;
  2430.                             }
  2431.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_class_clear'key($requiredSchemes)));
  2432.                         }
  2433.                         return $ret;
  2434.                     }
  2435.                     not_admin_product_product_class_clear:
  2436.                 }
  2437.                 // admin_product
  2438.                 if ('/adminrazry/product' === $pathinfo) {
  2439.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::index',  '_route' => 'admin_product',);
  2440.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2441.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2442.                         if ('GET' !== $canonicalMethod) {
  2443.                             goto not_admin_product;
  2444.                         }
  2445.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product'key($requiredSchemes)));
  2446.                     }
  2447.                     return $ret;
  2448.                 }
  2449.                 not_admin_product:
  2450.                 // admin_product_page
  2451.                 if (=== strpos($pathinfo'/adminrazry/product/page') && preg_match('#^/adminrazry/product/page(?:/(?P<page_no>\\d+))?$#sD'$pathinfo$matches)) {
  2452.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_page']), array (  'page_no' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::index',));
  2453.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2454.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2455.                         if ('GET' !== $canonicalMethod) {
  2456.                             goto not_admin_product_page;
  2457.                         }
  2458.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_page'key($requiredSchemes)));
  2459.                     }
  2460.                     return $ret;
  2461.                 }
  2462.                 not_admin_product_page:
  2463.                 if (=== strpos($pathinfo'/adminrazry/product/product')) {
  2464.                     // admin_product_image_add
  2465.                     if ('/adminrazry/product/product/image/add' === $pathinfo) {
  2466.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::addImage',  '_route' => 'admin_product_image_add',);
  2467.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2468.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2469.                         if (!in_array($requestMethod, ['POST'])) {
  2470.                             if ($hasRequiredScheme) {
  2471.                                 $allow array_merge($allow, ['POST']);
  2472.                             }
  2473.                             goto not_admin_product_image_add;
  2474.                         }
  2475.                         if (!$hasRequiredScheme) {
  2476.                             if ('GET' !== $canonicalMethod) {
  2477.                                 goto not_admin_product_image_add;
  2478.                             }
  2479.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_image_add'key($requiredSchemes)));
  2480.                         }
  2481.                         return $ret;
  2482.                     }
  2483.                     not_admin_product_image_add:
  2484.                     // admin_product_product_new
  2485.                     if ('/adminrazry/product/product/new' === $pathinfo) {
  2486.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::edit',  '_route' => 'admin_product_product_new',);
  2487.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2488.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2489.                             if ('GET' !== $canonicalMethod) {
  2490.                                 goto not_admin_product_product_new;
  2491.                             }
  2492.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_new'key($requiredSchemes)));
  2493.                         }
  2494.                         return $ret;
  2495.                     }
  2496.                     not_admin_product_product_new:
  2497.                     // admin_product_product_edit
  2498.                     if (preg_match('#^/adminrazry/product/product/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  2499.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::edit',));
  2500.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2501.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2502.                             if ('GET' !== $canonicalMethod) {
  2503.                                 goto not_admin_product_product_edit;
  2504.                             }
  2505.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_edit'key($requiredSchemes)));
  2506.                         }
  2507.                         return $ret;
  2508.                     }
  2509.                     not_admin_product_product_edit:
  2510.                     // admin_product_product_delete
  2511.                     if (preg_match('#^/adminrazry/product/product/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2512.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_delete']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::delete',));
  2513.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2514.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2515.                         if (!in_array($requestMethod, ['DELETE'])) {
  2516.                             if ($hasRequiredScheme) {
  2517.                                 $allow array_merge($allow, ['DELETE']);
  2518.                             }
  2519.                             goto not_admin_product_product_delete;
  2520.                         }
  2521.                         if (!$hasRequiredScheme) {
  2522.                             if ('GET' !== $canonicalMethod) {
  2523.                                 goto not_admin_product_product_delete;
  2524.                             }
  2525.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_delete'key($requiredSchemes)));
  2526.                         }
  2527.                         return $ret;
  2528.                     }
  2529.                     not_admin_product_product_delete:
  2530.                     // admin_product_product_copy
  2531.                     if (preg_match('#^/adminrazry/product/product/(?P<id>\\d+)/copy$#sD'$pathinfo$matches)) {
  2532.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_copy']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::copy',));
  2533.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2534.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2535.                         if (!in_array($requestMethod, ['POST'])) {
  2536.                             if ($hasRequiredScheme) {
  2537.                                 $allow array_merge($allow, ['POST']);
  2538.                             }
  2539.                             goto not_admin_product_product_copy;
  2540.                         }
  2541.                         if (!$hasRequiredScheme) {
  2542.                             if ('GET' !== $canonicalMethod) {
  2543.                                 goto not_admin_product_product_copy;
  2544.                             }
  2545.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_copy'key($requiredSchemes)));
  2546.                         }
  2547.                         return $ret;
  2548.                     }
  2549.                     not_admin_product_product_copy:
  2550.                     // admin_product_product_display
  2551.                     if (preg_match('#^/adminrazry/product/product/(?P<id>\\d+)/display$#sD'$pathinfo$matches)) {
  2552.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_product_display']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::display',));
  2553.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2554.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2555.                             if ('GET' !== $canonicalMethod) {
  2556.                                 goto not_admin_product_product_display;
  2557.                             }
  2558.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_product_display'key($requiredSchemes)));
  2559.                         }
  2560.                         return $ret;
  2561.                     }
  2562.                     not_admin_product_product_display:
  2563.                 }
  2564.                 // admin_product_classes_load
  2565.                 if (=== strpos($pathinfo'/adminrazry/product/classes') && preg_match('#^/adminrazry/product/classes/(?P<id>\\d+)/load$#sD'$pathinfo$matches)) {
  2566.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_classes_load']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::loadProductClasses',));
  2567.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2568.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2569.                     if (!in_array($canonicalMethod, ['GET'])) {
  2570.                         if ($hasRequiredScheme) {
  2571.                             $allow array_merge($allow, ['GET']);
  2572.                         }
  2573.                         goto not_admin_product_classes_load;
  2574.                     }
  2575.                     if (!$hasRequiredScheme) {
  2576.                         if ('GET' !== $canonicalMethod) {
  2577.                             goto not_admin_product_classes_load;
  2578.                         }
  2579.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_classes_load'key($requiredSchemes)));
  2580.                     }
  2581.                     return $ret;
  2582.                 }
  2583.                 not_admin_product_classes_load:
  2584.                 // admin_product_export
  2585.                 if ('/adminrazry/product/export' === $pathinfo) {
  2586.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::export',  '_route' => 'admin_product_export',);
  2587.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2588.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2589.                         if ('GET' !== $canonicalMethod) {
  2590.                             goto not_admin_product_export;
  2591.                         }
  2592.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_export'key($requiredSchemes)));
  2593.                     }
  2594.                     return $ret;
  2595.                 }
  2596.                 not_admin_product_export:
  2597.                 // admin_product_bulk_product_status
  2598.                 if (=== strpos($pathinfo'/adminrazry/product/bulk/product-status') && preg_match('#^/adminrazry/product/bulk/product\\-status/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  2599.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_bulk_product_status']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\ProductController::bulkProductStatus',));
  2600.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2601.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2602.                     if (!in_array($requestMethod, ['POST'])) {
  2603.                         if ($hasRequiredScheme) {
  2604.                             $allow array_merge($allow, ['POST']);
  2605.                         }
  2606.                         goto not_admin_product_bulk_product_status;
  2607.                     }
  2608.                     if (!$hasRequiredScheme) {
  2609.                         if ('GET' !== $canonicalMethod) {
  2610.                             goto not_admin_product_bulk_product_status;
  2611.                         }
  2612.                         return array_replace($ret$this->redirect($rawPathinfo'admin_product_bulk_product_status'key($requiredSchemes)));
  2613.                     }
  2614.                     return $ret;
  2615.                 }
  2616.                 not_admin_product_bulk_product_status:
  2617.                 if (=== strpos($pathinfo'/adminrazry/product/tag')) {
  2618.                     // admin_product_tag
  2619.                     if ('/adminrazry/product/tag' === $pathinfo) {
  2620.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::index',  '_route' => 'admin_product_tag',);
  2621.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2622.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  2623.                             if ('GET' !== $canonicalMethod) {
  2624.                                 goto not_admin_product_tag;
  2625.                             }
  2626.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag'key($requiredSchemes)));
  2627.                         }
  2628.                         return $ret;
  2629.                     }
  2630.                     not_admin_product_tag:
  2631.                     // admin_product_tag_delete
  2632.                     if (preg_match('#^/adminrazry/product/tag/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  2633.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'admin_product_tag_delete']), array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::delete',));
  2634.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2635.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2636.                         if (!in_array($requestMethod, ['DELETE'])) {
  2637.                             if ($hasRequiredScheme) {
  2638.                                 $allow array_merge($allow, ['DELETE']);
  2639.                             }
  2640.                             goto not_admin_product_tag_delete;
  2641.                         }
  2642.                         if (!$hasRequiredScheme) {
  2643.                             if ('GET' !== $canonicalMethod) {
  2644.                                 goto not_admin_product_tag_delete;
  2645.                             }
  2646.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag_delete'key($requiredSchemes)));
  2647.                         }
  2648.                         return $ret;
  2649.                     }
  2650.                     not_admin_product_tag_delete:
  2651.                     // admin_product_tag_sort_no_move
  2652.                     if ('/adminrazry/product/tag/sort_no/move' === $pathinfo) {
  2653.                         $ret = array (  '_controller' => 'Eccube\\Controller\\Admin\\Product\\TagController::moveSortNo',  '_route' => 'admin_product_tag_sort_no_move',);
  2654.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2655.                         $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2656.                         if (!in_array($requestMethod, ['POST'])) {
  2657.                             if ($hasRequiredScheme) {
  2658.                                 $allow array_merge($allow, ['POST']);
  2659.                             }
  2660.                             goto not_admin_product_tag_sort_no_move;
  2661.                         }
  2662.                         if (!$hasRequiredScheme) {
  2663.                             if ('GET' !== $canonicalMethod) {
  2664.                                 goto not_admin_product_tag_sort_no_move;
  2665.                             }
  2666.                             return array_replace($ret$this->redirect($rawPathinfo'admin_product_tag_sort_no_move'key($requiredSchemes)));
  2667.                         }
  2668.                         return $ret;
  2669.                     }
  2670.                     not_admin_product_tag_sort_no_move:
  2671.                 }
  2672.             }
  2673.             // admin_logout
  2674.             if ('/adminrazry/logout' === $pathinfo) {
  2675.                 $ret = ['_route' => 'admin_logout'];
  2676.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2677.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2678.                     if ('GET' !== $canonicalMethod) {
  2679.                         goto not_admin_logout;
  2680.                     }
  2681.                     return array_replace($ret$this->redirect($rawPathinfo'admin_logout'key($requiredSchemes)));
  2682.                 }
  2683.                 return $ret;
  2684.             }
  2685.             not_admin_logout:
  2686.         }
  2687.         // help_about
  2688.         if ('/about' === $pathinfo) {
  2689.             $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::about',  '_route' => 'help_about',);
  2690.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2691.             if (!isset($requiredSchemes[$context->getScheme()])) {
  2692.                 if ('GET' !== $canonicalMethod) {
  2693.                     goto not_help_about;
  2694.                 }
  2695.                 return array_replace($ret$this->redirect($rawPathinfo'help_about'key($requiredSchemes)));
  2696.             }
  2697.             return $ret;
  2698.         }
  2699.         not_help_about:
  2700.         if (=== strpos($pathinfo'/block/cart')) {
  2701.             // block_cart
  2702.             if ('/block/cart' === $pathinfo) {
  2703.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\CartController::index',  '_route' => 'block_cart',);
  2704.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2705.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2706.                     if ('GET' !== $canonicalMethod) {
  2707.                         goto not_block_cart;
  2708.                     }
  2709.                     return array_replace($ret$this->redirect($rawPathinfo'block_cart'key($requiredSchemes)));
  2710.                 }
  2711.                 return $ret;
  2712.             }
  2713.             not_block_cart:
  2714.             // block_cart_sp
  2715.             if ('/block/cart_sp' === $pathinfo) {
  2716.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\CartController::index',  '_route' => 'block_cart_sp',);
  2717.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2718.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2719.                     if ('GET' !== $canonicalMethod) {
  2720.                         goto not_block_cart_sp;
  2721.                     }
  2722.                     return array_replace($ret$this->redirect($rawPathinfo'block_cart_sp'key($requiredSchemes)));
  2723.                 }
  2724.                 return $ret;
  2725.             }
  2726.             not_block_cart_sp:
  2727.         }
  2728.         elseif (=== strpos($pathinfo'/block/search_product')) {
  2729.             // block_search_product
  2730.             if ('/block/search_product' === $pathinfo) {
  2731.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\SearchProductController::index',  '_route' => 'block_search_product',);
  2732.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2733.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2734.                     if ('GET' !== $canonicalMethod) {
  2735.                         goto not_block_search_product;
  2736.                     }
  2737.                     return array_replace($ret$this->redirect($rawPathinfo'block_search_product'key($requiredSchemes)));
  2738.                 }
  2739.                 return $ret;
  2740.             }
  2741.             not_block_search_product:
  2742.             // block_search_product_sp
  2743.             if ('/block/search_product_sp' === $pathinfo) {
  2744.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Block\\SearchProductController::index',  '_route' => 'block_search_product_sp',);
  2745.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2746.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2747.                     if ('GET' !== $canonicalMethod) {
  2748.                         goto not_block_search_product_sp;
  2749.                     }
  2750.                     return array_replace($ret$this->redirect($rawPathinfo'block_search_product_sp'key($requiredSchemes)));
  2751.                 }
  2752.                 return $ret;
  2753.             }
  2754.             not_block_search_product_sp:
  2755.         }
  2756.         elseif (=== strpos($pathinfo'/cart')) {
  2757.             // cart
  2758.             if ('/cart' === $pathinfo) {
  2759.                 $ret = array (  '_controller' => 'Eccube\\Controller\\CartController::index',  '_route' => 'cart',);
  2760.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2761.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2762.                     if ('GET' !== $canonicalMethod) {
  2763.                         goto not_cart;
  2764.                     }
  2765.                     return array_replace($ret$this->redirect($rawPathinfo'cart'key($requiredSchemes)));
  2766.                 }
  2767.                 return $ret;
  2768.             }
  2769.             not_cart:
  2770.             // cart_handle_item
  2771.             if (preg_match('#^/cart/(?P<operation>up|down|remove)/(?P<productClassId>\\d+)$#sD'$pathinfo$matches)) {
  2772.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'cart_handle_item']), array (  '_controller' => 'Eccube\\Controller\\CartController::handleCartItem',));
  2773.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2774.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  2775.                 if (!in_array($requestMethod, ['PUT'])) {
  2776.                     if ($hasRequiredScheme) {
  2777.                         $allow array_merge($allow, ['PUT']);
  2778.                     }
  2779.                     goto not_cart_handle_item;
  2780.                 }
  2781.                 if (!$hasRequiredScheme) {
  2782.                     if ('GET' !== $canonicalMethod) {
  2783.                         goto not_cart_handle_item;
  2784.                     }
  2785.                     return array_replace($ret$this->redirect($rawPathinfo'cart_handle_item'key($requiredSchemes)));
  2786.                 }
  2787.                 return $ret;
  2788.             }
  2789.             not_cart_handle_item:
  2790.             // cart_buystep
  2791.             if (=== strpos($pathinfo'/cart/buystep') && preg_match('#^/cart/buystep/(?P<cart_key>[a-zA-Z0-9]+[_][\\x20-\\x7E]+)$#sD'$pathinfo$matches)) {
  2792.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'cart_buystep']), array (  '_controller' => 'Eccube\\Controller\\CartController::buystep',));
  2793.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2794.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2795.                     if ('GET' !== $canonicalMethod) {
  2796.                         goto not_cart_buystep;
  2797.                     }
  2798.                     return array_replace($ret$this->redirect($rawPathinfo'cart_buystep'key($requiredSchemes)));
  2799.                 }
  2800.                 return $ret;
  2801.             }
  2802.             not_cart_buystep:
  2803.         }
  2804.         elseif (=== strpos($pathinfo'/contact')) {
  2805.             // contact
  2806.             if ('/contact' === $pathinfo) {
  2807.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ContactController::index',  '_route' => 'contact',);
  2808.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2809.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2810.                     if ('GET' !== $canonicalMethod) {
  2811.                         goto not_contact;
  2812.                     }
  2813.                     return array_replace($ret$this->redirect($rawPathinfo'contact'key($requiredSchemes)));
  2814.                 }
  2815.                 return $ret;
  2816.             }
  2817.             not_contact:
  2818.             // contact_complete
  2819.             if ('/contact/complete' === $pathinfo) {
  2820.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ContactController::complete',  '_route' => 'contact_complete',);
  2821.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2822.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2823.                     if ('GET' !== $canonicalMethod) {
  2824.                         goto not_contact_complete;
  2825.                     }
  2826.                     return array_replace($ret$this->redirect($rawPathinfo'contact_complete'key($requiredSchemes)));
  2827.                 }
  2828.                 return $ret;
  2829.             }
  2830.             not_contact_complete:
  2831.         }
  2832.         elseif (=== strpos($pathinfo'/entry')) {
  2833.             // entry
  2834.             if ('/entry' === $pathinfo) {
  2835.                 $ret = array (  '_controller' => 'Eccube\\Controller\\EntryController::index',  '_route' => 'entry',);
  2836.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2837.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2838.                     if ('GET' !== $canonicalMethod) {
  2839.                         goto not_entry;
  2840.                     }
  2841.                     return array_replace($ret$this->redirect($rawPathinfo'entry'key($requiredSchemes)));
  2842.                 }
  2843.                 return $ret;
  2844.             }
  2845.             not_entry:
  2846.             // entry_complete
  2847.             if ('/entry/complete' === $pathinfo) {
  2848.                 $ret = array (  '_controller' => 'Eccube\\Controller\\EntryController::complete',  '_route' => 'entry_complete',);
  2849.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2850.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2851.                     if ('GET' !== $canonicalMethod) {
  2852.                         goto not_entry_complete;
  2853.                     }
  2854.                     return array_replace($ret$this->redirect($rawPathinfo'entry_complete'key($requiredSchemes)));
  2855.                 }
  2856.                 return $ret;
  2857.             }
  2858.             not_entry_complete:
  2859.             // entry_activate
  2860.             if (=== strpos($pathinfo'/entry/activate') && preg_match('#^/entry/activate/(?P<secret_key>[^/]++)(?:/(?P<qtyInCart>[^/]++))?$#sD'$pathinfo$matches)) {
  2861.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'entry_activate']), array (  'qtyInCart' => NULL,  '_controller' => 'Eccube\\Controller\\EntryController::activate',));
  2862.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2863.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2864.                     if ('GET' !== $canonicalMethod) {
  2865.                         goto not_entry_activate;
  2866.                     }
  2867.                     return array_replace($ret$this->redirect($rawPathinfo'entry_activate'key($requiredSchemes)));
  2868.                 }
  2869.                 return $ret;
  2870.             }
  2871.             not_entry_activate:
  2872.         }
  2873.         elseif (=== strpos($pathinfo'/forgot')) {
  2874.             // forgot
  2875.             if ('/forgot' === $pathinfo) {
  2876.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ForgotController::index',  '_route' => 'forgot',);
  2877.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2878.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2879.                     if ('GET' !== $canonicalMethod) {
  2880.                         goto not_forgot;
  2881.                     }
  2882.                     return array_replace($ret$this->redirect($rawPathinfo'forgot'key($requiredSchemes)));
  2883.                 }
  2884.                 return $ret;
  2885.             }
  2886.             not_forgot:
  2887.             // forgot_complete
  2888.             if ('/forgot/complete' === $pathinfo) {
  2889.                 $ret = array (  '_controller' => 'Eccube\\Controller\\ForgotController::complete',  '_route' => 'forgot_complete',);
  2890.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2891.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2892.                     if ('GET' !== $canonicalMethod) {
  2893.                         goto not_forgot_complete;
  2894.                     }
  2895.                     return array_replace($ret$this->redirect($rawPathinfo'forgot_complete'key($requiredSchemes)));
  2896.                 }
  2897.                 return $ret;
  2898.             }
  2899.             not_forgot_complete:
  2900.             // forgot_reset
  2901.             if (=== strpos($pathinfo'/forgot/reset') && preg_match('#^/forgot/reset/(?P<reset_key>[^/]++)$#sD'$pathinfo$matches)) {
  2902.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'forgot_reset']), array (  '_controller' => 'Eccube\\Controller\\ForgotController::reset',));
  2903.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2904.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2905.                     if ('GET' !== $canonicalMethod) {
  2906.                         goto not_forgot_reset;
  2907.                     }
  2908.                     return array_replace($ret$this->redirect($rawPathinfo'forgot_reset'key($requiredSchemes)));
  2909.                 }
  2910.                 return $ret;
  2911.             }
  2912.             not_forgot_reset:
  2913.         }
  2914.         elseif (=== strpos($pathinfo'/help')) {
  2915.             // help_tradelaw
  2916.             if ('/help/tradelaw' === $pathinfo) {
  2917.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::tradelaw',  '_route' => 'help_tradelaw',);
  2918.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2919.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2920.                     if ('GET' !== $canonicalMethod) {
  2921.                         goto not_help_tradelaw;
  2922.                     }
  2923.                     return array_replace($ret$this->redirect($rawPathinfo'help_tradelaw'key($requiredSchemes)));
  2924.                 }
  2925.                 return $ret;
  2926.             }
  2927.             not_help_tradelaw:
  2928.             // help_privacy
  2929.             if ('/help/privacy' === $pathinfo) {
  2930.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::privacy',  '_route' => 'help_privacy',);
  2931.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2932.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2933.                     if ('GET' !== $canonicalMethod) {
  2934.                         goto not_help_privacy;
  2935.                     }
  2936.                     return array_replace($ret$this->redirect($rawPathinfo'help_privacy'key($requiredSchemes)));
  2937.                 }
  2938.                 return $ret;
  2939.             }
  2940.             not_help_privacy:
  2941.             // help_agreement
  2942.             if ('/help/agreement' === $pathinfo) {
  2943.                 $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::agreement',  '_route' => 'help_agreement',);
  2944.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2945.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2946.                     if ('GET' !== $canonicalMethod) {
  2947.                         goto not_help_agreement;
  2948.                     }
  2949.                     return array_replace($ret$this->redirect($rawPathinfo'help_agreement'key($requiredSchemes)));
  2950.                 }
  2951.                 return $ret;
  2952.             }
  2953.             not_help_agreement:
  2954.         }
  2955.         // help_guide
  2956.         if ('/guide' === $pathinfo) {
  2957.             $ret = array (  '_controller' => 'Eccube\\Controller\\HelpController::guide',  '_route' => 'help_guide',);
  2958.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2959.             if (!isset($requiredSchemes[$context->getScheme()])) {
  2960.                 if ('GET' !== $canonicalMethod) {
  2961.                     goto not_help_guide;
  2962.                 }
  2963.                 return array_replace($ret$this->redirect($rawPathinfo'help_guide'key($requiredSchemes)));
  2964.             }
  2965.             return $ret;
  2966.         }
  2967.         not_help_guide:
  2968.         if (=== strpos($pathinfo'/install')) {
  2969.             // install
  2970.             if ('/install' === $pathinfo) {
  2971.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::index',  '_route' => 'install',);
  2972.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2973.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  2974.                     if ('GET' !== $canonicalMethod) {
  2975.                         goto not_install;
  2976.                     }
  2977.                     return array_replace($ret$this->redirect($rawPathinfo'install'key($requiredSchemes)));
  2978.                 }
  2979.                 return $ret;
  2980.             }
  2981.             not_install:
  2982.             if (=== strpos($pathinfo'/install/step')) {
  2983.                 // install_step1
  2984.                 if ('/install/step1' === $pathinfo) {
  2985.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step1',  '_route' => 'install_step1',);
  2986.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  2987.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  2988.                         if ('GET' !== $canonicalMethod) {
  2989.                             goto not_install_step1;
  2990.                         }
  2991.                         return array_replace($ret$this->redirect($rawPathinfo'install_step1'key($requiredSchemes)));
  2992.                     }
  2993.                     return $ret;
  2994.                 }
  2995.                 not_install_step1:
  2996.                 // install_step2
  2997.                 if ('/install/step2' === $pathinfo) {
  2998.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step2',  '_route' => 'install_step2',);
  2999.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3000.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3001.                         if ('GET' !== $canonicalMethod) {
  3002.                             goto not_install_step2;
  3003.                         }
  3004.                         return array_replace($ret$this->redirect($rawPathinfo'install_step2'key($requiredSchemes)));
  3005.                     }
  3006.                     return $ret;
  3007.                 }
  3008.                 not_install_step2:
  3009.                 // install_step3
  3010.                 if ('/install/step3' === $pathinfo) {
  3011.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step3',  '_route' => 'install_step3',);
  3012.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3013.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3014.                         if ('GET' !== $canonicalMethod) {
  3015.                             goto not_install_step3;
  3016.                         }
  3017.                         return array_replace($ret$this->redirect($rawPathinfo'install_step3'key($requiredSchemes)));
  3018.                     }
  3019.                     return $ret;
  3020.                 }
  3021.                 not_install_step3:
  3022.                 // install_step4
  3023.                 if ('/install/step4' === $pathinfo) {
  3024.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step4',  '_route' => 'install_step4',);
  3025.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3026.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3027.                         if ('GET' !== $canonicalMethod) {
  3028.                             goto not_install_step4;
  3029.                         }
  3030.                         return array_replace($ret$this->redirect($rawPathinfo'install_step4'key($requiredSchemes)));
  3031.                     }
  3032.                     return $ret;
  3033.                 }
  3034.                 not_install_step4:
  3035.                 // install_step5
  3036.                 if ('/install/step5' === $pathinfo) {
  3037.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::step5',  '_route' => 'install_step5',);
  3038.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3039.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3040.                         if ('GET' !== $canonicalMethod) {
  3041.                             goto not_install_step5;
  3042.                         }
  3043.                         return array_replace($ret$this->redirect($rawPathinfo'install_step5'key($requiredSchemes)));
  3044.                     }
  3045.                     return $ret;
  3046.                 }
  3047.                 not_install_step5:
  3048.             }
  3049.             // install_complete
  3050.             if ('/install/complete' === $pathinfo) {
  3051.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Install\\InstallController::complete',  '_route' => 'install_complete',);
  3052.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3053.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3054.                     if ('GET' !== $canonicalMethod) {
  3055.                         goto not_install_complete;
  3056.                     }
  3057.                     return array_replace($ret$this->redirect($rawPathinfo'install_complete'key($requiredSchemes)));
  3058.                 }
  3059.                 return $ret;
  3060.             }
  3061.             not_install_complete:
  3062.         }
  3063.         elseif (=== strpos($pathinfo'/mypage')) {
  3064.             if (=== strpos($pathinfo'/mypage/change')) {
  3065.                 // mypage_change
  3066.                 if ('/mypage/change' === $pathinfo) {
  3067.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\ChangeController::index',  '_route' => 'mypage_change',);
  3068.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3069.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3070.                         if ('GET' !== $canonicalMethod) {
  3071.                             goto not_mypage_change;
  3072.                         }
  3073.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_change'key($requiredSchemes)));
  3074.                     }
  3075.                     return $ret;
  3076.                 }
  3077.                 not_mypage_change:
  3078.                 // mypage_change_complete
  3079.                 if ('/mypage/change_complete' === $pathinfo) {
  3080.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\ChangeController::complete',  '_route' => 'mypage_change_complete',);
  3081.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3082.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3083.                         if ('GET' !== $canonicalMethod) {
  3084.                             goto not_mypage_change_complete;
  3085.                         }
  3086.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_change_complete'key($requiredSchemes)));
  3087.                     }
  3088.                     return $ret;
  3089.                 }
  3090.                 not_mypage_change_complete:
  3091.             }
  3092.             elseif (=== strpos($pathinfo'/mypage/delivery')) {
  3093.                 // mypage_delivery
  3094.                 if ('/mypage/delivery' === $pathinfo) {
  3095.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::index',  '_route' => 'mypage_delivery',);
  3096.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3097.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3098.                         if ('GET' !== $canonicalMethod) {
  3099.                             goto not_mypage_delivery;
  3100.                         }
  3101.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery'key($requiredSchemes)));
  3102.                     }
  3103.                     return $ret;
  3104.                 }
  3105.                 not_mypage_delivery:
  3106.                 // mypage_delivery_new
  3107.                 if ('/mypage/delivery/new' === $pathinfo) {
  3108.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::edit',  '_route' => 'mypage_delivery_new',);
  3109.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3110.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3111.                         if ('GET' !== $canonicalMethod) {
  3112.                             goto not_mypage_delivery_new;
  3113.                         }
  3114.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_new'key($requiredSchemes)));
  3115.                     }
  3116.                     return $ret;
  3117.                 }
  3118.                 not_mypage_delivery_new:
  3119.                 // mypage_delivery_edit
  3120.                 if (preg_match('#^/mypage/delivery/(?P<id>\\d+)/edit$#sD'$pathinfo$matches)) {
  3121.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_delivery_edit']), array (  'id' => NULL,  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::edit',));
  3122.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3123.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3124.                         if ('GET' !== $canonicalMethod) {
  3125.                             goto not_mypage_delivery_edit;
  3126.                         }
  3127.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_edit'key($requiredSchemes)));
  3128.                     }
  3129.                     return $ret;
  3130.                 }
  3131.                 not_mypage_delivery_edit:
  3132.                 // mypage_delivery_delete
  3133.                 if (preg_match('#^/mypage/delivery/(?P<id>[^/]++)/delete$#sD'$pathinfo$matches)) {
  3134.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_delivery_delete']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\DeliveryController::delete',));
  3135.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3136.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3137.                     if (!in_array($requestMethod, ['DELETE'])) {
  3138.                         if ($hasRequiredScheme) {
  3139.                             $allow array_merge($allow, ['DELETE']);
  3140.                         }
  3141.                         goto not_mypage_delivery_delete;
  3142.                     }
  3143.                     if (!$hasRequiredScheme) {
  3144.                         if ('GET' !== $canonicalMethod) {
  3145.                             goto not_mypage_delivery_delete;
  3146.                         }
  3147.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_delivery_delete'key($requiredSchemes)));
  3148.                     }
  3149.                     return $ret;
  3150.                 }
  3151.                 not_mypage_delivery_delete:
  3152.             }
  3153.             // mypage_login
  3154.             if ('/mypage/login' === $pathinfo) {
  3155.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::login',  '_route' => 'mypage_login',);
  3156.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3157.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3158.                     if ('GET' !== $canonicalMethod) {
  3159.                         goto not_mypage_login;
  3160.                     }
  3161.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_login'key($requiredSchemes)));
  3162.                 }
  3163.                 return $ret;
  3164.             }
  3165.             not_mypage_login:
  3166.             // mypage
  3167.             if ('/mypage' === $trimmedPathinfo) {
  3168.                 $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::index',  '_route' => 'mypage',);
  3169.                 if ('/' === substr($pathinfo, -1)) {
  3170.                     // no-op
  3171.                 } elseif ('GET' !== $canonicalMethod) {
  3172.                     goto not_mypage;
  3173.                 } else {
  3174.                     return array_replace($ret$this->redirect($rawPathinfo.'/''mypage'));
  3175.                 }
  3176.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3177.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3178.                     if ('GET' !== $canonicalMethod) {
  3179.                         goto not_mypage;
  3180.                     }
  3181.                     return array_replace($ret$this->redirect($rawPathinfo'mypage'key($requiredSchemes)));
  3182.                 }
  3183.                 return $ret;
  3184.             }
  3185.             not_mypage:
  3186.             // mypage_history
  3187.             if (=== strpos($pathinfo'/mypage/history') && preg_match('#^/mypage/history/(?P<order_no>[^/]++)$#sD'$pathinfo$matches)) {
  3188.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_history']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::history',));
  3189.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3190.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3191.                     if ('GET' !== $canonicalMethod) {
  3192.                         goto not_mypage_history;
  3193.                     }
  3194.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_history'key($requiredSchemes)));
  3195.                 }
  3196.                 return $ret;
  3197.             }
  3198.             not_mypage_history:
  3199.             // mypage_order
  3200.             if (=== strpos($pathinfo'/mypage/order') && preg_match('#^/mypage/order/(?P<order_no>[^/]++)$#sD'$pathinfo$matches)) {
  3201.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_order']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::order',));
  3202.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3203.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3204.                 if (!in_array($requestMethod, ['PUT'])) {
  3205.                     if ($hasRequiredScheme) {
  3206.                         $allow array_merge($allow, ['PUT']);
  3207.                     }
  3208.                     goto not_mypage_order;
  3209.                 }
  3210.                 if (!$hasRequiredScheme) {
  3211.                     if ('GET' !== $canonicalMethod) {
  3212.                         goto not_mypage_order;
  3213.                     }
  3214.                     return array_replace($ret$this->redirect($rawPathinfo'mypage_order'key($requiredSchemes)));
  3215.                 }
  3216.                 return $ret;
  3217.             }
  3218.             not_mypage_order:
  3219.             if (=== strpos($pathinfo'/mypage/favorite')) {
  3220.                 // mypage_favorite
  3221.                 if ('/mypage/favorite' === $pathinfo) {
  3222.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::favorite',  '_route' => 'mypage_favorite',);
  3223.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3224.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3225.                         if ('GET' !== $canonicalMethod) {
  3226.                             goto not_mypage_favorite;
  3227.                         }
  3228.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_favorite'key($requiredSchemes)));
  3229.                     }
  3230.                     return $ret;
  3231.                 }
  3232.                 not_mypage_favorite:
  3233.                 // mypage_favorite_delete
  3234.                 if (preg_match('#^/mypage/favorite/(?P<id>\\d+)/delete$#sD'$pathinfo$matches)) {
  3235.                     $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'mypage_favorite_delete']), array (  '_controller' => 'Eccube\\Controller\\Mypage\\MypageController::delete',));
  3236.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3237.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3238.                     if (!in_array($requestMethod, ['DELETE'])) {
  3239.                         if ($hasRequiredScheme) {
  3240.                             $allow array_merge($allow, ['DELETE']);
  3241.                         }
  3242.                         goto not_mypage_favorite_delete;
  3243.                     }
  3244.                     if (!$hasRequiredScheme) {
  3245.                         if ('GET' !== $canonicalMethod) {
  3246.                             goto not_mypage_favorite_delete;
  3247.                         }
  3248.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_favorite_delete'key($requiredSchemes)));
  3249.                     }
  3250.                     return $ret;
  3251.                 }
  3252.                 not_mypage_favorite_delete:
  3253.             }
  3254.             elseif (=== strpos($pathinfo'/mypage/withdraw')) {
  3255.                 // mypage_withdraw
  3256.                 if ('/mypage/withdraw' === $pathinfo) {
  3257.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\WithdrawController::index',  '_route' => 'mypage_withdraw',);
  3258.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3259.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3260.                         if ('GET' !== $canonicalMethod) {
  3261.                             goto not_mypage_withdraw;
  3262.                         }
  3263.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_withdraw'key($requiredSchemes)));
  3264.                     }
  3265.                     return $ret;
  3266.                 }
  3267.                 not_mypage_withdraw:
  3268.                 // mypage_withdraw_complete
  3269.                 if ('/mypage/withdraw_complete' === $pathinfo) {
  3270.                     $ret = array (  '_controller' => 'Eccube\\Controller\\Mypage\\WithdrawController::complete',  '_route' => 'mypage_withdraw_complete',);
  3271.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3272.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3273.                         if ('GET' !== $canonicalMethod) {
  3274.                             goto not_mypage_withdraw_complete;
  3275.                         }
  3276.                         return array_replace($ret$this->redirect($rawPathinfo'mypage_withdraw_complete'key($requiredSchemes)));
  3277.                     }
  3278.                     return $ret;
  3279.                 }
  3280.                 not_mypage_withdraw_complete:
  3281.             }
  3282.             // sln_edit_card
  3283.             if ('/mypage/sln_edit_card' === $pathinfo) {
  3284.                 $ret = array (  '_controller' => 'Plugin\\SlnPayment4\\Controller\\MypageController::editCard',  '_route' => 'sln_edit_card',);
  3285.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3286.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3287.                     if ('GET' !== $canonicalMethod) {
  3288.                         goto not_sln_edit_card;
  3289.                     }
  3290.                     return array_replace($ret$this->redirect($rawPathinfo'sln_edit_card'key($requiredSchemes)));
  3291.                 }
  3292.                 return $ret;
  3293.             }
  3294.             not_sln_edit_card:
  3295.         }
  3296.         elseif (=== strpos($pathinfo'/shopping')) {
  3297.             // shopping_nonmember
  3298.             if ('/shopping/nonmember' === $pathinfo) {
  3299.                 $ret = array (  '_controller' => 'Eccube\\Controller\\NonMemberShoppingController::index',  '_route' => 'shopping_nonmember',);
  3300.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3301.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3302.                     if ('GET' !== $canonicalMethod) {
  3303.                         goto not_shopping_nonmember;
  3304.                     }
  3305.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_nonmember'key($requiredSchemes)));
  3306.                 }
  3307.                 return $ret;
  3308.             }
  3309.             not_shopping_nonmember:
  3310.             // shopping_customer
  3311.             if ('/shopping/customer' === $pathinfo) {
  3312.                 $ret = array (  '_controller' => 'Eccube\\Controller\\NonMemberShoppingController::customer',  '_route' => 'shopping_customer',);
  3313.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3314.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3315.                     if ('GET' !== $canonicalMethod) {
  3316.                         goto not_shopping_customer;
  3317.                     }
  3318.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_customer'key($requiredSchemes)));
  3319.                 }
  3320.                 return $ret;
  3321.             }
  3322.             not_shopping_customer:
  3323.             if (=== strpos($pathinfo'/shopping/shipping_multiple')) {
  3324.                 // shopping_shipping_multiple
  3325.                 if ('/shopping/shipping_multiple' === $pathinfo) {
  3326.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShippingMultipleController::index',  '_route' => 'shopping_shipping_multiple',);
  3327.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3328.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3329.                         if ('GET' !== $canonicalMethod) {
  3330.                             goto not_shopping_shipping_multiple;
  3331.                         }
  3332.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_multiple'key($requiredSchemes)));
  3333.                     }
  3334.                     return $ret;
  3335.                 }
  3336.                 not_shopping_shipping_multiple:
  3337.                 // shopping_shipping_multiple_edit
  3338.                 if ('/shopping/shipping_multiple_edit' === $pathinfo) {
  3339.                     $ret = array (  '_controller' => 'Eccube\\Controller\\ShippingMultipleController::shippingMultipleEdit',  '_route' => 'shopping_shipping_multiple_edit',);
  3340.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3341.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3342.                         if ('GET' !== $canonicalMethod) {
  3343.                             goto not_shopping_shipping_multiple_edit;
  3344.                         }
  3345.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_multiple_edit'key($requiredSchemes)));
  3346.                     }
  3347.                     return $ret;
  3348.                 }
  3349.                 not_shopping_shipping_multiple_edit:
  3350.             }
  3351.             // shopping
  3352.             if ('/shopping' === $pathinfo) {
  3353.                 $ret = array (  '_controller' => 'Customize\\Controller\\CustomShoppingController::index',  '_route' => 'shopping',);
  3354.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3355.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3356.                     if ('GET' !== $canonicalMethod) {
  3357.                         goto not_shopping;
  3358.                     }
  3359.                     return array_replace($ret$this->redirect($rawPathinfo'shopping'key($requiredSchemes)));
  3360.                 }
  3361.                 return $ret;
  3362.             }
  3363.             not_shopping:
  3364.             // shopping_redirect_to
  3365.             if ('/shopping/redirect_to' === $pathinfo) {
  3366.                 $ret = array (  '_controller' => 'Customize\\Controller\\CustomShoppingController::redirectTo',  '_route' => 'shopping_redirect_to',);
  3367.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3368.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3369.                 if (!in_array($requestMethod, ['POST'])) {
  3370.                     if ($hasRequiredScheme) {
  3371.                         $allow array_merge($allow, ['POST']);
  3372.                     }
  3373.                     goto not_shopping_redirect_to;
  3374.                 }
  3375.                 if (!$hasRequiredScheme) {
  3376.                     if ('GET' !== $canonicalMethod) {
  3377.                         goto not_shopping_redirect_to;
  3378.                     }
  3379.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_redirect_to'key($requiredSchemes)));
  3380.                 }
  3381.                 return $ret;
  3382.             }
  3383.             not_shopping_redirect_to:
  3384.             if (=== strpos($pathinfo'/shopping/c')) {
  3385.                 // shopping_confirm
  3386.                 if ('/shopping/confirm' === $pathinfo) {
  3387.                     $ret = array (  '_controller' => 'Customize\\Controller\\CustomShoppingController::confirm',  '_route' => 'shopping_confirm',);
  3388.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3389.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3390.                     if (!in_array($requestMethod, ['POST'])) {
  3391.                         if ($hasRequiredScheme) {
  3392.                             $allow array_merge($allow, ['POST']);
  3393.                         }
  3394.                         goto not_shopping_confirm;
  3395.                     }
  3396.                     if (!$hasRequiredScheme) {
  3397.                         if ('GET' !== $canonicalMethod) {
  3398.                             goto not_shopping_confirm;
  3399.                         }
  3400.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_confirm'key($requiredSchemes)));
  3401.                     }
  3402.                     return $ret;
  3403.                 }
  3404.                 not_shopping_confirm:
  3405.                 // shopping_complete
  3406.                 if ('/shopping/complete' === $pathinfo) {
  3407.                     $ret = array (  '_controller' => 'Customize\\Controller\\CustomShoppingController::complete',  '_route' => 'shopping_complete',);
  3408.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3409.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3410.                         if ('GET' !== $canonicalMethod) {
  3411.                             goto not_shopping_complete;
  3412.                         }
  3413.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_complete'key($requiredSchemes)));
  3414.                     }
  3415.                     return $ret;
  3416.                 }
  3417.                 not_shopping_complete:
  3418.                 // shopping_checkout
  3419.                 if ('/shopping/checkout' === $pathinfo) {
  3420.                     $ret = array (  '_controller' => 'Customize\\Controller\\CustomShoppingController::checkout',  '_route' => 'shopping_checkout',);
  3421.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3422.                     $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3423.                     if (!in_array($requestMethod, ['POST'])) {
  3424.                         if ($hasRequiredScheme) {
  3425.                             $allow array_merge($allow, ['POST']);
  3426.                         }
  3427.                         goto not_shopping_checkout;
  3428.                     }
  3429.                     if (!$hasRequiredScheme) {
  3430.                         if ('GET' !== $canonicalMethod) {
  3431.                             goto not_shopping_checkout;
  3432.                         }
  3433.                         return array_replace($ret$this->redirect($rawPathinfo'shopping_checkout'key($requiredSchemes)));
  3434.                     }
  3435.                     return $ret;
  3436.                 }
  3437.                 not_shopping_checkout:
  3438.             }
  3439.             elseif (=== strpos($pathinfo'/shopping/s')) {
  3440.                 if (=== strpos($pathinfo'/shopping/shipping')) {
  3441.                     // shopping_shipping
  3442.                     if (preg_match('#^/shopping/shipping/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3443.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'shopping_shipping']), array (  '_controller' => 'Customize\\Controller\\CustomShoppingController::shipping',));
  3444.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3445.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3446.                             if ('GET' !== $canonicalMethod) {
  3447.                                 goto not_shopping_shipping;
  3448.                             }
  3449.                             return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping'key($requiredSchemes)));
  3450.                         }
  3451.                         return $ret;
  3452.                     }
  3453.                     not_shopping_shipping:
  3454.                     // shopping_shipping_edit
  3455.                     if (=== strpos($pathinfo'/shopping/shipping_edit') && preg_match('#^/shopping/shipping_edit/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3456.                         $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'shopping_shipping_edit']), array (  '_controller' => 'Customize\\Controller\\CustomShoppingController::shippingEdit',));
  3457.                         $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3458.                         if (!isset($requiredSchemes[$context->getScheme()])) {
  3459.                             if ('GET' !== $canonicalMethod) {
  3460.                                 goto not_shopping_shipping_edit;
  3461.                             }
  3462.                             return array_replace($ret$this->redirect($rawPathinfo'shopping_shipping_edit'key($requiredSchemes)));
  3463.                         }
  3464.                         return $ret;
  3465.                     }
  3466.                     not_shopping_shipping_edit:
  3467.                 }
  3468.                 // sln_card_payment
  3469.                 if ('/shopping/sln_card_payment' === $pathinfo) {
  3470.                     $ret = array (  '_controller' => 'Plugin\\SlnPayment4\\Controller\\PaymentController::cardIndex',  '_route' => 'sln_card_payment',);
  3471.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3472.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3473.                         if ('GET' !== $canonicalMethod) {
  3474.                             goto not_sln_card_payment;
  3475.                         }
  3476.                         return array_replace($ret$this->redirect($rawPathinfo'sln_card_payment'key($requiredSchemes)));
  3477.                     }
  3478.                     return $ret;
  3479.                 }
  3480.                 not_sln_card_payment:
  3481.                 // sln_cvs_payment
  3482.                 if ('/shopping/sln_cvs_payment' === $pathinfo) {
  3483.                     $ret = array (  '_controller' => 'Plugin\\SlnPayment4\\Controller\\PaymentController::cvsIndex',  '_route' => 'sln_cvs_payment',);
  3484.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3485.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3486.                         if ('GET' !== $canonicalMethod) {
  3487.                             goto not_sln_cvs_payment;
  3488.                         }
  3489.                         return array_replace($ret$this->redirect($rawPathinfo'sln_cvs_payment'key($requiredSchemes)));
  3490.                     }
  3491.                     return $ret;
  3492.                 }
  3493.                 not_sln_cvs_payment:
  3494.             }
  3495.             // shopping_login
  3496.             if ('/shopping/login' === $pathinfo) {
  3497.                 $ret = array (  '_controller' => 'Customize\\Controller\\CustomShoppingController::login',  '_route' => 'shopping_login',);
  3498.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3499.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3500.                     if ('GET' !== $canonicalMethod) {
  3501.                         goto not_shopping_login;
  3502.                     }
  3503.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_login'key($requiredSchemes)));
  3504.                 }
  3505.                 return $ret;
  3506.             }
  3507.             not_shopping_login:
  3508.             // shopping_error
  3509.             if ('/shopping/error' === $pathinfo) {
  3510.                 $ret = array (  '_controller' => 'Customize\\Controller\\CustomShoppingController::error',  '_route' => 'shopping_error',);
  3511.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3512.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3513.                     if ('GET' !== $canonicalMethod) {
  3514.                         goto not_shopping_error;
  3515.                     }
  3516.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_error'key($requiredSchemes)));
  3517.                 }
  3518.                 return $ret;
  3519.             }
  3520.             not_shopping_error:
  3521.             // shopping_online
  3522.             if ('/shopping/online' === $pathinfo) {
  3523.                 $ret = array (  '_controller' => 'Customize\\Controller\\CustomShoppingController::online',  '_route' => 'shopping_online',);
  3524.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3525.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3526.                     if ('GET' !== $canonicalMethod) {
  3527.                         goto not_shopping_online;
  3528.                     }
  3529.                     return array_replace($ret$this->redirect($rawPathinfo'shopping_online'key($requiredSchemes)));
  3530.                 }
  3531.                 return $ret;
  3532.             }
  3533.             not_shopping_online:
  3534.         }
  3535.         elseif (=== strpos($pathinfo'/sln_payment/sln_')) {
  3536.             if (=== strpos($pathinfo'/sln_payment/sln_3d_card')) {
  3537.                 // sln_3d_card
  3538.                 if ('/sln_payment/sln_3d_card' === $pathinfo) {
  3539.                     $ret = array (  '_controller' => 'Plugin\\SlnPayment4\\Controller\\PaymentController::threeCard',  '_route' => 'sln_3d_card',);
  3540.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3541.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3542.                         if ('GET' !== $canonicalMethod) {
  3543.                             goto not_sln_3d_card;
  3544.                         }
  3545.                         return array_replace($ret$this->redirect($rawPathinfo'sln_3d_card'key($requiredSchemes)));
  3546.                     }
  3547.                     return $ret;
  3548.                 }
  3549.                 not_sln_3d_card:
  3550.                 // sln_3d_card_post
  3551.                 if ('/sln_payment/sln_3d_card_post' === $pathinfo) {
  3552.                     $ret = array (  '_controller' => 'Plugin\\SlnPayment4\\Controller\\PaymentController::threeCardPost',  '_route' => 'sln_3d_card_post',);
  3553.                     $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3554.                     if (!isset($requiredSchemes[$context->getScheme()])) {
  3555.                         if ('GET' !== $canonicalMethod) {
  3556.                             goto not_sln_3d_card_post;
  3557.                         }
  3558.                         return array_replace($ret$this->redirect($rawPathinfo'sln_3d_card_post'key($requiredSchemes)));
  3559.                     }
  3560.                     return $ret;
  3561.                 }
  3562.                 not_sln_3d_card_post:
  3563.             }
  3564.             // sln_3d_mem_card
  3565.             if ('/sln_payment/sln_3d_mem' === $pathinfo) {
  3566.                 $ret = array (  '_controller' => 'Plugin\\SlnPayment4\\Controller\\PaymentController::threeMemCard',  '_route' => 'sln_3d_mem_card',);
  3567.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3568.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3569.                     if ('GET' !== $canonicalMethod) {
  3570.                         goto not_sln_3d_mem_card;
  3571.                     }
  3572.                     return array_replace($ret$this->redirect($rawPathinfo'sln_3d_mem_card'key($requiredSchemes)));
  3573.                 }
  3574.                 return $ret;
  3575.             }
  3576.             not_sln_3d_mem_card:
  3577.             // sln_recv
  3578.             if ('/sln_payment/sln_recv' === $pathinfo) {
  3579.                 $ret = array (  '_controller' => 'Plugin\\SlnPayment4\\Controller\\PaymentController::recvIndex',  '_route' => 'sln_recv',);
  3580.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3581.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3582.                 if (!in_array($requestMethod, ['POST'])) {
  3583.                     if ($hasRequiredScheme) {
  3584.                         $allow array_merge($allow, ['POST']);
  3585.                     }
  3586.                     goto not_sln_recv;
  3587.                 }
  3588.                 if (!$hasRequiredScheme) {
  3589.                     if ('GET' !== $canonicalMethod) {
  3590.                         goto not_sln_recv;
  3591.                     }
  3592.                     return array_replace($ret$this->redirect($rawPathinfo'sln_recv'key($requiredSchemes)));
  3593.                 }
  3594.                 return $ret;
  3595.             }
  3596.             not_sln_recv:
  3597.         }
  3598.         // homepage
  3599.         if ('' === $trimmedPathinfo) {
  3600.             $ret = array (  '_controller' => 'Eccube\\Controller\\TopController::index',  '_route' => 'homepage',);
  3601.             if ('/' === substr($pathinfo, -1)) {
  3602.                 // no-op
  3603.             } elseif ('GET' !== $canonicalMethod) {
  3604.                 goto not_homepage;
  3605.             } else {
  3606.                 return array_replace($ret$this->redirect($rawPathinfo.'/''homepage'));
  3607.             }
  3608.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3609.             if (!isset($requiredSchemes[$context->getScheme()])) {
  3610.                 if ('GET' !== $canonicalMethod) {
  3611.                     goto not_homepage;
  3612.                 }
  3613.                 return array_replace($ret$this->redirect($rawPathinfo'homepage'key($requiredSchemes)));
  3614.             }
  3615.             return $ret;
  3616.         }
  3617.         not_homepage:
  3618.         // user_data
  3619.         if (=== strpos($pathinfo'/user_data') && preg_match('#^/user_data/(?P<route>([0-9a-zA-Z_\\-]+\\/?)+(?<!\\/))$#sD'$pathinfo$matches)) {
  3620.             $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'user_data']), array (  '_controller' => 'Eccube\\Controller\\UserDataController::index',));
  3621.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3622.             if (!isset($requiredSchemes[$context->getScheme()])) {
  3623.                 if ('GET' !== $canonicalMethod) {
  3624.                     goto not_user_data;
  3625.                 }
  3626.                 return array_replace($ret$this->redirect($rawPathinfo'user_data'key($requiredSchemes)));
  3627.             }
  3628.             return $ret;
  3629.         }
  3630.         not_user_data:
  3631.         if (=== strpos($pathinfo'/products')) {
  3632.             // product_list
  3633.             if ('/products/list' === $pathinfo) {
  3634.                 $ret = array (  '_controller' => 'Customize\\Controller\\CustomProductController::index',  '_route' => 'product_list',);
  3635.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3636.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3637.                     if ('GET' !== $canonicalMethod) {
  3638.                         goto not_product_list;
  3639.                     }
  3640.                     return array_replace($ret$this->redirect($rawPathinfo'product_list'key($requiredSchemes)));
  3641.                 }
  3642.                 return $ret;
  3643.             }
  3644.             not_product_list:
  3645.             // product_detail
  3646.             if (=== strpos($pathinfo'/products/detail') && preg_match('#^/products/detail/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3647.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_detail']), array (  '_controller' => 'Customize\\Controller\\CustomProductController::detail',));
  3648.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3649.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3650.                 if (!in_array($canonicalMethod, ['GET'])) {
  3651.                     if ($hasRequiredScheme) {
  3652.                         $allow array_merge($allow, ['GET']);
  3653.                     }
  3654.                     goto not_product_detail;
  3655.                 }
  3656.                 if (!$hasRequiredScheme) {
  3657.                     if ('GET' !== $canonicalMethod) {
  3658.                         goto not_product_detail;
  3659.                     }
  3660.                     return array_replace($ret$this->redirect($rawPathinfo'product_detail'key($requiredSchemes)));
  3661.                 }
  3662.                 return $ret;
  3663.             }
  3664.             not_product_detail:
  3665.             // product_add_favorite
  3666.             if (=== strpos($pathinfo'/products/add_favorite') && preg_match('#^/products/add_favorite/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3667.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_add_favorite']), array (  '_controller' => 'Customize\\Controller\\CustomProductController::addFavorite',));
  3668.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3669.                 if (!isset($requiredSchemes[$context->getScheme()])) {
  3670.                     if ('GET' !== $canonicalMethod) {
  3671.                         goto not_product_add_favorite;
  3672.                     }
  3673.                     return array_replace($ret$this->redirect($rawPathinfo'product_add_favorite'key($requiredSchemes)));
  3674.                 }
  3675.                 return $ret;
  3676.             }
  3677.             not_product_add_favorite:
  3678.             // product_add_cart
  3679.             if (=== strpos($pathinfo'/products/add_cart') && preg_match('#^/products/add_cart/(?P<id>\\d+)$#sD'$pathinfo$matches)) {
  3680.                 $ret $this->mergeDefaults(array_replace($matches, ['_route' => 'product_add_cart']), array (  '_controller' => 'Customize\\Controller\\CustomProductController::addCart',));
  3681.                 $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3682.                 $hasRequiredScheme = isset($requiredSchemes[$context->getScheme()]);
  3683.                 if (!in_array($requestMethod, ['POST'])) {
  3684.                     if ($hasRequiredScheme) {
  3685.                         $allow array_merge($allow, ['POST']);
  3686.                     }
  3687.                     goto not_product_add_cart;
  3688.                 }
  3689.                 if (!$hasRequiredScheme) {
  3690.                     if ('GET' !== $canonicalMethod) {
  3691.                         goto not_product_add_cart;
  3692.                     }
  3693.                     return array_replace($ret$this->redirect($rawPathinfo'product_add_cart'key($requiredSchemes)));
  3694.                 }
  3695.                 return $ret;
  3696.             }
  3697.             not_product_add_cart:
  3698.         }
  3699.         // logout
  3700.         if ('/logout' === $pathinfo) {
  3701.             $ret = ['_route' => 'logout'];
  3702.             $requiredSchemes = array (  'https' => 0,  'http' => 1,);
  3703.             if (!isset($requiredSchemes[$context->getScheme()])) {
  3704.                 if ('GET' !== $canonicalMethod) {
  3705.                     goto not_logout;
  3706.                 }
  3707.                 return array_replace($ret$this->redirect($rawPathinfo'logout'key($requiredSchemes)));
  3708.             }
  3709.             return $ret;
  3710.         }
  3711.         not_logout:
  3712.         if ('/' === $pathinfo && !$allow) {
  3713.             throw new Symfony\Component\Routing\Exception\NoConfigurationException();
  3714.         }
  3715.         throw count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
  3716.     }
  3717. }