Home
last modified time | relevance | path

Searched refs:routes (Results 1 – 25 of 6171) sorted by relevance

12345678910>>...247

/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/
H A Droutes.php107 $routes->addGroup('', static function (RouteCollector $routes): void {
118 $routes->addGroup('/config', static function (RouteCollector $routes): void {
122 $routes->addGroup('/database', static function (RouteCollector $routes): void {
144 $routes->addGroup('/sql', static function (RouteCollector $routes): void {
183 $routes->addGroup('/export', static function (RouteCollector $routes): void {
214 $routes->addGroup('/server', static function (RouteCollector $routes): void {
232 $routes->addGroup('/status', static function (RouteCollector $routes): void {
258 $routes->addGroup('/sql', static function (RouteCollector $routes): void {
266 $routes->addGroup('/table', static function (RouteCollector $routes): void {
268 $routes->addGroup('/change', static function (RouteCollector $routes): void {
[all …]
/dports/www/itop/web/lib/silex/vendor/symfony/routing/Tests/Generator/
H A DUrlGeneratorTest.php132 $generator = $this->getGenerator($routes);
144 $generator = $this->getGenerator($routes);
156 $generator = $this->getGenerator($routes);
204 $generator = $this->getGenerator($routes);
223 $generator = $this->getGenerator($routes);
365 $generator = $this->getGenerator($routes);
378 $generator = $this->getGenerator($routes);
533 $routes = new RouteCollection();
719 $routes = new RouteCollection();
720 $routes->add($name, $route);
[all …]
/dports/devel/gitlist/gitlist/vendor/symfony/routing/Tests/Generator/
H A DUrlGeneratorTest.php131 $generator = $this->getGenerator($routes);
143 $generator = $this->getGenerator($routes);
155 $generator = $this->getGenerator($routes);
203 $generator = $this->getGenerator($routes);
222 $generator = $this->getGenerator($routes);
355 $generator = $this->getGenerator($routes);
368 $generator = $this->getGenerator($routes);
491 $routes = new RouteCollection();
650 $routes = new RouteCollection();
651 $routes->add($name, $route);
[all …]
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_route_def.py138 @routes.head("/path")
154 @routes.get("/path")
174 @routes.post("/path")
190 @routes.put("/path")
260 info = routes[0]
262 assert info in routes
269 @routes.get("/path")
273 rd = routes[0]
284 rd = routes[0]
293 rd = routes[0]
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Generator/
H A DUrlGeneratorTest.php130 $generator = $this->getGenerator($routes);
142 $generator = $this->getGenerator($routes);
154 $generator = $this->getGenerator($routes);
194 $generator = $this->getGenerator($routes);
213 $generator = $this->getGenerator($routes);
349 $generator = $this->getGenerator($routes);
362 $generator = $this->getGenerator($routes);
539 $routes = new RouteCollection();
742 $routes = new RouteCollection();
743 $routes->add($name, $route);
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/routing/Tests/Generator/
H A DUrlGeneratorTest.php130 $generator = $this->getGenerator($routes);
142 $generator = $this->getGenerator($routes);
154 $generator = $this->getGenerator($routes);
194 $generator = $this->getGenerator($routes);
213 $generator = $this->getGenerator($routes);
349 $generator = $this->getGenerator($routes);
362 $generator = $this->getGenerator($routes);
539 $routes = new RouteCollection();
742 $routes = new RouteCollection();
743 $routes->add($name, $route);
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Generator/
H A DUrlGeneratorTest.php130 $generator = $this->getGenerator($routes);
142 $generator = $this->getGenerator($routes);
154 $generator = $this->getGenerator($routes);
194 $generator = $this->getGenerator($routes);
213 $generator = $this->getGenerator($routes);
349 $generator = $this->getGenerator($routes);
362 $generator = $this->getGenerator($routes);
539 $routes = new RouteCollection();
742 $routes = new RouteCollection();
743 $routes->add($name, $route);
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/symfony/routing/Tests/Generator/
H A DUrlGeneratorTest.php130 $generator = $this->getGenerator($routes);
142 $generator = $this->getGenerator($routes);
154 $generator = $this->getGenerator($routes);
194 $generator = $this->getGenerator($routes);
213 $generator = $this->getGenerator($routes);
349 $generator = $this->getGenerator($routes);
362 $generator = $this->getGenerator($routes);
539 $routes = new RouteCollection();
742 $routes = new RouteCollection();
743 $routes->add($name, $route);
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/routing/Tests/Generator/
H A DUrlGeneratorTest.php130 $generator = $this->getGenerator($routes);
142 $generator = $this->getGenerator($routes);
154 $generator = $this->getGenerator($routes);
165 $routes = new RouteCollection();
215 $routes = new RouteCollection();
473 $generator = $this->getGenerator($routes);
486 $generator = $this->getGenerator($routes);
682 $routes = new RouteCollection();
885 $routes = new RouteCollection();
886 $routes->add($name, $route);
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/routing/Tests/Loader/
H A DAnnotationClassLoaderTest.php89 $this->assertCount(1, $routes);
108 $this->assertCount(1, $routes);
117 $this->assertCount(2, $routes);
125 $this->assertCount(2, $routes);
136 $this->assertCount(2, $routes);
144 $this->assertCount(3, $routes);
154 $this->assertCount(2, $routes);
162 $this->assertCount(4, $routes);
170 $this->assertCount(2, $routes);
188 $this->assertCount(2, $routes);
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Mvc.Test/Test/
H A DRouteCollectionExtensionsTest.cs20 routes.MapRoute( in GetVirtualPathForAreaDoesNotStripAreaTokenIfAreasNotInUse()
39 Assert.Equal(routes["Default"], vpd.Route); in GetVirtualPathForAreaDoesNotStripAreaTokenIfAreasNotInUse()
129 routes.MapRoute("RouteName", "SomeUrl"); in MapRoute3()
134 Assert.Same(route, routes["RouteName"]); in MapRoute3()
159 Assert.Same(route, routes["RouteName"]); in MapRoute3WithNameSpaces()
179 Assert.Same(route, routes["RouteName"]); in MapRoute3WithEmptyNameSpaces()
302 routes.IgnoreRoute("SomeUrl"); in IgnoreRoute3()
338 routes.IgnoreRoute("SomeUrl"); in IgnoreRouteInternalNeverMatchesUrlGeneration()
339 Route route = routes[0] as Route; in IgnoreRouteInternalNeverMatchesUrlGeneration()
362 routes.MapRoute( in GetRouteCollection()
[all …]
/dports/devel/p5-Routes-Tiny/Routes-Tiny-0.21/
H A DREADME.md7 my $routes = Routes::Tiny->new;
16 $routes->add_route('/articles/:id',
20 $routes->add_route('/(:foo)-bar');
23 $routes->add_route('/photos/*other');
91 $routes->add_route('/*a/foo/*b');
108 $match = $routes->match('/');
147 Parent routes mounts names of children routes, so it's possible to buil path
169 $routes->add_route('/articles');
185 $routes->add_route('/admin/');
197 my $routes = Routes::Tiny->new;
[all …]
H A DREADME5 my $routes = Routes::Tiny->new;
14 $routes->add_route('/articles/:id',
18 $routes->add_route('/(:foo)-bar');
21 $routes->add_route('/photos/*other');
58 $routes->add_route('/(:foo)-bar');
69 $routes->add_route('/*a/foo/*b');
94 $routes->add_route('/articles');
98 $routes->add_route('/articles/');
102 my $routes = Routes::Tiny->new;
110 $routes->match('/hello/world');
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/
H A DRouterTest.php25 $routes = new RouteCollection();
27 $routes->add('foo', new Route(
50 $routes = new RouteCollection();
52 $routes->add('foo', new Route(
89 $routes = new RouteCollection();
91 $routes->add('foo', new Route(
121 $routes = new RouteCollection();
141 $routes = new RouteCollection();
151 $routes = new RouteCollection();
172 $routes->add('foo', $route);
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/
H A DRouterTest.php25 $routes = new RouteCollection();
27 $routes->add('foo', new Route(
50 $routes = new RouteCollection();
52 $routes->add('foo', new Route(
89 $routes = new RouteCollection();
91 $routes->add('foo', new Route(
121 $routes = new RouteCollection();
141 $routes = new RouteCollection();
151 $routes = new RouteCollection();
172 $routes->add('foo', $route);
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/
H A DRouteCollectionExtensions.cs18 using (routes.GetReadLock()) { in FilterRouteCollectionByArea()
19 foreach (RouteBase route in routes) { in FilterRouteCollectionByArea()
29 return (usingAreas) ? filteredRoutes : routes; in FilterRouteCollectionByArea()
42 if (routes == null) { in GetVirtualPathForArea()
49 return routes.GetVirtualPath(requestContext, name, values); in GetVirtualPathForArea()
79 public static void IgnoreRoute(this RouteCollection routes, string url) { in IgnoreRoute() argument
80 IgnoreRoute(routes, url, null /* constraints */); in IgnoreRoute()
85 if (routes == null) { in IgnoreRoute()
96 routes.Add(route); in IgnoreRoute()
126 if (routes == null) { in MapRoute()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/
H A DRouteCollectionExtensions.cs22 using (routes.GetReadLock()) in FilterRouteCollectionByArea()
24 foreach (RouteBase route in routes) in FilterRouteCollectionByArea()
36 return (usingAreas) ? filteredRoutes : routes; in FilterRouteCollectionByArea()
52 if (routes == null) in GetVirtualPathForArea()
61 return routes.GetVirtualPath(requestContext, name, values); in GetVirtualPathForArea()
96 public static void IgnoreRoute(this RouteCollection routes, string url) in IgnoreRoute() argument
98 IgnoreRoute(routes, url, null /* constraints */); in IgnoreRoute()
104 if (routes == null) in IgnoreRoute()
118 routes.Add(route); in IgnoreRoute()
154 if (routes == null) in MapRoute()
[all …]
/dports/net/babeld/babeld-babeld-1.10/
H A Dxroute.c355 if(routes == NULL) in check_xroutes()
379 routes[i].metric = redistribute_filter(routes[i].prefix, routes[i].plen, in check_xroutes()
406 rc = xroute_compare(routes[i].prefix, routes[i].plen, in check_xroutes()
407 routes[i].src_prefix, routes[i].src_plen, in check_xroutes()
411 if(!martian_prefix(routes[i].prefix, routes[i].plen) && in check_xroutes()
413 rc = add_xroute(routes[i].prefix, routes[i].plen, in check_xroutes()
414 routes[i].src_prefix, routes[i].src_plen, in check_xroutes()
415 routes[i].metric, routes[i].ifindex, in check_xroutes()
429 send_update(NULL, 0, routes[i].prefix, routes[i].plen, in check_xroutes()
468 free(routes); in check_xroutes()
[all …]
/dports/sysutils/webmin/webmin-1.981/qmailadmin/
H A Dlist_routes.cgi9 @routes = &list_routes();
10 ($defroute) = grep { !$_->{'from'} } @routes;
11 @routes = grep { $_ ne $defroute } @routes;
16 @routes = grep { $_->{'from'} =~ /$in{'search'}/ } @routes;
24 undef(@routes);
27 if (@routes) {
31 @routes;
39 $mid = int((@routes+1)/2);
41 &routes_table(@routes[0..$mid-1]);
43 if ($mid < @routes) { &routes_table(@routes[$mid..$#routes]); }
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/routing/
H A DRouteCollection.php31 private $routes = []; variable in Symfony\\Component\\Routing\\RouteCollection
66 return \count($this->routes);
71 unset($this->routes[$name]);
73 $this->routes[$name] = $route;
83 return $this->routes;
93 return isset($this->routes[$name]) ? $this->routes[$name] : null;
104 unset($this->routes[$n]);
117 unset($this->routes[$name]);
118 $this->routes[$name] = $route;
137 foreach ($this->routes as $route) {
[all …]
/dports/www/pecl-yaf/yaf-3.3.3/tests/
H A Dsimple.ini7 routes.regex.type="regex"
8 routes.regex.match="^/ap/(.*)"
11 routes.regex.map.0="name"
12 routes.regex.map.1="name"
13 routes.regex.map.2="value"
14 routes.simple.type="simple"
15 routes.simple.controller="c"
16 routes.simple.module="m"
17 routes.simple.action="a"
19 routes.supervar.varname="c"
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/routing/
H A DRouteCollection.php31 private $routes = []; variable in Symfony\\Component\\Routing\\RouteCollection
66 return \count($this->routes);
76 unset($this->routes[$name]);
78 $this->routes[$name] = $route;
88 return $this->routes;
100 return isset($this->routes[$name]) ? $this->routes[$name] : null;
111 unset($this->routes[$n]);
124 unset($this->routes[$name]);
125 $this->routes[$name] = $route;
152 foreach ($this->routes as $route) {
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/routing/
H A DRouteCollection.php31 private $routes = []; variable in Symfony\\Component\\Routing\\RouteCollection
66 return \count($this->routes);
76 unset($this->routes[$name]);
78 $this->routes[$name] = $route;
88 return $this->routes;
100 return isset($this->routes[$name]) ? $this->routes[$name] : null;
111 unset($this->routes[$n]);
124 unset($this->routes[$name]);
125 $this->routes[$name] = $route;
152 foreach ($this->routes as $route) {
[all …]
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/routing/
H A DRouteCollection.php31 private $routes = []; variable in Symfony\\Component\\Routing\\RouteCollection
66 return \count($this->routes);
76 unset($this->routes[$name]);
78 $this->routes[$name] = $route;
88 return $this->routes;
100 return $this->routes[$name] ?? null;
111 unset($this->routes[$n]);
124 unset($this->routes[$name]);
125 $this->routes[$name] = $route;
152 foreach ($this->routes as $route) {
[all …]
/dports/www/owncloud/owncloud/lib/composer/symfony/routing/
H A DRouteCollection.php31 private $routes = []; variable in Symfony\\Component\\Routing\\RouteCollection
66 return \count($this->routes);
76 unset($this->routes[$name]);
78 $this->routes[$name] = $route;
88 return $this->routes;
100 return $this->routes[$name] ?? null;
111 unset($this->routes[$n]);
124 unset($this->routes[$name]);
125 $this->routes[$name] = $route;
152 foreach ($this->routes as $route) {
[all …]

12345678910>>...247