var/cache/dev/appDevDebugProjectContainerUrlMatcher.php line 1314

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 appDevDebugProjectContainerUrlMatcher 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 = array();
  18.         $pathinfo rawurldecode($rawPathinfo);
  19.         $trimmedPathinfo rtrim($pathinfo'/');
  20.         $context $this->context;
  21.         $request $this->request;
  22.         $requestMethod $canonicalMethod $context->getMethod();
  23.         $scheme $context->getScheme();
  24.         if ('HEAD' === $requestMethod) {
  25.             $canonicalMethod 'GET';
  26.         }
  27.         if (=== strpos($pathinfo'/css')) {
  28.             if (=== strpos($pathinfo'/css/2f30487')) {
  29.                 // _assetic_2f30487
  30.                 if ('/css/2f30487.css' === $pathinfo) {
  31.                     return array (  '_controller' => 'assetic.controller:render',  'name' => '2f30487',  'pos' => NULL,  '_format' => 'css',  '_route' => '_assetic_2f30487',);
  32.                 }
  33.                 // _assetic_2f30487_0
  34.                 if ('/css/2f30487_plugins.min_1.css' === $pathinfo) {
  35.                     return array (  '_controller' => 'assetic.controller:render',  'name' => '2f30487',  'pos' => 0,  '_format' => 'css',  '_route' => '_assetic_2f30487_0',);
  36.                 }
  37.                 // _assetic_2f30487_1
  38.                 if ('/css/2f30487_main_2.css' === $pathinfo) {
  39.                     return array (  '_controller' => 'assetic.controller:render',  'name' => '2f30487',  'pos' => 1,  '_format' => 'css',  '_route' => '_assetic_2f30487_1',);
  40.                 }
  41.             }
  42.             // _assetic_3fae63e
  43.             if ('/css/3fae63e.css' === $pathinfo) {
  44.                 return array (  '_controller' => 'assetic.controller:render',  'name' => '3fae63e',  'pos' => NULL,  '_format' => 'css',  '_route' => '_assetic_3fae63e',);
  45.             }
  46.             // _assetic_3fae63e_0
  47.             if ('/css/3fae63e_base_1.css' === $pathinfo) {
  48.                 return array (  '_controller' => 'assetic.controller:render',  'name' => '3fae63e',  'pos' => 0,  '_format' => 'css',  '_route' => '_assetic_3fae63e_0',);
  49.             }
  50.             if (=== strpos($pathinfo'/css/de45b44')) {
  51.                 // _assetic_de45b44
  52.                 if ('/css/de45b44.css' === $pathinfo) {
  53.                     return array (  '_controller' => 'assetic.controller:render',  'name' => 'de45b44',  'pos' => NULL,  '_format' => 'css',  '_route' => '_assetic_de45b44',);
  54.                 }
  55.                 // _assetic_de45b44_0
  56.                 if ('/css/de45b44_base_1.css' === $pathinfo) {
  57.                     return array (  '_controller' => 'assetic.controller:render',  'name' => 'de45b44',  'pos' => 0,  '_format' => 'css',  '_route' => '_assetic_de45b44_0',);
  58.                 }
  59.                 // _assetic_de45b44_1
  60.                 if ('/css/de45b44_datatables.min_2.css' === $pathinfo) {
  61.                     return array (  '_controller' => 'assetic.controller:render',  'name' => 'de45b44',  'pos' => 1,  '_format' => 'css',  '_route' => '_assetic_de45b44_1',);
  62.                 }
  63.             }
  64.             // _assetic_50a2fcb
  65.             if ('/css/50a2fcb.css' === $pathinfo) {
  66.                 return array (  '_controller' => 'assetic.controller:render',  'name' => '50a2fcb',  'pos' => NULL,  '_format' => 'css',  '_route' => '_assetic_50a2fcb',);
  67.             }
  68.             // _assetic_50a2fcb_0
  69.             if ('/css/50a2fcb_home_1.css' === $pathinfo) {
  70.                 return array (  '_controller' => 'assetic.controller:render',  'name' => '50a2fcb',  'pos' => 0,  '_format' => 'css',  '_route' => '_assetic_50a2fcb_0',);
  71.             }
  72.         }
  73.         elseif (=== strpos($pathinfo'/js')) {
  74.             // _assetic_50c45e9
  75.             if ('/js/50c45e9.js' === $pathinfo) {
  76.                 return array (  '_controller' => 'assetic.controller:render',  'name' => '50c45e9',  'pos' => NULL,  '_format' => 'js',  '_route' => '_assetic_50c45e9',);
  77.             }
  78.             if (=== strpos($pathinfo'/js/50c45e9_')) {
  79.                 // _assetic_50c45e9_0
  80.                 if ('/js/50c45e9_libs.min_1.js' === $pathinfo) {
  81.                     return array (  '_controller' => 'assetic.controller:render',  'name' => '50c45e9',  'pos' => 0,  '_format' => 'js',  '_route' => '_assetic_50c45e9_0',);
  82.                 }
  83.                 // _assetic_50c45e9_1
  84.                 if ('/js/50c45e9_plugins.min_2.js' === $pathinfo) {
  85.                     return array (  '_controller' => 'assetic.controller:render',  'name' => '50c45e9',  'pos' => 1,  '_format' => 'js',  '_route' => '_assetic_50c45e9_1',);
  86.                 }
  87.                 // _assetic_50c45e9_2
  88.                 if ('/js/50c45e9_quinibar_3.js' === $pathinfo) {
  89.                     return array (  '_controller' => 'assetic.controller:render',  'name' => '50c45e9',  'pos' => 2,  '_format' => 'js',  '_route' => '_assetic_50c45e9_2',);
  90.                 }
  91.             }
  92.             // _assetic_2f9f68d
  93.             if ('/js/2f9f68d.js' === $pathinfo) {
  94.                 return array (  '_controller' => 'assetic.controller:render',  'name' => '2f9f68d',  'pos' => NULL,  '_format' => 'js',  '_route' => '_assetic_2f9f68d',);
  95.             }
  96.             if (=== strpos($pathinfo'/js/2f9f68d_')) {
  97.                 // _assetic_2f9f68d_0
  98.                 if ('/js/2f9f68d_jquery-3.2.1.min_1.js' === $pathinfo) {
  99.                     return array (  '_controller' => 'assetic.controller:render',  'name' => '2f9f68d',  'pos' => 0,  '_format' => 'js',  '_route' => '_assetic_2f9f68d_0',);
  100.                 }
  101.                 // _assetic_2f9f68d_1
  102.                 if ('/js/2f9f68d_popper-1.12.6.min_2.js' === $pathinfo) {
  103.                     return array (  '_controller' => 'assetic.controller:render',  'name' => '2f9f68d',  'pos' => 1,  '_format' => 'js',  '_route' => '_assetic_2f9f68d_1',);
  104.                 }
  105.                 // _assetic_2f9f68d_2
  106.                 if ('/js/2f9f68d_bootstrap-4.0.0.min_3.js' === $pathinfo) {
  107.                     return array (  '_controller' => 'assetic.controller:render',  'name' => '2f9f68d',  'pos' => 2,  '_format' => 'js',  '_route' => '_assetic_2f9f68d_2',);
  108.                 }
  109.                 // _assetic_2f9f68d_3
  110.                 if ('/js/2f9f68d_base_4.js' === $pathinfo) {
  111.                     return array (  '_controller' => 'assetic.controller:render',  'name' => '2f9f68d',  'pos' => 3,  '_format' => 'js',  '_route' => '_assetic_2f9f68d_3',);
  112.                 }
  113.             }
  114.             elseif (=== strpos($pathinfo'/js/1')) {
  115.                 if (=== strpos($pathinfo'/js/10f57e0')) {
  116.                     // _assetic_10f57e0
  117.                     if ('/js/10f57e0.js' === $pathinfo) {
  118.                         return array (  '_controller' => 'assetic.controller:render',  'name' => '10f57e0',  'pos' => NULL,  '_format' => 'js',  '_route' => '_assetic_10f57e0',);
  119.                     }
  120.                     // _assetic_10f57e0_0
  121.                     if ('/js/10f57e0_quinibar_1.js' === $pathinfo) {
  122.                         return array (  '_controller' => 'assetic.controller:render',  'name' => '10f57e0',  'pos' => 0,  '_format' => 'js',  '_route' => '_assetic_10f57e0_0',);
  123.                     }
  124.                     // _assetic_10f57e0_1
  125.                     if ('/js/10f57e0_serviceworker_2.js' === $pathinfo) {
  126.                         return array (  '_controller' => 'assetic.controller:render',  'name' => '10f57e0',  'pos' => 1,  '_format' => 'js',  '_route' => '_assetic_10f57e0_1',);
  127.                     }
  128.                 }
  129.                 // _assetic_1f2a460
  130.                 if ('/js/1f2a460.js' === $pathinfo) {
  131.                     return array (  '_controller' => 'assetic.controller:render',  'name' => '1f2a460',  'pos' => NULL,  '_format' => 'js',  '_route' => '_assetic_1f2a460',);
  132.                 }
  133.                 if (=== strpos($pathinfo'/js/1f2a460_')) {
  134.                     // _assetic_1f2a460_0
  135.                     if ('/js/1f2a460_jquery-3.2.1.min_1.js' === $pathinfo) {
  136.                         return array (  '_controller' => 'assetic.controller:render',  'name' => '1f2a460',  'pos' => 0,  '_format' => 'js',  '_route' => '_assetic_1f2a460_0',);
  137.                     }
  138.                     // _assetic_1f2a460_1
  139.                     if ('/js/1f2a460_popper-1.12.6.min_2.js' === $pathinfo) {
  140.                         return array (  '_controller' => 'assetic.controller:render',  'name' => '1f2a460',  'pos' => 1,  '_format' => 'js',  '_route' => '_assetic_1f2a460_1',);
  141.                     }
  142.                     // _assetic_1f2a460_2
  143.                     if ('/js/1f2a460_bootstrap-4.0.0.min_3.js' === $pathinfo) {
  144.                         return array (  '_controller' => 'assetic.controller:render',  'name' => '1f2a460',  'pos' => 2,  '_format' => 'js',  '_route' => '_assetic_1f2a460_2',);
  145.                     }
  146.                     // _assetic_1f2a460_5
  147.                     if ('/js/1f2a460_base_6.js' === $pathinfo) {
  148.                         return array (  '_controller' => 'assetic.controller:render',  'name' => '1f2a460',  'pos' => 5,  '_format' => 'js',  '_route' => '_assetic_1f2a460_5',);
  149.                     }
  150.                     // _assetic_1f2a460_3
  151.                     if ('/js/1f2a460_datatables.min_4.js' === $pathinfo) {
  152.                         return array (  '_controller' => 'assetic.controller:render',  'name' => '1f2a460',  'pos' => 3,  '_format' => 'js',  '_route' => '_assetic_1f2a460_3',);
  153.                     }
  154.                     // _assetic_1f2a460_4
  155.                     if ('/js/1f2a460_dataTable_5.js' === $pathinfo) {
  156.                         return array (  '_controller' => 'assetic.controller:render',  'name' => '1f2a460',  'pos' => 4,  '_format' => 'js',  '_route' => '_assetic_1f2a460_4',);
  157.                     }
  158.                 }
  159.             }
  160.             elseif (=== strpos($pathinfo'/js/0c40805')) {
  161.                 // _assetic_0c40805
  162.                 if ('/js/0c40805.js' === $pathinfo) {
  163.                     return array (  '_controller' => 'assetic.controller:render',  'name' => '0c40805',  'pos' => NULL,  '_format' => 'js',  '_route' => '_assetic_0c40805',);
  164.                 }
  165.                 // _assetic_0c40805_0
  166.                 if ('/js/0c40805_dataTableLib_1.js' === $pathinfo) {
  167.                     return array (  '_controller' => 'assetic.controller:render',  'name' => '0c40805',  'pos' => 0,  '_format' => 'js',  '_route' => '_assetic_0c40805_0',);
  168.                 }
  169.                 // _assetic_0c40805_1
  170.                 if ('/js/0c40805_dataTable_2.js' === $pathinfo) {
  171.                     return array (  '_controller' => 'assetic.controller:render',  'name' => '0c40805',  'pos' => 1,  '_format' => 'js',  '_route' => '_assetic_0c40805_1',);
  172.                 }
  173.             }
  174.             // _assetic_ae750fb
  175.             if ('/js/ae750fb.js' === $pathinfo) {
  176.                 return array (  '_controller' => 'assetic.controller:render',  'name' => 'ae750fb',  'pos' => NULL,  '_format' => 'js',  '_route' => '_assetic_ae750fb',);
  177.             }
  178.             // _assetic_ae750fb_0
  179.             if ('/js/ae750fb_home_1.js' === $pathinfo) {
  180.                 return array (  '_controller' => 'assetic.controller:render',  'name' => 'ae750fb',  'pos' => 0,  '_format' => 'js',  '_route' => '_assetic_ae750fb_0',);
  181.             }
  182.         }
  183.         elseif (=== strpos($pathinfo'/_')) {
  184.             // _wdt
  185.             if (=== strpos($pathinfo'/_wdt') && preg_match('#^/_wdt/(?P<token>[^/]++)$#s'$pathinfo$matches)) {
  186.                 return $this->mergeDefaults(array_replace($matches, array('_route' => '_wdt')), array (  '_controller' => 'web_profiler.controller.profiler:toolbarAction',));
  187.             }
  188.             if (=== strpos($pathinfo'/_profiler')) {
  189.                 // _profiler_home
  190.                 if ('/_profiler' === $trimmedPathinfo) {
  191.                     if (substr($pathinfo, -1) !== '/') {
  192.                         return $this->redirect($rawPathinfo.'/''_profiler_home');
  193.                     }
  194.                     return array (  '_controller' => 'web_profiler.controller.profiler:homeAction',  '_route' => '_profiler_home',);
  195.                 }
  196.                 if (=== strpos($pathinfo'/_profiler/search')) {
  197.                     // _profiler_search
  198.                     if ('/_profiler/search' === $pathinfo) {
  199.                         return array (  '_controller' => 'web_profiler.controller.profiler:searchAction',  '_route' => '_profiler_search',);
  200.                     }
  201.                     // _profiler_search_bar
  202.                     if ('/_profiler/search_bar' === $pathinfo) {
  203.                         return array (  '_controller' => 'web_profiler.controller.profiler:searchBarAction',  '_route' => '_profiler_search_bar',);
  204.                     }
  205.                 }
  206.                 // _profiler_phpinfo
  207.                 if ('/_profiler/phpinfo' === $pathinfo) {
  208.                     return array (  '_controller' => 'web_profiler.controller.profiler:phpinfoAction',  '_route' => '_profiler_phpinfo',);
  209.                 }
  210.                 // _profiler_search_results
  211.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)/search/results$#s'$pathinfo$matches)) {
  212.                     return $this->mergeDefaults(array_replace($matches, array('_route' => '_profiler_search_results')), array (  '_controller' => 'web_profiler.controller.profiler:searchResultsAction',));
  213.                 }
  214.                 // _profiler_open_file
  215.                 if ('/_profiler/open' === $pathinfo) {
  216.                     return array (  '_controller' => 'web_profiler.controller.profiler:openAction',  '_route' => '_profiler_open_file',);
  217.                 }
  218.                 // _profiler
  219.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)$#s'$pathinfo$matches)) {
  220.                     return $this->mergeDefaults(array_replace($matches, array('_route' => '_profiler')), array (  '_controller' => 'web_profiler.controller.profiler:panelAction',));
  221.                 }
  222.                 // _profiler_router
  223.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)/router$#s'$pathinfo$matches)) {
  224.                     return $this->mergeDefaults(array_replace($matches, array('_route' => '_profiler_router')), array (  '_controller' => 'web_profiler.controller.router:panelAction',));
  225.                 }
  226.                 // _profiler_exception
  227.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)/exception$#s'$pathinfo$matches)) {
  228.                     return $this->mergeDefaults(array_replace($matches, array('_route' => '_profiler_exception')), array (  '_controller' => 'web_profiler.controller.exception:showAction',));
  229.                 }
  230.                 // _profiler_exception_css
  231.                 if (preg_match('#^/_profiler/(?P<token>[^/]++)/exception\\.css$#s'$pathinfo$matches)) {
  232.                     return $this->mergeDefaults(array_replace($matches, array('_route' => '_profiler_exception_css')), array (  '_controller' => 'web_profiler.controller.exception:cssAction',));
  233.                 }
  234.             }
  235.             // _twig_error_test
  236.             if (=== strpos($pathinfo'/_error') && preg_match('#^/_error/(?P<code>\\d+)(?:\\.(?P<_format>[^/]++))?$#s'$pathinfo$matches)) {
  237.                 return $this->mergeDefaults(array_replace($matches, array('_route' => '_twig_error_test')), array (  '_controller' => 'twig.controller.preview_error:previewErrorPageAction',  '_format' => 'html',));
  238.             }
  239.         }
  240.         elseif (=== strpos($pathinfo'/a')) {
  241.             if (=== strpos($pathinfo'/api')) {
  242.                 // app_api_controllers_auth_loginuser
  243.                 if ('/api/admin/auth/login' === $pathinfo) {
  244.                     return array (  '_controller' => 'AppBundle\\Controller\\API_controllers\\auth::loginUser',  '_route' => 'app_api_controllers_auth_loginuser',);
  245.                 }
  246.                 if (=== strpos($pathinfo'/api/admin/week')) {
  247.                     // app_api_controllers_week_newpool
  248.                     if ('/api/admin/week/new' === $pathinfo) {
  249.                         return array (  '_controller' => 'AppBundle\\Controller\\API_controllers\\week::newPool',  '_route' => 'app_api_controllers_week_newpool',);
  250.                     }
  251.                     // app_api_controllers_week_validatepool
  252.                     if ('/api/admin/week/validate' === $pathinfo) {
  253.                         return array (  '_controller' => 'AppBundle\\Controller\\API_controllers\\week::validatePool',  '_route' => 'app_api_controllers_week_validatepool',);
  254.                     }
  255.                     // app_api_controllers_week_havepools
  256.                     if ('/api/admin/week/havePools' === $pathinfo) {
  257.                         return array (  '_controller' => 'AppBundle\\Controller\\API_controllers\\week::havePools',  '_route' => 'app_api_controllers_week_havepools',);
  258.                     }
  259.                     // app_api_controllers_week_getpools
  260.                     if ('/api/admin/week/pools' === $trimmedPathinfo) {
  261.                         if ('GET' !== $canonicalMethod) {
  262.                             $allow[] = 'GET';
  263.                             goto not_app_api_controllers_week_getpools;
  264.                         }
  265.                         if (substr($pathinfo, -1) !== '/') {
  266.                             return $this->redirect($rawPathinfo.'/''app_api_controllers_week_getpools');
  267.                         }
  268.                         return array (  '_controller' => 'AppBundle\\Controller\\API_controllers\\week::getPools',  '_route' => 'app_api_controllers_week_getpools',);
  269.                     }
  270.                     not_app_api_controllers_week_getpools:
  271.                     // app_api_controllers_week_getrounds
  272.                     if ('/api/admin/week/rounds' === $trimmedPathinfo) {
  273.                         if ('GET' !== $canonicalMethod) {
  274.                             $allow[] = 'GET';
  275.                             goto not_app_api_controllers_week_getrounds;
  276.                         }
  277.                         if (substr($pathinfo, -1) !== '/') {
  278.                             return $this->redirect($rawPathinfo.'/''app_api_controllers_week_getrounds');
  279.                         }
  280.                         return array (  '_controller' => 'AppBundle\\Controller\\API_controllers\\week::getRounds',  '_route' => 'app_api_controllers_week_getrounds',);
  281.                     }
  282.                     not_app_api_controllers_week_getrounds:
  283.                 }
  284.                 // app_api_apibank_newpool
  285.                 if ('/api/bank/transactions' === $pathinfo) {
  286.                     return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiBank::newPool',  '_route' => 'app_api_apibank_newpool',);
  287.                 }
  288.                 // app_api_apibars_get
  289.                 if ('/api/bars/GET' === $pathinfo) {
  290.                     return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiBars::getAction',  '_route' => 'app_api_apibars_get',);
  291.                 }
  292.                 // api_group_all
  293.                 if ('/api/groups' === $pathinfo) {
  294.                     return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiGroup::getAllGroups',  '_route' => 'api_group_all',);
  295.                 }
  296.                 // api_league_all
  297.                 if ('/api/leagues/getAll' === $pathinfo) {
  298.                     return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiLeague::getAllLeagues',  '_route' => 'api_league_all',);
  299.                 }
  300.                 // api_remote_leagues
  301.                 if ('/api/remote/leagues' === $pathinfo) {
  302.                     return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiLeague::getRemoteLeagues',  '_route' => 'api_remote_leagues',);
  303.                 }
  304.                 // api_round_all
  305.                 if ('/api/rounds' === $pathinfo) {
  306.                     return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiRound::getAllRounds',  '_route' => 'api_round_all',);
  307.                 }
  308.                 if (=== strpos($pathinfo'/api/pool')) {
  309.                     // app_api_apipool_newpool
  310.                     if ('/api/pool/new' === $pathinfo) {
  311.                         return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiPool::newPool',  '_route' => 'app_api_apipool_newpool',);
  312.                     }
  313.                     // app_api_apipool_validatepool
  314.                     if ('/api/pool/validate' === $pathinfo) {
  315.                         return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiPool::validatePool',  '_route' => 'app_api_apipool_validatepool',);
  316.                     }
  317.                     // app_api_apipool_havepools
  318.                     if ('/api/pool/havePools' === $pathinfo) {
  319.                         return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiPool::havePools',  '_route' => 'app_api_apipool_havepools',);
  320.                     }
  321.                     // app_api_apipool_getpools
  322.                     if ('/api/pool/getPools' === $pathinfo) {
  323.                         return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiPool::getPools',  '_route' => 'app_api_apipool_getpools',);
  324.                     }
  325.                 }
  326.                 elseif (=== strpos($pathinfo'/api/seasson/GET')) {
  327.                     // app_api_apiseasson_getseasson
  328.                     if ('/api/seasson/GET' === $pathinfo) {
  329.                         return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiSeasson::getSeasson',  '_route' => 'app_api_apiseasson_getseasson',);
  330.                     }
  331.                     // app_api_apiseasson_getactiveweek
  332.                     if ('/api/seasson/GET/ActiveWeek' === $pathinfo) {
  333.                         return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiSeasson::getActiveWeek',  '_route' => 'app_api_apiseasson_getactiveweek',);
  334.                     }
  335.                 }
  336.                 elseif (=== strpos($pathinfo'/api/user')) {
  337.                     if (=== strpos($pathinfo'/api/user/notify')) {
  338.                         // app_api_apiusers_notify
  339.                         if ('/api/user/notify' === $pathinfo) {
  340.                             return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiUsers::notifyAction',  '_route' => 'app_api_apiusers_notify',);
  341.                         }
  342.                         // app_api_apiusers_notifystore
  343.                         if ('/api/user/notifyStore' === $pathinfo) {
  344.                             return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiUsers::notifyStoreAction',  '_route' => 'app_api_apiusers_notifystore',);
  345.                         }
  346.                     }
  347.                     elseif (=== strpos($pathinfo'/api/user/r')) {
  348.                         // app_api_apiusers_registeruser
  349.                         if ('/api/user/register' === $pathinfo) {
  350.                             return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiUsers::registerUser',  '_route' => 'app_api_apiusers_registeruser',);
  351.                         }
  352.                         // app_api_apiusers_rememberuser
  353.                         if ('/api/user/remember' === $pathinfo) {
  354.                             return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiUsers::rememberUser',  '_route' => 'app_api_apiusers_rememberuser',);
  355.                         }
  356.                         // app_api_apiusers_getallranking
  357.                         if ('/api/user/ranking' === $pathinfo) {
  358.                             return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiUsers::getAllRanking',  '_route' => 'app_api_apiusers_getallranking',);
  359.                         }
  360.                     }
  361.                     // app_api_apiusers_verifyuser
  362.                     if ('/api/user/verify' === $pathinfo) {
  363.                         return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiUsers::verifyUser',  '_route' => 'app_api_apiusers_verifyuser',);
  364.                     }
  365.                     // app_api_apiusers_loginuser
  366.                     if ('/api/user/login' === $pathinfo) {
  367.                         return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiUsers::loginUser',  '_route' => 'app_api_apiusers_loginuser',);
  368.                     }
  369.                     // app_api_apiusers_imlogged
  370.                     if ('/api/user/imlogged' === $pathinfo) {
  371.                         return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiUsers::imLogged',  '_route' => 'app_api_apiusers_imlogged',);
  372.                     }
  373.                     // app_api_apiusers_getuserranking
  374.                     if ('/api/user/get/ranking/id' === $pathinfo) {
  375.                         return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiUsers::getUserRanking',  '_route' => 'app_api_apiusers_getuserranking',);
  376.                     }
  377.                     // app_api_apiusers_getuserinfo
  378.                     if ('/api/user/GET/myInfo' === $pathinfo) {
  379.                         return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiUsers::getUserInfo',  '_route' => 'app_api_apiusers_getuserinfo',);
  380.                     }
  381.                     // app_api_apiusers_putuserinfo
  382.                     if ('/api/user/UPDATE/myInfo' === $pathinfo) {
  383.                         return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiUsers::putUserInfo',  '_route' => 'app_api_apiusers_putuserinfo',);
  384.                     }
  385.                     // app_api_apiusers_updateuseravatar
  386.                     if ('/api/user/UPDATE/avatar' === $pathinfo) {
  387.                         return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiUsers::updateUserAvatar',  '_route' => 'app_api_apiusers_updateuseravatar',);
  388.                     }
  389.                 }
  390.                 // app_api_apiverify_verifyusername
  391.                 if ('/api/verify/email' === $pathinfo) {
  392.                     return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiVerify::verifyUserName',  '_route' => 'app_api_apiverify_verifyusername',);
  393.                 }
  394.                 if (=== strpos($pathinfo'/api/week/GET')) {
  395.                     // app_api_apiweek_getactiveweek
  396.                     if ('/api/week/GET' === $pathinfo) {
  397.                         return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiWeek::getActiveWeek',  '_route' => 'app_api_apiweek_getactiveweek',);
  398.                     }
  399.                     // app_api_apiweek_getweekleagues
  400.                     if ('/api/week/GET/leagues' === $pathinfo) {
  401.                         return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiWeek::getWeekLeagues',  '_route' => 'app_api_apiweek_getweekleagues',);
  402.                     }
  403.                     // app_api_apiweek_getweekleaguegroups
  404.                     if ('/api/week/GET/groups' === $pathinfo) {
  405.                         return array (  '_controller' => 'AppBundle\\Controller\\Api\\ApiWeek::getWeekLeagueGroups',  '_route' => 'app_api_apiweek_getweekleaguegroups',);
  406.                     }
  407.                 }
  408.             }
  409.             elseif (=== strpos($pathinfo'/admin')) {
  410.                 if (=== strpos($pathinfo'/admin/a')) {
  411.                     // pool.actions.setHits
  412.                     if ('/admin/actions/pool/setHits' === $pathinfo) {
  413.                         return array (  '_controller' => 'AppBundle\\Controller\\Actions\\PoolActionsController::setHitsAction',  '_route' => 'pool.actions.setHits',);
  414.                     }
  415.                     if (=== strpos($pathinfo'/admin/actions/week')) {
  416.                         // actions.update.ranking
  417.                         if ('/admin/actions/week/updateRanking' === $pathinfo) {
  418.                             return array (  '_controller' => 'AppBundle\\Controller\\Actions\\WeekActionsController::updateRankingAction',  '_route' => 'actions.update.ranking',);
  419.                         }
  420.                         // actions.new-week
  421.                         if ('/admin/actions/week/new_week' === $pathinfo) {
  422.                             return array (  '_controller' => 'AppBundle\\Controller\\Actions\\WeekActionsController::newWeekAction',  '_route' => 'actions.new-week',);
  423.                         }
  424.                         // actions.week.reset
  425.                         if ('/admin/actions/week/reset' === $pathinfo) {
  426.                             return array (  '_controller' => 'AppBundle\\Controller\\Actions\\WeekActionsController::weekResetAction',  '_route' => 'actions.week.reset',);
  427.                         }
  428.                         // actions.week.addRound
  429.                         if ('/admin/actions/week/addRound' === $pathinfo) {
  430.                             return array (  '_controller' => 'AppBundle\\Controller\\Actions\\WeekActionsController::addRoundAction',  '_route' => 'actions.week.addRound',);
  431.                         }
  432.                         // actions.week.setRounds
  433.                         if ('/admin/actions/week/setRounds' === $pathinfo) {
  434.                             return array (  '_controller' => 'AppBundle\\Controller\\Actions\\WeekActionsController::setRoundsAction',  '_route' => 'actions.week.setRounds',);
  435.                         }
  436.                         // actions.week.downloadMatches
  437.                         if ('/admin/actions/week//actions/week/downloadMatches' === $pathinfo) {
  438.                             return array (  '_controller' => 'AppBundle\\Controller\\Actions\\WeekActionsController::downloadMatchesAction',  '_route' => 'actions.week.downloadMatches',);
  439.                         }
  440.                         // actions.week.start
  441.                         if ('/admin/actions/week//actions/week/start' === $pathinfo) {
  442.                             return array (  '_controller' => 'AppBundle\\Controller\\Actions\\WeekActionsController::weekStartAction',  '_route' => 'actions.week.start',);
  443.                         }
  444.                         // actions.week.close
  445.                         if ('/admin/actions/week/close' === $pathinfo) {
  446.                             return array (  '_controller' => 'AppBundle\\Controller\\Actions\\WeekActionsController::weekClose',  '_route' => 'actions.week.close',);
  447.                         }
  448.                         // week.actions.pay
  449.                         if (=== strpos($pathinfo'/admin/actions/week/pay') && preg_match('#^/admin/actions/week/pay(?:/(?P<id>[^/]++))?$#s'$pathinfo$matches)) {
  450.                             return $this->mergeDefaults(array_replace($matches, array('_route' => 'week.actions.pay')), array (  'id' => false,  '_controller' => 'AppBundle\\Controller\\Actions\\WeekActionsController::payAction',));
  451.                         }
  452.                     }
  453.                     // pool.actions.pay
  454.                     if ('/admin/ajax/actions/pay' === $pathinfo) {
  455.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\PoolController::payAction',  '_route' => 'pool.actions.pay',);
  456.                     }
  457.                 }
  458.                 elseif (=== strpos($pathinfo'/admin/establiments')) {
  459.                     // admin.bars.index
  460.                     if ('/admin/establiments' === $trimmedPathinfo) {
  461.                         if (substr($pathinfo, -1) !== '/') {
  462.                             return $this->redirect($rawPathinfo.'/''admin.bars.index');
  463.                         }
  464.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\BarController::indexAction',  '_route' => 'admin.bars.index',);
  465.                     }
  466.                     // admin.bar.action
  467.                     if (preg_match('#^/admin/establiments/(?P<action_id>[^/]++)$#s'$pathinfo$matches)) {
  468.                         return $this->mergeDefaults(array_replace($matches, array('_route' => 'admin.bar.action')), array (  '_controller' => 'AppBundle\\Controller\\Admin\\BarController::adminUserAction',));
  469.                     }
  470.                 }
  471.                 // admin_category_index
  472.                 if ('/admin/category' === $trimmedPathinfo) {
  473.                     if (substr($pathinfo, -1) !== '/') {
  474.                         return $this->redirect($rawPathinfo.'/''admin_category_index');
  475.                     }
  476.                     return array (  '_controller' => 'AppBundle\\Controller\\Admin\\CategoryController::indexAction',  '_route' => 'admin_category_index',);
  477.                 }
  478.                 if (=== strpos($pathinfo'/admin/g')) {
  479.                     // ajax_seasson_report
  480.                     if ('/admin/global/ajax/global/reportView' === $pathinfo) {
  481.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\GlobalController::reportView',  '_route' => 'ajax_seasson_report',);
  482.                     }
  483.                     // global_set_percent
  484.                     if ('/admin/global/ajax/global/setPercent' === $pathinfo) {
  485.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\GlobalController::setPercent',  '_route' => 'global_set_percent',);
  486.                     }
  487.                     if (=== strpos($pathinfo'/admin/groups')) {
  488.                         // admin_group_index
  489.                         if (preg_match('#^/admin/groups/(?P<league_id>[^/]++)$#s'$pathinfo$matches)) {
  490.                             return $this->mergeDefaults(array_replace($matches, array('_route' => 'admin_group_index')), array (  '_controller' => 'AppBundle\\Controller\\Admin\\GroupController::indexAction',));
  491.                         }
  492.                         // ajax_group_sincro
  493.                         if ('/admin/groups//ajax/sync' === $pathinfo) {
  494.                             return array (  '_controller' => 'AppBundle\\Controller\\Admin\\GroupController::syncGroups',  '_route' => 'ajax_group_sincro',);
  495.                         }
  496.                         // ajax_save_group
  497.                         if ('/admin/groups//ajax/admin/group/Store' === $pathinfo) {
  498.                             return array (  '_controller' => 'AppBundle\\Controller\\Admin\\GroupController::saveGroupAction',  '_route' => 'ajax_save_group',);
  499.                         }
  500.                     }
  501.                 }
  502.                 // admin_league_index
  503.                 if (=== strpos($pathinfo'/admin/leagues') && preg_match('#^/admin/leagues/(?P<category_id>[^/]++)$#s'$pathinfo$matches)) {
  504.                     return $this->mergeDefaults(array_replace($matches, array('_route' => 'admin_league_index')), array (  '_controller' => 'AppBundle\\Controller\\Admin\\LeagueController::index',));
  505.                 }
  506.                 if (=== strpos($pathinfo'/admin/leagues//ajax')) {
  507.                     // ajax_league_sync
  508.                     if ('/admin/leagues//ajax/sync' === $pathinfo) {
  509.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\LeagueController::ajaxSyncLeagues',  '_route' => 'ajax_league_sync',);
  510.                     }
  511.                     // activate_league
  512.                     if ('/admin/leagues//ajax/status' === $pathinfo) {
  513.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\LeagueController::activateLeagueAction',  '_route' => 'activate_league',);
  514.                     }
  515.                     // ajax_save_league
  516.                     if ('/admin/leagues//ajax/admin/league/Store' === $pathinfo) {
  517.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\LeagueController::saveLeagueAction',  '_route' => 'ajax_save_league',);
  518.                     }
  519.                 }
  520.                 // admin_match_index
  521.                 if (=== strpos($pathinfo'/admin/matches') && preg_match('#^/admin/matches/(?P<action_id>[^/]++)$#s'$pathinfo$matches)) {
  522.                     return $this->mergeDefaults(array_replace($matches, array('_route' => 'admin_match_index')), array (  '_controller' => 'AppBundle\\Controller\\Admin\\MatchController::indexAction',));
  523.                 }
  524.                 // admin_pool_view
  525.                 if (=== strpos($pathinfo'/admin/pool') && preg_match('#^/admin/pool/(?P<action_id>[^/]++)$#s'$pathinfo$matches)) {
  526.                     return $this->mergeDefaults(array_replace($matches, array('_route' => 'admin_pool_view')), array (  '_controller' => 'AppBundle\\Controller\\Admin\\PoolController::viewAction',));
  527.                 }
  528.                 if (=== strpos($pathinfo'/admin/rounds')) {
  529.                     // admin_round_index
  530.                     if (preg_match('#^/admin/rounds/(?P<group_id>[^/]++)$#s'$pathinfo$matches)) {
  531.                         return $this->mergeDefaults(array_replace($matches, array('_route' => 'admin_round_index')), array (  '_controller' => 'AppBundle\\Controller\\Admin\\RoundController::indexAction',));
  532.                     }
  533.                     // ajax_set_actual_round
  534.                     if ('/admin/rounds/ajax/actualround' === $pathinfo) {
  535.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\RoundController::setActualRoundAction',  '_route' => 'ajax_set_actual_round',);
  536.                     }
  537.                     // ajax_update_round_matches
  538.                     if ('/admin/rounds/ajax/update/Matches' === $pathinfo) {
  539.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\RoundController::updateRoundMatches',  '_route' => 'ajax_update_round_matches',);
  540.                     }
  541.                     if (=== strpos($pathinfo'/admin/rounds//ajax')) {
  542.                         // ajax_sync_rounds
  543.                         if ('/admin/rounds//ajax/sync' === $pathinfo) {
  544.                             return array (  '_controller' => 'AppBundle\\Controller\\Admin\\RoundController::syncRounds',  '_route' => 'ajax_sync_rounds',);
  545.                         }
  546.                         // ajax_round_save
  547.                         if ('/admin/rounds//ajax/save' === $pathinfo) {
  548.                             return array (  '_controller' => 'AppBundle\\Controller\\Admin\\RoundController::saveRound',  '_route' => 'ajax_round_save',);
  549.                         }
  550.                         // ajax_persist_remote_matches
  551.                         if ('/admin/rounds//ajax/matches/persist' === $pathinfo) {
  552.                             return array (  '_controller' => 'AppBundle\\Controller\\Admin\\RoundController::persistRemoteMatches',  '_route' => 'ajax_persist_remote_matches',);
  553.                         }
  554.                     }
  555.                 }
  556.                 elseif (=== strpos($pathinfo'/admin/seasson')) {
  557.                     // seasson.index
  558.                     if ('/admin/seasson' === $trimmedPathinfo) {
  559.                         if (substr($pathinfo, -1) !== '/') {
  560.                             return $this->redirect($rawPathinfo.'/''seasson.index');
  561.                         }
  562.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\SeassonController::indexAction',  '_route' => 'seasson.index',);
  563.                     }
  564.                     // new_global_index
  565.                     if ('/admin/seassonnew' === $pathinfo) {
  566.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\SeassonController::newGlobalRound',  '_route' => 'new_global_index',);
  567.                     }
  568.                     if (=== strpos($pathinfo'/admin/seassonajax/refresh')) {
  569.                         // ajax_seasson_refresh_matches
  570.                         if ('/admin/seassonajax/refreshMatches' === $pathinfo) {
  571.                             return array (  '_controller' => 'AppBundle\\Controller\\Admin\\SeassonController::refreshMatches',  '_route' => 'ajax_seasson_refresh_matches',);
  572.                         }
  573.                         // ajax_seasson_refresh_users
  574.                         if ('/admin/seassonajax/refreshUsers' === $pathinfo) {
  575.                             return array (  '_controller' => 'AppBundle\\Controller\\Admin\\SeassonController::refreshUsers',  '_route' => 'ajax_seasson_refresh_users',);
  576.                         }
  577.                         // ajax_seasson_refresh_pools
  578.                         if ('/admin/seassonajax/refreshPools' === $pathinfo) {
  579.                             return array (  '_controller' => 'AppBundle\\Controller\\Admin\\SeassonController::refreshPools',  '_route' => 'ajax_seasson_refresh_pools',);
  580.                         }
  581.                         // ajax_seasson_refresh_rounds
  582.                         if ('/admin/seassonajax/refreshRounds' === $pathinfo) {
  583.                             return array (  '_controller' => 'AppBundle\\Controller\\Admin\\SeassonController::refreshRounds',  '_route' => 'ajax_seasson_refresh_rounds',);
  584.                         }
  585.                     }
  586.                 }
  587.                 elseif (=== strpos($pathinfo'/admin/users')) {
  588.                     // admin_users_index
  589.                     if ('/admin/users' === $trimmedPathinfo) {
  590.                         if (substr($pathinfo, -1) !== '/') {
  591.                             return $this->redirect($rawPathinfo.'/''admin_users_index');
  592.                         }
  593.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\UserController::indexAction',  '_route' => 'admin_users_index',);
  594.                     }
  595.                     // admin_user_action
  596.                     if (preg_match('#^/admin/users/(?P<action_id>[^/]++)$#s'$pathinfo$matches)) {
  597.                         return $this->mergeDefaults(array_replace($matches, array('_route' => 'admin_user_action')), array (  '_controller' => 'AppBundle\\Controller\\Admin\\UserController::adminUserAction',));
  598.                     }
  599.                 }
  600.                 // admin.home
  601.                 if ('/admin' === $pathinfo) {
  602.                     return array (  '_controller' => 'AppBundle\\Controller\\Admin\\WeekController::index',  '_route' => 'admin.home',);
  603.                 }
  604.                 if (=== strpos($pathinfo'/admin/week')) {
  605.                     // week.arxiu.index
  606.                     if ('/admin/week/arxiu/index' === $pathinfo) {
  607.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\WeekController::archivedIndex',  '_route' => 'week.arxiu.index',);
  608.                     }
  609.                     // week.refresh.users
  610.                     if ('/admin/week/refresh/users' === $pathinfo) {
  611.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\WeekController::weekUsers',  '_route' => 'week.refresh.users',);
  612.                     }
  613.                     // week.refresh.pools
  614.                     if ('/admin/week/refresh/pools' === $pathinfo) {
  615.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\WeekController::refreshPools',  '_route' => 'week.refresh.pools',);
  616.                     }
  617.                 }
  618.             }
  619.             elseif (=== strpos($pathinfo'/actions')) {
  620.                 // ranking.set.encerts
  621.                 if ('/actions/ranking/set.ranking.encerts' === $pathinfo) {
  622.                     return array (  '_controller' => 'AppBundle\\Controller\\Actions\\RankingController::encertsRankingAction',  '_route' => 'ranking.set.encerts',);
  623.                 }
  624.                 if (=== strpos($pathinfo'/actions/user')) {
  625.                     // user.actions.sendNotification
  626.                     if ('/actions/user/sendNotification' === $pathinfo) {
  627.                         return array (  '_controller' => 'AppBundle\\Controller\\Actions\\UserActionsController::sendNotificationAction',  '_route' => 'user.actions.sendNotification',);
  628.                     }
  629.                     // user_live_edit_action
  630.                     if ('/actions/user/live_edit/user' === $pathinfo) {
  631.                         return array (  '_controller' => 'AppBundle\\Controller\\Actions\\UserActionsController::liveEditAction',  '_route' => 'user_live_edit_action',);
  632.                     }
  633.                     // user.actions.setImage
  634.                     if ('/actions/user/SetUserImage' === $pathinfo) {
  635.                         return array (  '_controller' => 'AppBundle\\Controller\\Actions\\UserActionsController::userSetImage',  '_route' => 'user.actions.setImage',);
  636.                     }
  637.                 }
  638.                 elseif (=== strpos($pathinfo'/actions/week')) {
  639.                     // week_close_round
  640.                     if ('/actions/week/closeRound' === $pathinfo) {
  641.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\WeekController::weekCloseRound',  '_route' => 'week_close_round',);
  642.                     }
  643.                     // week_open_round
  644.                     if ('/actions/week/openRound' === $pathinfo) {
  645.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\WeekController::weekOpenRound',  '_route' => 'week_open_round',);
  646.                     }
  647.                     if (=== strpos($pathinfo'/actions/week/refreshRound')) {
  648.                         // week_refresh_rounds
  649.                         if ('/actions/week/refreshRounds' === $pathinfo) {
  650.                             return array (  '_controller' => 'AppBundle\\Controller\\Admin\\WeekController::weekRefreshRounds',  '_route' => 'week_refresh_rounds',);
  651.                         }
  652.                         // week_refresh_round
  653.                         if ('/actions/week/refreshRound' === $pathinfo) {
  654.                             return array (  '_controller' => 'AppBundle\\Controller\\Admin\\WeekController::weekRefreshRound',  '_route' => 'week_refresh_round',);
  655.                         }
  656.                     }
  657.                 }
  658.             }
  659.             elseif (=== strpos($pathinfo'/ajax')) {
  660.                 // ajax_view_round_matches
  661.                 if ('/ajax/category/league/groups/rounds/match/view' === $pathinfo) {
  662.                     return array (  '_controller' => 'AppBundle\\Controller\\Admin\\MatchController::ajaxViewRoundMatches',  '_route' => 'ajax_view_round_matches',);
  663.                 }
  664.                 // ajax_view_group_teams
  665.                 if ('/ajax/category/league/groups/teams/view' === $pathinfo) {
  666.                     return array (  '_controller' => 'AppBundle\\Controller\\Admin\\TeamController::ajaxViewGroupTeams',  '_route' => 'ajax_view_group_teams',);
  667.                 }
  668.                 if (=== strpos($pathinfo'/ajax/admin')) {
  669.                     // ajax_view_remote_matches
  670.                     if ('/ajax/admin/viewRemote/Matches' === $pathinfo) {
  671.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\MatchController::viewRemoteMatchesAction',  '_route' => 'ajax_view_remote_matches',);
  672.                     }
  673.                     // ajax_refresh_match_result
  674.                     if ('/ajax/admin/refreshResult/Match' === $pathinfo) {
  675.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\MatchController::RefreshMatchResultAction',  '_route' => 'ajax_refresh_match_result',);
  676.                     }
  677.                     // ajax_persist_remote_teams
  678.                     if ('/ajax/admin/persistRemote/Teams' === $pathinfo) {
  679.                         return array (  '_controller' => 'AppBundle\\Controller\\Admin\\TeamController::PersistRemoteTeamsAction',  '_route' => 'ajax_persist_remote_teams',);
  680.                     }
  681.                 }
  682.                 // ajax_week_edit
  683.                 if ('/ajax/edit' === $pathinfo) {
  684.                     return array (  '_controller' => 'AppBundle\\Controller\\Admin\\WeekController::ajaxEdit',  '_route' => 'ajax_week_edit',);
  685.                 }
  686.                 // week.actions.setUserHits
  687.                 if ('/ajax/setUserHits' === $pathinfo) {
  688.                     return array (  '_controller' => 'AppBundle\\Controller\\Admin\\WeekController::setUserHits',  '_route' => 'week.actions.setUserHits',);
  689.                 }
  690.                 // admin.week.setPrizesAmount
  691.                 if (=== strpos($pathinfo'/ajax/setPrizesAmount') && preg_match('#^/ajax/setPrizesAmount(?:/(?P<id>[^/]++))?$#s'$pathinfo$matches)) {
  692.                     return $this->mergeDefaults(array_replace($matches, array('_route' => 'admin.week.setPrizesAmount')), array (  'id' => false,  '_controller' => 'AppBundle\\Controller\\Admin\\WeekController::setPrizesAmount',));
  693.                 }
  694.             }
  695.         }
  696.         // quinibank.admin.transaction
  697.         if ('/quinibank/admin_payment' === $pathinfo) {
  698.             return array (  '_controller' => 'AppBundle\\Controller\\Actions\\QuiniBankController::adminTransAction',  '_route' => 'quinibank.admin.transaction',);
  699.         }
  700.         if (=== strpos($pathinfo'/quinibar')) {
  701.             // user_home
  702.             if ('/quinibar' === $pathinfo) {
  703.                 return array (  '_controller' => 'AppBundle\\Controller\\Privat\\QuinibarController::indexAction',  '_route' => 'user_home',);
  704.             }
  705.             if (=== strpos($pathinfo'/quinibar/overview')) {
  706.                 // user_quinibar_overview
  707.                 if ('/quinibar/overview' === $pathinfo) {
  708.                     return array (  '_controller' => 'AppBundle\\Controller\\Privat\\QuinibarController::overviewAction',  '_route' => 'user_quinibar_overview',);
  709.                 }
  710.                 // user_quinibar_history
  711.                 if ('/quinibar/overview/history' === $pathinfo) {
  712.                     return array (  '_controller' => 'AppBundle\\Controller\\Privat\\QuinibarController::historyAction',  '_route' => 'user_quinibar_history',);
  713.                 }
  714.                 // user_quinibar_ranking
  715.                 if ('/quinibar/overview/ranking' === $pathinfo) {
  716.                     return array (  '_controller' => 'AppBundle\\Controller\\Privat\\QuinibarController::rankingAction',  '_route' => 'user_quinibar_ranking',);
  717.                 }
  718.             }
  719.             // user_quinibar_home
  720.             if ('/quinibar/home' === $pathinfo) {
  721.                 return array (  '_controller' => 'AppBundle\\Controller\\Privat\\QuinibarController::homeAction',  '_route' => 'user_quinibar_home',);
  722.             }
  723.             if (=== strpos($pathinfo'/quinibar/ajax')) {
  724.                 // new_pool_getCategories
  725.                 if ('/quinibar/ajax/categories' === $pathinfo) {
  726.                     return array (  '_controller' => 'AppBundle\\Controller\\Privat\\QuinibarController::AjaxMenuCategories',  '_route' => 'new_pool_getCategories',);
  727.                 }
  728.                 // new_pool_getLeagues
  729.                 if ('/quinibar/ajax/leagues' === $pathinfo) {
  730.                     return array (  '_controller' => 'AppBundle\\Controller\\Privat\\QuinibarController::AjaxMenuLeagues',  '_route' => 'new_pool_getLeagues',);
  731.                 }
  732.                 // new_pool_getGroups
  733.                 if ('/quinibar/ajax/groups' === $pathinfo) {
  734.                     return array (  '_controller' => 'AppBundle\\Controller\\Privat\\QuinibarController::AjaxMenuGroups',  '_route' => 'new_pool_getGroups',);
  735.                 }
  736.                 // ajax_new_pool
  737.                 if ('/quinibar/ajax/newPool' === $pathinfo) {
  738.                     return array (  '_controller' => 'AppBundle\\Controller\\Privat\\QuinibarController::AjaxNewPool',  '_route' => 'ajax_new_pool',);
  739.                 }
  740.             }
  741.             // user_leagues_home
  742.             if (preg_match('#^/quinibar/(?P<category_id>[^/]++)/leagues$#s'$pathinfo$matches)) {
  743.                 return $this->mergeDefaults(array_replace($matches, array('_route' => 'user_leagues_home')), array (  '_controller' => 'AppBundle\\Controller\\Privat\\QuinibarController::leaguesHome',));
  744.             }
  745.             // user_groups_home
  746.             if (preg_match('#^/quinibar/(?P<league_id>[^/]++)/groups$#s'$pathinfo$matches)) {
  747.                 return $this->mergeDefaults(array_replace($matches, array('_route' => 'user_groups_home')), array (  '_controller' => 'AppBundle\\Controller\\Privat\\QuinibarController::groupsHome',));
  748.             }
  749.             // user_rounds_home
  750.             if (preg_match('#^/quinibar/(?P<group_id>[^/]++)/rounds$#s'$pathinfo$matches)) {
  751.                 return $this->mergeDefaults(array_replace($matches, array('_route' => 'user_rounds_home')), array (  '_controller' => 'AppBundle\\Controller\\Privat\\QuinibarController::roundsHome',));
  752.             }
  753.         }
  754.         // admin.week.archived
  755.         if (=== strpos($pathinfo'/week/archived') && preg_match('#^/week/archived/(?P<week_id>[^/]++)$#s'$pathinfo$matches)) {
  756.             return $this->mergeDefaults(array_replace($matches, array('_route' => 'admin.week.archived')), array (  '_controller' => 'AppBundle\\Controller\\Admin\\WeekController::archived',));
  757.         }
  758.         if (=== strpos($pathinfo'/webApp')) {
  759.             // webApp.index
  760.             if ('/webApp' === $pathinfo) {
  761.                 return array (  '_controller' => 'AppBundle\\Controller\\WebApp\\WebAppController::homeAction',  '_route' => 'webApp.index',);
  762.             }
  763.             // webApp.overview
  764.             if ('/webApp/apostes' === $pathinfo) {
  765.                 return array (  '_controller' => 'AppBundle\\Controller\\WebApp\\WebAppController::overviewAction',  '_route' => 'webApp.overview',);
  766.             }
  767.             if (=== strpos($pathinfo'/webApp/ajax')) {
  768.                 // webApp.newPool.selectLeagues
  769.                 if ('/webApp/ajax/nouQuinibarLeagues' === $pathinfo) {
  770.                     return array (  '_controller' => 'AppBundle\\Controller\\WebApp\\WebAppController::newPoolLeagues',  '_route' => 'webApp.newPool.selectLeagues',);
  771.                 }
  772.                 // webApp.newPool.selectGroups
  773.                 if ('/webApp/ajax/nouQuinibarGroups' === $pathinfo) {
  774.                     return array (  '_controller' => 'AppBundle\\Controller\\WebApp\\WebAppController::newPoolGroups',  '_route' => 'webApp.newPool.selectGroups',);
  775.                 }
  776.                 // ajax.pool.validate
  777.                 if ('/webApp/ajax/pool/validate' === $pathinfo) {
  778.                     return array (  '_controller' => 'AppBundle\\Controller\\WebApp\\WebAppController::poolValidateAction',  '_route' => 'ajax.pool.validate',);
  779.                 }
  780.             }
  781.             // webApp.history
  782.             if ('/webApp/history' === $pathinfo) {
  783.                 return array (  '_controller' => 'AppBundle\\Controller\\WebApp\\WebAppController::historyAction',  '_route' => 'webApp.history',);
  784.             }
  785.             // webApp.ranking
  786.             if ('/webApp/ranking' === $pathinfo) {
  787.                 return array (  '_controller' => 'AppBundle\\Controller\\WebApp\\WebAppController::rankingAction',  '_route' => 'webApp.ranking',);
  788.             }
  789.             // webApp.bars
  790.             if ('/webApp/bars' === $pathinfo) {
  791.                 return array (  '_controller' => 'AppBundle\\Controller\\WebApp\\WebAppController::barsAction',  '_route' => 'webApp.bars',);
  792.             }
  793.             // webApp.newPool.selectGroup
  794.             if ('/webApp/nouQuinibar' === $pathinfo) {
  795.                 return array (  '_controller' => 'AppBundle\\Controller\\WebApp\\WebAppController::newPoolSelectGroup',  '_route' => 'webApp.newPool.selectGroup',);
  796.             }
  797.             // webApp.newPool.create
  798.             if ('/webApp/nova_aposta' === $pathinfo) {
  799.                 return array (  '_controller' => 'AppBundle\\Controller\\WebApp\\WebAppController::newPoolCreate',  '_route' => 'webApp.newPool.create',);
  800.             }
  801.             // webApp.viewPool
  802.             if (=== strpos($pathinfo'/webApp/quinibars/view') && preg_match('#^/webApp/quinibars/view/(?P<pool_id>[^/]++)$#s'$pathinfo$matches)) {
  803.                 return $this->mergeDefaults(array_replace($matches, array('_route' => 'webApp.viewPool')), array (  '_controller' => 'AppBundle\\Controller\\WebApp\\WebAppController::poolView',));
  804.             }
  805.             // webApp.quinibank
  806.             if ('/webApp/quinibank' === $pathinfo) {
  807.                 return array (  '_controller' => 'AppBundle\\Controller\\WebApp\\WebAppController::quinibank',  '_route' => 'webApp.quinibank',);
  808.             }
  809.             // webApp.user.profile
  810.             if ('/webApp/profile' === $pathinfo) {
  811.                 return array (  '_controller' => 'AppBundle\\Controller\\WebApp\\WebAppController::userProfileAction',  '_route' => 'webApp.user.profile',);
  812.             }
  813.         }
  814.         // home
  815.         if ('' === $trimmedPathinfo) {
  816.             if (substr($pathinfo, -1) !== '/') {
  817.                 return $this->redirect($rawPathinfo.'/''home');
  818.             }
  819.             return array (  '_controller' => 'AppBundle\\Controller\\DefaultController::indexAction',  '_route' => 'home',);
  820.         }
  821.         // firebase
  822.         if ('/firebase' === $pathinfo) {
  823.             return array (  '_controller' => 'AppBundle\\Controller\\DefaultController::firebase',  '_route' => 'firebase',);
  824.         }
  825.         if (=== strpos($pathinfo'/owner')) {
  826.             // home_owner
  827.             if ('/owner' === $pathinfo) {
  828.                 return array (  '_controller' => 'AppBundle\\Controller\\OwnerController::indexAction',  '_route' => 'home_owner',);
  829.             }
  830.             // owner.home
  831.             if ('/owner' === $trimmedPathinfo) {
  832.                 if (substr($pathinfo, -1) !== '/') {
  833.                     return $this->redirect($rawPathinfo.'/''owner.home');
  834.                 }
  835.                 return array (  '_controller' => 'AppBundle\\Controller\\WebApp\\OwnerController::indexAction',  '_route' => 'owner.home',);
  836.             }
  837.             // owner.actions.setBarImage
  838.             if ('/owner/actions/setImage' === $pathinfo) {
  839.                 return array (  '_controller' => 'AppBundle\\Controller\\WebApp\\OwnerController::setImageAction',  '_route' => 'owner.actions.setBarImage',);
  840.             }
  841.             // owner.live.edit
  842.             if ('/owner/actions/liveEdit' === $pathinfo) {
  843.                 return array (  '_controller' => 'AppBundle\\Controller\\WebApp\\OwnerController::liveEditAction',  '_route' => 'owner.live.edit',);
  844.             }
  845.             // owner.actions.addBarMainImage
  846.             if ('/ownerowner/AddBarMainImage' === $pathinfo) {
  847.                 return array (  '_controller' => 'AppBundle\\Controller\\WebApp\\OwnerController::addBarMainImage',  '_route' => 'owner.actions.addBarMainImage',);
  848.             }
  849.         }
  850.         elseif (=== strpos($pathinfo'/signup/user')) {
  851.             // signup-user-get
  852.             if ('/signup/user' === $pathinfo) {
  853.                 if ('GET' !== $canonicalMethod) {
  854.                     $allow[] = 'GET';
  855.                     goto not_signupuserget;
  856.                 }
  857.                 return array (  '_controller' => 'AppBundle\\Controller\\SignupController::getUserAction',  '_route' => 'signup-user-get',);
  858.             }
  859.             not_signupuserget:
  860.             // signup-user-post
  861.             if ('/signup/user' === $pathinfo) {
  862.                 if ('POST' !== $canonicalMethod) {
  863.                     $allow[] = 'POST';
  864.                     goto not_signupuserpost;
  865.                 }
  866.                 return array (  '_controller' => 'AppBundle\\Controller\\SignupController::postUserAction',  '_route' => 'signup-user-post',);
  867.             }
  868.             not_signupuserpost:
  869.         }
  870.         elseif (=== strpos($pathinfo'/signup/owner')) {
  871.             // signup-owner-get
  872.             if ('/signup/owner' === $pathinfo) {
  873.                 if ('GET' !== $canonicalMethod) {
  874.                     $allow[] = 'GET';
  875.                     goto not_signupownerget;
  876.                 }
  877.                 return array (  '_controller' => 'AppBundle\\Controller\\SignupController::getOwnerAction',  '_route' => 'signup-owner-get',);
  878.             }
  879.             not_signupownerget:
  880.             // signup-owner-post
  881.             if ('/signup/owner' === $pathinfo) {
  882.                 if ('POST' !== $canonicalMethod) {
  883.                     $allow[] = 'POST';
  884.                     goto not_signupownerpost;
  885.                 }
  886.                 return array (  '_controller' => 'AppBundle\\Controller\\SignupController::postOwnerAction',  '_route' => 'signup-owner-post',);
  887.             }
  888.             not_signupownerpost:
  889.         }
  890.         elseif (=== strpos($pathinfo'/login')) {
  891.             // fos_user_security_login
  892.             if ('/login' === $pathinfo) {
  893.                 if (!in_array($canonicalMethod, array('GET''POST'))) {
  894.                     $allow array_merge($allow, array('GET''POST'));
  895.                     goto not_fos_user_security_login;
  896.                 }
  897.                 return array (  '_controller' => 'fos_user.security.controller:loginAction',  '_route' => 'fos_user_security_login',);
  898.             }
  899.             not_fos_user_security_login:
  900.             // fos_user_security_check
  901.             if ('/login_check' === $pathinfo) {
  902.                 if ('POST' !== $canonicalMethod) {
  903.                     $allow[] = 'POST';
  904.                     goto not_fos_user_security_check;
  905.                 }
  906.                 return array (  '_controller' => 'fos_user.security.controller:checkAction',  '_route' => 'fos_user_security_check',);
  907.             }
  908.             not_fos_user_security_check:
  909.         }
  910.         // fos_user_security_logout
  911.         if ('/logout' === $pathinfo) {
  912.             if (!in_array($canonicalMethod, array('GET''POST'))) {
  913.                 $allow array_merge($allow, array('GET''POST'));
  914.                 goto not_fos_user_security_logout;
  915.             }
  916.             return array (  '_controller' => 'fos_user.security.controller:logoutAction',  '_route' => 'fos_user_security_logout',);
  917.         }
  918.         not_fos_user_security_logout:
  919.         if (=== strpos($pathinfo'/profile')) {
  920.             // fos_user_profile_show
  921.             if ('/profile' === $trimmedPathinfo) {
  922.                 if ('GET' !== $canonicalMethod) {
  923.                     $allow[] = 'GET';
  924.                     goto not_fos_user_profile_show;
  925.                 }
  926.                 if (substr($pathinfo, -1) !== '/') {
  927.                     return $this->redirect($rawPathinfo.'/''fos_user_profile_show');
  928.                 }
  929.                 return array (  '_controller' => 'fos_user.profile.controller:showAction',  '_route' => 'fos_user_profile_show',);
  930.             }
  931.             not_fos_user_profile_show:
  932.             // fos_user_profile_edit
  933.             if ('/profile/edit' === $pathinfo) {
  934.                 if (!in_array($canonicalMethod, array('GET''POST'))) {
  935.                     $allow array_merge($allow, array('GET''POST'));
  936.                     goto not_fos_user_profile_edit;
  937.                 }
  938.                 return array (  '_controller' => 'fos_user.profile.controller:editAction',  '_route' => 'fos_user_profile_edit',);
  939.             }
  940.             not_fos_user_profile_edit:
  941.             // fos_user_change_password
  942.             if ('/profile/change-password' === $pathinfo) {
  943.                 if (!in_array($canonicalMethod, array('GET''POST'))) {
  944.                     $allow array_merge($allow, array('GET''POST'));
  945.                     goto not_fos_user_change_password;
  946.                 }
  947.                 return array (  '_controller' => 'fos_user.change_password.controller:changePasswordAction',  '_route' => 'fos_user_change_password',);
  948.             }
  949.             not_fos_user_change_password:
  950.         }
  951.         elseif (=== strpos($pathinfo'/register')) {
  952.             // fos_user_registration_register
  953.             if ('/register' === $trimmedPathinfo) {
  954.                 if (!in_array($canonicalMethod, array('GET''POST'))) {
  955.                     $allow array_merge($allow, array('GET''POST'));
  956.                     goto not_fos_user_registration_register;
  957.                 }
  958.                 if (substr($pathinfo, -1) !== '/') {
  959.                     return $this->redirect($rawPathinfo.'/''fos_user_registration_register');
  960.                 }
  961.                 return array (  '_controller' => 'fos_user.registration.controller:registerAction',  '_route' => 'fos_user_registration_register',);
  962.             }
  963.             not_fos_user_registration_register:
  964.             // fos_user_registration_check_email
  965.             if ('/register/check-email' === $pathinfo) {
  966.                 if ('GET' !== $canonicalMethod) {
  967.                     $allow[] = 'GET';
  968.                     goto not_fos_user_registration_check_email;
  969.                 }
  970.                 return array (  '_controller' => 'fos_user.registration.controller:checkEmailAction',  '_route' => 'fos_user_registration_check_email',);
  971.             }
  972.             not_fos_user_registration_check_email:
  973.             if (=== strpos($pathinfo'/register/confirm')) {
  974.                 // fos_user_registration_confirm
  975.                 if (preg_match('#^/register/confirm/(?P<token>[^/]++)$#s'$pathinfo$matches)) {
  976.                     if ('GET' !== $canonicalMethod) {
  977.                         $allow[] = 'GET';
  978.                         goto not_fos_user_registration_confirm;
  979.                     }
  980.                     return $this->mergeDefaults(array_replace($matches, array('_route' => 'fos_user_registration_confirm')), array (  '_controller' => 'fos_user.registration.controller:confirmAction',));
  981.                 }
  982.                 not_fos_user_registration_confirm:
  983.                 // fos_user_registration_confirmed
  984.                 if ('/register/confirmed' === $pathinfo) {
  985.                     if ('GET' !== $canonicalMethod) {
  986.                         $allow[] = 'GET';
  987.                         goto not_fos_user_registration_confirmed;
  988.                     }
  989.                     return array (  '_controller' => 'fos_user.registration.controller:confirmedAction',  '_route' => 'fos_user_registration_confirmed',);
  990.                 }
  991.                 not_fos_user_registration_confirmed:
  992.             }
  993.         }
  994.         elseif (=== strpos($pathinfo'/resetting')) {
  995.             // fos_user_resetting_request
  996.             if ('/resetting/request' === $pathinfo) {
  997.                 if ('GET' !== $canonicalMethod) {
  998.                     $allow[] = 'GET';
  999.                     goto not_fos_user_resetting_request;
  1000.                 }
  1001.                 return array (  '_controller' => 'fos_user.resetting.controller:requestAction',  '_route' => 'fos_user_resetting_request',);
  1002.             }
  1003.             not_fos_user_resetting_request:
  1004.             // fos_user_resetting_reset
  1005.             if (=== strpos($pathinfo'/resetting/reset') && preg_match('#^/resetting/reset/(?P<token>[^/]++)$#s'$pathinfo$matches)) {
  1006.                 if (!in_array($canonicalMethod, array('GET''POST'))) {
  1007.                     $allow array_merge($allow, array('GET''POST'));
  1008.                     goto not_fos_user_resetting_reset;
  1009.                 }
  1010.                 return $this->mergeDefaults(array_replace($matches, array('_route' => 'fos_user_resetting_reset')), array (  '_controller' => 'fos_user.resetting.controller:resetAction',));
  1011.             }
  1012.             not_fos_user_resetting_reset:
  1013.             // fos_user_resetting_send_email
  1014.             if ('/resetting/send-email' === $pathinfo) {
  1015.                 if ('POST' !== $canonicalMethod) {
  1016.                     $allow[] = 'POST';
  1017.                     goto not_fos_user_resetting_send_email;
  1018.                 }
  1019.                 return array (  '_controller' => 'fos_user.resetting.controller:sendEmailAction',  '_route' => 'fos_user_resetting_send_email',);
  1020.             }
  1021.             not_fos_user_resetting_send_email:
  1022.             // fos_user_resetting_check_email
  1023.             if ('/resetting/check-email' === $pathinfo) {
  1024.                 if ('GET' !== $canonicalMethod) {
  1025.                     $allow[] = 'GET';
  1026.                     goto not_fos_user_resetting_check_email;
  1027.                 }
  1028.                 return array (  '_controller' => 'fos_user.resetting.controller:checkEmailAction',  '_route' => 'fos_user_resetting_check_email',);
  1029.             }
  1030.             not_fos_user_resetting_check_email:
  1031.         }
  1032.         throw count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
  1033.     }
  1034. }