var/cache/dev/EccubeDevDebugProjectContainerUrlMatcher.php line 6451

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