var/cache/dev/EccubeDevDebugProjectContainerUrlMatcher.php line 6570

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