Home
last modified time | relevance | path

Searched refs:route (Results 1 – 25 of 7350) sorted by relevance

12345678910>>...294

/dports/net/exabgp4/exabgp-4.2.13/qa/ci/
H A Dskip-large.conf16 route 58.186.0.0/15 next-hop 10.0.0.2;
17 route 61.28.224.0/19 next-hop 10.0.0.2;
20 route 69.65.54.80/29 next-hop 10.0.0.2;
21 route 72.249.68.0/24 next-hop 10.0.0.2;
22 route 110.35.64.0/20 next-hop 10.0.0.2;
23 route 110.44.184.0/21 next-hop 10.0.0.2;
24 route 112.72.64.0/18 next-hop 10.0.0.2;
25 route 112.78.0.0/20 next-hop 10.0.0.2;
27 route 112.197.0.0/16 next-hop 10.0.0.2;
28 route 112.213.80.0/20 next-hop 10.0.0.2;
[all …]
/dports/net/exabgp4/exabgp-4.2.13/dev/quagga/
H A Dibgpd.conf.v4.parse.large9 route-map SetAttr permit 10
21 network 1.2.3.4/32 route-map SetAttr
22 network 5.6.7.0/24 route-map SetAttr
23 network 8.9.0.0/16 route-map SetAttr
24 network 100.0.0.0/32 route-map SetAttr
25 network 100.0.0.1/32 route-map SetAttr
26 network 100.0.0.2/32 route-map SetAttr
27 network 100.0.0.3/32 route-map SetAttr
28 network 100.0.0.4/32 route-map SetAttr
29 network 100.0.0.5/32 route-map SetAttr
[all …]
/dports/net/ocserv/ocserv-1.1.3/tests/data/
H A Dmultiple-routes.config168 route = 10.10.0.0/24
169 route = 10.10.1.0/24
170 route = 10.10.2.0/24
171 route = 10.10.3.0/24
172 route = 10.10.4.0/24
173 route = 10.10.5.0/24
174 route = 10.10.6.0/24
175 route = 10.10.7.0/24
176 route = 10.10.8.0/24
177 route = 10.10.9.0/24
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/
H A DRouteTest.php41 $route->setPath('/{bar}');
43 $route->setPath('');
45 $route->setPath('bar');
47 … $this->assertEquals($route, $route->setPath(''), '->setPath() implements a fluent interface');
48 $route->setPath('//path');
148 $route = new Route('/');
155 $route = new Route('/');
170 $route = new Route('/');
180 $route = new Route('/');
214 $route->compile();
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/symfony/routing/Tests/
H A DRouteTest.php41 $route->setPath('/{bar}');
43 $route->setPath('');
45 $route->setPath('bar');
47 … $this->assertEquals($route, $route->setPath(''), '->setPath() implements a fluent interface');
48 $route->setPath('//path');
148 $route = new Route('/');
155 $route = new Route('/');
170 $route = new Route('/');
180 $route = new Route('/');
214 $route->compile();
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/routing/Tests/
H A DRouteTest.php41 $route->setPath('/{bar}');
43 $route->setPath('');
45 $route->setPath('bar');
47 … $this->assertEquals($route, $route->setPath(''), '->setPath() implements a fluent interface');
48 $route->setPath('//path');
148 $route = new Route('/');
155 $route = new Route('/');
170 $route = new Route('/');
180 $route = new Route('/');
214 $route->compile();
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/
H A DRouteTest.php41 $route->setPath('/{bar}');
43 $route->setPath('');
45 $route->setPath('bar');
47 … $this->assertEquals($route, $route->setPath(''), '->setPath() implements a fluent interface');
48 $route->setPath('//path');
148 $route = new Route('/');
155 $route = new Route('/');
170 $route = new Route('/');
180 $route = new Route('/');
214 $route->compile();
[all …]
/dports/www/itop/web/lib/silex/vendor/symfony/routing/Tests/
H A DRouteTest.php41 $route->setPath('/{bar}');
43 $route->setPath('');
45 $route->setPath('bar');
47 … $this->assertEquals($route, $route->setPath(''), '->setPath() implements a fluent interface');
48 $route->setPath('//path');
148 $route = new Route('/');
155 $route = new Route('/');
170 $route = new Route('/');
180 $route = new Route('/');
214 $route->compile();
[all …]
/dports/devel/gitlist/gitlist/vendor/symfony/routing/Tests/
H A DRouteTest.php40 $route->setPath('/{bar}');
42 $route->setPath('');
44 $route->setPath('bar');
46 … $this->assertEquals($route, $route->setPath(''), '->setPath() implements a fluent interface');
47 $route->setPath('//path');
147 $route = new Route('/');
154 $route = new Route('/');
169 $route = new Route('/');
179 $route = new Route('/');
213 $route->compile();
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/routing/Tests/
H A DRouteTest.php41 $route->setPath('/{bar}');
43 $route->setPath('');
45 $route->setPath('bar');
47 … $this->assertEquals($route, $route->setPath(''), '->setPath() implements a fluent interface');
48 $route->setPath('//path');
148 $route = new Route('/');
155 $route = new Route('/');
170 $route = new Route('/');
180 $route = new Route('/');
230 $route->compile();
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/slim/slim/tests/
H A DRouteTest.php112 $route->dispatch();
176 ), 'params', $route);
218 ), 'params', $route);
398 ), 'params', $route);
409 ), 'params', $route);
423 ), 'params', $route);
549 $route->via('PUT');
583 $route->dispatch();
600 $route->dispatch();
611 $route->setMiddleware(function ($route) {
[all …]
/dports/news/fidogate4/fidogate-4.4.10/contrib/fidogate-4.3a3-ai-pl9.1/fido.vsu.ru/
H A Drouting14 # route FLAVOR TARGET NODES
30 route direct 2:5025/3
31 route hold 2:5025/5 22 27 97
32 route direct 2:5025/17
34 route hold 2:5025/20
35 route direct 2:5025/23 13
36 route hold 2:5025/37
37 route hold 2:5025/73
38 route hold 2:5025/74
39 route hold 2:5025/78
[all …]
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Routing/
H A DRoutingFixtures.php89 $route->setMethods(['GET']);
93 $route->setMethods(['PUT']);
97 $route->setMethods(['GET']);
121 $route->setMethods(['GET']);
125 $route->setMethods(['PUT']);
129 $route->setMethods(['GET']);
151 $route->setMethods(['GET']);
155 $route->setMethods(['PUT']);
160 $route->setMethods(['GET']);
183 $route->setMethods(['GET']);
[all …]
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Routing/
H A DRoutingFixtures.php89 $route->setMethods(['GET']);
93 $route->setMethods(['PUT']);
97 $route->setMethods(['GET']);
121 $route->setMethods(['GET']);
125 $route->setMethods(['PUT']);
129 $route->setMethods(['GET']);
151 $route->setMethods(['GET']);
155 $route->setMethods(['PUT']);
161 $route->setMethods(['GET']);
185 $route->setMethods(['GET']);
[all …]
/dports/net/babeld/babeld-babeld-1.10/
H A Droute.c146 route = route->next; in find_route()
200 i = find_route_slot(route->src->prefix, route->src->plen, in insert_route()
249 i = find_route_slot(route->src->prefix, route->src->plen, in flush_route()
596 route->smoothed_metric = route_metric(route); in change_route_metric()
614 return update_feasible(route->src, route->seqno, route->refmetric); in route_feasible()
626 return route->time < now.tv_sec - route->hold_time; in route_expired()
777 route = route->next; in find_best_route()
814 change_route_metric(route, route->refmetric, in update_route_metric()
818 route_changed(route, route->src, oldmetric); in update_route_metric()
917 if(route && memcmp(route->src->id, id, 8) == 0) in update_route()
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Test/Case/Routing/Route/
H A DCakeRouteTest.php111 $route = new CakeRoute(
123 $route = new CakeRoute(
147 $route = new CakeRoute(
160 $route = new CakeRoute(
181 $route = new CakeRoute(
198 $route = new CakeRoute(
215 $route = new CakeRoute(
472 $route = new CakeRoute(
535 $route->compile();
545 $route->compile();
[all …]
H A DRedirectRouteTest.php48 $route->stop = false;
50 $route->parse('/home');
55 $route->stop = false;
57 $route->parse('/home');
70 $route->stop = false;
78 $route->stop = false;
85 $route->stop = false;
92 $route->stop = false;
99 $route->stop = false;
106 $route->stop = false;
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/babeld/
H A Droute.c120 route = route->next; in find_route()
517 route->smoothed_metric = route_metric(route); in change_route_metric()
533 return update_feasible(route->src, route->seqno, route->refmetric); in route_feasible()
701 route = route->next; in find_best_route()
703 if(!route) in find_best_route()
725 route->seqno = seqno_plus(route->src->seqno, 1); in update_route_metric()
728 route_changed(route, route->src, oldmetric); in update_route_metric()
736 change_route_metric(route, route->refmetric, in update_route_metric()
740 route_changed(route, route->src, oldmetric); in update_route_metric()
810 if(route && memcmp(route->src->id, router_id, 8) == 0) in update_route()
[all …]
/dports/net/frr7/frr-frr-7.5.1/babeld/
H A Droute.c120 route = route->next; in find_route()
517 route->smoothed_metric = route_metric(route); in change_route_metric()
533 return update_feasible(route->src, route->seqno, route->refmetric); in route_feasible()
701 route = route->next; in find_best_route()
703 if(!route) in find_best_route()
725 route->seqno = seqno_plus(route->src->seqno, 1); in update_route_metric()
728 route_changed(route, route->src, oldmetric); in update_route_metric()
736 change_route_metric(route, route->refmetric, in update_route_metric()
740 route_changed(route, route->src, oldmetric); in update_route_metric()
810 if(route && memcmp(route->src->id, router_id, 8) == 0) in update_route()
[all …]
/dports/www/opencart/opencart-3.0.3.8/upload/system/engine/
H A Dloader.php28 * @param string $route
35 $route = preg_replace('/[^a-zA-Z0-9_\/]/', '', (string)$route);
38 $trigger = $route;
70 $route = preg_replace('/[^a-zA-Z0-9_\/]/', '', (string)$route);
104 $route = preg_replace('/[^a-zA-Z0-9_\/]/', '', (string)$route);
107 $trigger = $route;
145 $route = preg_replace('/[^a-zA-Z0-9_\/]/', '', (string)$route);
197 $route = preg_replace('/[^a-zA-Z0-9_\/]/', '', (string)$route);
223 $route = preg_replace('/[^a-zA-Z0-9_\/]/', '', (string)$route);
237 $key = substr($route, 0, strrpos($route, '/'));
[all …]
/dports/net/quagga/quagga-1.2.4/ospf6d/
H A Dospf6_route.c617 route->prev->next = route->next; in ospf6_route_remove()
619 route->next->prev = route->prev; in ospf6_route_remove()
670 (void *)route->prev, (void *)route, (void *)route->next); in ospf6_route_head()
683 (void *)route->prev, (void *)route, (void *)route->next); in ospf6_route_next()
765 route = ospf6_route_next (route)) in ospf6_route_remove_all()
882 (void *)route->prev, (void *)route, (void *)route->next, VNL); in ospf6_route_show_detail()
992 route = ospf6_route_next (route); in ospf6_route_show_table_prefix()
1015 route = ospf6_route_next (route); in ospf6_route_show_table_address()
1056 route = ospf6_route_next (route); in ospf6_route_show_table_type()
1073 route = ospf6_route_next (route); in ospf6_route_show_table()
[all …]
/dports/www/Stikked/Stikked-0.13.0/htdocs/application/config/
H A Droutes.php41 $route['default_controller'] = "main";
42 $route['scaffolding_trigger'] = "";
44 $route['cron/:any'] = "main/cron";
47 $route['view/raw/:any'] = 'main/raw';
48 $route['view/rss/:any'] = 'main/rss';
50 $route['view/qr/:any'] = 'main/qr';
53 $route['view/:any'] = 'main/view';
56 $route['lists'] = 'main/lists';
59 $route['trends'] = 'main/trends';
66 $route['about'] = 'main/about';
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/
H A Droute_spec.rb27 route.valid?
45 route.destroy!
167 route = project.route
185 route.create_redirect("#{route.path}/foo")
195 let!(:redirect1) { route.create_redirect(route.path) }
238 redirect1 = route.create_redirect("#{route.path}/foo")
239 redirect2 = route.create_redirect("#{route.path}/foo/bar")
240 redirect3 = route.create_redirect("#{route.path}/baz/quz")
249 let!(:redirect1) { route.create_redirect(route.path) }
282 route.path = conflicting_group.route.path
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospf6d/
H A Dospf6_route.c671 (void *)route, route->path.cost, in ospf6_route_add()
846 (void *)route, buf, route->path.cost, route->lock); in ospf6_route_remove()
864 route->prev->next = route->next; in ospf6_route_remove()
866 route->next->prev = route->prev; in ospf6_route_remove()
1132 (void *)route->prev, (void *)route, (void *)route->next); in ospf6_route_show_detail()
1234 route = ospf6_route_next(route); in ospf6_route_show_table_prefix()
1255 route = ospf6_route_next(route); in ospf6_route_show_table_address()
1292 route = ospf6_route_next(route); in ospf6_route_show_table_type()
1307 route = ospf6_route_next(route); in ospf6_route_show_table()
1446 route = ospf6_route_next(route); in ospf6_linkstate_show_table_exact()
[all …]
/dports/net/frr7/frr-frr-7.5.1/ospf6d/
H A Dospf6_route.c671 (void *)route, route->path.cost, in ospf6_route_add()
846 (void *)route, buf, route->path.cost, route->lock); in ospf6_route_remove()
864 route->prev->next = route->next; in ospf6_route_remove()
866 route->next->prev = route->prev; in ospf6_route_remove()
1132 (void *)route->prev, (void *)route, (void *)route->next); in ospf6_route_show_detail()
1234 route = ospf6_route_next(route); in ospf6_route_show_table_prefix()
1255 route = ospf6_route_next(route); in ospf6_route_show_table_address()
1292 route = ospf6_route_next(route); in ospf6_route_show_table_type()
1307 route = ospf6_route_next(route); in ospf6_route_show_table()
1446 route = ospf6_route_next(route); in ospf6_linkstate_show_table_exact()
[all …]

12345678910>>...294